@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #ffffff;
}
body:after {
  display: none;
}
@media (max-width: 767px) {
  body.is-active-mobile-nav:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    display: block;
    background: rgba(0, 0, 0, 0.3);
  }
}

.container {
  width: 100%;
  max-width: calc(1110px + (12px * 2));
  padding: 0 12px;
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.skip-link:focus {
  color: #fff;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wrapper {
  max-width: 100%;
  display: grid;
  grid-gap: 0;
  grid-template-areas: "header" "content" "footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  min-height: 100vh;
}

.main-content {
  max-width: 100%;
  grid-area: content;
  padding-top: 60px;
  overflow-x: hidden;
}

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

.social-links {
  display: flex;
  align-items: center;
}
.social-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 8px 10px;
  line-height: 1;
}
.social-links a:hover svg path {
  fill: #FCF9CD;
}

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

.pagination-desktop {
  display: none;
}
@media (min-width: 768px) {
  .pagination-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .pagination-mobile {
    display: none;
  }
}

/**
 * selectize.css (v0.13.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 40px 20px;
  border-bottom: 1px solid #617574;
  background: #e7eaea;
  border-radius: 23px 23px 0 0;
}
.selectize-control .dropdown-header-close {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #000000;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-control .dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}
.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}
.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.25;
  font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-flex;
}

.selectize-input {
  border: 1px solid #617574;
  padding: 12px 60px 12px 20px;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: none;
  border-radius: 23px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc( 12px - 2px - 0 ) 20px calc( 12px - 2px - 3px - 0 );
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.dropdown-active {
  border-radius: 23px;
  box-shadow: none;
}
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #000000;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #000000;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #4d4d4d;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
  min-width: unset !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > input[placeholder] {
  box-sizing: initial;
}
.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.13);
  font-size: 0.875rem;
  letter-spacing: 0.0355625rem;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 20px 20px;
}
.selectize-dropdown .option {
  border-top: 1px solid #F3F3F3;
}
.selectize-dropdown .option:first-child {
  border-top: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.selectize-dropdown .option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #000000;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #4F565B;
  color: #fff;
  font-weight: bold;
}
.selectize-dropdown .active.create {
  color: #fff;
}
.selectize-dropdown .create {
  color: rgba(0, 0, 0, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 20px 20px;
}
.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #617574;
  border-color: #617574 transparent #617574 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.15s ease-in-out;
  width: 58px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 0L8.5 8.5L0 0H2.83333L8.5 5.66667L14.1667 0H17Z" fill="black"/></svg>') no-repeat #fff center center;
  background-size: 17px 9px;
  border-radius: 0 23px 23px 0;
  border-left: 1px solid #617574;
}
.selectize-control.single .selectize-input.dropdown-active {
  border-color: #D47237;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.71547e-07 8.5L8.5 -3.71547e-07L17 8.5H14.1667L8.5 2.83333L2.83333 8.5H3.71547e-07Z" fill="%23D47237"/></svg>');
  border-left-color: #D47237;
}

.selectize-control.rtl {
  text-align: right;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
  text-align: center;
  border-radius: 6px 6px 0 0 !important;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
  display: none;
}

.st-key {
  width: 150px;
  text-align: right;
  padding-right: 7px;
}
.st-key a {
  pointer-events: none;
  text-decoration: none;
}

.st-val {
  padding-left: 7px;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }
}
.fl-scrolls {
  overflow: auto;
  position: fixed;
  z-index: 999;
}

.fl-scrolls div {
  overflow: hidden;
  pointer-events: none;
}

.fl-scrolls div:before {
  content: " ";
}

.fl-scrolls, .fl-scrolls div {
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.fl-scrolls-hidden div:before {
  content: "  ";
}

.fl-scrolls-viewport {
  position: relative;
}

.fl-scrolls-body {
  overflow: auto;
}

.fl-scrolls-viewport .fl-scrolls {
  position: absolute;
}

.fl-scrolls-hoverable .fl-scrolls {
  opacity: 0;
  transition: opacity 0.5s 0.3s;
}

.fl-scrolls-hoverable:hover .fl-scrolls {
  opacity: 1;
}

.fl-scrolls:not([data-orientation]), .fl-scrolls[data-orientation=horizontal] {
  bottom: 0;
  min-height: 17px;
}

.fl-scrolls:not([data-orientation]) div, .fl-scrolls[data-orientation=horizontal] div {
  height: 1px;
}

.fl-scrolls-hidden.fl-scrolls:not([data-orientation]), .fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal] {
  bottom: 9999px;
}

.fl-scrolls-viewport .fl-scrolls:not([data-orientation]), .fl-scrolls-viewport .fl-scrolls[data-orientation=horizontal] {
  left: 0;
}

.fl-scrolls[data-orientation=vertical] {
  right: 0;
  min-width: 17px;
}

.fl-scrolls[data-orientation=vertical] div {
  width: 1px;
}

.fl-scrolls-hidden.fl-scrolls[data-orientation=vertical] {
  right: 9999px;
}

.fl-scrolls-viewport .fl-scrolls[data-orientation=vertical] {
  top: 0;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.lm-nav-breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  color: #636363;
}
.lm-nav-breadcrumbs li {
  margin: 0;
  padding: 0;
}
.lm-nav-breadcrumbs a {
  color: #636363;
}

#lm-page-settings-bar:first-child {
  margin-top: -60px;
}

.lm-page-control {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .lm-page-control {
    letter-spacing: 0.0508125rem;
  }
}
.lm-page-control ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lm-page-control ul li {
  list-style: none;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .lm-page-control ul li {
    margin: 0 15px;
  }
}
.lm-page-control ul li a {
  text-decoration: none;
}
.lm-page-control ul li a:hover {
  color: #2899D7;
}
.lm-page-control ul li .fa {
  color: #D47237;
  display: inline-flex;
  vertical-align: middle;
  line-height: 1;
}
.lm-page-control ul li .fa:before {
  line-height: 1;
  display: inline-flex;
  vertical-align: middle;
}
.lm-page-control ul li .fa-angle-left:before {
  content: url('data:image/svg+xml,<svg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 0L0 8.5L9 17V14.1667L3 8.5L9 2.83333V0Z" fill="%23D47237"/></svg>');
}
.lm-page-control ul li .fa-angle-right:before {
  content: url('data:image/svg+xml,<svg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 17L9 8.5L0 0V2.83333L6 8.5L0 14.1667V17Z" fill="%23D47237"/></svg>');
}
.lm-page-control ul li.lm-page-active a {
  pointer-events: none;
  text-decoration: underline;
  font-weight: 900;
}
.lm-page-control ul li.lm-page-disabled {
  color: #6B6B6B;
}
.lm-page-control ul li.lm-page-disabled .fa-angle-left:before {
  content: url('data:image/svg+xml,<svg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 0L0 8.5L9 17V14.1667L3 8.5L9 2.83333V0Z" fill="%236B6B6B"/></svg>');
}
.lm-page-control ul li.lm-page-disabled .fa-angle-right:before {
  content: url('data:image/svg+xml,<svg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 17L9 8.5L0 0V2.83333L6 8.5L0 14.1667V17Z" fill="%236B6B6B"/></svg>');
}

.lm_error,
.lm_success,
.lm_notice {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border: none;
}
.lm_error a,
.lm_success a,
.lm_notice a {
  text-decoration: underline;
}
.lm_error a:hover,
.lm_success a:hover,
.lm_notice a:hover {
  text-decoration: none;
}

.lm_error {
  background: #F6E3D7;
  border-color: #F6E3D7;
  color: #000000;
}
.lm_error a {
  color: #fff;
}

.lm_success {
  background: #F5841f;
  border-color: #F5841f;
  color: #020303;
}
.lm_success a {
  color: #020303;
}

.lm_notice {
  background: #617574;
  border-color: #617574;
  color: #ffffff;
}
.lm_notice a {
  color: #FCF9CD;
  text-decoration: none;
}
.lm_notice a:hover {
  color: #ffffff;
  text-decoration: underline;
}

fieldset {
  border: none;
  padding: 0;
}

.lm-form-area {
  max-width: 600px;
}
.lm-form-area:last-child {
  margin-bottom: 80px;
}
.lm-form-area .lm-form-group,
.lm-form-area .lm-remember-me {
  margin: 0 0 12px;
}
.lm-form-area .lm-form-group label,
.lm-form-area .lm-remember-me label {
  width: unset;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]) {
  border: 1px solid #617574;
  border-radius: 23px;
  font-size: 1rem;
  line-height: 1;
  padding: 11px 19px;
  width: 100%;
  display: block;
  min-height: 48px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus {
  outline: none;
  border: 1px solid #54B6CA;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button])[readonly] {
  background: #F7F7F7;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]).lm-field-error {
  border-color: #D43737;
}

textarea {
  border: 1px solid #4F565B;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  padding: 16px 20px;
  width: 100%;
  display: block;
}
textarea:focus {
  outline: none;
  border-color: #F5841C;
}
textarea[readonly] {
  border: 1px solid #4F565B;
  background-color: #4F565B;
  color: #fff;
}
textarea.lm-field-error {
  border-color: #E71316;
  color: #E71316;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #617574;
  border-radius: 23px;
  font-size: 1rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 0L8.5 8.5L0 0H2.83333L8.5 5.66667L14.1667 0H17Z" fill="black"/></svg>') no-repeat calc(100% - 20px) center #fff;
  background-size: 17px 9px;
  line-height: 1;
  padding: 11px 19px;
  width: 100%;
  display: block;
  font-weight: normal;
  height: 48px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
}
select:focus {
  border: 1px solid #617574;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.71547e-07 8.5L8.5 -3.71547e-07L17 8.5H14.1667L8.5 2.83333L2.83333 8.5H3.71547e-07Z" fill="%23D47237"/></svg');
}

.lm-form-group input[type=checkbox],
.lm-remember-me input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.lm-form-group input[type=checkbox] + label,
.lm-remember-me input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  margin: 0;
  min-height: 20px;
  display: inline-flex;
  font-size: 1rem;
  align-items: center;
  font-weight: 400 !important;
  width: 100% !important;
}
.lm-form-group input[type=checkbox] + label:before,
.lm-remember-me input[type=checkbox] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #617574;
  border-radius: 0;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 4px;
}
.lm-form-group input[type=checkbox].lm-field-error + label,
.lm-remember-me input[type=checkbox].lm-field-error + label {
  color: #E71316;
}
.lm-form-group input[type=checkbox].lm-field-error + label:before,
.lm-remember-me input[type=checkbox].lm-field-error + label:before {
  border-color: #E71316;
}
.lm-form-group input[type=checkbox]:checked + label:before,
.lm-remember-me input[type=checkbox]:checked + label:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="10" height="10" fill="%23D47237"/></svg>') no-repeat center #fff;
  background-size: 10px 10px;
}
.lm-form-group input[type=checkbox]:checked:disabled + label:before,
.lm-remember-me input[type=checkbox]:checked:disabled + label:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="10" height="10" fill="%23D8D8D8"/></svg>') no-repeat center #F3F3F3;
  border-color: #D8D8D8;
}
.lm-form-group input[type=checkbox]:disabled + label:before,
.lm-remember-me input[type=checkbox]:disabled + label:before {
  background: #F3F3F3;
  border-color: #D8D8D8;
}

.lm-form-group input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.lm-form-group input[type=radio] + label {
  position: relative;
  padding-left: 31px;
  margin: 0;
  min-height: 20px;
  align-items: center;
  font-weight: normal;
  display: inline-flex;
  font-size: 1rem;
  width: auto;
}
.lm-form-group input[type=radio] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #617574;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 4px;
}
.lm-form-group input[type=radio]:checked + label:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="%23D47237"/></svg>') no-repeat center #fff;
  background-size: 10px 10px;
}
.lm-form-group input[type=radio]:checked:disabled + label:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="%23D8D8D8"/></svg>') no-repeat center #F3F3F3;
  border-color: #D8D8D8;
}
.lm-form-group input[type=radio]:disabled + label:before {
  background: #F3F3F3;
  border-color: #D8D8D8;
}

.lm-btn-group {
  display: flex;
  gap: 0 20px;
  margin-bottom: 30px;
}
.lm-btn-group .button-secondary {
  padding: 7px 10px;
  font-size: 1rem;
  min-width: 192px;
}

.site-header {
  grid-area: header;
  position: relative;
}
.site-header ul {
  margin: 0;
  padding: 0;
}
.site-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header--upper {
  background: #617574;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.14;
  letter-spacing: 0.56875px;
  padding: 8px 0 7px;
  display: none;
}
@media (min-width: 768px) {
  .site-header--upper {
    display: block;
  }
}
.site-header--upper .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header--upper--nav {
  display: none;
}
@media (min-width: 768px) {
  .site-header--upper--nav {
    display: block;
  }
}
.site-header--upper--nav > ul {
  display: flex;
  align-items: flex-start;
}
.site-header--upper--nav > ul > li {
  margin: 0 10px;
}
.site-header--upper--nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  line-height: 1.14;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.site-header--upper--nav > ul > li > a:hover {
  color: #FCF9CD;
  text-decoration: underline;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem {
  position: relative;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem > a:after {
  content: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 5L0 0L7 0L3.5 5Z" fill="white"/></svg>');
  display: block;
  margin-left: 10px;
  margin-top: -3px;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem .menu-child-1 {
  background: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.127703);
  border-radius: 4px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 170px;
  z-index: 100;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem .menu-child-1 li:not(:last-child) {
  border-bottom: 1px solid #F3F3F3;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem .menu-child-1 li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem .menu-child-1 li:hover a {
  background: #617574;
  color: #FCF9CD;
  text-decoration: underline;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem:hover > a {
  color: #FCF9CD;
  text-decoration: underline;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem:hover > a:after {
  content: url('data:image/svg+xml,<svg width="7" height="5" viewBox="0 0 7 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 5L0 0L7 0L3.5 5Z" fill="%23FCF9CD"/></svg>');
  display: block;
}
.site-header--upper--nav > ul > li.lm-nav-parentitem:hover .menu-child-1 {
  display: block;
}
.site-header--upper--nav > ul > li ul {
  display: none;
}
.site-header--upper .social-links svg {
  display: block;
  width: 19px;
  height: 19px;
}
.site-header--main {
  background: #F9F9F9;
}
@media (max-width: 767px) {
  .site-header--main {
    position: relative;
    z-index: 999;
  }
  .is-active-mobile-nav .site-header--main {
    background: #fff;
  }
}
.site-header--main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-header--main .container {
    height: 66px;
  }
}
.site-header--main--logo {
  min-width: 66px;
  width: 66px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 99;
}
@media (min-width: 991px) {
  .site-header--main--logo {
    min-width: 115px;
    width: 115px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .is-active-mobile-nav .site-header--main--logo {
    min-width: 40px;
    width: 40px;
  }
}
.site-header--main--logo img {
  margin: 20px 0 -20px 0;
}
@media (min-width: 768px) {
  .site-header--main--logo img {
    margin: -35px 0 -20px 0;
  }
}
@media (max-width: 767px) {
  .is-active-mobile-nav .site-header--main--logo img {
    margin: 20px 0 0;
  }
}
.site-header--main--nav {
  flex: 1;
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header--main--nav {
    display: flex;
  }
}
.site-header--main--nav .main-nav > ul {
  display: flex;
  align-items: flex-start;
}
.site-header--main--nav .main-nav > ul > li {
  position: relative;
}
.site-header--main--nav .main-nav > ul > li a {
  letter-spacing: 0.65px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  color: #000;
}
.site-header--main--nav .main-nav > ul > li > a {
  padding: 19px 10px 22px;
}
@media (min-width: 991px) {
  .site-header--main--nav .main-nav > ul > li > a {
    padding: 19px 20px 22px;
  }
}
.site-header--main--nav .main-nav > ul > li > ul {
  display: none;
}
.site-header--main--nav .main-nav > ul > li .menu-child-1 {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  z-index: 100;
  background: #617574;
}
.site-header--main--nav .main-nav > ul > li .menu-child-1 a {
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
}
.site-header--main--nav .main-nav > ul > li .menu-child-1 a:hover {
  color: #FCF9CD;
  text-decoration: underline;
}
.site-header--main--nav .main-nav > ul > li .menu-child-1 .lm-nav-selecteditem > a {
  color: #FCF9CD;
}
.site-header--main--nav .main-nav > ul > li:hover > a {
  background: #617574;
  color: #fff;
}
.site-header--main--nav .main-nav > ul > li.lm-nav-parentitem > a {
  display: flex;
  align-items: center;
}
.site-header--main--nav .main-nav > ul > li.lm-nav-parentitem > a:after {
  content: url('data:image/svg+xml,<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6.5L0.535898 0.5L7.4641 0.5L4 6.5Z" fill="black"/></svg>');
  display: block;
  margin-left: 10px;
  margin-top: -3px;
}
.site-header--main--nav .main-nav > ul > li.lm-nav-parentitem:hover > a:after {
  content: url('data:image/svg+xml,<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 0.5L7.4641 6.5L0.535898 6.5L4 0.5Z" fill="white"/></svg>');
  display: block;
}
.site-header--main--nav .main-nav > ul > li.lm-nav-parentitem:hover .menu-child-1 {
  display: block;
}
.site-header--main--nav .main-nav > ul > li.lm-nav-activeitem > a {
  text-decoration: underline;
}
.site-header--main--nav .account-nav > ul {
  display: flex;
  align-items: flex-start;
}
.site-header--main--nav .account-nav > ul > li {
  position: relative;
}
.site-header--main--nav .account-nav > ul > li a {
  text-decoration: none;
  display: block;
}
.site-header--main--nav .account-nav > ul > li > a {
  padding: 19px 10px 22px;
  letter-spacing: 0.65px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}
@media (min-width: 991px) {
  .site-header--main--nav .account-nav > ul > li > a {
    padding: 19px 20px 22px;
  }
}
.site-header--main--nav .account-nav > ul > li .menu-child-1 {
  display: none;
  position: absolute;
  top: 50px;
  right: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.127703);
  border-radius: 4px;
  min-width: 170px;
  text-align: right;
  z-index: 100;
}
.site-header--main--nav .account-nav > ul > li .menu-child-1 li:not(:first-child) {
  border-top: 1px solid #F3F3F3;
}
.site-header--main--nav .account-nav > ul > li .menu-child-1 li:first-child a {
  border-radius: 4px 4px 0 0;
}
.site-header--main--nav .account-nav > ul > li .menu-child-1 li:last-child a {
  border-radius: 0 0 4px 4px;
}
.site-header--main--nav .account-nav > ul > li .menu-child-1 li > a {
  padding: 20px;
  line-height: 1;
  color: #000000;
}
.site-header--main--nav .account-nav > ul > li .menu-child-1 li > a:hover {
  text-decoration: underline;
  color: #FCF9CD;
  background: #617574;
}
.site-header--main--nav .account-nav > ul > li.lm-nav-parentitem > a {
  display: flex;
  align-items: center;
}
.site-header--main--nav .account-nav > ul > li.lm-nav-parentitem > a:after {
  content: url('data:image/svg+xml,<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6.5L0.535898 0.5L7.4641 0.5L4 6.5Z" fill="black"/></svg>');
  display: block;
  margin-left: 10px;
  margin-top: -3px;
}
.site-header--main--nav .account-nav > ul > li.lm-nav-parentitem:hover > a {
  text-decoration: underline;
}
.site-header--main--nav .account-nav > ul > li.lm-nav-parentitem:hover .menu-child-1 {
  display: block;
}
.site-header--main--btns {
  display: flex;
  align-items: center;
}
.site-header--main--btns button {
  display: inline-flex;
  padding: 0;
  background: transparent;
  border: none;
  align-items: center;
  justify-content: center;
}
.site-header--main--btns button.nav-toggle {
  width: 24px;
  height: 30px;
  margin-left: 20px;
}
.site-header--main--btns button svg {
  display: block;
}
.site-header .nav-toggle .close {
  display: none;
}
.is-active-mobile-nav .site-header .nav-toggle .normal {
  display: none;
}
.is-active-mobile-nav .site-header .nav-toggle .close {
  display: block;
}
@media (min-width: 768px) {
  .site-header .nav-toggle {
    display: none;
  }
}
.site-header .mobile-nav {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.127703);
  border-radius: 0 0 4px 4px;
  z-index: 998;
}
.is-active-mobile-nav .site-header .mobile-nav {
  display: block;
}
@media (min-width: 768px) {
  .is-active-mobile-nav .site-header .mobile-nav {
    display: none;
  }
}
.site-header .mobile-nav .menu-child-1 {
  display: none;
}
.site-header .mobile-nav > ul > li {
  padding: 0 14px;
  position: relative;
}
.site-header .mobile-nav > ul > li:after {
  content: "";
  display: block;
  height: 1px;
  background: #F3F3F3;
}
.site-header .mobile-nav > ul > li > .lm-nav-label {
  display: block;
  text-decoration: none;
  padding: 19px 0;
  line-height: 1.1875;
  font-weight: 600;
}
.site-header .mobile-nav > ul > li button {
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  right: 24px;
  top: 28.5px;
  transform: translate(0, -50%);
  z-index: 99;
}
.site-header .mobile-nav > ul > li .menu-child-1 {
  font-size: 0.875rem;
  letter-spacing: 0.56875px;
  line-height: 1.14;
  padding-bottom: 15px;
  padding-left: 10px;
}
.site-header .mobile-nav > ul > li .menu-child-1 li {
  margin-bottom: 26px;
}
.site-header .mobile-nav > ul > li .menu-child-1 a {
  text-decoration: none;
}
.site-header .mobile-nav > ul > li.show-subnav {
  background: #617574;
  color: #fff;
}
.site-header .mobile-nav > ul > li.show-subnav a {
  color: #fff;
}
.site-header .mobile-nav > ul > li.show-subnav .menu-child-1 {
  display: block;
}
.site-header .mobile-nav > ul > li.show-subnav button svg {
  transform: rotate(180deg);
}
.site-header .mobile-nav > ul > li.show-subnav button svg path {
  fill: #fff;
}
.site-header .mobile-nav > ul .lm-lang-switcher {
  background: #F9F9F9;
  padding-top: 22px;
  padding-bottom: 10px;
}
.site-header .mobile-nav > ul .lm-lang-switcher:after {
  display: none;
}
.site-header .mobile-nav .social-links {
  background: #F9F9F9;
  justify-content: space-between;
  padding-bottom: 32px;
  padding-right: 14px;
}
.site-header .mobile-nav .social-links svg {
  display: block;
}
.site-header .mobile-nav .social-links svg path {
  fill: #000000;
}
@media (min-width: 768px) {
  .site-header .mobile-nav {
    display: none;
  }
}
.site-header--search-block {
  background: #F9F9F9;
  border-top: 1px solid #E2E2E2;
  padding: 14px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
}
.is-active-search .site-header--search-block {
  display: block;
}
@media (max-width: 767px) {
  .site-header--search-block {
    top: 50%;
    left: 96px;
    right: 55px;
    transform: translate(0, -50%);
    z-index: 999;
  }
  .site-header--search-block .container {
    padding: 0;
  }
}
.site-header--search-block .search-form {
  max-width: 919px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header--search-block .search-form {
    margin-left: 86px;
  }
}
@media (min-width: 991px) {
  .site-header--search-block .search-form {
    margin-left: 155px;
  }
}
.site-header--search-block .search-form .search-field {
  background: #FFFFFF;
  border: 1px solid #617574 !important;
  border-radius: 16px !important;
  padding: 7px 15px !important;
  min-height: unset !important;
  font-size: 0.75rem !important;
  margin-right: 14px;
}
.site-header--search-block .search-form .button span {
  display: none;
}
@media (max-width: 767px) {
  .site-header--search-block .search-form .button {
    border: none;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .site-header--search-block .search-form .button span {
    display: block;
  }
  .site-header--search-block .search-form .button svg {
    display: none;
  }
}

.site-footer {
  background: #617574;
  color: #fff;
  grid-area: footer;
  padding: 40px 0 28px;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #FCF9CD;
  text-decoration: underline;
}
.site-footer--legacy {
  font-size: 0.75rem;
  padding-top: 17px;
}
@media (min-width: 768px) {
  .site-footer--legacy {
    display: flex;
  }
}
.site-footer--legacy--nav ul {
  display: flex;
}
.site-footer--legacy--nav ul li {
  list-style: none;
  margin: 0 20px 0 0;
}
.site-footer--legacy--nav ul li a {
  text-decoration: underline;
}
.site-footer--legacy--nav ul li a:hover {
  text-decoration: none;
}
.site-footer--blocks {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer--blocks {
    gap: 40px;
  }
}
@media (min-width: 990px) {
  .site-footer--blocks {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.site-footer--blocks .h6 {
  margin-bottom: 20px;
  line-height: 1.1875;
  padding: 0;
}
.site-footer--blocks p {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .site-footer--blocks p {
    margin-bottom: 16px;
    line-height: 1.14;
  }
}
.site-footer--blocks--nav {
  flex: 1;
  min-width: 100%;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .site-footer--blocks--nav {
    padding-bottom: 0;
  }
}
@media (min-width: 990px) {
  .site-footer--blocks--nav {
    min-width: 50%;
  }
}
.site-footer--blocks--nav > ul {
  line-height: 1.1875;
}
@media (min-width: 768px) {
  .site-footer--blocks--nav > ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -10px;
  }
}
@media (min-width: 990px) {
  .site-footer--blocks--nav > ul {
    justify-content: space-between;
  }
}
.site-footer--blocks--nav > ul li {
  list-style: none;
  margin: 0;
}
.site-footer--blocks--nav > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #F3F3F3;
}
@media (min-width: 768px) {
  .site-footer--blocks--nav > ul > li {
    margin: 0 10px;
    padding: 0;
    border-bottom: none;
  }
}
.site-footer--blocks--nav > ul > li > .lm-nav-label {
  font-weight: 600;
}
.site-footer--blocks--nav > ul > li ul {
  margin: 0;
  padding-top: 20px;
  font-size: 0.875rem;
  line-height: 1.14;
  letter-spacing: 0.56875px;
}
.site-footer--blocks--nav > ul > li ul li {
  margin-bottom: 16px;
}
.site-footer--blocks--nav > ul .lm-nav-parentitem {
  position: relative;
}
.site-footer--blocks--nav > ul .lm-nav-parentitem button {
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 28.5px;
  transform: translate(0, -50%);
  z-index: 99;
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer--blocks--nav > ul .lm-nav-parentitem button {
    display: none;
  }
}
.site-footer--blocks--nav > ul .lm-nav-parentitem .menu-child-1 {
  display: none;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .site-footer--blocks--nav > ul .lm-nav-parentitem .menu-child-1 {
    display: block;
    margin-left: 0;
  }
}
.site-footer--blocks--nav > ul .lm-nav-parentitem.show-subnav > a {
  color: #FCF9CD;
}
@media (min-width: 768px) {
  .site-footer--blocks--nav > ul .lm-nav-parentitem.show-subnav > a {
    color: #fff;
  }
}
.site-footer--blocks--nav > ul .lm-nav-parentitem.show-subnav button {
  color: #FCF9CD;
}
.site-footer--blocks--nav > ul .lm-nav-parentitem.show-subnav button svg {
  transform: rotate(180deg);
}
.site-footer--blocks--nav > ul .lm-nav-parentitem.show-subnav .menu-child-1 {
  display: block;
}
.site-footer--blocks--general > * {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site-footer--blocks--general .footer-logo {
    display: none;
  }
}
.site-footer--blocks--contact {
  min-width: 180px;
}
.site-footer--blocks .social-links {
  margin-left: -10px;
  margin-right: -10px;
}
.site-footer--blocks .social-links svg {
  width: 19px;
  height: 19px;
}
@media (max-width: 767px) {
  .site-footer--blocks .social-links {
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.site-footer--blocks .social-links a {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer .footer-btn-login {
  border: 1px solid #FCF9CD;
  border-radius: 15px;
  color: #FCF9CD;
  padding: 8px 34px 7px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.17;
  letter-spacing: 0.4875px;
  display: inline-flex;
}
.site-footer .footer-btn-login:hover {
  background: #54B6CA;
  border-color: #54B6CA;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-footer .desktop-login {
    display: none;
  }
}
.site-footer .mobile-login {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .site-footer .mobile-login {
    display: none;
  }
}

.login-content {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.login-content.wide {
  max-width: 560px;
}
.login-content.wide p {
  max-width: 420px;
}
@media (min-width: 500px) {
  .login-content {
    padding: 40px;
  }
  .login-content.wide {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.login-content h1 {
  margin-bottom: 27px;
}
.login-content .lm-form-footer {
  margin-bottom: 20px;
  padding-top: 12px;
}
@media (min-width: 500px) {
  .login-content .lm-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.login-content .lm-login-help {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 500px) {
  .login-content .lm-login-help {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.login-content .lm-login-help a {
  font-weight: 600;
}
.login-content .lm-login-help .help-register {
  order: 1;
  min-width: 100%;
}
@media (min-width: 500px) {
  .login-content .lm-login-help .help-register {
    order: 0;
    min-width: 30%;
  }
}
.login-content .lm-login-help .help-register p {
  margin: 0;
  text-align: left;
}
.login-content .lm-login-help .help-reset {
  order: 0;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .login-content .lm-login-help .help-reset {
    order: 1;
    margin-bottom: 0;
  }
}
.login-content .lm-buttons {
  text-align: center;
  padding-top: 18px;
}
@media (min-width: 500px) {
  .login-content .lm-buttons {
    text-align: right;
    padding-top: 0;
  }
}
.login-content .lm-buttons.center {
  text-align: center;
}
.login-content .lm-buttons.center.pt {
  padding-top: 12px;
}
.login-content .lm-buttons .lm-btn-submit {
  min-width: 230px;
  padding-left: 42px;
  padding-right: 42px;
}
@media (min-width: 500px) {
  .login-content .lm-buttons.pt {
    padding-top: 12px;
  }
}
.login-content .reset-text {
  font-size: 1rem;
  margin-bottom: 39px;
}
.login-content .lm-form-back {
  text-align: center;
  padding-top: 28px;
  font-size: 1rem;
}
.login-content .lm-form-back.pt0 {
  padding-top: 0;
}

.rotator-slides {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  max-width: var(--inner-width);
}
@media (min-width: 768px) {
  .rotator-slides {
    margin-bottom: 30px;
  }
}
.rotator-slides:first-child {
  margin-top: -60px;
}
.rotator-slides .slide {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.rotator-slides .slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  max-width: unset;
  height: 100%;
}
.rotator-slides .slide .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1360px) {
  .rotator-slides .slide .container {
    min-height: 328px;
  }
}
.rotator-slides .slide .text {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 500px;
}
.rotator-slides .slide .text .h1 {
  padding: 0;
}
.rotator-slides .slide .text p {
  text-align: right;
}
@media (min-width: 768px) {
  .rotator-slides .slide .text p {
    text-align: unset;
  }
}
.rotator-slides button:not([data-controls]) {
  display: none;
}
.rotator-slides [data-controls] {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  border: none;
  padding: 0;
  display: none;
}
@media (min-width: 1300px) {
  .rotator-slides [data-controls] {
    display: block;
  }
}
.rotator-slides [data-controls=prev] {
  left: calc((100vw - 1110px - (12px * 2)) / 2 - 60px);
}
@media (min-width: 1300px) {
  .rotator-slides [data-controls=prev] {
    left: calc((100vw - 1110px - (12px * 2)) / 2 - 80px);
  }
}
@media (min-width: 1400px) {
  .rotator-slides [data-controls=prev] {
    left: calc((100vw - 1110px - (12px * 2)) / 2 - 112px);
  }
}
.rotator-slides [data-controls=next] {
  right: calc((100vw - 1110px - (12px * 2)) / 2 - 60px);
}
@media (min-width: 1300px) {
  .rotator-slides [data-controls=next] {
    right: calc((100vw - 1110px - (12px * 2)) / 2 - 80px);
  }
}
@media (min-width: 1400px) {
  .rotator-slides [data-controls=next] {
    right: calc((100vw - 1110px - (12px * 2)) / 2 - 112px);
  }
}
.rotator-slides [data-action=stop] {
  display: none;
}

.content-wrapper {
  padding: 20px 0;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding: 30px 0;
  }
}

.latest-news-wrapper {
  padding: 20px 0;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .latest-news-wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .latest-news-wrapper .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
  }
}
.latest-news-wrapper .news-list .item {
  flex: 1;
  border-left: 10px solid #617574;
  padding-left: 7px;
}
.latest-news-wrapper .news-list .item:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .latest-news-wrapper .news-list .item:not(:first-child) {
    margin-top: 0;
  }
}
.latest-news-wrapper .news-list .item:nth-child(2) {
  border-left-color: #54B6CA;
}
.latest-news-wrapper .news-list .item:nth-child(3) {
  border-left-color: #D47237;
}
.latest-news-wrapper .news-list .item--meta {
  font-size: 0.8125rem;
  line-height: 1.15;
  letter-spacing: 0.53px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}
.latest-news-wrapper .news-list .item--meta .date {
  white-space: nowrap;
}
.latest-news-wrapper .news-list .item--meta .cats {
  display: flex;
  flex-wrap: wrap;
  color: #617574;
  margin-left: 14px;
  border-left: 1px solid #979797;
  padding-left: 14px;
}
.latest-news-wrapper .news-list .item--meta .cats span:before {
  content: "-";
  display: inline-flex;
  padding: 0 5px;
}
.latest-news-wrapper .news-list .item--meta .cats span:first-child:before {
  display: none;
}
.latest-news-wrapper .news-list .item--title {
  padding: 0;
  margin: 0 0 13px;
  letter-spacing: 1.138px;
  line-height: 1.18;
}
.latest-news-wrapper .news-list .item--title a {
  text-decoration: none;
  color: #000;
}
.latest-news-wrapper .news-list .item--title a:hover {
  text-decoration: underline;
}
.latest-news-wrapper .news-list .item--rte {
  margin: 0 0 30px;
}

.box-links-wrapper {
  padding: 50px 0 60px;
  overflow-x: hidden;
}
@media (min-width: 550px) {
  .box-links-wrapper {
    padding: 50px 0 80px;
  }
}
.box-links-wrapper .box-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 550px) {
  .box-links-wrapper .box-links {
    gap: 36px;
  }
}
.box-links-wrapper .box-links > .lm-instant-edit,
.box-links-wrapper .box-links > .item {
  width: 100%;
}
@media (min-width: 550px) {
  .box-links-wrapper .box-links > .lm-instant-edit,
.box-links-wrapper .box-links > .item {
    width: calc(50% - 18px);
  }
}
@media (min-width: 900px) {
  .box-links-wrapper .box-links > .lm-instant-edit,
.box-links-wrapper .box-links > .item {
    width: calc(33.33% - 24px);
  }
}
.box-links-wrapper .box-links .item:empty {
  display: none;
}
.box-links-wrapper .box-links .item a {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #F6F6F6;
  color: #000;
}
.box-links-wrapper .box-links .item a:hover .item-title {
  color: #fff;
  border-bottom-color: #fff !important;
}
.box-links-wrapper .box-links .item a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: 0;
  background: rgba(40, 153, 215, 0.5);
}
.box-links-wrapper .box-links .item img {
  border-radius: 8px;
  height: 270px;
  object-fit: cover;
  width: 100%;
  max-width: unset;
}
@media (min-width: 550px) {
  .box-links-wrapper .box-links .item img {
    height: unset;
  }
}
.box-links-wrapper .box-links .item .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 10px solid #617574;
  font-size: 2.25rem;
  letter-spacing: 0.091375rem;
  line-height: 1;
  transition: all 0.25s ease-out;
  z-index: 1;
}

.resource-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px 36px;
}
.resource-list--wrapper {
  margin-bottom: 80px;
}
.resource-list--item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .resource-list--item {
    width: calc(50% - (36px / 2));
  }
}
@media (min-width: 990px) {
  .resource-list--item {
    width: calc(33.33% - (72px / 3));
  }
}
.resource-list--item > a {
  text-decoration: none;
  padding: 0 20px 20px;
  display: block;
  color: #000;
  cursor: pointer;
}
.resource-list--item > a:hover .rl--item--title {
  text-decoration: underline;
}
.resource-list--item .rl--item--image {
  background: #F0F0F0;
  margin: 0 -20px 20px;
  border-radius: 8px 8px 0 0;
}
.resource-list--item .rl--item--image img {
  border-radius: 8px 8px 0 0;
}
.resource-list--item .rl--item--meta {
  font-size: 0.8125rem;
  letter-spacing: 0.0355625rem;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.resource-list--item .rl--item--meta span:not(:first-child) {
  margin-left: 8px;
  border-left: 1px solid #979797;
  padding-left: 8px;
}
.resource-list--item .rl--item--title {
  margin-bottom: 14px;
}
.resource-list--item .rl--item--title a {
  text-decoration: none;
}
.resource-list--item .rl--item--title a:hover {
  text-decoration: underline;
}

.resource-filter-wrapper {
  padding-bottom: 30px;
}
.resource-filter-wrapper .horizontal-form {
  display: flex;
  justify-content: stretch;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .resource-filter-wrapper .horizontal-form {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 36px;
  }
}
.resource-filter-wrapper .horizontal-form .form-group {
  flex: 1;
}
.resource-filter-wrapper button {
  padding: 0;
  border: none;
  background: transparent;
  color: #D47237;
}
.resource-filter-wrapper button[type=reset] {
  display: none;
}

.resource-single--meta {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.17;
  margin: -19px 0 40px;
}
.resource-single--meta span + span {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #979797;
}
.resource-single--content {
  padding-bottom: 68px;
}
.resource-single--content:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.search-page--wrapper {
  padding-bottom: 52px;
}
.search-page--box .search-form {
  max-width: 633px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.search-page--box .search-form--fields {
  display: flex;
}
.search-page--box .search-form--fields .lm-search-query {
  border-radius: 23px 0 0 23px !important;
  border-right: none !important;
}
.search-page--box .search-form--fields .lm-search-query:focus + .lm-search-submit {
  border-color: #54B6CA;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.6099 15.5838C12.4776 18.7161 7.43149 18.7191 4.33904 15.6266C1.24658 12.5342 1.24955 7.48804 4.38186 4.35573C7.51416 1.22343 12.5603 1.22045 15.6527 4.31291C18.7452 7.40537 18.7422 12.4515 15.6099 15.5838ZM16.5449 17.4475C12.6184 20.8986 6.65134 20.7673 2.92482 17.0408C-0.956771 13.1592 -0.937599 6.84676 2.96764 2.94152C6.87289 -0.963722 13.1854 -0.982894 17.067 2.8987C20.6286 6.46034 20.906 12.0686 17.9106 15.9859L18.4133 16.4737L23.7928 21.6943L24.5104 22.3907L23.1176 23.8259L22.4 23.1295L17.0204 17.909L16.5449 17.4475Z" fill="%2354B6CA"/></svg>') no-repeat center #fff;
}
.search-page--box .search-form--fields .lm-search-submit {
  border: 1px solid #617574;
  border-radius: 0 23px 23px 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.6099 15.5838C12.4776 18.7161 7.43149 18.7191 4.33904 15.6266C1.24658 12.5342 1.24955 7.48804 4.38186 4.35573C7.51416 1.22343 12.5603 1.22045 15.6527 4.31291C18.7452 7.40537 18.7422 12.4515 15.6099 15.5838ZM16.5449 17.4475C12.6184 20.8986 6.65134 20.7673 2.92482 17.0408C-0.956771 13.1592 -0.937599 6.84676 2.96764 2.94152C6.87289 -0.963722 13.1854 -0.982894 17.067 2.8987C20.6286 6.46034 20.906 12.0686 17.9106 15.9859L18.4133 16.4737L23.7928 21.6943L24.5104 22.3907L23.1176 23.8259L22.4 23.1295L17.0204 17.909L16.5449 17.4475Z" fill="%23617574"/></svg>') no-repeat center #fff;
  font-size: 1px;
  color: rgba(255, 255, 255, 0);
  width: 60px;
}
.search-page--results {
  padding-top: 12px;
}
.search-page--results--title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .search-page--results--title {
    margin-bottom: 60px;
  }
}
.search-page--results--item {
  margin-bottom: 40px;
}
.search-page--results--item h4 {
  padding-top: 0;
  margin-bottom: 20px;
}
.search-page--results--item h4 a {
  text-decoration: none;
}
.search-page--results--item h4 a:hover {
  text-decoration: underline;
}
.search-page--results--item p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bl-blog--wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .bl-blog--wrapper.has-pagination {
    padding-bottom: 80px;
  }
}
.bl-blog--wrapper .lm-page-control {
  min-width: 100%;
}
@media (min-width: 768px) {
  .bl-blog--wrapper .lm-page-control {
    order: 3;
  }
}
.bl-blog--aside {
  display: none;
}
.bl-blog--aside.is-show-filter {
  display: block;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .bl-blog--aside {
    order: 1;
    width: 347px;
    border-left: 1px solid #CECECE;
    padding-left: 30px;
    display: block;
  }
}
.bl-blog--aside--widget {
  margin-bottom: 30px;
}
.bl-blog--widget--title {
  margin-bottom: 10px;
}
.bl-blog--widget--cat-list {
  font-size: 0.875rem;
  letter-spacing: 0.0355625rem;
}
.bl-blog--widget--cat-list ul {
  list-style: none;
  margin: 0;
}
.bl-blog--widget--cat-list ul li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #F3F3F3;
}
.bl-blog--widget--cat-list a {
  text-decoration: none;
}
.bl-blog--widget--years {
  padding-bottom: 30px;
}
.bl-blog--content {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .bl-blog--content {
    width: calc(100% - 347px);
    padding-right: 34px;
    padding-top: 0;
  }
}
.has-pagination .bl-blog--content {
  padding-bottom: 0;
}

.blog-post--list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 35px;
}
.blog-post--item > a {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 0 20px 20px;
  text-decoration: none;
  display: block;
  color: #000;
}
.blog-post--item > a:hover {
  cursor: pointer;
}
.blog-post--item > a:hover .link-arrow-black {
  color: #2899D7;
  text-decoration: underline;
}
.blog-post--item > a:hover .link-arrow-black:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%232899D7"/></svg>');
}
@media (min-width: 768px) {
  .blog-post--item {
    width: calc(50% - (35px / 2));
  }
}
.blog-post--item--meta {
  font-size: 0.75rem;
  letter-spacing: 0.488px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 14px;
}
.blog-post--item--meta .date {
  white-space: nowrap;
}
.blog-post--item--meta .categories {
  color: #00000080;
  margin-left: 14px;
  border-left: 1px solid #979797;
  padding-left: 14px;
  display: flex;
  flex-wrap: wrap;
}
.blog-post--item--meta .categories span:before {
  content: "-";
  display: inline-flex;
  padding: 0 5px;
}
.blog-post--item--meta .categories span:first-child:before {
  display: none;
}
.blog-post--item--title {
  padding: 0;
  margin-bottom: 14px;
}
.blog-post--item--title a {
  text-decoration: none;
}
.blog-post--item--title a:hover {
  text-decoration: underline;
}
.blog-post--item--image {
  margin: 0 -20px 20px;
}
.blog-post--item--image img {
  border-radius: 8px 8px 0 0;
}
.blog-post--meta {
  font-size: 0.8125rem;
  margin-bottom: 40px;
  margin-top: -15px;
}
.blog-post--single--meta {
  display: flex;
  font-size: 0.8125rem;
  letter-spacing: 0.033125rem;
  line-height: 1.36;
}
@media (min-width: 768px) {
  .blog-post--single--meta {
    margin-bottom: 32px;
    margin-top: -19px;
  }
}
.blog-post--single--meta .categories {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #979797;
  color: #A1A1A1;
}
.blog-post--single--body {
  padding-top: 8px;
}
.blog-post--single--body figure {
  margin: 0 0 12px;
}
.blog-post--single--body *:last-child {
  margin-bottom: 0;
}

.news-filter-btn {
  text-align: right;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .news-filter-btn {
    display: none;
  }
}

/*# sourceMappingURL=layout.css.map */
