@charset "UTF-8";
.main-footer__menu .menu .menu-item a, .main-footer__info a, .main-footer__bottom-author a,
.underline {
  position: relative;
  display: inline-block;
}

.main-footer__menu .menu .menu-item a:after, .main-footer__info a:after, .main-footer__bottom-author a:after,
.underline:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: -1px;
  right: 0;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.main-footer__menu .menu .menu-item a:hover:after, .main-footer__info a:hover:after, .main-footer__bottom-author a:hover:after,
.underline:hover:after {
  width: 100%;
  left: 0;
  background: #000;
}

.underline-multiline {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}

.underline-multiline:hover {
  background-size: 100% 2px;
}

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: tenso, sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: tenso, sans-serif;
  font-size: 21px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  line-height: 30px;
  color: #333d47;
  background-color: #FFFCF7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

body.lock-scroll {
  overflow: hidden;
}

body.overlayed {
  position: relative;
}

body.overlayed:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

#page {
  position: relative;
}

/* Setting sizes is much more predictable with border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */
input {
  -webkit-appearance: none;
}

/* Custom List Styles */
ol {
  counter-reset: item;
  display: block;
  padding: 0 0 0 12px;
  margin: 45px 0 44px;
}

@media (max-width: 767px) {
  ol {
    margin: 0 0 14px;
  }
}

ol li {
  display: block;
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 0 17px;
}

@media (max-width: 767px) {
  ol li {
    padding: 0 0 0 18px;
    margin: 0 0 24px;
  }
}

ol li:last-child {
  margin: 0;
}

ol li li {
  padding: 0 0 0 24px;
  margin: 0 0 17px;
}

@media (max-width: 767px) {
  ol li li {
    padding: 0 0 0 13px;
    margin: 0;
  }
}

ol li li:before {
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 1px;
  border: none;
  border-radius: 0;
  background: #333d47;
}

@media (max-width: 767px) {
  ol li li:before {
    top: 12px;
  }
}

ol li ol {
  margin: 15px 0 0 0;
}

@media (max-width: 767px) {
  ol li ol {
    padding: 0 0 0 3px;
    margin: 0;
  }
}

ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  font-size: 22px;
}

@media (max-width: 767px) {
  ol li:before {
    font-size: 14px;
  }
}

ul:not([class]) {
  padding: 0 0 0 13px;
  margin: 41px 0 45px;
  list-style: none;
}

@media (max-width: 767px) {
  ul:not([class]) {
    margin: 0 0 21px;
    padding: 2px 0 0 19px;
  }
}

.content-column ul:not([class]):last-child {
  margin-bottom: 0;
}

ul:not([class]) li {
  padding: 0 0 0 24px;
  position: relative;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  ul:not([class]) li {
    padding: 0 0 0 14px;
    margin: 0 0 24px;
  }
}

ul:not([class]) li:last-child {
  margin: 0;
}

ul:not([class]) li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 11px;
  left: 1px;
  border: 1px solid #333d47;
  border-radius: 50%;
  background: #333d47;
}

@media (max-width: 767px) {
  ul:not([class]) li:before {
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
  }
}

ul:not([class]) li li {
  padding: 0 0 0 23px;
  margin: 0 0 17px;
}

@media (max-width: 767px) {
  ul:not([class]) li li {
    padding: 0 0 0 12px;
    margin: 0;
  }
}

ul:not([class]) li li:before {
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: -1px;
  border: none;
  border-radius: 0;
  background: #333d47;
}

@media (max-width: 767px) {
  ul:not([class]) li li:before {
    top: 11px;
    left: -1px;
  }
}

ul:not([class]) li ul {
  margin: 15px 0 0 0;
}

@media (max-width: 767px) {
  ul:not([class]) li ul {
    padding: 0 0 0 2px;
    margin: 0;
  }
}

/* Normalize links across browsers */
a {
  color: #006838;
  text-decoration: none;
  border: none;
  transition: all .2s linear;
}

.page-content a:not([class]) {
  box-shadow: inset 0 -2px 0 0 currentColor;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #006838;
  text-decoration: none;
}

.page-content a:focus:not([class]), .page-content
a:hover:not([class]) {
  box-shadow: none;
}

.section-title {
  margin: 0 0 39px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 31px;
  }
}

.tablet-checker {
  display: none;
}

@media (max-width: 991px) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 720px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .col-12 {
    padding: 0 20px;
  }
}

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */
.alignleft {
  float: left;
  margin: 0 76px 0 30px 76px 0 30px 0;
}

@media (max-width: 767px) {
  .alignleft {
    margin: 0 30px 30px 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 76px 0 30px 76px 0 30px;
}

@media (max-width: 767px) {
  .alignright {
    margin: 0 0 30px 30px;
  }
}

.alignnone {
  display: inline-block;
  margin: 76px 0 30px 0;
}

@media (max-width: 767px) {
  .alignnone {
    margin: 34px 0 0;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin: 76px 0 30px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .aligncenter {
    margin: 30px auto;
  }
}

/* Make a 404 page look nicer and more readable */
.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  text-decoration: none;
  color: #333d47;
}

nav a:hover {
  text-decoration: none;
  color: #333d47;
}

nav li {
  display: inline-block;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 47px;
  font-weight: 700;
  line-height: 1;
  color: #37414b;
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

p + h1, p +
h2, p +
h3, p +
h4, p +
h5, p +
h6 {
  margin-top: 44px;
}

@media (max-width: 767px) {
  p + h1, p +
  h2, p +
  h3, p +
  h4, p +
  h5, p +
  h6 {
    margin-top: 35px;
  }
}

h1 {
  margin: 0 0 47px;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  color: #572700;
}

@media (max-width: 767px) {
  h1 {
    margin: 0 0 38px;
    font-size: 32px;
    line-height: 32px;
  }
}

h2 {
  margin: 0 0 21px;
  font-size: 48px;
  line-height: 52px;
  color: #572700;
}

@media (max-width: 767px) {
  h2 {
    margin: 0 0 19px;
    font-size: 26px;
    line-height: 30px;
  }
}

p + h2 {
  margin-top: 43px;
}

@media (max-width: 767px) {
  p + h2 {
    margin-top: 24px;
  }
}

h3 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 36px;
  color: #572700;
}

@media (max-width: 767px) {
  h3 {
    margin: 0 0 11px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }
}

p + h3 {
  margin-top: 41px;
}

@media (max-width: 767px) {
  p + h3 {
    margin-top: 21px;
  }
}

h4 {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #572700;
}

@media (max-width: 767px) {
  h4 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 21px;
  }
}

p + h4 {
  margin-top: 31px;
}

@media (max-width: 767px) {
  p + h4 {
    margin-top: 24px;
  }
}

h5 {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  color: #572700;
}

p + h5 {
  margin-top: 32px;
}

h6 {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 16px;
  color: #572700;
}

p + h6 {
  margin-top: 28px;
}

/* Text Elements */
p {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  p {
    margin: 0 0 24px;
  }
}

p:last-child {
  margin: 0;
}

p ul,
ol + p {
  margin-top: 44px;
}

@media (max-width: 767px) {
  p ul,
  ol + p {
    margin-top: 24px;
  }
}

strong {
  font-weight: 700;
}

/* Horizontal Line */
hr {
  margin: 79px 0;
  border-top: 1px solid #d4cec5;
}

@media (max-width: 767px) {
  hr {
    margin: 34px 0;
  }
}

::selection {
  background: #fceecb;
}

::-moz-selection {
  background: #fceecb;
}

/* Blocks / Columns Spacing Helpers */
.block-top-spacing {
  padding-top: 62px;
}

@media (max-width: 767px) {
  .block-top-spacing {
    padding-top: 51px;
  }
}

.block-bottom-spacing {
  padding-bottom: 71px;
}

@media (max-width: 767px) {
  .block-bottom-spacing {
    padding-bottom: 51px;
  }
}

.columns-spacing-top {
  padding-top: 78px;
}

@media (max-width: 767px) {
  .columns-spacing-top {
    padding-top: 34px;
  }
}

.columns-spacing-bottom {
  padding-bottom: 36px;
}

@media (max-width: 767px) {
  .columns-spacing-bottom {
    padding-bottom: 25px;
  }
}

.block-margin-top {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .block-margin-top {
    margin-top: 58px;
  }
}

.block-margin-bottom {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .block-margin-bottom {
    margin-bottom: 60px;
  }
}

.content-column {
  margin-bottom: 32px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .content-column {
    margin-bottom: 24px;
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .content-column {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-column.last_column {
  padding-right: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .content-column.last_column {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (max-width: 600px) {
  .content-column.last_column {
    padding-left: 0;
  }
}

.fact-margin-top {
  margin-top: 69px;
}

@media (max-width: 991px) {
  .fact-margin-top {
    margin-top: 47px;
  }
}

.fact-margin-bottom {
  margin-bottom: 69px;
}

@media (max-width: 991px) {
  .fact-margin-bottom {
    margin-bottom: 47px;
  }
}

/* Buttons */
.c-btn {
  display: inline-block;
  padding: 13px 15px 13px 15px;
  font-family: tenso, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #033224;
  text-decoration: none;
  letter-spacing: .67px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  transition: all .4s ease-out;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.23px;
  }
}

.c-btn:hover {
  color: #000000;
  border-color: #006838;
  background: transparent;
}

.c-btn-ghost {
  position: relative;
  color: #ffffff;
  background: transparent;
}

.c-btn-ghost span {
  position: relative;
}

.c-btn-ghost:before {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #006838;
  transition: width .4s ease;
}

.c-btn-ghost:hover {
  color: #ffffff;
  border-color: #006838;
}

.c-btn-ghost:hover:before {
  width: 100%;
}

.c-btn-primary {
  padding: 17px 25px 17px 15px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.4px;
  border: none;
  border-left: 6px solid #033224;
  background: none;
  transition: all .4s ease-out;
}

@media (max-width: 767px) {
  .c-btn-primary {
    padding: 15px 27px 15px 13px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.23px;
    border-width: 3px;
  }
}

.c-btn-primary:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 1px;
  border-width: 25px 0 25px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #006838;
}

@media (max-width: 767px) {
  .c-btn-primary:after {
    border-width: 22px 0 22px 14px;
  }
}

.c-btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: -1px;
  border-radius: 0 2px 2px 0/4px;
  background-color: #006838;
}

.c-btn-primary span:not(.arrow) {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.c-btn-primary span.arrow {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  overflow: hidden;
  transition: width .4s ease-out;
}

.c-btn-primary span.arrow::before {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: -1px;
  background-color: #033224;
}

.c-btn-primary span.arrow::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(100% - 14px);
  border-width: 25px 0 25px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #033224;
  border-left-width: 0;
  border-radius: 1px 0 0 1px;
  transition: all .25s 0s ease-out;
}

@media (max-width: 767px) {
  .c-btn-primary span.arrow::after {
    border-width: 22px 0 22px 14px;
    border-left-width: 0;
  }
}

.c-btn-primary:hover {
  border-color: #033224;
}

.c-btn-primary:hover span.arrow {
  width: 100%;
}

.c-btn-primary:hover span.arrow::after {
  border-left-width: 14px;
  transition: all .25s .25s ease-out;
}

.c-btn-primary--left {
  padding: 17px 17px;
  margin-right: 10px;
  border-right: 5px solid #033224;
  border-left: 0;
  direction: rtl;
}

@media (max-width: 767px) {
  .c-btn-primary--left {
    border-width: 3px;
  }
}

.c-btn-primary--left:after {
  left: 1px;
  right: auto;
  border-width: 25px 14px 25px 0;
  border-color: transparent #006838 transparent transparent;
}

@media (max-width: 767px) {
  .c-btn-primary--left:after {
    border-width: 22px 14px 22px 0;
  }
}

.c-btn-primary--left:before {
  right: -1px;
  left: 14px;
  border-radius: 2px 0 0 2px /4px;
}

.c-btn-primary--left span:not(.arrow) {
  direction: ltr;
  display: inline-block;
}

.c-btn-primary--left span.arrow {
  right: -1px;
}

.c-btn-primary--left span.arrow::before {
  right: -1px;
  left: 14px;
  border-radius: 2px 0 0 2px /4px;
}

.c-btn-primary--left span.arrow::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc(100% - 14px);
  left: 1px;
  border-width: 25px 14px 25px 0;
  border-style: solid;
  border-color: transparent #033224 transparent transparent;
  border-right-width: 0;
  transition: all .25s 0s ease-out;
}

@media (max-width: 767px) {
  .c-btn-primary--left span.arrow::after {
    border-width: 22px 14px 22px 0;
    border-right-width: 0;
  }
}

.c-btn-primary--left:hover span.arrow::after {
  border-right-width: 14px;
  border-left-width: 0;
}

.c-btn-primary--left.c-btn-color-alt {
  border-color: #F4C136;
  border-left: none;
}

.c-btn-primary--left.c-btn-color-alt:after {
  border-color: transparent #ffffff transparent transparent;
}

.c-btn-primary--left.c-btn-color-alt:before {
  background-color: #ffffff;
}

.c-btn-primary--left.c-btn-color-alt span:not(.arrow) {
  color: #033224;
}

.c-btn-primary--left.c-btn-color-alt span.arrow::before {
  background-color: #F4C136;
}

.c-btn-primary--left.c-btn-color-alt span.arrow::after {
  border-color: transparent #F4C136 transparent transparent;
}

.c-btn-primary--left.c-btn-color-alt:hover {
  border-color: #F4C136;
}

.c-btn-primary--left.c-btn-color-alt:hover span.arrow {
  width: 100%;
}

.c-btn-primary--left.c-btn-color-yellow {
  border-color: #fff;
  border-left: none;
}

.c-btn-primary--left.c-btn-color-yellow:after {
  border-color: transparent #F4C136 transparent transparent;
}

.c-btn-primary--left.c-btn-color-yellow:before {
  background-color: #F4C136;
}

.c-btn-primary--left.c-btn-color-yellow span:not(.arrow) {
  color: #033224;
}

.c-btn-primary--left.c-btn-color-yellow span.arrow::before {
  background-color: #fff;
}

.c-btn-primary--left.c-btn-color-yellow span.arrow::after {
  border-color: transparent #fff transparent transparent;
}

.c-btn-primary--left.c-btn-color-yellow:hover {
  border-color: #fff;
}

.c-btn-primary--left.c-btn-color-yellow:hover span.arrow {
  width: 100%;
}

.c-btn-primary--second {
  min-width: 254px;
  padding: 16px 20px 16px 26px;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #033224;
  letter-spacing: 1.5px;
  border: none;
  background: #ffffff;
}

@media (max-width: 767px) {
  .c-btn-primary--second {
    min-width: 280px;
  }
}

.c-btn-primary--second:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F4C136;
  transition: all .4s ease-out;
}

.c-btn-primary--second:hover {
  color: #033224;
  background: #ffffff;
}

.c-btn-primary--second:hover:after {
  width: 100%;
}

.c-btn-primary--second span {
  position: relative;
  z-index: 3;
}

.c-btn-color-alt {
  padding: 17px 32px 17px 20px;
  font-size: 16px;
  line-height: 16px;
  border-left: 5px solid #F4C136;
  background: none;
  transition: all .4s ease-out;
}

@media (max-width: 767px) {
  .c-btn-color-alt {
    padding: 15px 24px 15px 12px;
    font-size: 14px;
    line-height: 14px;
    border-width: 3px;
  }
}

.c-btn-color-alt:after {
  border-color: transparent transparent transparent #ffffff;
}

.c-btn-color-alt:before {
  background-color: #ffffff;
}

.c-btn-color-alt span:not(.arrow) {
  color: #033224;
}

.c-btn-color-alt span.arrow::before {
  background-color: #F4C136;
}

.c-btn-color-alt span.arrow::after {
  border-color: transparent transparent transparent #F4C136;
}

.c-btn-color-alt:hover {
  border-color: #F4C136;
}

.c-btn-color-alt:hover span.arrow {
  width: 100%;
}

.c-btn-color-alt:hover span.arrow::after {
  border-left-width: 14px;
  transition: all .25s .25s ease-out;
}

.c-btn-wrapper {
  display: block;
  margin: 28px 0 34px;
  line-height: 16px;
  text-align: left;
}

@media (max-width: 767px) {
  .c-btn-wrapper {
    margin: 30px 0 31px;
  }
}

.c-btn-wrapper.align-center {
  text-align: center;
}

.c-btn-wrapper.align-right {
  text-align: right;
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

p + .c-btn-wrapper {
  margin: 42px 0 28px 0;
}

@media (max-width: 767px) {
  p + .c-btn-wrapper {
    margin: -4px 0 31px;
  }
}

.c-btn-icon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translate(-50%, -50%);
  border: 1px solid #F4C136;
  border-radius: 50%;
  background: transparent;
  transition: all .4s ease-out;
}

@media (max-width: 767px) {
  .c-btn-icon {
    width: 26px;
    height: 26px;
    right: -43px;
  }
}

.c-btn-secondary {
  min-width: 0;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #006838;
  letter-spacing: 1.4px;
  border: none;
  background: transparent;
}

@media (max-width: 767px) {
  .c-btn-secondary {
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.23px;
  }
}

.c-btn-secondary svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .c-btn-secondary svg {
    width: 11px;
    height: 11px;
  }
}

.c-btn-secondary svg * {
  stroke: #006838;
  fill: #006838;
}

.c-btn-secondary:hover {
  color: #006838;
}

.c-btn-secondary:hover .c-btn-icon {
  background: #F4C136;
}

/* Embed Video Styles */
.iframe-wrapper {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.6%;
  position: relative;
  margin: 38px auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .iframe-wrapper {
    margin: 31px auto;
  }
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wp-video {
  width: 100% !important;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.6%;
  position: relative;
  margin: 30px auto 28px auto;
  margin-bottom: -8px;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-video {
    margin: 25px auto;
    margin-bottom: -16px;
  }
}

.wp-video .mejs-container {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wp-video .mejs-layer {
  z-index: 33;
}

.wp-video .mejs-overlay-button {
  width: 100px !important;
  height: 100px !important;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
  border: 0;
  border-radius: 100%;
  outline: 0;
  background: #fff !important;
  box-shadow: none;
  cursor: pointer;
  animation: pulse 2s ease infinite;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
}

@media (max-width: 1199px) {
  .wp-video .mejs-overlay-button {
    width: 72px !important;
    height: 72px !important;
  }
}

@media (max-width: 767px) {
  .wp-video .mejs-overlay-button {
    width: 50px !important;
    height: 50px !important;
  }
}

.wp-video .mejs-overlay-button:hover, .wp-video .mejs-overlay-button:focus, .wp-video .mejs-overlay-button:active {
  outline: 0;
}

.wp-video .mejs-overlay-button:hover:before, .wp-video .mejs-overlay-button:focus:before, .wp-video .mejs-overlay-button:active:before {
  border-color: transparent transparent transparent #033224;
}

.wp-video .mejs-overlay-button:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
  margin-left: 7px;
  border-width: 23px 0 23px 41px;
  border-style: solid;
  border-color: transparent transparent transparent #006838;
  transition: border-color .4s ease-out;
}

@media (max-width: 1199px) {
  .wp-video .mejs-overlay-button:before {
    border-width: 18px 0 18px 36px;
  }
}

@media (max-width: 767px) {
  .wp-video .mejs-overlay-button:before {
    transform: translate3d(-70%, -50%, 0) rotate(360deg);
    border-width: 10px 0 10px 16px;
    margin-left: 6px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Slider Global */
.arrow-slider {
  width: 54px;
  height: 54px;
  padding: 0;
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .arrow-slider {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .arrow-slider {
    width: 27px;
    height: 27px;
  }
}

.arrow-slider:hover, .arrow-slider:focus {
  outline: none;
}

.arrow-slider:hover svg *, .arrow-slider:focus svg * {
  fill: #033224;
}

.arrow-slider__next {
  position: absolute;
  top: calc(50% - 16px);
  right: calc(((100vw - 945px) / 2) - 54px - 33px);
  left: auto;
  transform: translate(0%, -50%) rotate(180deg);
}

@media (max-width: 1199px) {
  .arrow-slider__next {
    right: calc(((100vw - 80vw) / 2) - 54px - 33px);
  }
}

@media (max-width: 991px) {
  .arrow-slider__next {
    right: calc(((100vw - 72vw) / 2) - 54px - 33px);
  }
}

@media (max-width: 767px) {
  .arrow-slider__next {
    right: calc(((100vw - 72vw) / 2) - 27px - 9px);
  }
}

.arrow-slider__prev {
  position: absolute;
  top: calc(50% - 16px);
  right: auto;
  left: calc(((100vw - 945px) / 2) - 54px - 33px);
}

@media (max-width: 1199px) {
  .arrow-slider__prev {
    left: calc(((100vw - 80vw) / 2) - 54px - 33px);
  }
}

@media (max-width: 991px) {
  .arrow-slider__prev {
    left: calc(((100vw - 72vw) / 2) - 54px - 33px);
  }
}

@media (max-width: 767px) {
  .arrow-slider__prev {
    left: calc(((100vw - 72vw) / 2) - 27px - 9px);
  }
}

.arrow-slider svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 24px;
}

.arrow-slider svg * {
  transition: all .15s linear;
}

@media (max-width: 991px) {
  .arrow-slider svg {
    width: 14px;
    height: 12px;
  }
}

.slick-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* BASE TABLES */
#page .tablepress-table-name {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: none;
}

@media (max-width: 991px) {
  #page .tablepress-table-name {
    margin-bottom: 19px;
    letter-spacing: 0;
  }
}

#page .tablepress {
  margin-top: 36px;
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  #page .tablepress {
    display: block;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 24px;
    margin-bottom: 20px;
    white-space: nowrap;
    border-spacing: 0;
    border-collapse: collapse;
    overflow-x: auto;
  }
}

#page .tablepress caption {
  display: none;
}

@media (max-width: 991px) {
  #page .tablepress thead {
    display: block;
    min-width: 165px;
    float: left;
  }
}

@media (max-width: 767px) {
  #page .tablepress thead {
    min-width: 90px;
  }
}

@media (max-width: 991px) {
  #page .tablepress thead tr {
    display: block;
    border-right: 1px solid #d4cec5;
  }
}

#page .tablepress thead th {
  padding: 20px 11px 15px 11px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  color: #555555;
  border: 0;
  background-color: transparent;
}

@media (max-width: 991px) {
  #page .tablepress thead th {
    display: block;
    color: #555555;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) {
  #page .tablepress thead th {
    padding: 11px 13px 11px 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .75px;
  }
}

#page .tablepress thead th:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d4cec5;
}

@media (max-width: 991px) {
  #page .tablepress thead th:after {
    display: none;
  }
}

#page .tablepress thead th br {
  display: none;
}

@media (max-width: 991px) {
  #page .tablepress tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  #page .tablepress tbody tr {
    display: inline-block;
    min-width: 177px;
    vertical-align: top;
    border-right: 1px solid #d4cec5;
  }
}

@media (max-width: 767px) {
  #page .tablepress tbody tr {
    min-width: 0;
  }
}

#page .tablepress tbody td {
  padding: 9px 12px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #333d47;
  border: 0;
}

@media (max-width: 991px) {
  #page .tablepress tbody td {
    display: block;
    padding: 16px 13px;
    font-size: 15px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  #page .tablepress tbody td {
    padding: 11px 25px 11px 12px;
    font-size: 12px;
    line-height: 14px;
  }
}

#page .tablepress tbody td:first-child {
  text-align: left;
}

#page .tablepress tbody td:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d5d9de;
}

@media (max-width: 991px) {
  #page .tablepress tbody td:after {
    display: none;
  }
}

#page .tablepress tbody tr {
  border-top: 0;
}

#page .tablepress tbody tr:last-child {
  border-bottom: 0;
}

.table-wrapper {
  position: relative;
}

.table-wrapper .tablepress:before {
  content: '';
  display: none;
  width: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(-90deg, rgba(238, 232, 228, 0.8) 0%, transparent 100%);
}

.table-wrapper .tablepress.has-scroll:before {
  display: block;
}

/* Responsive TABLES */
@media only screen and (max-width: 991px) {
  .dataTables_wrapper .cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
  }
  .dataTables_wrapper * html .cf {
    zoom: 1;
  }
  .dataTables_wrapper *:first-child + html .cf {
    zoom: 1;
  }
  .dataTables_wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .dataTables_wrapper th,
  .dataTables_wrapper td {
    margin: 0;
    vertical-align: top;
  }
  .dataTables_wrapper th {
    text-align: left;
  }
  .dataTables_wrapper table {
    position: relative;
    display: block;
    width: 100%;
  }
  .dataTables_wrapper thead {
    display: block;
    float: left;
  }
  .dataTables_wrapper tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .dataTables_wrapper thead tr {
    display: block;
  }
  .dataTables_wrapper th {
    display: block;
    text-align: right;
  }
  .dataTables_wrapper tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .dataTables_wrapper td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* sort out borders */
  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  #flip-scroll td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  #flip-scroll tbody tr {
    border-left: 1px solid #d5d9de;
  }
  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #d5d9de;
  }
}

.ovg-select {
  margin-top: 0;
  transition: margin-top .2s ease;
  position: relative;
  width: 100%;
}

.ovg-select.active {
  z-index: 9;
}

.ovg-select.active .ovg-select__trigger:after {
  transform: rotate(0deg);
  width: 8px;
  right: 24px;
  top: 47%;
}

@media (max-width: 767px) {
  .ovg-select.active .ovg-select__trigger:after {
    top: 47%;
    right: 22px;
  }
}

.ovg-select.active .ovg-select__trigger:before {
  transform: rotate(0deg);
  right: 19px;
  width: 8px;
  top: 47%;
}

@media (max-width: 767px) {
  .ovg-select.active .ovg-select__trigger:before {
    top: 47%;
    right: 15px;
  }
}

.ovg-select__trigger {
  padding: 9px 15px;
  background-color: transparent;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  border: 0;
  border: 1px solid rgba(0, 112, 79, 0.38);
  color: white;
}

@media (max-width: 767px) {
  .ovg-select__trigger {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 14px 11px;
  }
}

.ovg-select__trigger:hover {
  border: 1px solid rgba(0, 112, 79, 0.38);
  background-color: #006838;
  color: white;
}

.ovg-select__trigger:focus {
  color: white;
}

.ovg-select__trigger:after {
  content: '';
  width: 8px;
  height: 2px;
  display: inline-block;
  transform: rotate(43deg);
  transition: all .2s;
  position: absolute;
  right: 24px;
  top: 47%;
  background: white;
}

@media (max-width: 767px) {
  .ovg-select__trigger:after {
    right: 20px;
    top: 49%;
  }
}

.ovg-select__trigger:before {
  content: '';
  width: 8px;
  height: 2px;
  display: inline-block;
  transform: rotate(-43deg);
  transition: all .2s;
  position: absolute;
  right: 19px;
  top: 46%;
  background: white;
}

@media (max-width: 767px) {
  .ovg-select__trigger:before {
    right: 14px;
    top: 49%;
  }
}

.ovg-select__trigger span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}

.ovg-select__content {
  display: none;
  position: absolute;
  background-color: #f8f8f8;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  right: 0;
  padding: 5px 5px 0 15px;
  z-index: 5;
}

@media (max-width: 767px) {
  .ovg-select__content {
    position: static;
  }
}

.ovg-select__scroll {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 10px !important;
  position: relative;
  z-index: 10;
}

.ovg-select__scroll[data-simplebar] {
  max-height: 246px;
}

.ovg-select__corporate-link {
  background: black;
  border: 0;
  margin: 3px -5px 0 -15px;
  transition: all .3s ease;
  position: relative;
}

.ovg-select__corporate-link:hover {
  background: #006838;
}

.ovg-select__corporate-link svg {
  position: absolute;
  right: 12px;
  top: 52%;
  transform: translate(0, -50%);
}

.ovg-select__corporate-link svg * {
  fill: white;
}

.ovg-select__corporate-link a {
  padding: 4px 17px 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.23px;
  text-transform: uppercase;
  color: white;
  display: block;
}

.ovg-select__item {
  border-bottom: 1px solid #f8f4ee;
  margin-right: 0;
  font-weight: 300;
  background-color: transparent;
  transition: background-color .5s ease;
  margin-bottom: 1px;
}

.ovg-select__item:hover a {
  color: #006838;
}

.ovg-select__item.active a {
  font-weight: bold;
}

.ovg-select__item:last-of-type {
  border: 0;
}

.ovg-select__item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: black;
  padding: 0;
  border: 0;
  box-shadow: none !important;
}

.ovg-select__item a.active {
  font-weight: bold;
}

.simplebar-track {
  background-color: #d4cec5;
  margin: 5px 0;
  width: 2px !important;
}

.simplebar-track .simplebar-scrollbar {
  right: 0;
  width: 2px !important;
}

.simplebar-track .simplebar-scrollbar:before {
  background: black;
  opacity: 1 !important;
  border-radius: 0 !important;
  top: 0px !important;
  bottom: 0px !important;
}

.blog-card {
  border-bottom: 5px solid #006838;
  height: 100%;
}

.blog-card:hover {
  border-color: #033224;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}

.blog-card__image {
  position: relative;
  padding-top: 62%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog-card__image {
    padding-top: 57.4%;
  }
}

.blog-card__image a {
  border: 0;
  display: block;
}

.blog-card__image img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit:cover; object-position: cover';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}

.blog-card__content {
  min-height: 181px;
  padding-top: 40px;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  .blog-card__content {
    padding-top: 20px;
    min-height: 140px;
    padding-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .blog-card__content {
    padding-top: 19px;
    min-height: 0;
  }
}

.blog-card__title {
  line-height: 32px;
  margin-bottom: 13px;
}

@media (max-width: 991px) {
  .blog-card__title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .blog-card__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}

.blog-card__author {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
  color: #006838;
}

@media (max-width: 991px) {
  .blog-card__author {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .blog-card__author {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}

.most-popular {
  margin: 97px 0 50px;
}

@media (max-width: 991px) {
  .most-popular {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .most-popular {
    margin-bottom: 28px;
  }
}

.most-popular__wrapper {
  padding: 25px 0 28px;
  background: #F8F4EE;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .most-popular__wrapper {
    padding: 3px 15px;
  }
}

.most-popular__wrapper-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  background-color: #033224;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 6px 10px 4px;
}

@media (max-width: 767px) {
  .most-popular__wrapper-label {
    font-size: 14px;
    letter-spacing: 1.1px;
    padding: 1px 10px 0px;
  }
}

.most-popular__single {
  min-width: 33%;
  flex: 1;
  padding: 14px 27px 2px;
  border-left: 1px solid #d4cec5;
}

.most-popular__single:first-of-type {
  border-left: 0;
  border-top: 0 !important;
}

@media (max-width: 991px) {
  .most-popular__single {
    min-width: 50%;
    border: 0;
  }
  .most-popular__single:nth-child(2n) {
    border-left: 1px solid #d4cec5;
  }
}

@media (max-width: 767px) {
  .most-popular__single {
    min-width: 100%;
    border-left: 0 !important;
    border-top: 1px solid #d4cec5;
    padding: 20px 5px 14px;
  }
}

.most-popular__single-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #572700 !important;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .most-popular__single-title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .most-popular__single-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.most-popular__single-author {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #006838;
}

@media (max-width: 767px) {
  .most-popular__single-author {
    font-size: 12px;
  }
}

.blog-filters {
  margin: 68px 0;
}

@media (max-width: 991px) {
  .blog-filters {
    margin: 45px 0;
  }
}

@media (max-width: 767px) {
  .blog-filters {
    margin: 28px 0 39px;
  }
}

.blog-filters__wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .blog-filters__wrapper {
    flex-direction: column;
  }
}

.blog-filters__filter {
  max-width: 255px;
  margin-right: 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-filters__filter {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.blog-filters__filter .ovg-select__trigger {
  border: 0;
  border-bottom: 2px solid #F4C136;
  padding: 10px 0 3px;
  color: black;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 32px;
  text-transform: uppercase;
}

.blog-filters__filter .ovg-select__trigger span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 220px;
  white-space: nowrap;
}

.blog-filters__filter .ovg-select__trigger:hover {
  background: transparent;
  color: #006838;
}

.blog-filters__filter .ovg-select__trigger:hover:before, .blog-filters__filter .ovg-select__trigger:hover:after {
  background: #006838;
}

.blog-filters__filter .ovg-select__trigger:before, .blog-filters__filter .ovg-select__trigger:after {
  background: black;
  top: 57% !important;
  width: 7px !important;
}

.blog-filters__filter .ovg-select__trigger:after {
  right: 4px !important;
}

.blog-filters__filter .ovg-select__trigger:before {
  right: 0 !important;
}

.blog-filters__filter .ovg-select__item a {
  font-size: 14px;
  line-height: 28px;
}

.blog-filters__filter .ovg-select__corporate-link a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.05px;
}

.blog-filters__filter .ovg-select__scroll {
  padding: 8px 0;
}

.blog-filters__filter .ovg-select__content {
  background: white;
}

.single-event-card {
  display: grid;
  grid-template-columns: 20% 1fr 200px;
  grid-template-rows: auto auto;
  max-width: 100%;
  padding: 30px 0 46px;
  border-bottom: 1px dashed #dadada;
  position: relative;
}

.single-event-card__date {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  text-align: center;
  padding-top: 27px;
}
.single-event-card__date-month {
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 5px;
}
.single-event-card__date-day {
  font-size: 95px;
  font-weight: 300;
  line-height: 100px;
  color: #572700;
}

.single-event-card__description {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: 24px 40px 31px 0;
}
.single-event-card__description-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 15px;
}
.single-event-card__description-title a {
  color: #572700;
  box-shadow: none !important;
  text-decoration: none;
}
.single-event-card__description-text {
  min-height: 46px;
  font-size: 18px;
  line-height: 23px;
}

.single-event-card__info {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-self: center;
  justify-content: space-between;
  padding-right: 40px;
}
.single-event-card__info-item {
  flex: 1 0 47%;
  width: 47%;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
}

.single-event-card__buttons {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  align-items: center;
  padding-top: 37px;
}
.single-event-card__buttons .c-btn {
  min-width: 162px;
  margin-bottom: 0 0 19px 5px;
}
.single-event-card__buttons .c-btn-secondary {
  text-align: left;
}
.single-event-card__buttons .c-btn-icon {
  right: 0;
}

@media (max-width: 991px) {
  .single-event-card {
    grid-template-columns: 25% 1fr;
    grid-template-rows: auto auto auto;
  }
  
  .single-event-card__date-month {
    font-size: 17px;
    line-height: 24px;
  }
  .single-event-card__date-day {
    font-size: 75px;
    line-height: 80px;
  }
  
  .single-event-card__description-title {
    font-size: 26px;
    line-height: 32px;
  }
  .single-event-card__description-text {
    min-height: 0;
    font-size: 16px;
    line-height: 22px;
  }
  
  .single-event-card__info-item {
    font-size: 16px;
  }
  
  .single-event-card__buttons {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding-top: 24px;
  }
  .single-event-card__buttons a {
    display: inline-block;
	margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  .single-event-card {
    grid-template-columns: 38% 62%;
    grid-template-rows: auto auto auto;
    padding: 26px 0 8px;
  }
  
  .single-event-card__date {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .single-event-card__date-month {
    font-size: 14px;
    margin: 0;
  }
  .single-event-card__date-day {
    font-size: 72px;
    line-height: 72px;
  }
  
  .single-event-card__description {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    order: -1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .single-event-card__description-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px;
  }
  .single-event-card__description-text {
    font-size: 14px;
    line-height: 20px;
  }
  
  .single-event-card__info {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: 100%;
    padding-top: 5px;
  }
  .single-event-card__info-item {
    font-size: 14px;
    line-height: 16px;
	min-width: 100px;
    max-width: 100%;
	width: auto;
  }
  
  .single-event-card__buttons {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    width: 100%;
    padding-top: 22px;
  }
  .single-event-card__buttons .c-btn {
    margin-right: 0;
    margin-bottom: 15px;
    min-width: 0;
  }
  .single-event-card__buttons .c-btn-primary {
    width: 100%;
    padding: 11px;
  }
  .single-event-card__buttons .c-btn-primary:before,
  .single-event-card__buttons .c-btn-primary span:before {
    width: 100%;
  }
  .single-event-card__buttons .c-btn-primary:after,
  .single-event-card__buttons .c-btn-primary span:after {
    display: none;
  }
  .single-event-card__buttons .c-btn-icon {
    right: -45px;
  }
}

.pagination {
  padding-top: 21px;
  margin-top: 7px;
  padding-bottom: 21px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .pagination {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 0;
    margin-bottom: 39px;
    padding-top: 16px;
  }
  .pagination + .block-cta {
    margin-top: 23px;
  }
}

.pagination__wrapper {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  color: black;
}

.pagination__wrapper a {
  display: inline-block;
  border: 0;
}

.pagination__wrapper a svg {
  display: block;
}

.pagination__wrapper .page-numbers {
  margin: 0 1px;
  position: relative;
  text-decoration: none;
  color: black;
  text-align: center;
  min-width: 32px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid transparent;
}

.pagination__wrapper .page-numbers:hover {
  text-decoration: none;
  color: #006838;
}

.pagination__wrapper .dots {
  margin: 0 10px 0 5px !important;
}

@media (max-width: 991px) {
  .pagination__wrapper .dots {
    margin: 0 11px 0 4px !important;
  }
}

.pagination__wrapper .current {
  border-color: #F4C136;
  width: 39px;
  margin: 0 -3px;
}

.pagination__wrapper .next, .pagination__wrapper .prev {
  width: auto;
  height: auto;
  padding: 0 0;
  color: black;
  font-weight: 400;
  white-space: nowrap;
  border: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .pagination__wrapper .next, .pagination__wrapper .prev {
    min-width: auto;
  }
}

.pagination__wrapper .next:hover svg *, .pagination__wrapper .prev:hover svg * {
  fill: #006838;
}

.pagination__wrapper .next .arrow-left, .pagination__wrapper .prev .arrow-left {
  transform: rotate(180deg);
}

.pagination__wrapper .next span.arrow, .pagination__wrapper .prev span.arrow {
  display: inline-block;
  vertical-align: middle;
}

.pagination__wrapper .next svg, .pagination__wrapper .prev svg {
  width: 21px;
  height: 15px;
}

.pagination__wrapper .next svg *, .pagination__wrapper .prev svg * {
  fill: black;
}

.pagination__wrapper .next.disabled, .pagination__wrapper .prev.disabled {
  pointer-events: none;
  cursor: default;
}

.pagination__wrapper .next.disabled svg *, .pagination__wrapper .prev.disabled svg * {
  fill: rgba(0, 0, 0, 0.25);
  transition: .3s ease;
}

.pagination__wrapper .next {
  margin-left: 7px;
}

@media (max-width: 991px) {
  .pagination__wrapper .next {
    margin-left: 11px;
  }
}

.pagination__wrapper .next span.arrow {
  margin-top: 1px;
}

.pagination__wrapper .prev {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .pagination__wrapper .prev {
    margin-right: 7px;
  }
}

.pagination__wrapper .prev span.arrow {
  margin-top: 2px;
}

.newsletter-section {
  background-color: #012718;
  color: white;
  padding-top: 52px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .newsletter-section {
    padding-top: 51px;
    padding-bottom: 53px;
  }
}

.newsletter-section__heading {
  text-align: center;
  color: #fdfcfc;
  font-size: 30px;
  margin-bottom: 32px;
}

@media (max-width: 1199px) {
  .newsletter-section__heading {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .newsletter-section__heading {
    font-size: 24px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  .newsletter-section__heading {
    font-size: 22px;
  }
}

.newsletter-section .hs-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  position: relative;
}

.newsletter-section .hs-form .hs_error_rollup {
  position: absolute;
  left: 0;
  top: 100%;
}

.newsletter-section .hs-form * {
  box-sizing: border-box !important;
}

@media (max-width: 991px) {
  .newsletter-section .hs-form {
    flex-direction: column;
  }
}

.newsletter-section .hs-form fieldset {
  margin: 0 !important;
  max-width: none;
}

.newsletter-section .hs-form label {
  font-weight: 700;
  line-height: 20px;
  color: white;
}

.newsletter-section .hs-form label span {
  font-size: 16px;
  line-height: 1.3;
  font-family: inherit;
}

.newsletter-section .hs-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  height: 56px !important;
  font-size: 17px !important;
  line-height: 18px;
  padding: 5px 19px;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  color: #FFFCF7;
  background-color: #003a24;
}

@media (max-width: 991px) {
  .newsletter-section .hs-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    height: 48px !important;
    font-size: 16px !important;
  }
}

.newsletter-section .hs-form .hs-error-msg {
  color: #bd2424;
  line-height: 16px !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 7px;
  font-size: 13px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.newsletter-section .hs-form fieldset.form-columns-2 > * {
  height: 100%;
}

.newsletter-section .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
  max-width: 100%;
}

.newsletter-section .hs-form textarea {
  height: 200px;
  border-radius: 0;
  padding: 5px 4px 4px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid darkgrey;
  color: #000;
}

@media (max-width: 991px) {
  .newsletter-section .hs-form .hs-submit {
    width: 100%;
  }
}

.newsletter-section .hs-form .actions {
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-section .hs-form input[type="checkbox"] {
  vertical-align: top;
}

.newsletter-section .hs-form .hs-form-field {
  margin-bottom: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
  flex: 1;
}

@media (max-width: 991px) {
  .newsletter-section .hs-form .hs-form-field {
    margin-bottom: 7px !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.newsletter-section .hs-form .hs-form-field > label:first-child {
  display: none;
}

.newsletter-section .hs-form .hs-field-desc {
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

.newsletter-section .hs-form legend {
  margin-bottom: 5px;
}

.newsletter-section .hs-form select.hs-input {
  background-color: #fff;
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newsletter-section .hs-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-weight: 400;
  color: #444;
}

.banner-embed {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  .banner-embed {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .banner-embed {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.image-content-blocks + .banner-embed {
  margin-top: -36px;
}

@media (max-width: 991px) {
  .image-content-blocks + .banner-embed {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .image-content-blocks + .banner-embed {
    margin-top: 20px;
  }
}

.hs-form fieldset {
  margin: 0;
  max-width: none !important;
  margin-bottom: 25px !important;
}

.hs-form ::placeholder {
  color: #99B0A7;
}

.hs-form .hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.hs-form .hs-error-msgs {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .hs-form .hs-submit {
    width: 100%;
  }
}

.hs-form .hs-button {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  margin-left: 2px;
  text-transform: uppercase;
  background-color: white !important;
  border: 0 !important;
  border-left: 5px solid #F4C136 !important;
  color: black !important;
  height: 56px !important;
  border-radius: 0 !important;
  outline: none;
  cursor: pointer;
  min-width: 160px !important;
  background-image: linear-gradient(180deg, #F4C136, #F4C136) !important;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s 0s ease-out;
  box-shadow: none !important;
  text-shadow: none !important;
}

.hs-form .hs-button:hover {
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .hs-form .hs-button {
    height: 44px !important;
    width: 100%;
    min-width: 0 !important;
    margin-left: 0;
    font-size: 14px !important;
  }
}

.hs-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  vertical-align: center;
  margin: 0 15px 0 0;
}

.hs-form input[type="radio"] {
  -webkit-appearance: radio;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  margin-right: 15px;
}

.hs-form input.hs-input:focus,
.hs-form textarea.hs-input:focus {
  box-shadow: none;
}

.hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  height: 56px !important;
  font-size: 17px !important;
  line-height: 18px;
  padding: 5px 19px;
  border-radius: 0 !important;
  border: 1px solid !important;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  color: black;
}

@media (max-width: 991px) {
  .hs-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    height: 48px !important;
    font-size: 16px !important;
  }
}

.hs-form .hs-error-msg {
  color: #bd2424;
  line-height: 16px !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 7px;
  font-size: 13px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.hs-form .hs-recaptcha {
  margin-bottom: 25px;
}

.hs-form .actions {
  margin-bottom: 25px;
}

.leadparagraph {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #572700;
  margin: -5px 0 43px;
}

@media (max-width: 767px) {
  .leadparagraph {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}

.highlight-text {
  padding: 3px 0;
  background: #fceecb;
}

blockquote.alternate,
blockquote {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  position: relative;
  margin: 47px 0;
  padding: 11px 38px 54px 47px;
  letter-spacing: 0.1px;
}

blockquote.alternate:before,
blockquote:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -2px;
  background-image: url("../images/patterns/RopePatternSingle.svg");
  height: 100%;
  width: 14px;
  background-repeat: no-repeat round;
  background-position: top;
  background-size: 21.7px;
}

@media (max-width: 767px) {
  blockquote.alternate,
  blockquote {
    font-size: 21px;
    line-height: 24px;
    margin: 35px 0 27px;
    padding: 3px 2px 38px 21px;
    letter-spacing: .8px;
  }
}

blockquote.alternate:not([class]),
blockquote:not([class]) {
  padding: 11px 38px;
}

@media (max-width: 767px) {
  blockquote.alternate:not([class]),
  blockquote:not([class]) {
    padding: 6px 14px 6px 18px;
  }
}

blockquote.alternate:not([class]) > p:before, blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:before,
blockquote:not([class]) > p:after {
  display: inline;
}

blockquote.alternate:not([class]) > p:before,
blockquote:not([class]) > p:before {
  position: absolute;
  top: 10px;
  left: 26px;
  content: '“';
}

@media (max-width: 767px) {
  blockquote.alternate:not([class]) > p:before,
  blockquote:not([class]) > p:before {
    top: 6px;
    left: 11px;
  }
}

blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:after {
  content: '”';
}

blockquote.alternate p,
blockquote p {
  margin: 0;
}

blockquote.alternate cite,
blockquote cite {
  font-style: italic;
  color: #572700;
}

blockquote.alternate cite:before, blockquote.alternate cite:after,
blockquote cite:before,
blockquote cite:after {
  display: inline;
}

blockquote.alternate cite:before,
blockquote cite:before {
  position: relative;
  top: 0;
  left: 0;
  content: '“';
}

@media (max-width: 767px) {
  blockquote.alternate cite:before,
  blockquote cite:before {
    top: 0;
    left: 0;
  }
}

blockquote.alternate cite:after,
blockquote cite:after {
  content: '”';
}

blockquote.alternate .author,
blockquote .author {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  bottom: 12px;
  left: 48px;
}

@media (max-width: 767px) {
  blockquote.alternate .author,
  blockquote .author {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    bottom: 10px;
    left: 21px;
  }
}

blockquote.alternate .author:before,
blockquote .author:before {
  display: inline;
  margin-right: 4px;
  content: '—';
}

.page-accordion {
  padding: 16px 0 13px;
}

@media (max-width: 767px) {
  .page-accordion {
    padding: 10px 0 9px;
  }
}

.single-accordion {
  padding: 0 0 24px;
  border-bottom: 1px solid #E7E2D9;
}

@media (max-width: 767px) {
  .single-accordion {
    padding: 0 0 19px;
  }
}

.single-accordion:last-of-type {
  border-bottom: none;
}

.single-accordion p:last-child {
  margin: 0;
}

.single-accordion.active .single-accordion__title:after {
  width: 15px;
  height: 5px;
  right: 17px;
  transform: rotate(180deg);
  margin-top: 8px;
  border: 4px solid #006838;
  border-width: 4px 0 0 0;
}

@media (max-width: 767px) {
  .single-accordion.active .single-accordion__title:after {
    width: 13px;
    height: 3px;
    right: 1px;
    margin-top: 7px;
  }
}

.single-accordion__content {
  display: none;
  padding: 9px 44px 13px 15px;
  color:#222A05;
  font-family: Tenso;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

@media (max-width: 767px) {
  .single-accordion__content {
    padding: 22px 0 0 0;
  }
}

.single-accordion__title {
  display: block;
  padding: 32px 45px 10px 15px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title {
    padding: 18px 20px 0 0;
  }
}

.single-accordion__title h4 {
  transition: color .2s linear;
  color: #03472D;
  font-family: Tenso;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
}

.single-accordion__title:hover:before {
  opacity: 1;
}

.single-accordion__title:before {
  content: '';
  width: 27px;
  height: 27px;
  position: absolute;
  top: calc(50% - 3px);
  right: 11px;
  border: 3px solid #006838;
  border-radius: 50%;
  opacity: 0;
  transition: all .2s ease-out;
}

@media (max-width: 767px) {
  .single-accordion__title:before {
    width: 27px;
    height: 27px;
    top: calc(50% - 3px);
    right: -6px;
    opacity: 0;
  }
}

.single-accordion__title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: rotate(135deg);
  margin-top: 4px;
  border: 3px solid #006838;
  border-width: 3px 3px 0 0;
}

@media (max-width: 767px) {
  .single-accordion__title:after {
    top: 57%;
    right: 2px;
    margin-top: 2px;
  }
}

.page-fullwidth-image {
  padding: 77px 0 65px;
}

@media (max-width: 767px) {
  .page-fullwidth-image {
    padding: 34px 0 42px;
  }
}

.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

.page-fullwidth-image .content-image__align-left.spacing-normal {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .page-fullwidth-image .content-image__align-left.spacing-normal {
    padding-left: 0;
  }
}

.page-fullwidth-image .content-image__align-right.spacing-normal {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .page-fullwidth-image .content-image__align-right.spacing-normal {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .content-image + .content-image {
    padding-top: 15px;
  }
}

.content-image__align-left, .content-image__align-right {
  width: 50%;
}

@media (max-width: 767px) {
  .content-image__align-left, .content-image__align-right {
    width: 100%;
  }
}

.content-image__align-left {
  float: left;
}

@media (max-width: 767px) {
  .content-image__align-left {
    float: none;
  }
}

.content-image__align-left.spacing-normal {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .content-image__align-left.spacing-normal {
    padding: 0 0 12px;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image__align-right {
  float: right;
}

@media (max-width: 767px) {
  .content-image__align-right {
    float: none;
  }
}

.content-image__align-right.spacing-normal {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .content-image__align-right.spacing-normal {
    padding: 0 0 15px;
  }
  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */
.main-header {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
  transition: background-color .3s ease;
}

.overlayed .main-header {
  position: fixed;
  top: 0;
  bottom: 0;
}

.overlayed .main-header, .main-header.hoverActive, .main-header.sticky {
  background: #FFFCF7;
}

.overlayed .main-header .btn-hamburger span, .main-header.hoverActive .btn-hamburger span, .main-header.sticky .btn-hamburger span {
  background: black;
}

.overlayed .main-header .btn-hamburger.open span, .main-header.hoverActive .btn-hamburger.open span, .main-header.sticky .btn-hamburger.open span {
  background: #006838;
}

.overlayed .main-header .main-header__logo--color, .main-header.hoverActive .main-header__logo--color, .main-header.sticky .main-header__logo--color {
  display: inline-block;
}

.overlayed .main-header .main-header__logo--white, .main-header.hoverActive .main-header__logo--white, .main-header.sticky .main-header__logo--white {
  display: none;
}

.overlayed .main-header .main-header__right-top a,
.overlayed .main-header .main-header__nav a, .main-header.hoverActive .main-header__right-top a,
.main-header.hoverActive .main-header__nav a, .main-header.sticky .main-header__right-top a,
.main-header.sticky .main-header__nav a {
  color: black;
}

.overlayed .main-header .main-header__right-top li:after, .main-header.hoverActive .main-header__right-top li:after, .main-header.sticky .main-header__right-top li:after {
  color: black;
}

.overlayed .main-header .main-header__right .c-btn, .main-header.hoverActive .main-header__right .c-btn, .main-header.sticky .main-header__right .c-btn {
  border-color: #006838;
  color: black;
  background: transparent;
}

.overlayed .main-header .main-header__right .c-btn:hover, .main-header.hoverActive .main-header__right .c-btn:hover, .main-header.sticky .main-header__right .c-btn:hover {
  color: white;
  background-color: #006838;
}

.overlayed .main-header .main-header__right .c-btn:last-child, .main-header.hoverActive .main-header__right .c-btn:last-child, .main-header.sticky .main-header__right .c-btn:last-child {
  border-color: #006838;
  background-color: #006838;
  color: white;
}

.overlayed .main-header .main-header__right .c-btn:last-child:hover, .main-header.hoverActive .main-header__right .c-btn:last-child:hover, .main-header.sticky .main-header__right .c-btn:last-child:hover {
  color: black;
  background-color: transparent;
}

.main-header.sticky {
  position: fixed;
}

.main-header.sticky .main-header__wrapper {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .main-header.sticky .main-header__wrapper {
    padding: 7px 20px 9px;
  }
}

.main-header.sticky .main-header__right {
  padding-top: 0;
}

.main-header.sticky .main-header__right-top {
  /* display: none; */
  padding-top: 7px;
  padding-bottom: 1px;
}

.main-header--corporate .main-header__logo {
  padding-top: 0;
}

.main-header--location.sticky {
  /* padding-top: 4px;
  padding-bottom: 1px; */
}

@media (max-width: 767px) {
  .main-header--location.sticky {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .main-header--location.sticky .main-header__wrapper {
    padding: 4px 20px 5px;
  }
}

@media (max-width: 991px) {
  .main-header--location .main-header__wrapper {
    padding: 12px 20px 7px;
  }
}

@media (max-width: 991px) {
  .main-header .row {
    margin: 0;
  }
}

.main-header__top {
  background: #d5d9de;
}

@media (max-width: 991px) {
  .main-header__top {
    display: none;
  }
}

.main-header__logo {
  display: inline-block;
  padding-top: 9px;
  max-width: 252px;
}

.main-header__logo--color {
  display: none;
}

@media (max-width: 1199px) {
  .main-header__logo {
    max-width: 170px;
  }
}

@media (max-width: 991px) {
  .main-header__logo {
    max-width: 150px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .main-header__logo {
    max-width: 129px;
  }
}

.sticky .main-header__logo {
  padding-top: 8px;
}

.main-header__logo svg {
  display: block;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .main-header__logo svg {
    height: auto;
  }
}

.sticky .main-header__logo svg {
  max-width: 189px;
}

@media (max-width: 991px) {
  .sticky .main-header__logo svg {
    max-width: 100%;
  }
}

.main-header__wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .main-header__wrapper {
    padding: 15px 20px 9px;
  }
}

@media (max-width: 767px) {
  .main-header__wrapper {
    padding: 15px 20px 9px;
  }
}

.main-header__nav {
  font-size: 17px;
  line-height: 18px;
  position: static;
}

@media (max-width: 1199px) {
  .main-header__nav {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .main-header__nav {
    display: none;
  }
}

.main-header__nav .highlight-text {
  padding: 0;
}

.main-header__nav li {
  padding: 0 7px;
}

.main-header__nav > .menu {
  display: flex;
  justify-content: space-between;
}

.main-header__nav > .menu > li {
  margin-left: 14px;
  margin-right: -5px;
  padding: 0;
}

@media (max-width: 1024px) {
  .main-header__nav > .menu > li {
    margin-left: 8px;
  }
  .main-header__nav > .menu > li > a {
    white-space: nowrap;
  }
  .main-header__right .c-btn {
    white-space: nowrap;
  }
}

.main-header__nav > .menu > li:not(.menu-item-has-children) > a:focus {
  color: #006838;
}

.main-header__nav > .menu > li:not(.menu-item-has-children) > a:hover {
  color: #006838;
}

.main-header__nav > .menu > li.menu-item-has-children > a:before, .main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  content: '';
  transition: background-color .2s linear;
  background: transparent;
}

.main-header__nav > .menu > li.menu-item-has-children:hover > a, .main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item:hover > a {
  color: black;
}

.main-header__nav > .menu > li.menu-item-has-children:hover > a:before, .main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item:hover > a:before {
  background-color: #006838;
}

.main-header__nav > .menu > li > a {
  padding: 36px 5px 49px;
  font-weight: 500;
  border: 0;
}

.sticky .main-header__nav > .menu > li > a {
  padding: 24px 5px;
}


@media (max-width: 1199px) {
  .main-header.sticky .main-header__right-top a {
    font-size: 14px;
  }
}

.main-header__nav a {
  position: relative;
  border: 0;
  display: inline-block;
  color: white;
}

.main-header__subnav {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding: 0;
  text-align: right;
}

.main-header__subnav li {
  position: relative;
  padding-left: 13px;
  margin-left: 6px;
}

.main-header__subnav li:first-child {
  padding-left: 0;
}

.main-header__right {
  text-align: right;
  position: static;
  padding-top: 34px;
}

.main-header__right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main-header__right-top li:after {
  content: '|';
  height: 12px;
  width: 0;
  position: absolute;
  left: 0;
  color: white;
}

.main-header__right-top li:first-child:after {
  display: none;
}

.main-header__right-top a {
  color: white;
}

.main-header__right-top a:hover {
  color: #F4C136 !important;
}

@media (max-width: 991px) {
  .main-header__right {
    display: none;
  }
}

.main-header__right .c-btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  padding: 14px 14px;
  min-width: 119px;
  margin-left: 20px;
  margin-bottom: 12px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.main-header__right .c-btn:before {
  display: none;
}

.main-header__right .c-btn:hover {
  border-color: white;
  color: #006838;
  background-color: white;;
}

.main-header__right .c-btn:last-child {
  color: rgb(3, 50, 36);
  background: #f0be35;
  border-color: #f0be35;
}


.main-header__right .c-btn:last-child:hover {
  border-color: white;
  color: #006838;
  background-color: white;
}


@media (max-width: 1199px) {
  .main-header__right .c-btn {
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 12px 10px;
    margin-left: 15px;
    min-width: 100px;
  }
}

@media (max-width: 1439px) {
    .main-header__right .c-btn.the-flybook {
      padding: 14px 6px;
    }
}

.sticky .main-header__right .c-btn {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .main-header__left {
    padding: 0 0;
  }
}

@media (max-width: 767px) {
  .main-header__left {
    padding: 0 0;
  }
}

/* Mega Menu */
.mega-menu-wrapper {
  position: absolute;
  z-index: -999;
  top: 100%;
  left: 0;
  text-align: left;
  visibility: hidden;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 26px;
  border-top: 1px solid #cccccc;
  background: transparent;
}

.mega-menu-wrapper.three-columns {
  padding-left: 100px;
  padding-top: 45px;
}

.mega-menu-wrapper li {
  display: block;
  padding: 0 0 21px 0;
}

.mega-menu-wrapper li.menu-item a:hover {
  color: #006838;
  transition: color 0.3s 0s !important;
}

.mega-menu-wrapper li.menu-item-has-children > a {
  font-weight: 700;
}

.mega-menu-wrapper li.menu-item-has-children > a:hover {
  color: black;
}

.mega-menu-wrapper li.menu-item-has-children > a:after {
  display: none;
}

.mega-menu-wrapper li.current-menu-item > a {
  color: #006838;
}

.mega-menu-wrapper li.current-menu-item > a:after {
  background-color: #F4C136;
}

.mega-menu-wrapper a {
  font-size: 18px;
  visibility: hidden;
  padding: 0;
  transition: none;
  transform: translateY(5px);
  opacity: 0;
  color: #333d47;
}

@media (max-width: 1199px) {
  .mega-menu-wrapper a {
    font-size: 17px;
    letter-spacing: normal;
  }
}

.mega-menu-wrapper a.active {
  visibility: visible;
  transition: all .3s;
  opacity: 1;
}

.mega-menu-wrapper a:hover {
  transition: color .1s;
  color: black;
}

.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper h5,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote,
.mega-menu-wrapper .image-link__image,
.mega-menu-wrapper .image-link__image img,
.mega-menu-wrapper .image-link__title {
  visibility: hidden;
  transition: none;
  transform: translateY(5px);
  opacity: 0;
}

.mega-menu-wrapper h1.active,
.mega-menu-wrapper h2.active,
.mega-menu-wrapper h3.active,
.mega-menu-wrapper h4.active,
.mega-menu-wrapper h5.active,
.mega-menu-wrapper h6.active,
.mega-menu-wrapper p.active,
.mega-menu-wrapper blockquote.active,
.mega-menu-wrapper .image-link__image.active,
.mega-menu-wrapper .image-link__image img.active,
.mega-menu-wrapper .image-link__title.active {
  visibility: visible;
  transform: translateY(0);
  transition: all .3s;
  opacity: 1;
}

.mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}

.mega-menu-wrapper.active a {
  transform: none;
}

.mega-menu-wrapper .sub-menu {
  margin: 20px 0 -11px;
  min-height: 65px;
}

.mega-menu-wrapper .sub-menu li {
  padding-bottom: 15px;
  padding-left: 0;
}

.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}

.mega-menu-wrapper .sub-menu a {
  color: black;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  border: 0;
}

.mega-menu-wrapper .sub-menu a:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #F4C136;
  background-image: url("../images/icons/header-link-arrow.svg");
  background-size: 115%;
  background-position: center;
  background-color: transparent;
  vertical-align: -1px;
  margin-left: 6px;
  transition: all .3s ease;
}

.mega-menu-wrapper .sub-menu a:hover:after {
  background-color: #F4C136;
}

.mega-menu-wrapper .image-link {
  border: 0;
}

.mega-menu-wrapper .image-link:hover .image-link__image img {
  transform: scale(1.1);
}

.mega-menu-wrapper .image-link:hover .image-link__title:after {
  background-color: #F4C136;
}

.mega-menu-wrapper .image-link:after {
  display: none;
}

.mega-menu-wrapper .image-link__image {
  margin-bottom: 18px;
  overflow: hidden;
}

.mega-menu-wrapper .image-link__image img {
  width: 100%;
}

.mega-menu-wrapper .image-link__title {
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.mega-menu-wrapper .image-link__title:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #F4C136;
  background-image: url("../images/icons/header-link-arrow.svg");
  background-size: 115%;
  background-position: center;
  background-color: transparent;
  vertical-align: -1px;
  margin-left: 6px;
  transition: all .3s ease;
}

.mega-menu-background {
  position: absolute;
  z-index: 998;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFFCF7;
}

/* Main Header Mobile */
.btn-hamburger {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  display: none;
  width: 25px;
  height: 18px;
  margin: -2px 0 0;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 991px) {
  .btn-hamburger {
    display: block;
  }
}

@media (max-width: 767px) {
  .btn-hamburger {
    width: 20px;
    height: 18px;
    margin: 0;
  }
  .sticky .btn-hamburger {
    margin-top: 2px;
  }
}

.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}

.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  transition: .45s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 9px;
  background: white;
}

@media (max-width: 991px) {
  .btn-hamburger span {
    width: 24px;
  }
}

@media (max-width: 767px) {
  .btn-hamburger span {
    width: 20px;
  }
}

.btn-hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}

@media (max-width: 767px) {
  .btn-hamburger span:nth-child(2) {
    top: 7px;
  }
}

.btn-hamburger span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

@media (max-width: 767px) {
  .btn-hamburger span:nth-child(3) {
    top: 14px;
  }
}

.btn-hamburger.open span:nth-child(1) {
  top: -1px;
  left: 2px;
  transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
  top: 16px;
  left: 2px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .btn-hamburger.open span:nth-child(3) {
    top: 13px;
  }
}

.main-header__nav-mobile {
  font-size: 16px;
  border-top: 1px solid #d4cec5;
}

.main-header__nav-mobile .menu > li {
  border-bottom: 1px solid #d4cec5;
}

.main-header__nav-mobile .menu > li > a {
  font-weight: 700;
  font-size: 18px;
  font-size: 18px;
  color: #006838;
  position: relative;
  padding: 12px 8px 13px;
}

.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  display: block;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  content: '';
  transition: all 0s linear;
  transform: rotate(135deg);
  border: 3px solid #006838;
  border-width: 2.5px 2.5px 0 0;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a.open:after {
  margin-top: -8px;
  border: 0;
  border-bottom: 3px solid;
  transform: rotate(0);
  width: 12px;
  right: 4px;
}

.main-header__nav-mobile .sub-menu {
  display: none;
  padding: 0 0 17px 8px;
}

.main-header__nav-mobile .sub-menu li {
  margin: 0 0 10px;
}

.main-header__nav-mobile .sub-menu li:last-child {
  margin: 0;
}

.main-header__nav-mobile .sub-menu li.menu-item-has-children > a {
  font-weight: bold;
  font-size: 14px;
  margin-top: -10px;
}

.main-header__nav-mobile .sub-menu li .sub-menu {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.main-header__nav-mobile .sub-menu a {
  padding: 0;
}

@media (max-width: 767px) {
  .main-header__nav-mobile .sub-menu a {
    padding: 0;
  }
}

.main-header__nav-mobile a {
  font-weight: 400;
  display: block;
}

.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus {
  color: #333d47;
}

.main-header__nav-mobile--overflow {
  max-height: calc(100% - 154px);
  overflow: auto;
  padding: 0 20px;
  margin-top: 52px;
}

.main-header__nav-mobile--wrapper {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  max-height: 100%;
  bottom: 0;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  background: #FFFCF7;
}

@media (max-width: 991px) {
  .main-header__nav-mobile--wrapper.active {
    display: flex;
  }
}

.main-header__nav-mobile--wrapper nav li {
  display: block;
}

.main-header__nav-mobile--wrapper .c-btn {
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  border-color: #033224;
  background: #033224;
}

.main-header__nav-mobile--wrapper .c-btn:before {
  background: #033224;
}

.main-header__nav-mobile--wrapper .c-btn:last-child {
  border-color: #006838;
  background: #006838;
}

.main-header__nav-mobile--wrapper .c-btn:last-child:before {
  background: #006838;
}

@media (max-width: 991px) {
  .main-header__subnav {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    padding-top: 8px;
  }
  .main-header__subnav a {
    display: block;
    padding: 0 7px;
  }
  .main-header__subnav li {
    margin: 0 0 0;
    padding-left: 0;
  }
  .main-header__subnav li:last-child {
    margin: 0;
  }
}

.main-header__cta-wrapper--mobile {
  display: flex;
  flex-direction: column;
}

.main-header__cta-wrapper--mobile .c-btn:last-of-type {
  order: -1;
}

.alert-bar {
  margin-top: 0px;
  background-color: #033224;
  padding: 8px 5px 8px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .alert-bar {
    padding: 8px 0 14px;
  }
}

.alert-bar.inactive {
  display: none !important;
}

@media (max-width: 767px) {
  .alert-bar__wrapper {
    padding: 0 20px;
  }
}

.alert-bar__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #F4C136;
  text-align: center;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .alert-bar__content {
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.alert-bar__content a {
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
  border: 0;
  color: #F4C136;
}

.alert-bar__content > *:first-child,
.alert-bar__content > *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.alert-bar__close {
  position: absolute;
  right: 20px;
  top: 43%;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translate(0, -50%);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .alert-bar__close {
    right: 15px;
    top: 18px;
  }
}

.alert-bar__close:after, .alert-bar__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #F4C136;
}

.alert-bar__close:after {
  width: 2px;
  height: 20px;
}

@media (max-width: 767px) {
  .alert-bar__close:after {
    width: 1.5px;
    height: 18px;
  }
}

.alert-bar__close:before {
  width: 20px;
  height: 2px;
}

@media (max-width: 767px) {
  .alert-bar__close:before {
    height: 1.5px;
    width: 18px;
  }
}

.alert-bar__close:hover:after, .alert-bar__close:hover:before {
  background-color: white;
}

.page-hero {
  position: relative;
  /*CORPORATE-HOME*/
  /*LOCATION HOME*/
  /*VIDEO*/
  /*EVENT*/
}

.page-hero + .block-content {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .page-hero + .block-content {
    padding-top: 21px;
  }
}

.page-hero--no-thumbnail .page-hero__content {
  padding: 219px 0 100px;
}

@media (max-width: 991px) {
  .page-hero--no-thumbnail .page-hero__content {
    padding: 130px 80px 100px;
  }
}

@media (max-width: 767px) {
  .page-hero--no-thumbnail .page-hero__content {
    padding: 72px 20px 29px;
  }
}

.page-hero--no-thumbnail .page-hero__content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

@media (max-width: 991px) {
  .page-hero--no-thumbnail .page-hero__content h1 {
    font-size: 65px;
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .page-hero--no-thumbnail .page-hero__content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }
}

.page-hero--no-thumbnail .page-hero__background {
  bottom: 0;
}

.page-hero--no-thumbnail .trip-advisor {
  right: 0 !important;
  margin-top: 58px;
}

@media (max-width: 991px) {
  .page-hero--no-thumbnail .trip-advisor {
    margin-top: 15px;
  }
}

.page-hero__background {
  width: 100%;
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  bottom: 55px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .page-hero__background {
    bottom: 21px;
  }
}

.page-hero__background:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #03472D;
  opacity: .8;
}

.page-hero__wrapper {
  width: 100%;
  padding: 0 60px;
  position: relative;
}

@media (max-width: 991px) {
  .page-hero__wrapper {
    padding: 0 20px;
  }
}

.page-hero__wrapper img {
  width: 100%;
}

.page-hero__thumbnail {
  width: 100%;
  height: 0;
  padding-top: 48.5%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-hero__thumbnail:before {
  content: '';
  background-color: rgba(17, 71, 45, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.page-hero__content {
  padding: 176px 15px 55px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 991px) {
  .page-hero__content {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .page-hero__content {
    padding: 73px 6px 39px;
  }
}

.page-hero__content h1 {
  color: #ffffff;
}

.page-hero .trip-advisor {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 13px;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  color: #ffffff;
  background: #033224;
}

@media (max-width: 991px) {
  .page-hero .trip-advisor {
    display: none;
    right: 20px;
  }
}


.page-hero .trip-advisor:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: #006838;
}

.page-hero .trip-advisor__title {
  margin: 0;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.page-hero .trip-advisor__subtitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.page-hero .trip-advisor svg path {
  fill: #fff;
}

.page-hero__pattern {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -3;
  right: 0;
  bottom: -331px;
  background-image: url(../images/patterns/1.svg);
  background-repeat: no-repeat;
  background-position: 155px 0;
  background-size: 400px 400px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-hero__pattern {
    width: 160px;
    height: 160px;
    right: 0;
    bottom: -116px;
    background-position: 6px 13px;
    background-size: 160px 152px;
  }
}

.page-hero__post-author {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  text-transform: uppercase;
}

.page-hero--single h1 {
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .page-hero--single h1 {
    margin-bottom: 15px;
  }
}

.page-hero--single .page-hero__content {
  padding: 176px 15px 32px;
}

@media (max-width: 767px) {
  .page-hero--single .page-hero__content {
    padding: 69px 6px 19px;
  }
  .page-hero--single .page-hero__content h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.23px;
  }
}

.page-hero--single .page-hero__pattern {
  right: 0;
  background-position: 75px -1px;
}

.page-hero--home {
  padding-top: 140px;
}

@media (max-width: 991px) {
  .page-hero--home {
    padding-top: 70px;
  }
}

.page-hero--home .container {
    display: flex;
    justify-content: center;
    z-index: 4;
}

.page-hero--home .trip-advisor {
    right: 0;
}

.page-hero--home .page-hero__wrapper {
    display: flex;
    width: auto;
    min-height: calc(100vh - 200px);
    padding: 0;
    margin: 0 60px;
}

@media (max-width: 1600px) {
    .page-hero--home .page-hero__wrapper {
      min-height: 640px;
    }
  }

@media (max-width: 1439px) {
    .page-hero--home .page-hero__wrapper {
        min-height: 600px;
    }
}

@media (max-width: 991px) {
    .page-hero--home .page-hero__wrapper {
      min-height: 457px;
      margin: 0 20px;
    }
}


.page-hero--home .page-hero__wrapper.page-hero-ie {
    height: 1px;
}


.page-hero--home .page-hero__thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .page-hero--home .page-hero__thumbnail-mobile {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 768px) {
  .page-hero--home .page-hero__thumbnail-mobile {
    z-index: 3;
  }
}


.page-hero--home .page-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    .page-hero--home .page-hero__content {
        justify-content: flex-end;
        padding-bottom: 22px;
    }
}

.page-hero--home .page-hero__content h1 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-shadow: 0 5px 23px rgba(0, 0, 0, 0.59);
}

@media (max-width: 991px) {
  .page-hero--home .page-hero__content h1 {
    font-size: 52px;
    line-height: 52px;
    margin-top: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 767px) {
  .page-hero--home .page-hero__content {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .page-hero--home .page-hero__content h1 {
    font-size: 32px;
    line-height: 30px;
  }
}

.page-hero--home .page-hero__pattern {
  right: -60px;
  background-position: 0 -12px;
}

@media (max-width: 991px) {
    .page-hero--home .page-hero__pattern {
      right: -20px;
    }
}

@media (max-width: 767px) {
  .page-hero--home .page-hero__pattern {
    width: 160px;
    height: 160px;
    bottom: -116px;
    background-position: 6px 13px;
    background-size: 160px 152px;
  }
}

.page-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}

@media (max-width: 600px) {
  .page-hero__buttons {
    flex-direction: column;
    margin-top: 10px;
  }
}

.page-hero__buttons .c-btn {
  min-width: 195px;
  letter-spacing: 1.4px;
}

@media (max-width: 600px) {
  .page-hero__buttons .c-btn {
    min-width: 220px;
    padding: 11px 20px;
    margin-bottom: 5px;
  }
  .page-hero__buttons .c-btn:last-child {
    margin: 0;
  }
}

.page-hero__buttons .c-btn-primary {
  padding: 17px 35px 17px 25px;
  margin-left: 10px;
}

.page-hero__buttons .c-btn-primary:before {
  box-shadow: 8px 2px 13px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .page-hero__buttons .c-btn-primary {
    padding: 15px 24px 15px 12px;
  }
}

@media (max-width: 600px) {
  .page-hero__buttons .c-btn-primary {
    margin-left: 0;
    padding: 15px 12px 15px 12px;
  }
  .page-hero__buttons .c-btn-primary:after {
    display: none;
  }
  .page-hero__buttons .c-btn-primary:before {
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0 !important;
    box-shadow: 4px 2px 9px rgba(0, 0, 0, 0.5);
  }
  .page-hero__buttons .c-btn-primary span.arrow {
    left: 0;
  }
  .page-hero__buttons .c-btn-primary span.arrow:after {
    display: none;
  }
  .page-hero__buttons .c-btn-primary span.arrow:before {
    right: 0;
  }
}

.page-hero__buttons .c-btn-primary--left {
  padding: 17px 13px 17px 21px;
  margin-right: 0;
  margin-left: 8px;
}

.page-hero__buttons .c-btn-primary--left:before {
  box-shadow: -8px 2px 13px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .page-hero__buttons .c-btn-primary--left {
    padding: 15px 12px 15px 24px;
  }
}

@media (max-width: 600px) {
  .page-hero__buttons .c-btn-primary--left {
    padding: 15px 12px 15px 12px;
    margin-left: 0;
    border-right: 0;
    border-left: 3px solid #F4C136;
    direction: ltr;
  }
  .page-hero__buttons .c-btn-primary--left:after {
    display: none;
  }
  .page-hero__buttons .c-btn-primary--left:before {
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0 !important;
    box-shadow: 4px 2px 9px rgba(0, 0, 0, 0.5);
  }
  .page-hero__buttons .c-btn-primary--left span.arrow {
    left: 0;
  }
  .page-hero__buttons .c-btn-primary--left span.arrow:before {
    right: 0;
    left: 0;
  }
  .page-hero__buttons .c-btn-primary--left span.arrow:after {
    display: none;
  }
}

.page-hero__location-name {
    display: inline-block;
    padding: 3px 11px;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #03472D;
  }

  @media (max-width: 767px) {
    .page-hero__location-name {
      padding: 6px 11px;
      font-size: 15px;
    }
}

.page-hero__location-name:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -12px;
  border-width: 18px 0 18px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #03472D;
}

.page-hero__location-name:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -12px;
  transform: rotate(180deg);
  border-width: 18px 0 18px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #03472D;
}

.page-hero__video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
    .page-hero__video {
      display: none !important;
    }
  }

.page-hero__video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.page-hero__video .iframe-wrapper {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.page-hero__video .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.page-hero__video-yt {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.page-hero__top {
  position: relative;
}

.page-hero__bottom {
  margin-top: -80px;
}

@media (max-width: 767px) {
  .page-hero__bottom {
    margin-top: -116px;
    margin-bottom: 9px;
  }
}

.page-hero--event .page-hero__content {
  padding: 234px 0 131px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .page-hero--event .page-hero__content {
    padding: 70px 0 147px;
  }
}

@media (max-width: 767px) {
  .page-hero--event .page-hero__content .col-5,
  .page-hero--event .page-hero__content .col-7 {
    padding: 0 20px;
  }
}

.page-hero--event .page-hero__content h1 {
  padding-bottom: 70px;
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

@media (max-width: 991px) {
  .page-hero--event .page-hero__content h1 {
    padding-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .page-hero--event .page-hero__content h1 {
    margin-bottom: 30px;
  }
}

.page-hero--event .page-hero__content h1:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/icons/event-title-dashed.svg");
  background-repeat: repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .page-hero--event .page-hero__content h1:after {
    background-size: auto auto;
  }
}

.page-hero--event .trip-advisor {
  top: 38%;
  right: 0;
}

.page-hero--event .c-btn {
  padding: 17px 40px 17px 28px;
}

@media (max-width: 991px) {
  .page-hero--event .c-btn {
    min-width: 50%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .page-hero--event .c-btn {
    padding: 15px 24px 15px 12px;
    margin-top: 18px;
  }
}

@media (max-width: 600px) {
  .page-hero--event .c-btn {
    min-width: 100%;
    margin-left: 0;
  }
  .page-hero--event .c-btn:after {
    display: none;
  }
  .page-hero--event .c-btn:before {
    width: 100%;
    right: 0;
    border-radius: 0 !important;
  }
  .page-hero--event .c-btn span.arrow:after {
    display: none;
  }
  .page-hero--event .c-btn span.arrow:before {
    right: 0;
  }
}

.page-hero--event .page-hero__background {
  bottom: 29px;
}

@media (max-width: 767px) {
  .page-hero--event .page-hero__background {
    bottom: 94px;
  }
}

.page-hero--event .page-hero__thumbnail {
  padding-top: 55.2%;
}

@media (max-width: 767px) {
  .page-hero--event .page-hero__thumbnail {
    padding-top: 66%;
  }
}

.page-hero__event-text {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .page-hero__event-text {
    padding: 0;
  }
}

.page-hero__event-text .page-hero__event-column {
  align-items: flex-start;
}

.page-hero__event-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

@media (max-width: 991px) {
  .page-hero__event-column {
    align-items: center;
  }
}

@media (max-width: 600px) {
  .page-hero__event-column {
    align-items: flex-start;
  }
}

.page-hero__event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .page-hero__event-date {
    padding-top: 0;
    padding-left: 10px;
  }
}

.page-hero__event-month {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

@media (max-width: 767px) {
  .page-hero__event-month {
    font-size: 14px;
    line-height: 20px;
  }
}

.page-hero__event-day {
  font-size: 95px;
  font-weight: 300;
  line-height: 100px;
}

@media (max-width: 767px) {
  .page-hero__event-day {
    font-size: 72px;
    line-height: 80px;
  }
}

.page-hero__event-desc {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 43px;
}

@media (max-width: 767px) {
  .page-hero__event-desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-hero__event-desc span {
  font-weight: 700;
}

.block-tabs {
  overflow: hidden;
}

.block-tabs h2 {
  margin: 0 0 19px;
}

@media (max-width: 767px) {
  .block-tabs h2 {
    margin: 0 0 18px;
  }
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 35px;
}

.block-tabs .alignnone {
  margin: 8px 0 56px;
}

@media (max-width: 767px) {
  .block-tabs .alignnone {
    margin: 8px 0 35px;
  }
}

.tabs__link-list {
  overflow-x: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.tabs__link-list:before, .tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

@media (max-width: 767px) {
  .tabs__link-list {
    padding: 0 20px;
  }
  .tabs__link-list:before, .tabs__link-list:after {
    content: none;
  }
}

.tabs__link-list-wrapper {
  position: relative;
  border-bottom: 1px solid #828f9b;
}

.tabs__link-list-wrapper:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 6px;
  display: none;
  width: 20px;
  content: '';
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link {
  font-size: 15px;
  font-weight: 700;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  .tabs__link {
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    float: none;
  }
  .slick-initialized .tabs__link {
    float: left;
  }
}

.tabs__link a {
  position: relative;
  display: block;
  padding: 0 20px 10px;
  transition: color .2s linear;
  text-align: center;
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .tabs__link a {
    min-width: 0;
    padding: 0 10px 8px;
    outline: 0;
  }
}

.tabs__link a:hover {
  color: #006838;
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: '';
  transition: all .2s linear;
  background-color: #006838;
}

@media (max-width: 767px) {
  .tabs__link a:after {
    height: 3px;
  }
}

.tabs__link.active a {
  color: #000;
}

@media (max-width: 767px) {
  .tabs__link.active a {
    color: #000;
  }
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  padding: 42px 0 62px;
  transition: opacity .2s linear;
  opacity: 1;
}

@media (max-width: 767px) {
  .tabs__tab-content {
    padding: 30px 0 47px;
  }
}

.tabs__tab-content-wrapper {
  border-bottom: 1px solid #37414b;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -9999px;
}

.tab-head-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .tab-head-wrap {
    margin: 0 -20px;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tab-head-wrap.has-scroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  content: '';
  background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}

.block-img-comp {
  padding: 71px 15px;
}

@media (max-width: 991px) {
  .block-img-comp {
    padding: 70px 31px;
  }
}

@media (max-width: 767px) {
  .block-img-comp {
    padding: 50px 20px 39px;
  }
  .block-img-comp .section-title {
    text-align: left;
  }
}

.block-img-comp .container-fluid {
  padding: 0 1.04166667vw;
}

@media (max-width: 767px) {
  .block-img-comp .container-fluid {
    padding: 0;
  }
}

.block-img-comp .row {
  margin: 0 -1.04166667vw;
  padding: 0 0 2.22222222vw;
}

@media (max-width: 767px) {
  .block-img-comp .row {
    margin: 0;
    padding: 0;
  }
}

.block-img-comp .row:last-child {
  padding: 0;
}

.block-img-comp [class*='col'] {
  padding: 0 1.04166667vw;
}

@media (max-width: 767px) {
  .block-img-comp [class*='col'] {
    padding: 0 0 12px;
  }
}

.block-img-single img {
  display: block;
  width: 100%;
}

.block-img-single.small-top {
  padding-bottom: 2.22222222vw;
}

@media (max-width: 767px) {
  .block-img-single.small-top {
    padding-bottom: 12px;
  }
}

.block-gallery-slider {
  padding: 94px 0 40px;
}

@media (max-width: 767px) {
  .block-gallery-slider {
    padding: 37px 0 20px;
  }
}

.block-gallery-slider h2 {
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  .block-gallery-slider h2 {
    margin-bottom: 30px;
  }
}

.block-gallery-slider .col-12 {
  padding: 0;
}

.bc-gallery__slider {
  padding: 0;
}

.bc-gallery__slider .slick-slide:not(.slick-center) figure {
  position: relative;
}

.bc-gallery__slider .slick-slide:not(.slick-center) figure:after {
  content: '';
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.bc-gallery__slider .slick-center .bc-gallery__caption {
  display: block !important;
}

.bc-gallery__single-slide {
  max-width: 945px;
  margin: 0 2.5px;
}

@media (max-width: 1199px) {
  .bc-gallery__single-slide {
    max-width: 80vw;
  }
}

@media (max-width: 991px) {
  .bc-gallery__single-slide {
    max-width: 72vw;
  }
}

.bc-gallery__single-slide img {
  width: 100%;
}

.bc-gallery__caption {
  display: none;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .bc-gallery__caption {
    padding: 11px 8px;
    font-size: 12px;
    line-height: 14px;
  }
}

.block-gallery-lightbox {
  overflow: hidden;
  padding-top: 13px;
  padding-bottom: 48px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-gallery-lightbox {
    padding: 17px 0 46px;
  }
  .block-gallery-lightbox .row {
    margin: 0 0;
  }
}

.block-gallery-lightbox h2 {
  margin-bottom: 51px;
}

@media (max-width: 767px) {
  .block-gallery-lightbox h2 {
    margin-bottom: 28px;
  }
}

.lightbox-gallery__single-thumb {
  padding-bottom: 31px;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb {
    padding: 1px 1px 1px 1px;
  }
}

.lightbox-gallery__single-thumb-wrapper {
  overflow: hidden;
}

.lightbox-gallery__single-thumb img {
  width: 100%;
  transition: all .3s;
}

.lightbox-gallery__single-thumb:hover img {
  transform: scale(1.1);
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  background-color: #231f20;
}

.lightbox-gallery__gallery-wrapper .container {
  position: relative;
}

.lightbox-gallery__gallery-wrapper .arrow-slider__prev {
  right: auto;
  left: 15px;
  top: calc(50% - 15px);
}

@media (max-width: 991px) {
  .lightbox-gallery__gallery-wrapper .arrow-slider__prev {
    left: 9px;
    top: calc(50% - 22px);
  }
}

.lightbox-gallery__gallery-wrapper .arrow-slider__next {
  right: 15px;
  left: auto;
  top: calc(50% - 15px);
}

@media (max-width: 991px) {
  .lightbox-gallery__gallery-wrapper .arrow-slider__next {
    right: 9px;
    top: calc(50% - 22px);
  }
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.lightbox-gallery__slider {
  max-width: 100%;
  padding: 0 65px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .lightbox-gallery__slider {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__slider {
    padding: 0 20px;
  }
}

.lightbox-gallery__single-slide {
  height: 100vh;
  padding: 75px 0;
  position: relative;
  outline: none;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide {
    padding: 40px 0;
  }
}

.lightbox-gallery__single-slide.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: auto;
  max-height: calc(100vh - 150px);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide img {
    max-height: calc(100vh - 80px);
  }
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__caption {
  flex: 0 0 100%;
  padding: 19px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .lightbox-gallery__caption {
    padding: 13px 15px;
    margin-top: -7px;
    font-size: 12px;
    line-height: 14px;
  }
}

.lightbox-gallery__close {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 999;
  top: 17px;
  right: 16px;
  transform: rotate(45deg);
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: border .2s linear;
}

@media (max-width: 767px) {
  .lightbox-gallery__close {
    width: 38px;
    height: 38px;
    top: 14px;
    right: 14px;
  }
}

.lightbox-gallery__close:hover {
  border-color: #fff;
}

.lightbox-gallery__close:hover:before, .lightbox-gallery__close:hover:after {
  background: #fff;
}

.lightbox-gallery__close:after, .lightbox-gallery__close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: background .2s linear;
}

.lightbox-gallery__close:after {
  width: 2px;
  height: 24px;
}

.lightbox-gallery__close:before {
  width: 24px;
  height: 2px;
}

.block-content-links {
  padding: 70px 0 26px;
}

@media (max-width: 991px) {
  .block-content-links {
    padding: 54px 0 25px;
  }
}

.block-content-links h2 {
  margin-top: 8px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .block-content-links h2 {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}

.block-content-links + .block-content-links {
  padding: 0;
}

@media (max-width: 991px) {
  .block-content-links + .block-content-links {
    padding-top: 0;
    margin-top: -25px;
  }
}

.block-content-links + .block-content-links-text {
  padding-top: 26px;
}

@media (max-width: 991px) {
  .block-content-links + .block-content-links-text {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.block-content-links + .block-content-images {
  margin-top: 116px;
}

@media (max-width: 991px) {
  .block-content-links + .block-content-images {
    margin-top: 54px;
  }
}

@media (max-width: 991px) {
  .block-content-links-text {
    padding-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .block-content-links-text + .block-content-links-text {
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-top: 10px;
  }
}

.block-content-links-text h2 {
  margin-bottom: 43px;
}

@media (max-width: 991px) {
  .block-content-links-text h2 {
    margin-bottom: 17px;
  }
}

@media (max-width: 991px) {
  .block-content-links-text .content-link {
    margin-bottom: 0;
  }
}

.block-content-links-text .content-link__single {
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .block-content-links-text .content-link__single {
    margin-bottom: 10px;
  }
  .block-content-links-text .content-link__single:last-child {
    margin-bottom: 0;
  }
}

.block-content-links-text .content-link__title {
  padding: 18px 70px 14px 21px;
  border: none;
  background: #F8F4EE;
}

@media (max-width: 991px) {
  .block-content-links-text .content-link__title {
    padding: 20px 10px 19px 10px;
  }
}

.block-content-links-text .content-link__icon {
  display: inline-block;
}

.block-content-links-text .content-link__icon span {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 54%;
  right: 0;
  transform: translate(-50%, -50%);
  border: 1px solid #F4C136;
  border-radius: 50%;
  background: transparent;
  transition: all .4s ease-out;
}

@media (max-width: 991px) {
  .block-content-links-text .content-link__icon span {
    top: 48%;
    right: -8px;
  }
}

.block-content-links-text .content-link__icon svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .block-content-links-text .content-link__icon svg {
    width: 11px;
    height: 11px;
  }
}

.block-content-links-text .content-link__icon svg * {
  stroke: #006838;
  fill: #006838;
}

.block-content-links-text .content-link:hover > .content-link__title {
  color: #006838;
}

.block-content-links-text .content-link:hover .content-link__icon span {
  background: #F4C136 !important;
}

.block-content-links .c-btn-wrapper {
  margin-top: 0;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .block-content-links .c-btn-wrapper {
    margin-top: -8px;
    margin-bottom: 12px;
  }
}

.block-content-links .c-btn-wrapper a {
  padding: 10px 0;
}

.content-link {
  display: block;
  transition: all .4s ease-out;
}

.content-link__single {
  margin-bottom: 39px;
}

@media (max-width: 991px) {
  .content-link__single {
    margin-bottom: 12px;
  }
}

.content-link__title {
  padding: 15px 70px 12px 1px;
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #006838;
}

@media (max-width: 991px) {
  .content-link__title {
    padding: 11px 70px 9px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
}

.content-link__title--b {
  padding: 18px 70px 10px 1px;
  position: relative;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #572700;
}

@media (max-width: 991px) {
  .content-link__title--b {
    padding: 9px 70px 0 1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
}

.content-link__img-wrapper {
  overflow: hidden;
}

.content-link__img-wrapper img {
  width: 100%;
  transition: all .3s;
}

.content-link__content {
  padding: 3px 0 0 0;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

@media (max-width: 767px) {
  .content-link__content {
    padding: 1px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}

.content-link:hover .content-link__title {
  color: #033224;
}

.content-link:hover .content-link__title--b {
  color: #572700;
}

.content-link:hover img {
  transform: scale(1.1);
}

.content-link:hover .c-btn-wrapper .c-btn-icon {
  background: #F4C136;
}

.content-link__icon {
  display: none;
}

.block-content-images {
  background: #F8F4EE;
}

.block-content-images h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .block-content-images h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.block-content-images h3 + p {
  margin: 0;
}

.block-content-images.has-container {
  background: transparent;
}

.block-content-images.has-container .row {
  margin: 0;
/*  background: #F8F4EE;*/
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.block-content-images.has-container .b-content-images__content-wrapper {
  max-width: 443px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .block-content-images.has-container .b-content-images__content-wrapper {
    padding: 29px 25px 30px;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .block-content-images.has-container .b-content-images__content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.block-content-images.has-container .content-left {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .block-content-images.has-container .content-left {
    padding: 0;
    order: -1;
  }
}

@media (max-width: 767px) {
  .block-content-images.has-container .content-left {
    order: 1;
  }
}

.b-content-images__content-wrapper {
  max-width: 400px;
  padding: 20px 0;
  position: relative;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .b-content-images__content-wrapper {
    max-width: 500px;
    padding: 146px 0 175px;
    left: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b-content-images__content-wrapper {
    padding: 45px 0 39px;
  }
}

.b-content-images__content-wrapper p {
  margin: 0 0 46px;
}

.b-content-images__content-wrapper p + .c-btn-wrapper {
  margin: 31px 0 14px 0px;
}

@media (max-width: 767px) {
  .b-content-images__content-wrapper p + .c-btn-wrapper {
    margin: 19px 0 0 0px;
  }
}

.b-content-images__image img {
  width: 100%;
}

.b-content-images__col.image-left {
  padding-right: 40px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .b-content-images__col.image-left {
    padding: 0;
    order: -1;
  }
}

.has-container .b-content-images__col.image-left {
  padding-right: 77px;
}

@media (max-width: 991px) {
  .has-container .b-content-images__col.image-left {
    padding: 0;
  }
}

.b-content-images__col.image-right {
  padding-right: 0;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .b-content-images__col.image-right {
    padding: 0;
    order: -1;
  }
}

.has-container .b-content-images__col.image-right {
  padding-left: 0;
}

@media (max-width: 991px) {
  .has-container .b-content-images__col.image-right {
    padding: 0;
  }
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  left: -40px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .b-content-images__col.content-right .b-content-images__content-wrapper {
    left: auto;
    margin: 0 auto;
  }
}

.block-cta {
  padding: 79px 0 57px 0;
  position: relative;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .block-cta {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .block-cta {
    padding: 49px 0 54px;
  }
}

.block-cta:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #03472D;
  opacity: .8;
}

.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta h5,
.block-cta h6 {
  text-align: center;
  color: currentColor;
  z-index: 3;
}

.block-cta h2 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .block-cta h2 {
    margin-bottom: 10px;
  }
}

.block-cta__text-wrapper {
  z-index: 3;
}

@media (max-width: 991px) {
  .block-cta__text-wrapper {
    padding-top: 5px;
    padding-bottom: 39px;
  }
}

@media (max-width: 767px) {
  .block-cta__text-wrapper {
    padding-bottom: 7px;
  }
}

.block-cta__button-wrapper {
  text-align: center;
  z-index: 3;
}

.block-cta__button-wrapper .c-btn-color-alt {
  padding: 17px 35px 17px 27px;
  letter-spacing: 1.23px;
}

@media (max-width: 767px) {
  .block-cta__button-wrapper .c-btn-color-alt {
    padding: 15px 28px 15px 16px;
  }
}

@media (max-width: 991px) {
  .block-cta__button-wrapper {
    text-align: center;
  }
}

.blog-hero {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog-hero {
    margin-bottom: 35px;
  }
}

.blog-hero__background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 165px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -3;
}

@media (max-width: 767px) {
  .blog-hero__background {
    bottom: 21px;
  }
}

.blog-hero__background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #03472D;
  z-index: 0;
  opacity: 0.8;
}

.blog-hero__content {
  padding: 194px 15px 50px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.blog-hero__content h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 1;
}

@media (max-width: 991px) {
  .blog-hero__content h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .blog-hero__content h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .blog-hero__content {
    padding: 69px 6px 31px;
  }
}

.blog-hero .trip-advisor {
  background: #033224;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 3;
  padding: 18px 13px;
}

.blog-hero .trip-advisor:after {
  content: '';
  height: 100%;
  width: 5px;
  background-color: #006838;
  position: absolute;
  top: 0;
  left: -5px;
}

.blog-hero .trip-advisor__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  margin-top: 12px;
}

.blog-hero .trip-advisor__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.blog-hero .trip-advisor svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .blog-hero .trip-advisor {
    display: none;
  }
}

.blog-hero__featured:hover .blog-hero__featured-label {
  background: #006838;
}

.blog-hero__featured:hover .blog-hero__featured-image img {
  transform: scale(1.1);
}

.blog-hero__featured-wrapper {
  position: relative;
}

.blog-hero__featured-image {
  position: relative;
  overflow: hidden;
}

.blog-hero__featured-image img {
  transition: all .3s ease;
  width: 100%;
}

.blog-hero__featured-content {
  background: #FFFCF7;
  max-width: 774px;
  min-height: 169.5px;
  margin-top: -169px;
  position: relative;
  padding: 3px 19px 0px;
  margin-left: -1px;
  position: relative;
}

@media (max-width: 991px) {
  .blog-hero__featured-content {
    margin-top: 0;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .blog-hero__featured-content {
    padding: 10px 0 0;
  }
}

.blog-hero__featured-content::before {
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #FFFCF7;
  content: '';
  position: absolute;
  right: 100%;
  margin-right: -1px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .blog-hero__featured-content::before {
    top: -40px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .blog-hero__featured-content::before {
    top: -24px;
  }
}

.blog-hero__featured-content::after {
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #FFFCF7;
  content: '';
  position: absolute;
  left: 100%;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .blog-hero__featured-content::after {
    top: -40px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .blog-hero__featured-content::after {
    top: -24px;
  }
}

.blog-hero__featured-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0;
  padding: 20px 0;
  min-height: 125px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .blog-hero__featured-title {
    font-size: 32px;
    line-height: 40px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .blog-hero__featured-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-top: 0;
  }
}

.blog-hero__featured-title a {
  color: #572700;
}

.blog-hero__featured-author {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #006838;
  margin: 0;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .blog-hero__featured-author {
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}

.blog-hero__featured-label {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #033224;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  padding: 5px 11px;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .blog-hero__featured-label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.1px;
    padding: 5px 7px;
  }
}

.image-content-blocks {
  padding-top: 112px;
  padding-bottom: 65px;
  background: #FFFCF7;
  background-image: url("../images/patterns/2.svg"), url("../images/patterns/3.svg");
  background-position: top -68px left, bottom -115px right;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 1199px) {
  .image-content-blocks {
    padding-top: 98px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .image-content-blocks {
    background-image: url("../images/patterns/2.svg");
    background-size: 119px;
    background-position: left top;
    padding-top: 55px;
    padding-bottom: 19px;
  }
}

.testimonials + .image-content-blocks {
  padding-top: 182px;
  background-position: top 0 left, bottom -115px right;
}

@media (max-width: 1199px) {
  .testimonials + .image-content-blocks {
    padding-top: 98px;
  }
}

@media (max-width: 767px) {
  .testimonials + .image-content-blocks {
    background-image: url("../images/patterns/2.svg"), url("../images/patterns/3.svg");
    background-position: left top, right bottom -4px;
    padding-top: 55px;
    background-size: 119px, 144px;
  }
}

.image-content-blocks__section-title {
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 78px;
}

@media (max-width: 1199px) {
  .image-content-blocks__section-title {
    font-size: 64px;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .image-content-blocks__section-title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .image-content-blocks__section-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 22px;
  }
}

.image-content-blocks__item {
  margin-bottom: 42px;
}

@media (max-width: 991px) {
  .image-content-blocks__item {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .image-content-blocks__item {
    margin-bottom: 20px;
  }
}

.image-content-blocks__item-title {
  padding-bottom: 43px;
  position: relative;
}

@media (max-width: 767px) {
  .image-content-blocks__item-title {
    font-size: 26px !important;
    line-height: 25px !important;
    padding-bottom: 21px;
  }
}

.image-content-blocks__item-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../images/patterns/RopePattern.svg");
  height: 16px;
  width: 67px;
  background-repeat: repeat no-repeat;
  background-position: left;
  background-size: 100% 16px;
}

@media (max-width: 767px) {
  .image-content-blocks__item-title:before {
    height: 8px;
    width: 40px;
  }
}

.image-content-blocks__item-button {
  padding-right: 32px;
}

@media (max-width: 767px) {
  .image-content-blocks__item-button {
    padding-right: 24px;
    margin-top: 3px;
  }
}

.image-content-blocks__bottom {
  padding-top: 47px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .image-content-blocks__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.image-content-blocks__bottom-heading {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #572700;
}

@media (max-width: 991px) {
  .image-content-blocks__bottom-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .image-content-blocks__bottom-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 9px;
  }
}

.image-content-blocks__bottom-content {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .image-content-blocks__bottom-content {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .image-content-blocks__bottom-content {
    font-size: 14px;
    line-height: 20px;
  }
}

.image-links {
  background: #F8F4EE;
  padding: 111px 0 97px;
}

@media (max-width: 991px) {
  .image-links {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .image-links {
    padding-top: 51px;
    padding-bottom: 6px;
  }
}

.image-links--2 .content-link {
  margin-bottom: 16px;
}

.image-links--3 .content-link__title--b {
  font-size: 32px;
  line-height: 38px;
}

@media (max-width: 991px) {
  .image-links--3 .content-link__title--b {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .image-links .content-link {
    margin-bottom: 39px;
  }
}

.image-links .content-link__img-wrapper {
  position: relative;
  padding-top: 56.4%;
}

.image-links .content-link__img-wrapper img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-links .content-link__content {
  max-width: 435px;
}

@media (max-width: 767px) {
  .image-links .content-link__content {
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .image-links .content-link__title--b {
    padding: 14px 0 9px 1px;
    font-size: 24px;
    line-height: 30px;
  }
}

.image-links .content-link .c-btn-wrapper {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .image-links .content-link .c-btn-wrapper {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .image-links .content-link .c-btn-wrapper .c-btn {
    padding: 10px 0;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 1.4px;
  }
  .image-links .content-link .c-btn-wrapper .c-btn-icon {
    width: 36px;
    height: 36px;
    right: -58px;
  }
}

.content-with-table {
  padding: 72px 0 112px;
  background-image: url("../images/patterns/1.svg");
  background-repeat: no-repeat;
  background-size: 401px;
  background-position: top right;
}

@media (max-width: 991px) {
  .content-with-table {
    padding: 60px 0;
    background-size: 250px;
  }
}

@media (max-width: 767px) {
  .content-with-table {
    padding: 35px 0 47px;
    background-size: 153px;
    background-position: top -41px right;
  }
}

.content-with-table__heading {
  padding-bottom: 44px;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .content-with-table__heading {
    padding-bottom: 21px;
    margin-bottom: 14px;
  }
}

.content-with-table__heading:before {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 0;
  background-image: url("../images/patterns/RopePattern.svg");
  height: 16px;
  width: 67px;
  background-repeat: repeat no-repeat;
  background-position: left;
  background-size: 100% 16px;
}

@media (max-width: 767px) {
  .content-with-table__heading:before {
    height: 8px;
    width: 40px;
  }
}

.content-with-table__content {
  max-width: 650px;
}

.content-with-table__table {
  margin-top: 19px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .content-with-table__table {
    border-top: 1px solid #d4cec5;
    margin-top: 24px;
    margin-bottom: 18px;
  }
}

.content-with-table__table-row {
  display: flex;
  border-bottom: 1px dashed #dadada;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.75px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 95px;
  padding-right: 36px;
}

.content-with-table__table-row:first-of-type {
  padding-top: 45px;
  padding-bottom: 35px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .content-with-table__table-row:first-of-type {
    display: none;
  }
}

@media (max-width: 991px) {
  .content-with-table__table-row {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .content-with-table__table-row {
    display: block;
    border-bottom: 1px solid #d4cec5;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.content-with-table__table-title {
  font-weight: 700;
  text-transform: uppercase;
  flex: 1 0 36%;
  max-width: 36%;
  position: relative;
  pointer-events: none;
}

@media (max-width: 767px) {
  .content-with-table__table-title {
    flex: 1;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.58px;
    text-transform: uppercase;
    color: #572700;
    padding: 24px 5px 14px;
    cursor: pointer;
    pointer-events: all;
  }
  .content-with-table__table-title:after {
    content: '';
    width: 8px;
    height: 2px;
    display: inline-block;
    transform: rotate(43deg);
    transition: all .2s;
    position: absolute;
    right: 11px;
    top: 57%;
    background: black;
  }
  .active .content-with-table__table-title:after {
    transform: rotate(0);
    height: 3px;
    right: 10px;
  }
  .content-with-table__table-title:before {
    content: '';
    width: 8px;
    height: 2px;
    display: inline-block;
    transform: rotate(-43deg);
    transition: all .2s;
    position: absolute;
    right: 5px;
    top: 57%;
    background: black;
  }
  .active .content-with-table__table-title:before {
    transform: rotate(0);
    height: 3px;
  }
}

.content-with-table__table-content {
  flex: 1;
}

@media (min-width: 768px) {
  .content-with-table__table-content {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .content-with-table__table-content {
    flex-direction: column;
    display: none;
    padding-left: 5px;
    padding-bottom: 9px;
  }
}

.content-with-table__table-label {
  display: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .content-with-table__table-label {
    display: block;
    margin-bottom: 9px;
  }
}

.content-with-table__table-col {
  flex: 1;
}

@media (max-width: 767px) {
  .content-with-table__table-col {
    padding-top: 7px;
    padding-bottom: 17px;
  }
}

.content-with-table__table-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.content-with-table__bottom-text {
  font-size: 18px;
}

@media (max-width: 991px) {
  .content-with-table__bottom-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .content-with-table__bottom-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.block-two-columns {
  padding: 103px 0 106px;
}

@media (max-width: 991px) {
  .block-two-columns {
    padding: 35px 0;
  }
}

.block-two-columns--no-bottom-padding {
  padding-bottom: 0;
}

.block-two-columns--no-top-padding {
  padding-top: 0;
}

.block-two-columns__text {
  column-count: 1;
  column-gap: 69px;
}

@media (max-width: 991px) {
  .block-two-columns__text {
    column-count: 1;
  }
}

.block-two-columns__text p {
  break-inside: avoid;
}

.block-features-facts {
  padding: 132px 0 120px;
  position: relative;
  background-color: #F8F4EE;
}

@media (max-width: 991px) {
  .block-features-facts {
    padding: 40px 0 47px;
  }
}

.block-features-facts__content-wrapper {
  max-width: 350px;
  position: relative;
  margin: 0 auto;
}

.block-features-facts__fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 37px 0 52px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .block-features-facts__fact {
    padding: 19px 0 0 0;
  }
}

.block-features-facts__fact:after {
  content: '';
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: -4px;
  background-image: url("../images/icons/fact-dashed.svg");
  background-repeat: repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .block-features-facts__fact:after {
    display: none;
  }
}

.block-features-facts__fact:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -4px;
  background-image: url("../images/icons/fact-dashed.svg");
  background-repeat: repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .block-features-facts__fact:before {
    display: none;
  }
}

.block-features-facts__fact:first-child:after {
  display: block;
}

@media (max-width: 991px) {
  .block-features-facts__fact:first-child:after {
    display: none;
  }
}

.block-features-facts__info {
  margin: 0;
  margin-bottom: 15px;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  color: #572700;
}

@media (max-width: 991px) {
  .block-features-facts__info {
    margin-bottom: 0;
    font-size: 70px;
  }
}

.block-features-facts__title {
  padding: 8.5px 7px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  background-color: #03472D;
}

.block-features-facts__title:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -12px;
  border-width: 17px 0 17px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #03472D;
}

.block-features-facts__title:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -12px;
  transform: rotate(180deg);
  border-width: 17px 0 17px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #03472D;
}

.block-features-facts__image {
  max-width: 800px;
  margin: 0 auto;
}

.block-features-facts__col.image-left {
  padding-right: 40px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .block-features-facts__col.image-left {
    padding-right: 20px;
    padding-left: 20px;
    order: -1;
  }
}

.block-features-facts__col.image-right {
  padding-right: 0;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .block-features-facts__col.image-right {
    padding-right: 20px;
    padding-left: 20px;
    order: -1;
  }
}

.block-features-facts__col.content-left {
  padding-left: 95px;
}

@media (max-width: 991px) {
  .block-features-facts__col.content-left {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.block-features-facts__col.content-right {
  padding-right: 95px;
}

@media (max-width: 991px) {
  .block-features-facts__col.content-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.block-features-facts__pattern {
  width: 250px;
  height: 250px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-image: url(../images/patterns/1.svg);
  background-repeat: no-repeat;
  background-position: 5px 3px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .block-features-facts__pattern {
    display: none;
  }
}

.posts__post {
  margin-bottom: 30px;
}

.block-two-images-content {
  padding: 85px 0 0 0;
}

@media (max-width: 991px) {
  .block-two-images-content {
    padding: 47px 0 0 0;
  }
}

.block-two-images-content .image-left {
  padding: 60px 60px 20px 60px;
  position: relative;
}

@media (max-width: 991px) {
  .block-two-images-content .image-left {
    padding: 27px 28px 27px 28px;
  }
}

.block-two-images-content__col-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.block-two-images-content__col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-two-images-content__col-content {
    order: -1;
  }
}

.block-two-images-content__col-content h2 {
  position: relative;
  margin: 0;
}

.block-two-images-content__col-content h2:after {
  content: '';
  width: 73px;
  height: 12px;
  position: absolute;
  bottom: -49px;
  left: 0;
  background-image: url("../images/patterns/RopePattern.svg");
  background-repeat: no-repeat;
  background-size: 100% 12px;
}

@media (max-width: 991px) {
  .block-two-images-content__col-content h2:after {
    width: 39px;
    height: 5px;
    bottom: -25px;
    background-size: 39px auto;
  }
}

.block-two-images-content__content {
  margin-top: 81px;
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  .block-two-images-content__content {
    margin: 42px 0 29px;
  }
}

.block-two-images-content__content-wrapper {
  padding: 98px 96px 98px 5px;
}

@media (max-width: 1199px) {
  .block-two-images-content__content-wrapper {
    padding: 30px 0 30px 11px;
  }
}

@media (max-width: 991px) {
  .block-two-images-content__content-wrapper {
    padding: 0 0 25px 11px;
  }
}

.block-two-images-content__image--top {
  width: 100%;
  height: 522px;
  align-self: flex-start;
  /* min-height: 48vw; */
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .block-two-images-content__image--top {
    height: 0;
    min-height: 0;
    padding-top: 116%;
  }
}

.block-two-images-content__image--underneath {
  width: 100%;
  height: calc(522px + 120px);
  align-self: flex-start;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .block-two-images-content__image--underneath {
    height: 100%;
  }
}

.block-two-images-content .c-btn {
  margin-bottom: 10px;
}

.block-locations {
  padding: 141px 0 0 0;
  background-color: #F8F4EE;
  position: relative;
}

.block-locations:after {
  content: '';
  position: absolute;
  bottom: -213px;
  left: 0;
  right: 0;
  height: 214px;
  background-image: linear-gradient(to top, rgba(248, 244, 238, 0) 0%, #f8f4ee 100%);
  z-index: 1;
}

@media (max-width: 991px) {
  .block-locations:after {
    bottom: -69px;
    height: 100px;
  }
}

.block-locations + .testimonials {
  padding-top: 27.6vw;
  background-position: bottom -11vw center;
}

@media (max-width: 1600px) {
  .block-locations + .testimonials {
    padding-top: 30.8vw;
    background-position: bottom center;
  }
}

@media (max-width: 1439px) {
  .block-locations + .testimonials {
    margin-top: -10vw;
  }
}

@media (max-width: 991px) {
  .block-locations + .testimonials {
    margin-top: -194px;
    padding-top: 385px;
  }
}

@media (max-width: 991px) {
  .block-locations {
    padding: 52px 0 0 0;
  }
}

.block-locations h2 {
  margin-bottom: 76px;
  font-size: 72px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .block-locations h2 {
    margin-bottom: 29px;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
  }
}

.block-locations__link:not(:first-child) .block-locations__location {
  margin-top: 16px;
}

@media (max-width: 991px) {
  .block-locations__link:not(:first-child) .block-locations__location {
    margin-top: 10px;
  }
}

.block-locations__link:nth-child(1n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-1.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(1n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-1-mobile.svg");
  }
}

.block-locations__link:nth-child(2n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-2.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(2n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-2-mobile.svg");
  }
}

.block-locations__link:nth-child(3n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-3.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(3n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-3-mobile.svg");
  }
}

.block-locations__link:nth-child(4n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-4.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(4n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-4-mobile.svg");
  }
}

.block-locations__link:nth-child(5n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-5.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(5n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-5-mobile.svg");
  }
}

.block-locations__link:nth-child(6n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-6.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(6n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-6-mobile.svg");
  }
}

.block-locations__link:nth-child(7n) .block-locations__pattern {
  background-image: url("../images/patterns/LocationCard-7.svg");
}

@media (max-width: 991px) {
  .block-locations__link:nth-child(7n) .block-locations__pattern {
    background-image: url("../images/patterns/LocationCard-7-mobile.svg");
  }
}

.block-locations__location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px 30px 40px;
  position: relative;
  border-left: 9px solid #F4C136;
  background-color: #ffffff;
  cursor: pointer;
  transition: all .3s ease-out;
  z-index: 2;
}

@media (max-width: 991px) {
  .block-locations__location {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 5px 19px 15px;
    border-width: 4px;
  }
}

.block-locations__location:hover {
  border-color: #006838;
}

.block-locations__location:hover .block-locations__location-name {
  color: #006838;
}

.block-locations__location:hover .block-locations__location-info {
  color: #006838;
}

.block-locations__location:hover .block-locations__location-info .block-locations__location-info-city svg * {
  fill: #006838;
}

.block-locations__location:hover .block-locations__arrow {
  background-color: #006838;
}

.block-locations__location-name {
  flex: 0 0 55.5%;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  color: #03472D;
  transition: all .3s ease-out;
  padding-right: 25px;
}

@media (max-width: 991px) {
  .block-locations__location-name {
    flex: 0 0 100%;
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-right: 0;
  }
}

.block-locations__location-info {
  display: flex;
  flex: 0 0 45.5%;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #572700;
  letter-spacing: 1.93px;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

@media (max-width: 991px) {
  .block-locations__location-info {
    flex: 0 0 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
}

.block-locations__location-info-city svg {
  width: 15px;
  height: 20px;
  margin-right: 5px;
  transition: all .3s ease-out;
}

@media (max-width: 991px) {
  .block-locations__location-info-city svg {
    width: 11px;
    height: 15px;
    margin-right: 1px;
  }
}

.block-locations__location-info-city svg * {
  transition: all .3s ease-out;
  fill: #572700;
}

.block-locations__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  z-index: 5;
  margin-top: 3px;
  margin-right: 43px;
  border-radius: 27px;
  background-color: #03472D;
  transition: all .3s ease-out;
}

@media (max-width: 991px) {
  .block-locations__arrow {
    display: none;
  }
}

.block-locations__arrow svg {
  width: 27px;
  height: 28px;
  margin: 0;
}

.block-locations__arrow svg * {
  fill: #ffffff;
}

.block-locations__pattern {
  width: 320px;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 991px) {
  .block-locations__pattern {
    width: 120px;
  }
}

.number-section {
  position: relative;
  padding-top: 111px;
  padding-bottom: 39px;
}

@media (max-width: 991px) {
  .number-section {
    padding-top: 75px;
    padding-bottom: 89px;
  }
}

@media (max-width: 767px) {
  .number-section {
    padding-top: 51px;
  }
}

.number-section:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background-color: #03472D;
}

.number-section .container {
  position: relative;
}

.number-section__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 2px dashed white;
  align-items: center;
  padding-right: 9px;
}

@media (max-width: 991px) {
  .number-section__header {
    padding-right: 0;
    justify-items: center;
    padding-bottom: 21px;
  }
}

.number-section__heading {
  color: white;
  margin: 0;
}

@media (max-width: 991px) {
  .number-section__heading {
    text-align: center;
    flex: 1;
  }
}

.number-section__numbers {
  display: flex;
  justify-content: space-between;
  padding: 53px 43px 53px 28px;
}

@media (max-width: 991px) {
  .number-section__numbers {
    justify-content: center;
    flex-wrap: wrap;
    padding: 44px 25px 2px 25px;
  }
}

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

@media (max-width: 991px) {
  .number-section__item {
    margin: 0 20px 43px;
  }
}

.number-section__item-number {
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.48);
  color: #ffffff;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .number-section__item-number {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 14px;
  }
}

.number-section__item-text {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 2px 7px;
}

@media (max-width: 991px) {
  .number-section__item-text {
    font-size: 15px;
    padding: 3px 7px;
  }
}

@media (max-width: 767px) {
  .number-section__item-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.03px;
    padding: 4px 7px 3px;
  }
}

.number-section__item-text:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -12px;
  transform: rotate(180deg);
  border-width: 18px 0 18px 12px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .number-section__item-text:before {
    border-width: 15px 0 16px 12px;
  }
}

.number-section__item-text:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -12px;
  border-width: 18px 0 18px 12px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .number-section__item-text:after {
    border-width: 16px 0 15px 12px;
  }
}

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

.image-cards {
  padding-top: 148px;
  position: relative;
}

@media (max-width: 991px) {
  .image-cards {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .image-cards {
    padding-top: 36px;
  }
}

.block-two-images-content + .image-cards {
  margin-top: -31px;
}

@media (max-width: 991px) {
  .block-two-images-content + .image-cards {
    margin-top: 0;
  }
}

.image-cards:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 470px;
  background: #F8F4EE;
}

@media (max-width: 991px) {
  .image-cards:before {
    height: 100px;
  }
}

.image-cards:after {
  content: '';
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
  height: 234px;
  background-image: linear-gradient(to top, rgba(248, 244, 238, 0) 0%, #f8f4ee 100%);
  z-index: 1;
}

@media (max-width: 991px) {
  .image-cards:after {
    top: 90px;
  }
}

.image-cards__wrapper {
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .image-cards__wrapper {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  .image-cards__wrapper {
    padding: 0 20px;
  }
}

.image-cards .col-12 {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .image-cards .col-12 {
    padding: 0 20px;
  }
}

.image-cards__card {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 522px;
}

@media (max-width: 991px) {
  .image-cards__card {
    height: 395px;
    margin-bottom: 14px;
  }
}

.image-cards__card:hover .image-cards__card-title {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .image-cards__card:hover .image-cards__card-title {
    margin-bottom: 10px;
  }
}

.image-cards__card:hover .image-cards__card-cta {
  visibility: visible;
  height: 27px;
  opacity: 1;
}

@media (max-width: 767px) {
  .image-cards__card:focus .image-cards__card-title {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .image-cards__card:focus .image-cards__card-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .image-cards__card:focus .image-cards__card-cta {
    visibility: visible;
    height: 27px;
    opacity: 1;
  }
}

.image-cards__card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-cards__card-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.image-cards__card-image:after {
  background-image: linear-gradient(180deg, rgba(1, 21, 6, 0) 0%, #040b00 100%);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  height: 60%;
  left: 0;
  right: 0;
  content: '';
}

.image-cards__card-content {
  padding: 34px 40px;
  color: white;
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .image-cards__card-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .image-cards__card-content {
    padding: 10px 19px;
  }
}

.image-cards__card-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  color: white;
  padding-bottom: 14px;
  margin: 0 0 10px;
  transition: margin .3s ease .1s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .image-cards__card-title {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 7px;
  }
}

.image-cards__card-cta {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.06px;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .image-cards__card-cta {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.image-cards__card-cta svg {
  width: 27px;
  height: 27px;
  vertical-align: -7px;
  margin-left: -6px;
}

@media (max-width: 767px) {
  .image-cards__card-cta svg {
    vertical-align: -8px;
  }
}

.image-cards__card-cta svg * {
  fill: white;
}

.testimonials {
  padding-top: 360px;
  padding-bottom: 118px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

@media (max-width: 991px) {
  .testimonials {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .testimonials__row {
    padding-bottom: 97px;
    position: relative;
  }
}

.image-cards + .testimonials {
  padding-top: 520px;
  margin-top: -219px;
  background-position: bottom 45% center;
}

@media (max-width: 1600px) {
  .image-cards + .testimonials {
    padding-top: 610px;
    background-position: bottom center;
  }
}

@media (max-width: 991px) {
  .image-cards + .testimonials {
    padding-top: 400px;
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .testimonials__left-column {
    position: static;
  }
}

.testimonials__right-column {
  padding-right: 0;
}

@media (max-width: 767px) {
  .testimonials__right-column {
    padding-left: 16px;
  }
}

.testimonials__section-title {
  line-height: 48px;
  color: white;
}

@media (max-width: 767px) {
  .testimonials__section-title {
    margin-bottom: 22px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }
}

.testimonials__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  padding-top: 30px;
  margin-right: 0;
  margin-left: auto;
  color: white;
}

@media (max-width: 767px) {
  .testimonials__content {
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }
}

.testimonials__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .testimonials__arrows {
    position: absolute;
    bottom: 0;
  }
}

.testimonials .arrow-slider {
  width: 75px;
  height: 75px;
  position: static;
  transform: translate(0);
  margin-right: 15px;
  transition: .2s linear;
}

@media (max-width: 767px) {
  .testimonials .arrow-slider {
    width: 60px;
    height: 60px;
  }
}

.testimonials .arrow-slider svg {
  width: 75px;
  height: 75px;
}

@media (max-width: 767px) {
  .testimonials .arrow-slider svg {
    width: 60px;
    height: 60px;
  }
}

.testimonials .arrow-slider svg * {
  transition: .2s linear;
  fill: #006838;
}

.testimonials .arrow-slider__prev {
  transform: rotate(180deg);
}

.testimonials .arrow-slider:not(.slick-disabled):hover {
  background-color: #006838;
}

.testimonials .arrow-slider:not(.slick-disabled):hover svg * {
  fill: white;
}

.testimonials .arrow-slider.slick-disabled {
  opacity: .8;
}

.testimonials__slider {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .testimonials__slider {
    padding-left: 0;
  }
}

.testimonials__slider .slick-list {
  padding-left: 10px;
}

.testimonials__slider .slick-track {
  display: flex !important;
}

.testimonials__item {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-width: 380px;
  min-height: 100%;
  padding: 27px 30px 12px;
  margin: 20px 20px 20px 10px;
  background: white;
  box-shadow: -10px 10px 0 0 #006838;
}

@media (max-width: 767px) {
  .testimonials__item {
    max-width: 273px;
    padding: 22px 17px 8px 23px;
    margin: 0 10px 23px 5px;
    box-shadow: -7px 7px 0 0 #006838;
  }
}

.testimonials__item-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 26px;
  margin-bottom: 21px;
  border-bottom: 1px solid rgba(168, 156, 149, 0.7);
}

@media (max-width: 767px) {
  .testimonials__item-header {
    padding-bottom: 12px;
    margin-bottom: 7px;
  }
}

.testimonials__item-avatar {
  width: 66px;
  height: 66px;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .testimonials__item-avatar {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
}

.testimonials__item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonials__item-info {
  padding-top: 6px;
}

.testimonials__item-author {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 767px) {
  .testimonials__item-author {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }
}

.testimonials__item-rating {
  width: 119px;
  height: 21px;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials__item-rating {
    width: 84px;
  }
}

.testimonials__item-rating span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/icons/star-green.svg");
  background-repeat: repeat-x;
  background-size: 24px 19px;
}

@media (max-width: 767px) {
  .testimonials__item-rating span {
    background-size: 17px 15px;
  }
}

.testimonials__item-rating span.star-5 {
  width: 100%;
}

.testimonials__item-rating span.star-4-5 {
  width: 91%;
}

.testimonials__item-rating span.star-4 {
  width: 80%;
}

.testimonials__item-content {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 767px) {
  .testimonials__item-content {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
}

.testimonials__item-footer {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #a89c95;
  letter-spacing: .27px;
}

@media (max-width: 767px) {
  .testimonials__item-footer {
    margin-left: -6px;
  }
}

.testimonials__item-footer svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 17px;
  max-height: 16px;
}

.testimonials__item-footer svg * {
  fill: #a89c95;
}

.accordion-section {
  padding-top: 81px;
  padding-bottom: 93px;
}

@media (max-width: 991px) {
  .accordion-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .accordion-section {
    padding-top: 34px;
    padding-bottom: 46px;
  }
}

.accordion-section__wrapper {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .accordion-section__wrapper {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .accordion-section__item {
    padding-bottom: 18px;
  }
}

.accordion-section__item.active .accordion-section__item-title:after {
  right: 55px;
  margin-top: 11px;
  width: 19px;
}

@media (max-width: 991px) {
  .accordion-section__item.active .accordion-section__item-title:after {
    right: 35px;
    top: calc(50% - 1px);
  }
}

@media (max-width: 767px) {
  .accordion-section__item.active .accordion-section__item-title:after {
    right: 2px;
    width: 14px;
    border-width: 2px;
    margin-top: 4px;
    height: 0;
    margin-top: 7px;
    top: 50%;
  }
}

@media (max-width: 767px) {
  .accordion-section__item.active .accordion-section__item-title:before {
    top: 37%;
  }
}

.accordion-section__item-title {
  padding: 48px 49px 21px;
}

@media (max-width: 991px) {
  .accordion-section__item-title {
    padding: 30px 20px 6px;
  }
}

@media (max-width: 767px) {
  .accordion-section__item-title {
    padding: 17px 0 0;
  }
}

.accordion-section__item-title h3 {
  font-size: 36px;
  margin: 0;
}

@media (max-width: 991px) {
  .accordion-section__item-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .accordion-section__item-title h3 {
    font-size: 18px;
    line-height: 21px;
  }
}

.accordion-section__item-title:before {
  right: 47px;
  width: 36px;
  height: 36px;
  top: calc(50% - 4px);
}

@media (max-width: 991px) {
  .accordion-section__item-title:before {
    right: 27px;
    top: calc(50% - 6px);
  }
}

@media (max-width: 767px) {
  .accordion-section__item-title:before {
    right: -5px;
    width: 28px;
    height: 28px;
    top: 37%;
  }
}

.accordion-section__item-title:after {
  width: 15px;
  height: 15px;
  right: 57px;
  border-right-width: 4px;
  border-top-width: 4px;
}

@media (max-width: 991px) {
  .accordion-section__item-title:after {
    right: 37px;
    top: calc(50% - 2px);
  }
}

@media (max-width: 767px) {
  .accordion-section__item-title:after {
    right: 37px;
    width: 10px;
    height: 10px;
    right: 4px;
    top: 50%;
    border-right-width: 3px;
    border-top-width: 3px;
  }
}

@media (max-width: 767px) {
  .accordion-section__item-image {
    order: 2;
  }
}

.accordion-section__item-content {
  padding: 53px 0px 66px;
}

@media (max-width: 991px) {
  .accordion-section__item-content {
    padding: 20px 0 30px;
  }
}

@media (max-width: 767px) {
  .accordion-section__item-content {
    padding: 3px 0px 16px;
  }
}

.accordion-section__item-text {
  padding-top: 21px;
}

@media (max-width: 991px) {
  .accordion-section__item-text {
    padding-bottom: 23px;
  }
}

.accordion-section__item-text p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .accordion-section__item-text p {
    margin-bottom: 0;
  }
}

.accordion-section__item-text p:first-of-type {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .accordion-section__item-text p:first-of-type {
    margin-bottom: 24px;
  }
}

.accordion-section__item-text p:last-of-type {
  margin-bottom: 0;
}

.accordion-section__bottom-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 750px;
}

@media (max-width: 991px) {
  .accordion-section__bottom-text {
    font-size: 16px;
  }
}

.accordion-section__bottom-text p {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .accordion-section__bottom-text p {
    margin-bottom: 24px;
  }
}

.accordion-section__bottom-text p:last-of-type {
  margin-bottom: 0;
}

.event-calendar {
  padding-top: 105px;
  padding-bottom: 80px;
  background: #F8F4EE;
  background-image: url("../images/patterns/1.svg");
  background-size: 400px;
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .event-calendar {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .event-calendar {
    padding-top: 73px;
    background-size: 154px;
    padding-bottom: 51px;
  }
}

.event-calendar__heading {
  margin-bottom: 31px;
}

.event-calendar__content {
  transition: opacity .3s ease;
}

.event-calendar__content.loading {
  opacity: .2;
}

.event-calendar__filters {
  padding-bottom: 74px;
  border-bottom: 1px dashed #dadada;
}

@media (max-width: 991px) {
  .event-calendar__filters {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .event-calendar__filters {
    padding-bottom: 38px;
  }
}

@media (max-width: 767px) {
  .event-calendar__filters .ovg-select {
    margin-bottom: -2px;
  }
}

.event-calendar__show-more {
  margin-top: 82px;
  text-align: center;
}

@media (max-width: 991px) {
  .event-calendar__show-more {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .event-calendar__show-more {
    margin-top: 54px;
  }
  .event-calendar__show-more .c-btn-primary {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 19px 26px 17px 22px;
  }
  .event-calendar__show-more .c-btn-primary:after {
    border-width: 25px 0 24px 14px;
  }
  .event-calendar__show-more .c-btn-primary span:after {
    border-top-width: 25px !important;
    border-bottom-width: 25px !important;
  }
  .event-calendar__show-more .c-btn-primary:hover span:after {
    border-left-width: 14px !important;
  }
}

.map {
  width: 100%;
  height: 487px;
  margin: 0 0 20px;
  border: none;
  border: 3px solid #006838;
  box-shadow: -9px 12px 0 0 #006838;
}

@media (max-width: 991px) {
  .map {
    height: 350px;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .map {
    width: calc(100% - 4px);
    height: 180px;
    margin-bottom: 40px;
    margin-left: 4px;
    border: 2px solid #006838;
    box-shadow: -4px 6px 0 0 #006838;
  }
}

.additional-information {
  padding: 76px 0 78px;
  background-color: #F8F4EE;
}

@media (max-width: 767px) {
  .additional-information {
    padding: 47px 0 47px;
  }
}

.additional-information__content {
  padding-top: 64px;
  position: relative;
}

@media (max-width: 767px) {
  .additional-information__content {
    padding-top: 38px;
  }
}

.additional-information__content:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  .additional-information__content:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.additional-information__title {
  margin-bottom: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .additional-information__title {
    margin-bottom: 23px;
    text-align: left;
  }
}

.additional-information .share-buttons__wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0;
  padding-bottom: 72px;
  position: static;
  top: 0;
  left: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .additional-information .share-buttons__wrapper {
    padding-bottom: 30px;
  }
}

.additional-information .share-buttons__wrapper .share-buttons {
  position: static;
  top: 0;
  left: 0;
}

.additional-information .share-buttons__wrapper .share-buttons__title {
  margin: 0;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .additional-information .share-buttons__wrapper .share-buttons__title {
    margin-right: 15px;
  }
}

.additional-information .share-buttons__wrapper .addtoany_list {
  flex-direction: row;
  justify-content: flex-start;
}

.additional-information .share-buttons__wrapper .addtoany_list a {
  width: 42px !important;
  height: 42px !important;
  margin-right: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .additional-information .share-buttons__wrapper .addtoany_list a {
    width: 30px !important;
    height: 30px !important;
    margin-right: 9px;
  }
}

.additional-information .share-buttons__wrapper .addtoany_list a:before {
  width: 42px !important;
  height: 42px !important;
}

@media (max-width: 767px) {
  .additional-information .share-buttons__wrapper .addtoany_list a:before {
    width: 30px !important;
    height: 30px !important;
  }
}

.additional-information .share-buttons__wrapper .addtoany_list a span {
  position: relative;
  z-index: 3;
  background-color: transparent !important;
}

.additional-information .share-buttons__wrapper .addtoany_list a span svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .additional-information .share-buttons__wrapper .addtoany_list a span svg {
    width: 23px;
    height: 23px;
  }
}

.additional-information .c-btn {
  min-width: 161px;
}

@media (max-width: 767px) {
  .additional-information .c-btn {
    min-width: 120px;
  }
}

.book-now {
  padding-bottom: 90px;
  padding-top: 84px;
}

@media (max-width: 767px) {
  .book-now {
    padding-bottom: 53px;
    padding-top: 34px;
  }
}

.book-now .c-btn {
  min-width: 161px;
}

@media (max-width: 991px) {
  .book-now .c-btn {
    min-width: 135px;
  }
}

.book-now__col {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .book-now__col {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.block-post-entry > .container {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.block-post-content {
  padding-bottom: 50px;
  padding-top:60px;
}

@media (max-width: 767px) {
  .block-post-content {
    padding-top: 21px;
    padding-bottom: 35px;
  }
}

.related-posts {
  padding: 102px 0 93px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .related-posts {
    padding: 70px 0 54px 0;
  }
}

.related-posts h2 {
  margin: 0;
  margin-top: 11px;
}

@media (max-width: 767px) {
  .related-posts h2 {
    margin: 0;
  }
}

.related-posts__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .related-posts__btn {
    justify-content: flex-start;
    order: 1;
    margin-top: 25px;
  }
}

.related-posts__pattern {
  width: 418px;
  height: 410px;
  position: absolute;
  z-index: 0;
  top: -26px;
  right: 0;
  transform: rotate(90deg);
  background-image: url(../images/patterns/2.svg);
  background-repeat: no-repeat;
  background-position: 29px -85px;
  background-size: contain;
  overflow: hidden;
}

@media (max-width: 767px) {
  .related-posts__pattern {
    width: 150px;
    height: 150px;
    top: -8px;
    right: 0;
    transform: rotate(0deg);
    background-image: url(../images/patterns/1.svg);
    background-position: -3px 6px;
  }
}

.related-posts__posts {
  margin-top: 37px;
}

@media (max-width: 767px) {
  .related-posts__posts {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .related-posts__post {
    margin-bottom: 23px;
  }
}

.related-posts .c-btn {
  padding: 17px 36px 17px 23px;
}

@media (max-width: 767px) {
  .related-posts .c-btn {
    padding: 15px 30px 15px 22px;
  }
}

.share-buttons {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 2;
  top: 120px;
  left: 15px;
}

@media (max-width: 991px) {
  .share-buttons {
    position: relative;
    top: 0;
    left: 0;
  }
}

.share-buttons__wrapper {
  height: 100%;
  padding-bottom: 30px;
  position: absolute;
  top: 60px;
  left: 15px;
}

@media (max-width: 991px) {
  .share-buttons__wrapper {
    max-width: calc(100% - 42px);
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 21px;
    order: 1;
    margin-top: 15px;
  }
}

.addtoany_list {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .addtoany_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.addtoany_list a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  border-radius: 50% !important;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .addtoany_list a {
    margin-right: 10px;
  }
}

.addtoany_list a span {
  position: relative;
  z-index: 3;
  background-color: transparent !important;
}

.addtoany_list a span svg {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease-out;
}

@media (max-width: 767px) {
  .addtoany_list a span svg {
    width: 22px;
    height: 22px;
  }
}

.addtoany_list a:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #006838;
  border-radius: 50%;
  background-color: #006838 !important;
  transition: all .2s ease-out;
}

.addtoany_list a:hover:before {
  transform: scale3d(1.15, 1.15, 1.15);
  border-color: #03472D;
  background-color: #03472D !important;
}

.addtoany_list a:hover span {
  opacity: 1 !important;
}

.addtoany_list a:hover svg {
  transform: translate(-50%, -50%) scale(1.2);
}

.filters-tags {
  margin: 28px 0 0 0;
}

@media (max-width: 767px) {
  .filters-tags {
    margin: 26px 0 0 0;
  }
}

.filters-tags__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.filters-tags .c-btn-ghost {
  padding: 9px 11px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #03472D;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border: 1px solid #03472D;
  cursor: pointer;
  transition: all .5s ease;
}

@media (max-width: 767px) {
  .filters-tags .c-btn-ghost {
    padding: 8px 11px;
    margin-bottom: 9px;
    letter-spacing: 1.23px;
  }
}

.filters-tags .c-btn-ghost:not(:last-child) {
  margin-right: 10px;
}

.filters-tags .c-btn-ghost:before {
  width: auto;
  right: 0;
  transform: scale(1);
  background: #ffffff;
  transition: transform 0.5s cubic-bezier(1, 0.005, 0, 1), background-color 0s;
}

.filters-tags .c-btn-ghost:hover {
  color: #ffffff;
  background: #006838;
}

.filters-tags .c-btn-ghost:hover:before {
  width: auto;
  transform: scale(0);
}

/* Main Footer */
.main-footer {
  padding-top: 69px;
  background: #03472D;
}

.main-footer--corporate {
  background-color: #03472D;
}

.main-footer--corporate .main-footer__select {
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .main-footer--corporate .main-footer__select {
    margin-top: 19px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .main-footer {
    padding-top: 36px;
  }
}

.main-footer__col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.main-footer__socials {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 991px) {
  .main-footer__socials {
    margin-bottom: 30px;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .main-footer__socials {
    padding: 0 17px 0 9px;
    margin-bottom: 37px;
  }
}

.main-footer__socials a {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .main-footer__socials a {
    margin-right: 0;
  }
}

.main-footer__socials a:last-of-type {
  margin-right: 0;
}

.main-footer__socials-icon svg * {
  fill: white !important;
}

.main-footer__socials-icon:hover svg * {
  fill: #F4C136 !important;
  mask: none;
}

.main-footer__buttons {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .main-footer__buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-footer__buttons {
    flex-direction: column;
    margin-bottom: 5px;
  }
}

.main-footer__buttons-item {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .main-footer__buttons-item {
    width: calc(50% - 10px);
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .main-footer__buttons-item {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.23px;
    padding: 14px 14px 12px;
  }
}

.main-footer__menu {
  padding-top: 2px;
  padding-bottom: 10px;
}

.main-footer__menu-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .main-footer__menu-title {
    margin-bottom: 25px;
  }
}

.main-footer__menu .menu {
  margin: 0;
  padding: 0;
}

.main-footer__menu .menu .menu-item {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .main-footer__menu .menu .menu-item {
    margin-bottom: 16px;
  }
}

.main-footer__menu .menu .menu-item:last-of-type {
  margin-bottom: 0;
}

.main-footer__menu .menu .menu-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}

.main-footer__menu .menu .menu-item a:hover:after, .main-footer__menu .menu .menu-item a:after {
  background: white;
}

.main-footer__info {
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  color: white;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .main-footer__info {
    padding-left: 28px;
  }
}

.main-footer__info:last-of-type {
  margin-bottom: 0;
}

.main-footer__info svg {
  max-width: 18px;
  max-height: 19px;
  position: absolute;
  left: 0;
  top: 6px;
}

.main-footer__info svg * {
  fill: white;
}

.main-footer__info.phone svg {
  left: 2px;
  top: 4px;
}

@media (max-width: 767px) {
  .main-footer__info.phone a {
    text-decoration: none;
  }
}

.main-footer__info.address + .email {
  margin-top: 44px;
}

@media (max-width: 991px) {
  .main-footer__info.address + .email {
    margin-top: 12px;
  }
}

.main-footer__info.address + .phone {
  margin-top: 29px;
}

.main-footer__info.address + .phone + .email {
  margin-top: 31px;
}

.main-footer__info.address svg {
  left: 4px;
}

@media (max-width: 767px) {
  .main-footer__info.address svg {
    left: 1px;
  }
}

.main-footer__info a {
  color: white;
}

@media (max-width: 767px) {
  .main-footer__info a {
    text-decoration: underline;
  }
  .main-footer__info a:after {
    display: none;
  }
}

.main-footer__info a:hover:after, .main-footer__info a:after {
  background: white;
}

.main-footer__info a:after {
  margin-top: 0;
}

.main-footer__select {
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .main-footer__select {
    margin-top: 19px;
    margin-bottom: 36px;
  }
}

.main-footer__bottom {
  display: flex;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding-top: 59px;
  padding-bottom: 26px;
}

@media (max-width: 991px) {
  .main-footer__bottom {
    font-size: 12px;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 40px;
    line-height: 14px;
  }
}

.main-footer__bottom a {
  text-decoration: underline;
  color: white;
}

.main-footer__bottom a:hover {
  text-decoration: none;
}

.main-footer__bottom .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .main-footer__bottom .container {
    flex-direction: column;
  }
}

.main-footer__bottom-left {
  display: flex;
  max-width: 530px;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .main-footer__bottom-left {
    display: block;
  }
}

.main-footer__bottom-left p {
  margin: 0;
}

.main-footer__bottom-privacy {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .main-footer__bottom-privacy {
    margin-top: 17px;
    margin-left: 0;
    display: inline-block;
  }
}

.main-footer__bottom-right {
  text-align: right;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .main-footer__bottom-right {
    text-align: left;
    margin-top: 15px;
    padding-right: 0;
  }
}

.main-footer__bottom-author {
  line-height: 30px;
}

@media (max-width: 767px) {
  .main-footer__bottom-author {
    line-height: 18px;
  }
}

.main-footer__bottom-author a {
  text-decoration: none !important;
  line-height: 16px;
}

.main-footer__bottom-author a:hover:after, .main-footer__bottom-author a:after {
  background: white;
}

.main-footer__bottom-author a:after {
  margin-top: 0;
}

.footer-sticky-bar {
  display: none;
}

.footer-sticky-bar__cta,
.footer-sticky-bar__number {
  flex: 1;
  text-align: center;
  color: #033224;
  font-size: 17px;
  font-weight: 500;
}

.footer-sticky-bar__cta:hover,
.footer-sticky-bar__cta {
  background: #F4C136;
  border-color: #F4C136;
}

.footer-sticky-bar__cta {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {

  .footer-sticky-bar {
    height: 50px;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: white;
    z-index: 9;
  }
}

.hero_hero_content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Center perfectly */
}

.hero_title_content_heading {
  color: #FFF;
  text-align: center;
  font-family: Tenso;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.85px;
  line-height: 90px;
}

.hero_title_content_subheading1 {
  color: #FF3E5F;
  text-align: center;
  font-family: Tenso;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.72px;
  line-height: 50px;
}

.hero_title_content_subheading2 {
  color: #FFF;
  text-align: center;
  font-family: Tenso;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 767px) {
  .hero_title_content_heading {
    font-size: 30px;
    line-height: 25px;
  }

  .hero_title_content_subheading1 {
    font-size: 22px;
    line-height: 20px;
  }

  .hero_title_content_subheading2 {
    font-size: 14px;
  }
}


.b-content-images__image img {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
  @media (max-width: 767px) {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: initial;
  }
}



.b-content-images__callout{
  position: absolute;
  right: 50px;
  top: -10px;
  @media (max-width: 767px) {
    right: 10px;
    img {
      max-width: 75px;
    }
  }
}

.b-content-images__callout_left {
  position: absolute;
  left: 50px;
  top: -10px;
  @media (max-width: 767px) {
    left: 10px;
    img {
      max-width: 75px;
    }
  }
}




.page-accordion + div > div > div {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-bottom: 20px;
}

.holiday_faq_heading_block {
  border-radius: 8px;
  background: #CCDD4F;
  width: 420px;
  color: #03472D;
  font-family: Tenso;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px; /* 231.25% */
  letter-spacing: 0.48px;
  display: flex;
  margin: auto;
  padding: 10px 10px 10px 80px;
  background-image: url('/wp-content/themes/ovg/images/icons/sparkle_white.svg');;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 20px center; /* 20px from left */
}
.holiday_faq_heading_block span {
  color: #03472D;
  font-family: Tenso;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 231.25% */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  margin-left:10px;
}

.holiday_faq_heading {
  color: #03472D;
  text-align: center;
  font-family: Tenso;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 123.333% */
  margin-top: 30px;
}

/* For the checkout modal - add by blend 12-09-2024 */
#htposactionmodal-agModal {
  top: 70px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 1200px !important;
  max-height: 80vh !important;
}

#htposactionmodal-agModalHeader {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 1200px !important;
  height: 40px !important;
}

.agmodal_lockbackground {
  width: 100% !important;
}



/** Blend 12-18-2024 for link anchor **/
.anchor {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

.holiday-link--sm {
  font-size: 1rem !important;
  text-decoration: underline !important;
}

.holiday-card-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  margin-top: 1rem;
}

.holiday-card-button-wrapper .c-btn-wrapper {
  margin-top: 0 !important;
}