/*
Theme Name: Peebles
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Peebles
Tags: one-column, two-columns
Theme URI:
*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 13, 2022 */
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/OpenSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('./fonts/OpenSans-ExtraBold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
.vertical-align-el {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.transition {
  transition: all 0.25s;
}
.center-vh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-h {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.center-v {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}
@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.ttf?3tl4mg') format('truetype'), url('./fonts/icomoon.woff?3tl4mg') format('woff'), url('./fonts/icomoon.svg?3tl4mg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.wrapper [class^="icon-"],
.wrapper [class*=" icon-"],
.wrapper .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-up:before {
  content: "\e900";
}
.icon-chevron-down:before {
  content: "\e901";
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container *:empty {
  display: block;
}
.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}
.fancybox__slide.has-image {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.f-thumbs__track {
  display: flex;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}
.gm-style img {
  max-width: none;
}
.resize-active * {
  transition: none !important;
}
a[href*="mailto:"] {
  word-wrap: break-word;
}
ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 19px;
}
blockquote {
  border-left: 4px solid #3e3935;
  padding-left: 10px;
  margin-left: 0;
}
table {
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #3e3935;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}
th {
  text-align: center;
  vertical-align: middle;
}
ul,
ol {
  padding-left: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}
ul {
  list-style-type: disc;
}
dl:after {
  content: '';
  display: block;
  clear: both;
}
dl:after {
  content: "";
  display: block;
  clear: both;
}
dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}
pre {
  max-width: 100%;
  overflow: auto;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.transition {
  transition: all 0.3s ease-in-out;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 480px) {
  .d-ph-block {
    display: block !important;
  }
}
@media (min-width: 480px) {
  .d-ph-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}
.d-xl-block {
  display: none !important;
}
@media (min-width: 1280px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}
.d-xxl-block {
  display: none !important;
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-nav-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-nav-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .visible-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .invisible-md {
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 1023.98px) {
  .visible-lg {
    display: none !important;
  }
}
@media (max-width: 1279.98px) {
  .visible-xl {
    display: none !important;
  }
}
.w-100 {
  width: 100% !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.d-flex {
  display: flex !important;
}
.text-white {
  color: #fff !important;
}
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-black {
  font-weight: 900 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
.text-right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}
.bg-cyan {
  background: #99daea !important;
}
.bg-gray-light {
  background: #ebebeb !important;
}
.bg-gray {
  background: #3e3935 !important;
}
@media (min-width: 768px) {
  .bg-blue-teal {
    background: #007298 !important;
  }
}
.bg-blue-teal007 {
  background: #007298 !important;
}
@media (min-width: 768px) {
  .bg-blue-desktop {
    background: #003e52 !important;
  }
}
@media (min-width: 768px) {
  .text-white-desktop * {
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .text-gray-tablet {
    color: #3e3935 !important;
  }
}
.text-gray {
  color: #3e3935 !important;
}
.text-teal {
  color: #007298 !important;
}
@media (min-width: 768px) {
  .text-teal-tablet {
    color: #007298 !important;
  }
}
@media (min-width: 768px) {
  .text-teal-tablet > a {
    color: #007298 !important;
  }
}
@media (min-width: 768px) {
  .text-cyan-tablet {
    color: #99daea !important;
  }
}
.card-text-dark * {
  color: #003e52 !important;
}
.card-text-white * {
  color: #fff !important;
}
@media (min-width: 768px) {
  .all-text-desktop-blue * {
    color: #003e52 !important;
  }
}
.ml--35 {
  margin-left: -35px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
  display: block;
}
.lined-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lined-list > li {
  border-top: 1px solid;
  padding: 10px 0 37px;
}
@media (min-width: 768px) {
  .lined-list > li {
    padding: 20px 0 40px;
  }
}
.lined-list > li > :last-child {
  margin-bottom: 0 !important;
}
.text-white {
  color: #fff;
}
.page-title {
  color: #003e52;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 64px;
}
.read-more {
  transition: opacity 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .read-more {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .read-more {
    font-size: 17px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 1024px) {
  .read-more:hover {
    opacity: 0.8;
  }
}
.read-more:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-left: 15px;
  font-size: 13px;
}
.important-info {
  margin-bottom: 0 !important;
  color: #007298;
}
noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  background: #ff8f8f;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}
.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}
.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[id="wrapper"] {
  background: #fff;
  width: 100%;
  position: relative;
  margin-top: 90px;
}
@media (min-width: 992px) {
  [id="wrapper"] {
  margin-top: 124px;
  }
}
.video-holder {
  position: relative;
  z-index: 1;
  height: 100%;
}

.video-holder a:hover{
  filter: none !important;
}

.video-holder a:hover .play-field > img{
  filter: brightness(107%);
}

.play-field {
  height: 100%;
}
.play-field img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1024px) {
  .play-field:hover .play-btn {
    opacity: 0.8;
  }
}
.play-btn {
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  width: 82px;
  transform: translate(-50%, -112%);
  z-index: 999;
}
@media (min-width: 768px) {
  .play-btn {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .play-btn {
    width: 120px;
  }
}
.corner-decor {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.accordion-alt .drop-opener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #3e3935;
  margin: 0;
}
.accordion-alt .drop-opener:hover {
  cursor: pointer;
}
.accordion-alt .drop-opener:after {
  transition: transform 0.25s ease-in-out;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}
.accordion-alt .drop-opener a {
  text-decoration: none !important;
}
.accordion-alt .slide {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .accordion-alt .slide {
    padding-top: 45px;
  }
}
.accordion-alt > *.active .drop-opener:after {
  transform: scaleY(-1);
}
@media (max-width: 575.98px) {
  .img-holder-mobile,
  .img-holder-h {
    position: relative;
    z-index: 1;
    padding-bottom: 102%;
  }
}
@media (max-width: 575.98px) {
  .img-holder-mobile img,
  .img-holder-h img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: inherit;
    z-index: -1;
  }
}
@media (max-width: 575.98px) {
  .img-holder-h {
    padding-bottom: 118%;
  }
}
@media (max-width: 575.98px) {
  .img-holder-h img {
    top: 40px;
    height: calc(100% - 40px);
  }
}
@media (max-width: 575.98px) {
  .img-holder-h .decor {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.popup-active {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.popup-active .video-holder {
  z-index: 11;
}
.modal-video .modal-content {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 7px 100000px rgba(0, 0, 0, 0.5);
  color: #3e3935;
}
@media (min-width: 768px) {
  .modal-video .modal-content {
    padding: 35px;
  }
}
.modal-video .modal-content .modal-header,
.modal-video .modal-content .modal-footer {
  display: flex;
  justify-content: flex-end;
}
.modal-video .modal-content .modal-header {
  margin-bottom: 25px;
}
.modal-video .modal-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.modal-video .modal-content .embed-responsive {
  position: relative;
  z-index: 1;
  padding-bottom: 70%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .modal-video .modal-content .embed-responsive {
    padding-bottom: 50%;
  }
}
.f-button.is-close-btn {
  padding: 0 !important;
}
.popup-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.popup-close-btn:before,
.popup-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #3e3935;
  transform: rotate(45deg);
}
.popup-close-btn:after {
  transform: rotate(-45deg);
}
.bg-default-scroll {
  background: #007298 !important;
}
.bg-default-scroll .sticky-item * {
  color: #fff !important;
}
.bg-default-scroll .sticky-item .btn,
.bg-default-scroll .sticky-item .btn.white {
  border-color: #fff !important;
}
.bg-default-scroll .sticky-item .btn:hover,
.bg-default-scroll .sticky-item .btn.white:hover {
  background: #fff !important;
  color: #3e3935 !important;
}
.bg-cyan-scroll {
  background: #99daea !important;
}
.bg-cyan-scroll .sticky-item * {
  color: #003e52 !important;
}
.bg-cyan-scroll .sticky-item .btn,
.bg-cyan-scroll .sticky-item .btn.white {
  border-color: #003e52 !important;
}
.bg-cyan-scroll .sticky-item .btn:hover,
.bg-cyan-scroll .sticky-item .btn.white:hover {
  background: #003e52 !important;
  color: #fff !important;
}
.bg-gray-scroll,
.bg-blue-scroll {
  background: #3e3935 !important;
}
.bg-gray-scroll .sticky-item *,
.bg-blue-scroll .sticky-item * {
  color: #fff !important;
}
.bg-gray-scroll .sticky-item .btn,
.bg-blue-scroll .sticky-item .btn,
.bg-gray-scroll .sticky-item .btn.white,
.bg-blue-scroll .sticky-item .btn.white {
  border-color: #fff !important;
}
.bg-gray-scroll .sticky-item .btn:hover,
.bg-blue-scroll .sticky-item .btn:hover,
.bg-gray-scroll .sticky-item .btn.white:hover,
.bg-blue-scroll .sticky-item .btn.white:hover {
  background: #fff !important;
  color: #3e3935 !important;
}
.bg-gray-scroll .sticky-item h3,
.bg-blue-scroll .sticky-item h3 {
  color: #99daea !important;
}
.bg-blue-scroll {
  background: #003e52 !important;
}
.bg-gray-light-scroll {
  background: #ebebeb !important;
}
.bg-gray-light-scroll .sticky-item * {
  color: #3e3935 !important;
}
.bg-gray-light-scroll .sticky-item .btn,
.bg-gray-light-scroll .sticky-item .btn.white {
  border-color: #3e3935 !important;
}
.bg-gray-light-scroll .sticky-item .btn:hover,
.bg-gray-light-scroll .sticky-item .btn.white:hover {
  background: #3e3935 !important;
  color: #fff !important;
}
.bg-gray-light-scroll .sticky-item h3 {
  color: #007298 !important;
}
.section-way {
  color: #3e3935;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 268px 0 80px;
  background: #007298;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .section-way {
    padding: 268px 0 0;
  }
}

@media (min-width: 1024px) {
  .section-way {
    padding: 287px 0;
    font-size: 19px;
    line-height: 1.36842105;
  }
}
.section-way .container {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  padding: 0 35px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .section-way .container {
    padding: 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-way .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .section-way .container {
    padding: 0 49px;
  }
}
.section-way h2,
.section-way .h2 {
  font-size: 31px;
  line-height: 1.1;
  font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-way h2,
  .section-way .h2 {
    font-size: 48px;
  }
}
.section-way .btn-holder {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 576px) {
  .section-way .btn-holder {
    display: block;
    position: relative;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .section-way .btn-holder {
    position: static;
    width: auto;
    transform: none;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .section-way .btn-holder {
    padding-top: 25px;
  }
}
.section-way .btn-holder > * {
  flex-shrink: 0;
}
.section-way .btn-holder > *:not(:last-child) {
  margin-right: 16px;
}
.section-way .inner-holder {
  margin-bottom: 74px;
}
@media (min-width: 768px) {
  .section-way .inner-holder {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-way .inner-holder > strong {
    margin-bottom: 25px;
  }
}
.section-way h2 {
  color: #fff;
}
.section-way .decor-holder {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  max-width: 499px;
}
@media (min-width: 768px) {
  .section-way .decor-holder {
    flex-direction: row-reverse;
    transform: translateY(-40%);
    background: #003e52;
    align-items: center;
  }
}
.section-way .decor-text {
  padding: 43px 41px 53px 32px;
  background: #003e52;
  position: relative;
  z-index: 4;
  min-width: 242px;
  max-width: 75vw;
  height: 100%;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {
  .section-way .decor-text {
    background: transparent;
    padding: 20px 52px;
    min-width: auto;
    max-width: auto;
  }
}
@media (max-width: 767.98px) {
  .section-way .decor-text {
    transform: translateY(-23px);
  }
}
.section-way .decor-text h2 {
  margin-bottom: 0;
  font-weight: 400;
}
.section-way .decor-img {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-way .decor-img {
    position: static;
    width: 97px;
    height: 182px;
  }
}
@media (max-width: 767.98px) {
  .section-way .decor-img svg {
    transform: translateY(-23px);
  }
}
.section-way .btn {
  transition: background color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #3e3935;
  border-radius: 100px;
  padding: 8px 16px;
  color: #3e3935;
  background: transparent;
  min-width: 113px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .section-way .btn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .section-way .btn {
    font-size: 18px;
    padding: 15px 22px;
    font-size: 17px;
    min-width: 102px;
  }
}
@media (min-width: 1024px) {
  .section-way .btn:hover {
    background: #3e3935;
    color: #fff !important;
  }
}
.section-way .btn.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-way .btn.white:hover {
    background: #fff;
    color: #3e3935 !important;
  }
}
.section-way .btn.btn-blue {
  border-color: #003e52;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-way .btn.btn-blue:hover {
    background: #003e52;
    color: #fff !important;
  }
}
.section-way .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -35px;
}

@media (max-width: 576px) {
  .section-way .row {
    display: block;
  }
}

.section-way .row .col {
  width: 100%;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .section-way .row .col {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .section-way .row .col {
    width: 43.5%;
  }
}
.section-way p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-way p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-way p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-way p {
    margin-bottom: 26px;
  }
}
.section-way strong,
.section-way b {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .section-way strong,
  .section-way b {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .section-way strong,
  .section-way b {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.35;
  }
}
.section-way h6,
.section-way .h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
  letter-spacing: 1.2px;
  padding: 0;
  margin: 0 0 0.5em;
}
@media (min-width: 1024px) {
  .section-way h6,
  .section-way .h6 {
    font-size: 17px;
    letter-spacing: 2.1px;
  }
}
.section-way a {
  font-size: 15px;
}
@media (min-width: 1024px) {
  .section-way a {
    font-size: 19px;
  }
}
.section-way .lined-list a {
  text-decoration: underline;
  color: inherit;
}
.section-intro {
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #99daea;
  overflow: hidden;
  position: relative;
  z-index: 11;
}


@media (min-width: 1024px) {
  .section-intro {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
.section-intro .container {
  max-width: 1314px;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .section-intro .container {
    padding: 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-intro .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .section-intro .container {
    padding: 0 49px;
  }
}
.section-intro .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-intro .column {
  width: 100%;
}
@media (min-width: 768px) {
  .section-intro .column {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .section-intro .column:last-child {
    margin-top: -70px;
  }
}
@media (max-width: 767.98px) {
  .section-intro .play-field img {
    height: 110%;
  }
}
.section-intro .text-holder,
.section-intro h1 {
  position: relative;
  z-index: 5;
}
@media (max-width: 1023.98px) {
  .section-intro .text-holder {
    display: none;
  }
}
.section-intro .content-holder {
  position: relative;
  z-index: 1;
  background: #003e52;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 23px;
  padding: 35px 39px 56px;
}
@media (max-width: 767.98px) {
  .section-intro .content-holder {
    transform: translateY(-49px);
    max-width: 89%;
  }
}
@media (min-width: 768px) {
  .section-intro .content-holder {
    padding: 35px 80px 126px 39px;
  }
}
@media (min-width: 1280px) {
  .section-intro .content-holder {
    padding: 0 25% 85px 13%;
  }
}
.section-intro .content-holder:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 113px;
  background-color: #fff;
  height: 42px;
  z-index: 3;
}
@media (min-width: 768px) {
  .section-intro .content-holder:before {
    height: 71px;
    width: 60%;
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .section-intro .content-holder:before {
    width: 56%;
  }
}
@media (max-width: 767.98px) {
  .section-intro .content-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: inherit;
  }
}
.section-intro .content-holder .decor {
  position: absolute;
  right: 0;
  bottom: 25px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-intro .content-holder .decor {
    right: -13%;
    bottom: -46px;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .section-intro .content-holder .decor {
    max-width: 155px;
  }
}
@media (min-width: 1280px) {
  .section-intro .content-holder .decor {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .section-intro .content-holder .decor:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 83%;
    top: 0;
    left: 0;
    background: #003e52;
  }
}
.section-intro h1,
.section-intro .h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 300;
  padding: 0;
}
@media (min-width: 768px) {
  .section-intro h1,
  .section-intro .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .section-intro h1,
  .section-intro .h1 {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .section-intro h1,
  .section-intro .h1 {
    font-size: 70px;
  }
}
.section-intro p {
  margin: 0 0 18px;
  font-size: 23px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-intro p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .section-intro p {
    margin-bottom: 26px;
  }
}
.section-banner {
  overflow: hidden;
  color: #3e3935;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 1024px) {
  .section-banner {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
.section-banner .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-banner .column {
  width: 100%;
}
@media (min-width: 768px) {
  .section-banner .column {
    width: 50%;
  }
}
.section-banner .video-holder {
  position: relative;
  z-index: 1;
}
.section-banner .video-holder .decor {
  position: absolute;
  right: 0;
  bottom: -8px;
}
@media (min-width: 1024px) {
  .section-banner .video-holder .decor {
    bottom: -9px;
  }
}
.section-banner .content-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 35px 54px;
}
@media (min-width: 768px) {
  .section-banner .content-holder {
    padding: 35px 15%;
  }
}
@media (min-width: 1280px) {
  .section-banner .content-holder {
    padding: 50px 20%;
  }
}
.section-banner .text-holder {
  color: #003e52;
}
.section-banner h2,
.section-banner .h2 {
  font-size: 31px;
  line-height: 1.1;
  font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 0;
  margin: 0 0 0.5em;
  font-weight: 300;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-banner h2,
  .section-banner .h2 {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .section-banner h2,
  .section-banner .h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-banner .btn-holder {
    padding-top: 60px;
  }
}
.section-banner .play-btn {
  transform: translate(-50%, -50%);
}
.section-banner .btn {
  transition: background color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #3e3935;
  border-radius: 100px;
  padding: 8px 16px;
  color: #3e3935;
  background: transparent;
  min-width: 113px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .section-banner .btn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .section-banner .btn {
    font-size: 18px;
    padding: 15px 22px;
    font-size: 17px;
    min-width: 102px;
  }
}
@media (min-width: 1024px) {
  .section-banner .btn:hover {
    background: #3e3935;
    color: #fff !important;
  }
}
.section-banner .btn.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-banner .btn.white:hover {
    background: #fff;
    color: #3e3935 !important;
  }
}
.section-banner .btn.btn-blue {
  border-color: #003e52;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-banner .btn.btn-blue:hover {
    background: #003e52;
    color: #fff !important;
  }
}
.section-banner p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-banner p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-banner p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-banner p {
    margin-bottom: 26px;
  }
}
.section-career {
  color: #3e3935;
  padding: 30px 0 65px;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 1024px) {
  .section-career {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
@media (min-width: 768px) {
  .section-career {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-career {
    padding: 200px 0 130px;
  }
}
.section-career .container {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .section-career .container {
    padding: 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-career .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .section-career .container {
    padding: 0 49px;
  }
}
.section-career .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -35px;
}
.section-career .row .col {
  width: 100%;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .section-career .row .col {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .section-career .row .col {
    width: 43.5%;
  }
}
.section-career h3 {
  font-size: 25px;
  font-weight: 400;
  color: #007298;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-career h3 {
    font-size: 42px;
    margin-bottom: 28px;
  }
}
.section-career p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-career p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-career p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-career p {
    margin-bottom: 26px;
  }
}
.section-career .lined-list {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .section-career .lined-list {
    margin-top: 20px;
  }
}
.section-career .lined-list li {
  padding: 10px 0 23px;
}
@media (min-width: 768px) {
  .section-career .lined-list li {
    padding: 10px 0 25px;
  }
}
.section-career .lined-list a {
  letter-spacing: 1.1px;
}
.section-career .read-more {
  color: #3e3935;
}
.section-information {
  color: #3e3935;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 1024px) {
  .section-information {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
@media (max-width: 767.98px) {
  .section-information .inner-wrapper {
    padding: 70px 32px;
  }
}
.section-information strong,
.section-information b {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .section-information strong,
  .section-information b {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .section-information strong,
  .section-information b {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.35;
  }
}
.section-information .list-title {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .section-information .list-title {
    color: #007298;
  }
}
@media (min-width: 768px) {
  .section-information .list-title {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}
.section-information .accordion {
  padding: 0;
}
.section-information .accordion .opener {
  color: #007298;
}
@media (max-width: 767.98px) {
  .section-information .accordion .opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    color: #3e3935;
  }
  .section-information .accordion .opener:after {
    transition: transform 0.25s ease-in-out;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .section-information .accordion .opener:hover {
    cursor: pointer;
  }
}
.section-information .accordion .opener a {
  text-decoration: none !important;
  color: inherit;
}
@media (min-width: 768px) {
  .section-information .accordion .opener a {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .section-information .accordion .opener a {
    color: #3e3935;
  }
}
@media (max-width: 767.98px) {
  .section-information .accordion > * .opener {
    padding: 10px 0;
    border-top: 1px solid #3e3935;
  }
}
.section-information .accordion > *.active .opener:after {
  transform: scaleY(-1);
}
@media (min-width: 768px) {
  .section-information .accordion {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .section-information .entity {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .section-information .entity.content-left,
  .section-information .entity.content-right {
    padding: 30px 8%;
  }
}
@media (min-width: 1280px) {
  .section-information .entity.content-left,
  .section-information .entity.content-right {
    padding: 30px 8% 10px;
  }
}
@media (min-width: 768px) {
  .section-information .entity.content-left {
    padding: 40px 8% 80px;
  }
}
@media (min-width: 1280px) {
  .section-information .entity.content-left {
    padding: 40px 10% 90px;
  }
}
@media (min-width: 1400px) {
  .section-information .entity.content-left {
    padding: 90px 10%;
  }
}
@media (min-width: 768px) {
  .section-information .entity.indent-top {
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  .section-information .entity.indent-top {
    padding-top: 186px;
  }
}
@media (min-width: 768px) {
  .section-information .entity.bg-blue-desktop .number,
  .section-information .entity.bg-blue-desktop .opener {
    color: #99daea;
  }
}
@media (min-width: 768px) {
  .section-information .entity.bg-blue-desktop .number-subtitle {
    color: #fff;
  }
}
.section-information .entity.position-relative {
  position: relative;
  z-index: 1;
}
.section-information .entity.position-relative .btn-holder-alt {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  background: #007298;
  padding: 55px 40px;
}
@media (min-width: 1280px) {
  .section-information .entity.position-relative .btn-holder-alt {
    padding: 85px 70px;
  }
}
@media (max-width: 767.98px) {
  .section-information .entity.position-relative .btn-holder-alt {
    min-height: 116px;
  }
}
.section-information .img-holder img {
  display: block;
  width: 100%;
}
.section-information .bottom-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.section-information .bottom-block svg {
  display: block;
  width: 100%;
}
.section-information .decor-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
}
@media (min-width: 1280px) {
  .section-information .decor-holder {
    width: 39%;
  }
}
.section-information .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #99daea;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding: 120px 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .section-information .btn-holder {
    width: 71%;
  }
}
.section-information .bottom-holder {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.section-information .bottom-holder.offset-top {
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .section-information .bottom-holder.offset-top {
    margin-top: -90px;
  }
}
.section-information .bottom-holder .btn-holder {
  padding: 30px 40px;
  background: #007298;
}
.section-information .bottom-holder .btn-holder.btn-holder-alt {
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  .section-information .bottom-holder .btn-holder.btn-holder-alt {
    min-height: 116px;
  }
}
.section-information .bottom-holder .btn-holder .read-more {
  max-width: 340px;
}
.section-information .bottom-holder .decor {
  width: 29%;
  flex-shrink: 0;
}
.section-information .bottom-holder .decor svg {
  display: block;
  width: 100%;
}
.section-information .img-holder {
  height: 100%;
}
.section-information .img-holder img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .section-information .compress {
    padding: 0 17%;
  }
}
@media (min-width: 1280px) {
  .section-information .compress {
    padding: 0 20%;
  }
}
.section-information .brands-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .section-information .brands-holder {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 50px;
  }
}
@media (min-width: 1024px) {
  .section-information .brands-holder {
    padding-top: 80px;
    margin-bottom: 100px;
    gap: 68px 50px;
  }
}
@media (min-width: 1280px) {
  .section-information .brands-holder {
    padding-top: 117px;
    margin-bottom: 190px;
  }
}
@media (max-width: 767.98px) {
  .section-information .brands-holder img {
    filter: brightness(0);
  }
}
@media (min-width: 768px) {
  .section-information h5.alt-view {
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 767.98px) {
  .section-information .slide {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .section-information .slide.alt-view {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-information .slide.alt-view {
    color: #3e3935;
  }
}
@media (min-width: 768px) {
  .section-information .slide.alt-view .bottom-holder {
    margin-top: auto;
  }
}
.section-information .numbers-holder {
  padding-top: 33px;
}
@media (min-width: 1024px) {
  .section-information .numbers-holder {
    padding-top: 53px;
  }
}
.section-information .number-info {
  margin-bottom: 34px;
}
@media (min-width: 1024px) {
  .section-information .number-info {
    margin-bottom: 54px;
  }
}
.section-information .number {
  font-size: 60px;
  line-height: 1;
  color: #007298;
  font-weight: 700;
  display: block;
  font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 768px) {
  .section-information .number {
    font-size: 100px;
  }
}
@media (min-width: 1280px) {
  .section-information .number {
    font-size: 140px;
  }
}
.section-information .number-subtitle {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #646569;
}
@media (min-width: 768px) {
  .section-information .number-subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .section-information .number-subtitle {
    font-size: 17px;
  }
}
.section-information .rectangle {
  width: 31%;
  height: 220px;
  background-color: #00a5b5;
  position: relative;
  z-index: 1;
}
.section-information .rectangle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: inherit;
  transform: translateY(-75px);
}
.section-information .mobile-btn-holder {
  padding-top: 50px;
}
.section-information .mobile-special {
  padding: 44px 35px;
  position: relative;
  z-index: 1;
  background: #007298;
  color: #fff;
}
.section-information .mobile-special:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  right: -35px;
  background-color: inherit;
}
.section-information .svg-offset {
  margin-bottom: -28px;
}
.section-information .btn {
  transition: background color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #3e3935;
  border-radius: 100px;
  padding: 8px 16px;
  color: #3e3935;
  background: transparent;
  min-width: 113px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .section-information .btn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .section-information .btn {
    font-size: 18px;
    padding: 15px 22px;
    font-size: 17px;
    min-width: 102px;
  }
}
@media (min-width: 1024px) {
  .section-information .btn:hover {
    background: #3e3935;
    color: #fff !important;
  }
}
.section-information .btn.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-information .btn.white:hover {
    background: #fff;
    color: #3e3935 !important;
  }
}
.section-information .btn.btn-blue {
  border-color: #003e52;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-information .btn.btn-blue:hover {
    background: #003e52;
    color: #fff !important;
  }
}
.section-information p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-information p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-information p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-information p {
    margin-bottom: 26px;
  }
}
.section-information h5,
.section-information .h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-information h5,
  .section-information .h5 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.section-information ul:not([class]):not([id]) {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-left: 0;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .section-information ul:not([class]):not([id]) {
    margin-bottom: 35px;
    padding-left: 27px;
  }
}
.section-information ul:not([class]):not([id]) > li {
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 15px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.368;
}
@media (min-width: 1024px) {
  .section-information ul:not([class]):not([id]) > li {
    font-size: 19px;
  }
}
.section-information ul:not([class]):not([id]) > li:before {
  display: none;
}
.section-information .read-more {
  color: #fff;
}
.section-demand {
  background: #003e52;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 700;
  padding: 60px 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-demand {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
@media (min-width: 768px) {
  .section-demand {
    text-align: center;
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-demand {
    padding: 150px 0;
  }
}
.section-demand .container {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  padding: 0 35px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .section-demand .container {
    padding: 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-demand .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .section-demand .container {
    padding: 0 49px;
  }
}
.section-demand p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-demand p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-demand p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-demand p {
    margin-bottom: 26px;
  }
}
.section-demand h3 {
  color: #99daea;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-demand h3 {
    font-size: 42px;
  }
}
.section-demand .btn {
  transition: background color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #3e3935;
  border-radius: 100px;
  padding: 8px 16px;
  color: #3e3935;
  background: transparent;
  min-width: 113px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .section-demand .btn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .section-demand .btn {
    font-size: 18px;
    padding: 15px 22px;
    font-size: 17px;
    min-width: 102px;
  }
}
@media (min-width: 1024px) {
  .section-demand .btn:hover {
    background: #3e3935;
    color: #fff !important;
  }
}
.section-demand .btn.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-demand .btn.white:hover {
    background: #fff;
    color: #3e3935 !important;
  }
}
.section-demand .btn.btn-blue {
  border-color: #003e52;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-demand .btn.btn-blue:hover {
    background: #003e52;
    color: #fff !important;
  }
}
.section-employers {
  color: #3e3935;
  background: #003e52;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 1024px) {
  .section-employers {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
@media (max-width: 767.98px) {
  .section-employers {
    padding-bottom: 15px;
  }
}
.section-employers .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-employers .column {
  width: 100%;
}
@media (min-width: 1024px) {
  .section-employers .column {
    width: 50%;
  }
}
.section-employers .content {
  height: 100%;
  padding: 50px 35px 40px;
  background-color: #003e52;
  color: #fff;
}
@media (min-width: 768px) {
  .section-employers .content {
    padding: 100px 40px;
  }
}
@media (min-width: 1024px) {
  .section-employers .content {
    padding: 210px 40px 210px 40px;
  }
}
@media (min-width: 1280px) {
  .section-employers .content {
    padding: 295px 40px 295px calc(50vw - (1216px / 2));
  }
}
.section-employers .content .text-holder {
  width: 100%;
  max-width: 454px;
  color: #fff;
}
@media (min-width: 768px) {
  .section-employers .content .text-holder {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .section-employers .content .text-holder {
    margin: 0;
  }
}
@media (max-width: 1023.98px) {
  .section-employers .content .text-holder {
    text-align: left;
  }
}
.section-employers .content .text-holder p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-employers .content .text-holder p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-employers .content .text-holder p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-employers .content .text-holder p {
    margin-bottom: 26px;
  }
}
.section-employers .content h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-employers .content h3 {
    font-size: 42px;
  }
}
.section-employers .cards {
  display: grid;
  height: 100%;
}
@media (max-width: 767.98px) {
  .section-employers .cards {
    gap: 15px 20px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .section-employers .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-employers .card-inner {
  height: 100%;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.26;
  position: relative;
}
@media (min-width: 768px) {
  .section-employers .card-inner {
    font-size: 23px;
  }
}
@media (max-width: 1023.98px) {
  .section-employers .card-inner {
    min-height: 244px;
    padding: 20px;
  }
}
.section-employers .card-btn {
  max-width: 172px;
}
@media (max-width: 1023.98px) {
  .section-employers .card-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #003e52;
    padding: 18px 20px;
  }
}
@media (max-width: 1023.98px) {
  .section-employers .card-btn .read-more {
    color: #fff !important;
  }
}
.section-employers .card {
  margin: 0;
  padding: 0;
}
.section-employers h4,
.section-employers .h4 {
  font-size: 29px;
  line-height: 1.1;
  font-family: 'Georgia', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-transform: none;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section-employers h4,
  .section-employers .h4 {
    font-size: 30px;
  }
}
.section-employers .card-text p {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section-employers .card-text p {
    font-size: 23px;
  }
}
.section-sticky {
  padding-bottom: 70px;
  color: #3e3935;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 768px) {
  .section-sticky {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .section-sticky {
    font-size: 19px;
    line-height: 1.36842105;
    padding-bottom: 150px;
  }
}
@media (min-width: 1280px) {
  .section-sticky {
    padding-bottom: 200px;
  }
}
.section-sticky .container {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .section-sticky .container {
    padding: 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-sticky .container {
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .section-sticky .container {
    padding: 0 49px;
  }
}
.section-sticky .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -35px;
}
.section-sticky .row .col {
  width: 100%;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .section-sticky .row .col {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .section-sticky .row .col {
    width: 43.5%;
  }
}
.section-sticky .img-holder {
  position: relative;
  z-index: 1;
  margin: 0 -35px 50px;
}
@media (min-width: 768px) {
  .section-sticky .img-holder {
    margin: 0 -35px 70px;
  }
}
@media (min-width: 1024px) {
  .section-sticky .img-holder {
    margin: 0 -40px 100px -35px;
  }
}
@media (min-width: 1280px) {
  .section-sticky .img-holder {
    margin: 0 -74px 150px -35px;
  }
}
@media (min-width: 1400px) {
  .section-sticky .img-holder {
    margin: 0 -118px 200px -36px;
  }
}
.section-sticky .img-holder:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #fff;
  width: 70px;
  height: 40px;
  color: #fff;
  box-shadow: -43px 0 0 0, 0 -39px 0 0;
}
@media (min-width: 1280px) {
  .section-sticky .img-holder:before {
    width: 216px;
    height: 72px;
    box-shadow: -109px 0 0 0, 0 -71px 0 0;
  }
}
.section-sticky .img-holder img {
  display: block;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .section-sticky .decor {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .section-sticky .decor svg {
    display: block;
    width: max-content;
  }
}
@media (max-width: 767.98px) {
  .section-sticky .sticky-content {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section-sticky .sticky-content {
    padding: 50px 0 0;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .section-sticky .sticky-content {
    padding: 145px 0 0;
  }
}
.section-sticky .sticky-content h3 {
  color: #007298;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-sticky .sticky-content h3 {
    font-size: 42px;
  }
}
.section-sticky .btn-holder-mobile {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .section-sticky .btn-holder-mobile {
    display: none;
  }
}
.section-sticky p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-sticky p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-sticky p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-sticky p {
    margin-bottom: 26px;
  }
}
.section-sticky strong,
.section-sticky b {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .section-sticky strong,
  .section-sticky b {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .section-sticky strong,
  .section-sticky b {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.35;
  }
}
.section-sticky .btn {
  transition: background color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #3e3935;
  border-radius: 100px;
  padding: 8px 16px;
  color: #3e3935;
  background: transparent;
  min-width: 113px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .section-sticky .btn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .section-sticky .btn {
    font-size: 18px;
    padding: 15px 22px;
    font-size: 17px;
    min-width: 102px;
  }
}
@media (min-width: 1024px) {
  .section-sticky .btn:hover {
    background: #3e3935;
    color: #fff !important;
  }
}
.section-sticky .btn.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-sticky .btn.white:hover {
    background: #fff;
    color: #3e3935 !important;
  }
}
.section-sticky .btn.btn-blue {
  border-color: #003e52;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-sticky .btn.btn-blue:hover {
    background: #003e52;
    color: #fff !important;
  }
}
.section-sticky .drop-opener {
  color: #3e3935;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-sticky .drop-opener {
    font-size: 28px;
  }
}
.section-sticky .drop-opener a {
  color: inherit;
}
.section-sticky ul:not([class]):not([id]) {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-left: 0;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .section-sticky ul:not([class]):not([id]) {
    padding-left: 27px;
    margin-bottom: 35px;
  }
}
.section-sticky ul:not([class]):not([id]) > li {
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 15px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.368;
}
@media (min-width: 1024px) {
  .section-sticky ul:not([class]):not([id]) > li {
    font-size: 19px;
  }
}
.section-sticky ul:not([class]):not([id]) > li:before {
  display: none;
}
.section-sticky .list-title {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .section-sticky .list-title {
    color: #007298;
  }
}
@media (min-width: 768px) {
  .section-sticky .list-title {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}
.section-classroom {
  transition: background 0.25s ease-in-out;
  background: #fff;
  color: #3e3935;
  font: 15px / 1.2 'OpenSans', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (max-width: 767.98px) {
  .section-classroom {
    padding: 0 0 55px;
  }
}
@media (min-width: 1024px) {
  .section-classroom {
    font-size: 19px;
    line-height: 1.36842105;
  }
}
.section-classroom .inner-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-classroom {
    background: #007298;
  }
}
.section-classroom strong,
.section-classroom b {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .section-classroom strong,
  .section-classroom b {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .section-classroom strong,
  .section-classroom b {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.35;
  }
}
.section-classroom .img-holder {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-classroom .img-holder {
    margin: 0 0 40px;
  }
}
.section-classroom .img-holder:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #fff;
  color: #fff;
  width: 70px;
  height: 40px;
  box-shadow: -43px 0 0 0, 0 -39px 0 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .section-classroom .img-holder:before {
    background: #007298;
    color: #007298;
  }
}
@media (min-width: 1280px) {
  .section-classroom .img-holder:before {
    width: 94px;
    height: 72px;
    box-shadow: -93px 0 0 0, 0 -71px 0 0;
  }
}
@media (min-width: 768px) {
  .section-classroom .img-holder img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-classroom .img-holder svg {
    display: block;
    width: max-content;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .section-classroom .img-holder svg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.section-classroom .inner-content {
  padding: 0 35px;
}
@media (max-width: 767.98px) {
  .section-classroom .inner-content {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .section-classroom .inner-content {
    padding: 103px 8%;
  }
}
@media (min-width: 1024px) {
  .section-classroom .inner-content {
    padding: 50px 10%;
  }
}
@media (min-width: 1280px) {
  .section-classroom .inner-content {
    padding: 180px 16%;
  }
}
@media (min-width: 1400px) {
  .section-classroom .inner-content {
    padding: 310px 16%;
  }
}
@media (min-width: 768px) {
  .section-classroom .inner-content * {
    color: #fff;
  }
}
.section-classroom .inner-content h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-classroom .inner-content h3 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .section-classroom .inner-content h3 {
    color: #007298;
  }
}
.section-classroom .elem {
  max-width: 100vw;
}
@media (min-width: 768px) {
  .section-classroom .elem {
    padding: 100px 40px;
  }
}
@media (min-width: 1024px) {
  .section-classroom .elem {
    padding: 210px 40px 210px 40px;
  }
}
@media (min-width: 1280px) {
  .section-classroom .elem {
    padding: 295px 40px 295px calc(50vw - (1216px / 2));
  }
}
@media (max-width: 767.98px) {
  .section-classroom .slide {
    padding-bottom: 50px;
  }
}
.section-classroom .accordion {
  padding: 0;
}
.section-classroom .accordion .opener {
  color: #007298;
}
@media (max-width: 767.98px) {
  .section-classroom .accordion .opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    color: #3e3935;
  }
  .section-classroom .accordion .opener:after {
    transition: transform 0.25s ease-in-out;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .section-classroom .accordion .opener:hover {
    cursor: pointer;
  }
}
.section-classroom .accordion .opener a {
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .section-classroom .accordion > * .opener {
    padding: 10px 0;
    border-top: 1px solid #3e3935;
  }
}
.section-classroom .accordion > *.active .opener:after {
  transform: scaleY(-1);
}
@media (max-width: 767.98px) {
  .section-classroom .accordion {
    padding: 0 35px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767.98px) {
  .section-classroom .btn-holder {
    padding: 0 35px;
  }
}
@media (min-width: 768px) {
  .section-classroom .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-classroom .btn {
  transition: background color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #3e3935;
  border-radius: 100px;
  padding: 8px 16px;
  color: #3e3935;
  background: transparent;
  min-width: 113px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .section-classroom .btn {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1024px) {
  .section-classroom .btn {
    font-size: 18px;
    padding: 15px 22px;
    font-size: 17px;
    min-width: 102px;
  }
}
@media (min-width: 1024px) {
  .section-classroom .btn:hover {
    background: #3e3935;
    color: #fff !important;
  }
}
.section-classroom .btn.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1024px) {
  .section-classroom .btn.white:hover {
    background: #fff;
    color: #3e3935 !important;
  }
}
.section-classroom .btn.btn-blue {
  border-color: #003e52;
  color: #003e52;
}
@media (min-width: 1024px) {
  .section-classroom .btn.btn-blue:hover {
    background: #003e52;
    color: #fff !important;
  }
}
.section-classroom ul:not([class]):not([id]) {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-left: 0;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .section-classroom ul:not([class]):not([id]) {
    margin-bottom: 35px;
    padding-left: 27px;
  }
}
.section-classroom ul:not([class]):not([id]) > li {
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 15px;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.368;
}
@media (min-width: 1024px) {
  .section-classroom ul:not([class]):not([id]) > li {
    font-size: 19px;
  }
}
.section-classroom ul:not([class]):not([id]) > li:before {
  display: none;
}
.section-classroom h5,
.section-classroom .h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-classroom h5,
  .section-classroom .h5 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.section-classroom p {
  margin: 0 0 18px;
  font-size: 15px;
  padding: 0;
  color: inherit;
}
@media (min-width: 768px) {
  .section-classroom p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section-classroom p {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  .section-classroom p {
    margin-bottom: 26px;
  }
}
.section-classroom .opener a {
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 400;
  color: #3e3935;
}
@media (min-width: 1024px) {
  .section-classroom .opener a {
    font-size: 28px;
  }
}
.section-classroom .list-title {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  margin: 12px 0;
}
@media (max-width: 767.98px) {
  .section-classroom .list-title {
    color: #007298;
  }
}
@media (min-width: 768px) {
  .section-classroom .list-title {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}
.section-classroom .grid-item {
  width: 100% !important;
}
@media (min-width: 768px) {
  .section-classroom .grid-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}
.section-classroom .grid-item .btn-holder a:before,
.section-classroom .grid-item .btn-holder .btn:before,
.section-classroom .grid-item .btn-holder a:after,
.section-classroom .grid-item .btn-holder .btn:after {
  content: none;
}
.section-classroom .grid-item a:before,
.section-classroom .grid-item .btn:before,
.section-classroom .grid-item a:after,
.section-classroom .grid-item .btn:after {
  content: none;
}
@media (min-width: 768px) {
  .section-classroom .grid-item .opener a {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .sticky-item {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .elem {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}