/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@charset "UTF-8";
@import 'plugins/gravityforms/assets/css/dist/basic.min.css';
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * Grid
 */
:root {
  --sk-grid-offset: calc(clamp(0px, calc(((100vw - var(--scrollbar-width, 0px)) - 1278px) / 2), 100vw));
  --sk-grid-column: clamp(0px, calc((100vw - (30px * 2) + 20px) / 100 * (100 / 12)), calc((1218px + 20px) / 12));
}
/**
 * Colors
 */
/**
 * Fonts
 */
/**
 * Vendor
 */
:root {
  --fa-primary-color: #01415c;
  --fa-primary-opacity: 1;
  --fa-secondary-color: #a7bc09;
  --fa-secondary-opacity: 0.2;
}
.fa, .fab, .fad, .fal, .far, .fas {
  color: #a7bc09;
}
.container::after, .row::after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Flexbox mixins
 */
/**
 * Transform & translate mixins
 */
/**
 * Transition mixins
 */
/**
 * ANIMATION
 */
/**
 * SHAPES
 */
/**
 * General
 */
::selection {
  background: #a7bc09;
  color: #01415c;
  text-shadow: none;
}
::-webkit-selection {
  background: #a7bc09;
  color: #01415c;
  text-shadow: none;
}
::-moz-selection {
  background: #a7bc09;
  color: #01415c;
  text-shadow: none;
}
:-moz-placeholder {
  color: rgba(1, 65, 92, 0.45);
}
::-moz-placeholder {
  color: rgba(1, 65, 92, 0.45);
}
:-ms-input-placeholder {
  color: rgba(1, 65, 92, 0.45);
}
::-webkit-input-placeholder {
  color: rgba(1, 65, 92, 0.45);
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop);
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
  -webkit-hyphenate-character: '-';
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  height: 100%;
  min-height: 100vh;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: #01415c;
  background-color: #ffffff;
}
/**
 * Typography
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  line-height: 1.15;
  margin: 1em 0 0.5em 0;
  color: #01415c;
}
.is-word-break h1, .is-word-break .h1, .is-word-break h2, .is-word-break .h2, .is-word-break h3, .is-word-break .h3, .is-word-break h4, .is-word-break .h4, .is-word-break h5, .is-word-break .h5, .is-word-break h6, .is-word-break .h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  color: inherit;
  text-decoration: none;
}
h1 > .accent, .h1 > .accent, h2 > .accent, .h2 > .accent, h3 > .accent, .h3 > .accent, h4 > .accent, .h4 > .accent, h5 > .accent, .h5 > .accent, h6 > .accent, .h6 > .accent {
  font-weight: 500;
}
h1, .h1 {
  font-size: calc(80px * calc(70 / 100));
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  line-height: 1.15;
  color: #01415c;
}
h1.page-title__shadow, .h1.page-title__shadow {
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media (min-width: 481px) {
  h1, .h1 {
    font-size: calc(80px * calc(80 / 100));
  }
}
@media (min-width: 769px) {
  h1, .h1 {
    font-size: 80px;
  }
}
h2, .h2 {
  font-size: calc(40px * calc(70 / 100));
  font-family: Plus Jakarta Sans;
  font-weight: 800;
  line-height: 1.15;
  color: #01415c;
}
@media (min-width: 481px) {
  h2, .h2 {
    font-size: calc(40px * calc(90 / 100));
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
h3, .h3 {
  font-size: calc(22px * calc(85 / 100));
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  line-height: 1.15;
  color: #01415c;
}
@media (min-width: 481px) {
  h3, .h3 {
    font-size: calc(22px * calc(100 / 100));
  }
}
@media (min-width: 769px) {
  h3, .h3 {
    font-size: 22px;
  }
}
h4, .h4 {
  font-size: calc(16px * calc(90 / 100));
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  line-height: 1.15;
  color: #01415c;
}
@media (min-width: 481px) {
  h4, .h4 {
    font-size: calc(22px * calc(100 / 100));
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 16px;
  }
}
h5, .h5 {
  color: #01415c;
}
h6, .h6 {
  color: #01415c;
}
hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #DDDDDD;
  margin: 1.5em 0;
}
a {
  color: #01415c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: 0;
}
.is-bold {
  font-weight: 600;
}
strong, .is-strong {
  font-weight: 700;
}
p {
  margin: 1em 0;
}
.is-word-break p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
p.has-dropcap::first-letter, p.dropcap::first-letter, p.has-drop-cap::first-letter, p.drop-cap::first-letter {
  font-size: 100px;
  font-family: Plus Jakarta Sans;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: -1rem;
  margin-right: 0.75rem;
  float: left;
}
ul.is-reset, ul.is-unstyled, ul.no-bullets, ol.is-reset, ol.is-unstyled, ol.no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.is-inline, ol.is-inline {
  display: flex;
}
ul.is-inline li, ol.is-inline li {
  margin-right: 15px;
}
dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
dl dt, dl dd {
  margin: 0;
  padding: 0;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto 0 auto;
  -ms-flex: 1 0 auto 0 auto;
  flex: 1 0 auto 0 auto;
  width: 50%;
}
dl dt:nth-of-type(even), dl dd:nth-of-type(even) {
  background: #f5f5f5;
}
dl dt {
  padding-left: 8px;
}
dl dd {
  text-align: right;
  padding-right: 8px;
}
blockquote {
  font-size: 25px;
  font-style: italic;
  line-height: 1.2;
  margin: 1.5em 0;
}
blockquote p {
  font-weight: 400;
}
blockquote footer, blockquote cite {
  font-size: 12px;
}
/**
 * Media
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure {
  margin: 0;
}
figcaption {
  padding: 2em 0 1.5em 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
.box-shadow, .layout-carousel .block, .layout-collection .block.has-outline, .layout-grid .block.has-outline, .layout-team .block {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.content .video-container {
  margin: 100px 0;
}
.video-container .plyr__control--overlaid {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/**
 * Forms
 */
input:focus, button:focus {
  outline: 0;
}
input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=password], input[type=number], input[type=search], input[type=time], input[type=tel], input[type=url], input[type=email], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 12px 20px;
  color: #333333;
  background-color: #fff;
  border: 1px solid rgba(1, 65, 92, 0.45);
  font-weight: 500;
  font-size: 15px;
  font-family: Plus Jakarta Sans;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
input[type=text]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, input[type=time]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=email]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #01415c;
}
input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=password], input[type=number], input[type=search], input[type=time], input[type=tel], input[type=url], input[type=email], textarea, select {
  line-height: 1;
  height: 49px;
}
textarea {
  resize: none;
  width: 100%;
  height: auto;
  max-height: 156px;
  line-height: 1.65;
}
select::-ms-expand {
  display: none;
}
input[type=checkbox]:not(.cmplz-consent-checkbox), input[type=radio] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
input[type=checkbox]:not(.cmplz-consent-checkbox) + label, input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: calc(26px + .5em);
  margin-bottom: 0.25em;
  line-height: 32px;
}
input[type=checkbox]:not(.cmplz-consent-checkbox) + label::before, input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid rgba(1, 65, 92, 0.45);
  -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
input[type=checkbox]:not(.cmplz-consent-checkbox) + label::after, input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -ms-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type=checkbox]:not(.cmplz-consent-checkbox):checked + label::before, input[type=radio]:checked + label::before {
  border-color: #01415c;
  background: #01415c;
}
input[type=checkbox]:not(.cmplz-consent-checkbox):checked + label::after, input[type=radio]:checked + label::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
button:not(.cmplz-btn, .plyr__control), input[type=submit]:not(.cmplz-btn, .plyr__control), .btn:not(.cmplz-btn, .plyr__control), .button:not(.cmplz-btn, .plyr__control) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-flex;
  padding: 16px 26px;
  color: #ffffff;
  background-color: #a7bc09;
  font-family: Plus Jakarta Sans;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 0px solid;
  max-width: fit-content;
  cursor: pointer;
  border-radius: 30px;
  border-color: rgba(10, 10, 10, 0);
}
button:not(.cmplz-btn, .plyr__control):hover, button:not(.cmplz-btn, .plyr__control).is-hovered, input[type=submit]:not(.cmplz-btn, .plyr__control):hover, input[type=submit]:not(.cmplz-btn, .plyr__control).is-hovered, .btn:not(.cmplz-btn, .plyr__control):hover, .btn:not(.cmplz-btn, .plyr__control).is-hovered, .button:not(.cmplz-btn, .plyr__control):hover, .button:not(.cmplz-btn, .plyr__control).is-hovered {
  background-color: #bdd40a;
  border-color: #bdd40a;
  color: #ffffff;
}
button:not(.cmplz-btn, .plyr__control):active, input[type=submit]:not(.cmplz-btn, .plyr__control):active, .btn:not(.cmplz-btn, .plyr__control):active, .button:not(.cmplz-btn, .plyr__control):active {
  background-color: #91a408;
  border-color: #91a408;
}
button:not(.cmplz-btn, .plyr__control).is-secondary, input[type=submit]:not(.cmplz-btn, .plyr__control).is-secondary, .btn:not(.cmplz-btn, .plyr__control).is-secondary, .button:not(.cmplz-btn, .plyr__control).is-secondary {
  color: #ffffff;
  background-color: #01415c;
  border-color: rgba(10, 10, 10, 0);
}
button:not(.cmplz-btn, .plyr__control).is-secondary:hover, button:not(.cmplz-btn, .plyr__control).is-secondary.is-hovered, input[type=submit]:not(.cmplz-btn, .plyr__control).is-secondary:hover, input[type=submit]:not(.cmplz-btn, .plyr__control).is-secondary.is-hovered, .btn:not(.cmplz-btn, .plyr__control).is-secondary:hover, .btn:not(.cmplz-btn, .plyr__control).is-secondary.is-hovered, .button:not(.cmplz-btn, .plyr__control).is-secondary:hover, .button:not(.cmplz-btn, .plyr__control).is-secondary.is-hovered {
  background-color: #015375;
  border-color: #015375;
  color: #ffffff;
}
button:not(.cmplz-btn, .plyr__control).is-secondary:active, input[type=submit]:not(.cmplz-btn, .plyr__control).is-secondary:active, .btn:not(.cmplz-btn, .plyr__control).is-secondary:active, .button:not(.cmplz-btn, .plyr__control).is-secondary:active {
  background-color: #012f43;
  border-color: #012f43;
}
.read-more {
  display: block;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1em;
}
.post__tags {
  background-color: #01415c !important;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  pointer-events: all;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 5px 7px;
  margin: 0 0 15px;
  border-radius: 20px;
}
.post__tags a {
  text-decoration: none;
  color: white !important;
}
.post__tags a:hover {
  border: 0 !important;
  color: white !important;
}
/**
 * Table
 */
/**
 * Modifiers
 */
.is-small {
  font-size: 0.75rem;
}
.is-medium {
  font-size: 1.375rem;
}
.is-large {
  font-size: 1.625rem;
}
.is-capitalized {
  text-transform: capitalize;
}
.is-lowercase {
  text-transform: lowercase;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-italic {
  font-style: italic;
}
.has-text-left {
  text-align: left;
}
.has-text-right {
  text-align: right;
}
.has-text-centered {
  text-align: center;
}
.has-text-centered .cmpzr-btn-group {
  justify-content: center;
}
.has-text-justified {
  text-align: justify;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
}
/**
 * Wordpress Core
 */
.alignnone {
  margin: 2em 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/**
 * Other
 */
.grecaptcha-badge {
  display: none;
}
/**
 * Print
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.outer-wrapper {
  position: relative;
  background: #f9f9f9;
}
.inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: unset;
  overflow: clip;
  min-height: 100vh;
}
.container {
  position: relative;
  max-width: 1278px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 481px) {
  .container {
    padding: 0 30px;
  }
}
.row {
  margin-left: -20px;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--equal-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
}
.row.row--equal-columns.row--center-columns {
  justify-content: center;
}
@media (min-width: 481px) {
  .row.row--equal-columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.row.fd-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.col {
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
}
.row--gutterless .col {
  padding-left: 0 !important;
}
.row--equal-columns .col {
  float: none;
}
.col--xs-offset-0 {
  margin-left: 0%;
}
.col--xs-1 {
  width: 8.3333333333%;
}
.col--xs-1--gutterless {
  padding-left: 0;
}
.col--xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col--xs-2 {
  width: 16.6666666667%;
}
.col--xs-2--gutterless {
  padding-left: 0;
}
.col--xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col--xs-3 {
  width: 25%;
}
.col--xs-3--gutterless {
  padding-left: 0;
}
.col--xs-offset-3 {
  margin-left: 25%;
}
.col--xs-4 {
  width: 33.3333333333%;
}
.col--xs-4--gutterless {
  padding-left: 0;
}
.col--xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col--xs-5 {
  width: 41.6666666667%;
}
.col--xs-5--gutterless {
  padding-left: 0;
}
.col--xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col--xs-6 {
  width: 50%;
}
.col--xs-6--gutterless {
  padding-left: 0;
}
.col--xs-offset-6 {
  margin-left: 50%;
}
.col--xs-7 {
  width: 58.3333333333%;
}
.col--xs-7--gutterless {
  padding-left: 0;
}
.col--xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col--xs-8 {
  width: 66.6666666667%;
}
.col--xs-8--gutterless {
  padding-left: 0;
}
.col--xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col--xs-9 {
  width: 75%;
}
.col--xs-9--gutterless {
  padding-left: 0;
}
.col--xs-offset-9 {
  margin-left: 75%;
}
.col--xs-10 {
  width: 83.3333333333%;
}
.col--xs-10--gutterless {
  padding-left: 0;
}
.col--xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col--xs-11 {
  width: 91.6666666667%;
}
.col--xs-11--gutterless {
  padding-left: 0;
}
.col--xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col--xs-12 {
  width: 100%;
}
.col--xs-12--gutterless {
  padding-left: 0;
}
.col--xs-offset-12 {
  margin-left: 100%;
}
@media only screen and (min-width: 480px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .col--sm-1--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .col--sm-2--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .col--sm-3--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .col--sm-4--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .col--sm-5--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .col--sm-6--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .col--sm-7--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .col--sm-8--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .col--sm-9--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .col--sm-10--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .col--sm-11--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .col--sm-12--gutterless {
    padding-left: 0;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .hide--sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hide--sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .col--smd-offset-0 {
    margin-left: 0%;
  }
  .col--smd-1 {
    width: 8.3333333333%;
  }
  .col--smd-1--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--smd-2 {
    width: 16.6666666667%;
  }
  .col--smd-2--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--smd-3 {
    width: 25%;
  }
  .col--smd-3--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-3 {
    margin-left: 25%;
  }
  .col--smd-4 {
    width: 33.3333333333%;
  }
  .col--smd-4--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--smd-5 {
    width: 41.6666666667%;
  }
  .col--smd-5--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--smd-6 {
    width: 50%;
  }
  .col--smd-6--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-6 {
    margin-left: 50%;
  }
  .col--smd-7 {
    width: 58.3333333333%;
  }
  .col--smd-7--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--smd-8 {
    width: 66.6666666667%;
  }
  .col--smd-8--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--smd-9 {
    width: 75%;
  }
  .col--smd-9--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-9 {
    margin-left: 75%;
  }
  .col--smd-10 {
    width: 83.3333333333%;
  }
  .col--smd-10--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--smd-11 {
    width: 91.6666666667%;
  }
  .col--smd-11--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--smd-12 {
    width: 100%;
  }
  .col--smd-12--gutterless {
    padding-left: 0;
  }
  .col--smd-offset-12 {
    margin-left: 100%;
  }
  .hide--smd-up {
    display: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .hide--smd-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .col--md-1--gutterless {
    padding-left: 0;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .col--md-2--gutterless {
    padding-left: 0;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .col--md-3--gutterless {
    padding-left: 0;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .col--md-4--gutterless {
    padding-left: 0;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .col--md-5--gutterless {
    padding-left: 0;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .col--md-6--gutterless {
    padding-left: 0;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .col--md-7--gutterless {
    padding-left: 0;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .col--md-8--gutterless {
    padding-left: 0;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .col--md-9--gutterless {
    padding-left: 0;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .col--md-10--gutterless {
    padding-left: 0;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .col--md-11--gutterless {
    padding-left: 0;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .col--md-12--gutterless {
    padding-left: 0;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .hide--md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide--md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .col--lg-1--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .col--lg-2--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .col--lg-3--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .col--lg-4--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .col--lg-5--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .col--lg-6--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .col--lg-7--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .col--lg-8--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .col--lg-9--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .col--lg-10--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .col--lg-11--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .col--lg-12--gutterless {
    padding-left: 0;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .hide--lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .hide--lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1278px) {
  .col--xl-offset-0 {
    margin-left: 0%;
  }
  .col--xl-1 {
    width: 8.3333333333%;
  }
  .col--xl-1--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xl-2 {
    width: 16.6666666667%;
  }
  .col--xl-2--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xl-3 {
    width: 25%;
  }
  .col--xl-3--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-3 {
    margin-left: 25%;
  }
  .col--xl-4 {
    width: 33.3333333333%;
  }
  .col--xl-4--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xl-5 {
    width: 41.6666666667%;
  }
  .col--xl-5--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xl-6 {
    width: 50%;
  }
  .col--xl-6--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-6 {
    margin-left: 50%;
  }
  .col--xl-7 {
    width: 58.3333333333%;
  }
  .col--xl-7--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xl-8 {
    width: 66.6666666667%;
  }
  .col--xl-8--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xl-9 {
    width: 75%;
  }
  .col--xl-9--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-9 {
    margin-left: 75%;
  }
  .col--xl-10 {
    width: 83.3333333333%;
  }
  .col--xl-10--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xl-11 {
    width: 91.6666666667%;
  }
  .col--xl-11--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xl-12 {
    width: 100%;
  }
  .col--xl-12--gutterless {
    padding-left: 0;
  }
  .col--xl-offset-12 {
    margin-left: 100%;
  }
  .hide--xl-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1277px) {
  .hide--xl-down {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) {
  .col--phone-offset-0 {
    margin-left: 0%;
  }
  .col--phone-1 {
    width: 8.3333333333%;
  }
  .col--phone-1--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--phone-2 {
    width: 16.6666666667%;
  }
  .col--phone-2--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--phone-3 {
    width: 25%;
  }
  .col--phone-3--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-3 {
    margin-left: 25%;
  }
  .col--phone-4 {
    width: 33.3333333333%;
  }
  .col--phone-4--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--phone-5 {
    width: 41.6666666667%;
  }
  .col--phone-5--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--phone-6 {
    width: 50%;
  }
  .col--phone-6--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-6 {
    margin-left: 50%;
  }
  .col--phone-7 {
    width: 58.3333333333%;
  }
  .col--phone-7--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--phone-8 {
    width: 66.6666666667%;
  }
  .col--phone-8--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--phone-9 {
    width: 75%;
  }
  .col--phone-9--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-9 {
    margin-left: 75%;
  }
  .col--phone-10 {
    width: 83.3333333333%;
  }
  .col--phone-10--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--phone-11 {
    width: 91.6666666667%;
  }
  .col--phone-11--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--phone-12 {
    width: 100%;
  }
  .col--phone-12--gutterless {
    padding-left: 0;
  }
  .col--phone-offset-12 {
    margin-left: 100%;
  }
  .hide--phone-up {
    display: none !important;
  }
}
@media only screen and (max-width: 319px) {
  .hide--phone-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .col--tablet-offset-0 {
    margin-left: 0%;
  }
  .col--tablet-1 {
    width: 8.3333333333%;
  }
  .col--tablet-1--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--tablet-2 {
    width: 16.6666666667%;
  }
  .col--tablet-2--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--tablet-3 {
    width: 25%;
  }
  .col--tablet-3--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-3 {
    margin-left: 25%;
  }
  .col--tablet-4 {
    width: 33.3333333333%;
  }
  .col--tablet-4--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--tablet-5 {
    width: 41.6666666667%;
  }
  .col--tablet-5--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--tablet-6 {
    width: 50%;
  }
  .col--tablet-6--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-6 {
    margin-left: 50%;
  }
  .col--tablet-7 {
    width: 58.3333333333%;
  }
  .col--tablet-7--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--tablet-8 {
    width: 66.6666666667%;
  }
  .col--tablet-8--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--tablet-9 {
    width: 75%;
  }
  .col--tablet-9--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-9 {
    margin-left: 75%;
  }
  .col--tablet-10 {
    width: 83.3333333333%;
  }
  .col--tablet-10--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--tablet-11 {
    width: 91.6666666667%;
  }
  .col--tablet-11--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--tablet-12 {
    width: 100%;
  }
  .col--tablet-12--gutterless {
    padding-left: 0;
  }
  .col--tablet-offset-12 {
    margin-left: 100%;
  }
  .hide--tablet-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide--tablet-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col--desktop-offset-0 {
    margin-left: 0%;
  }
  .col--desktop-1 {
    width: 8.3333333333%;
  }
  .col--desktop-1--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--desktop-2 {
    width: 16.6666666667%;
  }
  .col--desktop-2--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--desktop-3 {
    width: 25%;
  }
  .col--desktop-3--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-3 {
    margin-left: 25%;
  }
  .col--desktop-4 {
    width: 33.3333333333%;
  }
  .col--desktop-4--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--desktop-5 {
    width: 41.6666666667%;
  }
  .col--desktop-5--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--desktop-6 {
    width: 50%;
  }
  .col--desktop-6--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-6 {
    margin-left: 50%;
  }
  .col--desktop-7 {
    width: 58.3333333333%;
  }
  .col--desktop-7--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--desktop-8 {
    width: 66.6666666667%;
  }
  .col--desktop-8--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--desktop-9 {
    width: 75%;
  }
  .col--desktop-9--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-9 {
    margin-left: 75%;
  }
  .col--desktop-10 {
    width: 83.3333333333%;
  }
  .col--desktop-10--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--desktop-11 {
    width: 91.6666666667%;
  }
  .col--desktop-11--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--desktop-12 {
    width: 100%;
  }
  .col--desktop-12--gutterless {
    padding-left: 0;
  }
  .col--desktop-offset-12 {
    margin-left: 100%;
  }
  .hide--desktop-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide--desktop-down {
    display: none !important;
  }
}
#wpadminbar .env {
  background-color: #383e44;
}
#wpadminbar .env-tag {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  color: #23282d;
  line-height: 1;
  border-radius: 2px;
}
#wpadminbar .env-local .env-tag {
  background-color: #ffba00;
  color: #23282d;
}
#wpadminbar .env-testing .env-tag {
  background-color: #ffba00;
  color: #23282d;
}
#wpadminbar .env-staging .env-tag {
  background-color: #e22b2b;
  color: #fff;
}
#wpadminbar .env-production .env-tag {
  background-color: #2e9a21;
  color: #fff;
}
#wpadminbar .env-production .env-tag {
  background-color: #2e9a21;
  color: #fff;
}
.cssanimations .check-vp {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (prefers-reduced-motion) {
  .cssanimations .check-vp {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.is-animated {
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is-animated.infinite {
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.is-animated.delay-100ms {
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.is-animated.duration-100ms {
  -moz-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}
.is-animated.delay-150ms {
  -moz-animation-delay: 150ms;
  -ms-animation-delay: 150ms;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.is-animated.duration-150ms {
  -moz-animation-duration: 150ms;
  -ms-animation-duration: 150ms;
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
}
.is-animated.delay-200ms {
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.is-animated.duration-200ms {
  -moz-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
.is-animated.delay-250ms {
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.is-animated.duration-250ms {
  -moz-animation-duration: 250ms;
  -ms-animation-duration: 250ms;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}
.is-animated.delay-300ms {
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.is-animated.duration-300ms {
  -moz-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.is-animated.delay-350ms {
  -moz-animation-delay: 350ms;
  -ms-animation-delay: 350ms;
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
.is-animated.duration-350ms {
  -moz-animation-duration: 350ms;
  -ms-animation-duration: 350ms;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
}
.is-animated.delay-400ms {
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.is-animated.duration-400ms {
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
.is-animated.delay-450ms {
  -moz-animation-delay: 450ms;
  -ms-animation-delay: 450ms;
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.is-animated.duration-450ms {
  -moz-animation-duration: 450ms;
  -ms-animation-duration: 450ms;
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
}
.is-animated.delay-500ms {
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.is-animated.duration-500ms {
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.is-animated.delay-600ms {
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.is-animated.duration-600ms {
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}
.is-animated.delay-700ms {
  -moz-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.is-animated.duration-700ms {
  -moz-animation-duration: 700ms;
  -ms-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}
.is-animated.delay-800ms {
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.is-animated.duration-800ms {
  -moz-animation-duration: 800ms;
  -ms-animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.is-animated.delay-900ms {
  -moz-animation-delay: 900ms;
  -ms-animation-delay: 900ms;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.is-animated.duration-900ms {
  -moz-animation-duration: 900ms;
  -ms-animation-duration: 900ms;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}
.is-animated.delay-1000ms {
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.is-animated.duration-1000ms {
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}
.is-animated.delay-1s {
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.is-animated.duration-1s {
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.is-animated.delay-1100ms {
  -moz-animation-delay: 1100ms;
  -ms-animation-delay: 1100ms;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.is-animated.duration-1100ms {
  -moz-animation-duration: 1100ms;
  -ms-animation-duration: 1100ms;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}
.is-animated.delay-1200ms {
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.is-animated.duration-1200ms {
  -moz-animation-duration: 1200ms;
  -ms-animation-duration: 1200ms;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}
.is-animated.delay-1300ms {
  -moz-animation-delay: 1300ms;
  -ms-animation-delay: 1300ms;
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.is-animated.duration-1300ms {
  -moz-animation-duration: 1300ms;
  -ms-animation-duration: 1300ms;
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
}
.is-animated.delay-1400ms {
  -moz-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.is-animated.duration-1400ms {
  -moz-animation-duration: 1400ms;
  -ms-animation-duration: 1400ms;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
}
.is-animated.delay-1500ms {
  -moz-animation-delay: 1500ms;
  -ms-animation-delay: 1500ms;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.is-animated.duration-1500ms {
  -moz-animation-duration: 1500ms;
  -ms-animation-duration: 1500ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}
.is-animated.delay-2s {
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.is-animated.duration-2s {
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.is-animated.delay-2500ms {
  -moz-animation-delay: 2500ms;
  -ms-animation-delay: 2500ms;
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.is-animated.duration-2500ms {
  -moz-animation-duration: 2500ms;
  -ms-animation-duration: 2500ms;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
}
.is-animated.delay-3s {
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.is-animated.duration-3s {
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.is-animated.delay-3500ms {
  -moz-animation-delay: 3500ms;
  -ms-animation-delay: 3500ms;
  -webkit-animation-delay: 3500ms;
  animation-delay: 3500ms;
}
.is-animated.duration-3500ms {
  -moz-animation-duration: 3500ms;
  -ms-animation-duration: 3500ms;
  -webkit-animation-duration: 3500ms;
  animation-duration: 3500ms;
}
.is-animated.delay-4s {
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.is-animated.duration-4s {
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.is-animated.delay-4500ms {
  -moz-animation-delay: 4500ms;
  -ms-animation-delay: 4500ms;
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.is-animated.duration-4500ms {
  -moz-animation-duration: 4500ms;
  -ms-animation-duration: 4500ms;
  -webkit-animation-duration: 4500ms;
  animation-duration: 4500ms;
}
.is-animated.delay-5s {
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.is-animated.duration-5s {
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.is-animated.fast {
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
.is-animated.faster {
  -moz-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.is-animated.slow {
  -moz-animation-duration: 900ms;
  -ms-animation-duration: 900ms;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}
.is-animated.slower {
  -moz-animation-duration: 1200ms;
  -ms-animation-duration: 1200ms;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}
@media (prefers-reduced-motion) {
  .is-animated {
    -moz-animation: unset !important;
    -ms-animation: unset !important;
    -webkit-animation: unset !important;
    animation: unset !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/**
 * Fade in
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fadeIn {
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
/**
 * Fade out
 */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.fadeOut {
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/**
 * Fade in & Zoom out
 */
@-webkit-keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    transform: scale3d(1.25, 1.25, 1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/**
 * More right & fade in
 */
@-webkit-keyframes moveRightFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes moveRightFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-ms-keyframes moveRightFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-o-keyframes moveRightFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveRightFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.moveRightFadeIn {
  -moz-animation-name: moveRightFadeIn;
  -ms-animation-name: moveRightFadeIn;
  -webkit-animation-name: moveRightFadeIn;
  animation-name: moveRightFadeIn;
  -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
/**
 * More left & fade in
 */
@-webkit-keyframes moveLeftFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes moveLeftFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-ms-keyframes moveLeftFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-o-keyframes moveLeftFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveLeftFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.moveLeftFadeIn {
  -moz-animation-name: moveLeftFadeIn;
  -ms-animation-name: moveLeftFadeIn;
  -webkit-animation-name: moveLeftFadeIn;
  animation-name: moveLeftFadeIn;
  -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
/**
 * More right & fade in
 */
@-webkit-keyframes moveUpFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes moveUpFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes moveUpFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes moveUpFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveUpFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.moveUpFadeIn {
  -moz-animation-name: moveUpFadeIn;
  -ms-animation-name: moveUpFadeIn;
  -webkit-animation-name: moveUpFadeIn;
  animation-name: moveUpFadeIn;
  -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
/**
 * More left & fade in
 */
@-webkit-keyframes moveDownFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes moveDownFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes moveDownFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes moveDownFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveDownFadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.moveDownFadeIn {
  -moz-animation-name: moveDownFadeIn;
  -ms-animation-name: moveDownFadeIn;
  -webkit-animation-name: moveDownFadeIn;
  animation-name: moveDownFadeIn;
  -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr video, .plyr audio {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
  min-height: auto;
  text-transform: none;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *, .plyr--full-ui *::after, .plyr--full-ui *::before {
  box-sizing: inherit;
}
.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(1, 65, 92, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}
.plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, .plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #01415c;
  color: #fff;
}
.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #01415c;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(1, 65, 92, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background: #01415c;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--audio .plyr__controls {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #4f5b5f;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr [data-plyr='captions'], .plyr [data-plyr='pip'], .plyr [data-plyr='airplay'], .plyr [data-plyr='fullscreen'] {
  display: none;
}
.plyr--captions-enabled [data-plyr='captions'], .plyr--pip-supported [data-plyr='pip'], .plyr--airplay-supported [data-plyr='airplay'], .plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role='menu'] {
  padding: 7px;
}
.plyr__menu__container [role='menuitem'], .plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}
.plyr__menu__container [role='menuitem']:first-child, .plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #01415c;
}
.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #01415c;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: -4px;
}
.plyr--full-ui input[type='range']::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type='range']::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type='range']:focus {
  outline: 0;
}
.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(1, 65, 92, 0.5);
  outline: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(1, 65, 92, 0.5);
  outline: 0;
}
.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(1, 65, 92, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: '⁄';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control:hover .plyr__tooltip, .plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}
.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%) !important;
}
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type='range'], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}
.plyr__volume input[type='range'] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff}:host{position:relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
*[layout-anim] *[data-anim], *[block-anim] *[data-anim] {
  visibility: hidden;
}
.main {
  isolation: isolate;
}
/**
 * Archive / index pages
 */
/**
 * Single pages
 */
.pageheader__event {
  color: white;
}
.pageheader__event .pageheader__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
}
.pageheader__event .pageheader__info i {
  color: white;
  margin-right: 10px;
}
.pageheader__event .pageheader__title {
  color: white;
}
.pagecontent {
  margin: 3em 0;
}
.page-title {
  margin: 0;
  color: #fff;
}
.pageheader--no-image .page-title {
  text-shadow: none;
}
.page-intro {
  font-size: 16px;
  font-family: Plus Jakarta Sans;
}
.pre-title, .layout__pretitle {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  color: #a7bc09;
}
@keyframes animateTextBackground {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.page404 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 6rem 0;
  min-height: calc(100vh - 387px - $header_height);
}
.page404 h1 {
  font-size: 10rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 0;
}
.page404 h1:after {
  content: attr(data-h1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  /* webkit only for graceful degradation to IE */
  background: -webkit-repeating-linear-gradient(-45deg, #01415c, #0276a8, #01415c, #000c10);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
  animation: animateTextBackground 10s ease-in-out infinite;
}
.page404 h1 + p {
  color: #e0e0e0e0;
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
  margin: 1.5rem auto;
  line-height: 1.1;
}
.page-search .section-header {
  background-color: #01415c;
  padding: 60px 0;
}
.page-search .section-header .section__title {
  margin: 0;
  text-align: center;
  color: white;
}
.page-search .section-header .section__label {
  display: inline-block;
  color: #01415c;
  font-weight: 600;
  margin: 20px 0 0;
}
.page-search .section-header .section__wrapper .search-form {
  max-width: 500px;
  margin-top: 44px;
  margin: 30px auto 0 auto;
}
.page-search .section-header .section__wrapper .search-form input {
  border: none;
}
.page-search .section-loop {
  margin: 76px 0;
}
.page-search .section-loop article:nth-last-of-type(1) .search__link {
  border-bottom: none;
}
.page-search .section-loop .search-item .search__type {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: #01415c;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  padding: 4px 5px;
  height: fit-content;
}
.page-search .section-loop .search-item .search__title {
  margin: 0;
  font-size: 22px;
}
.page-search .section-loop .search-item .search__excerpt {
  margin: 0 0 18px;
}
.page-search .section-loop .search-item .search__title_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.page-search .section-loop .search-item .search__permalink {
  margin: 0;
  font-size: 16px;
  hyphens: auto;
}
.page-search .section-loop .search-item .search__link {
  padding: 30px 85px 30px 25px;
  color: #01415c;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.2s ease all;
}
.page-search .section-loop .search-item .search__link::after {
  content: '';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-size: 22px;
  width: 30px;
  height: 50px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}
.page-search .section-loop .search-item .search__link:hover {
  background-color: rgba(1, 65, 92, 0.1);
}
.page-search .section-loop .search-item .search__link:hover::after {
  right: 0px;
}
.page-search .section__pagination {
  text-align: center;
  margin-top: 50px;
}
.page-search .section__pagination a, .page-search .section__pagination span {
  font-size: 15px;
  color: #01415c;
  display: inline-block;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.1s ease all;
}
@media (min-width: 481px) {
  .page-search .section__pagination a, .page-search .section__pagination span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .page-search .section__pagination a, .page-search .section__pagination span {
    width: 35px;
    height: 35px;
  }
}
.page-search .section__pagination a:hover {
  background-color: rgba(1, 65, 92, 0.2);
}
.page-search .section__pagination a:active {
  scale: 0.8;
}
.page-search .section__pagination .dots {
  width: 5px;
}
@media (min-width: 481px) {
  .page-search .section__pagination .dots {
    width: 10px;
  }
}
.page-search .section__pagination .current {
  background-color: #01415c;
  color: white;
}
.page-search .section__pagination .next:after {
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
}
.page-search .section__pagination .prev:after {
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
}
.search-form .search__label {
  display: inline-block;
  color: #01415c;
  font-weight: 600;
  margin: 0 0 8px;
}
.search-form .search__input {
  height: 62px;
  width: 100%;
}
.search-form .search__button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  height: 100%;
  width: 56px;
}
.search-form .search__button i {
  color: #01415c;
  font-size: 16px;
}
.search-form .search__wrapper {
  position: relative;
}
.search-form .search__wrapper button {
  border-radius: 0 4px 4px 0;
}
.search-form .search__wrapper button:hover {
  background-color: #012839;
}
.search-form .search__wrapper button:hover i {
  color: white;
}
.gform_wrapper {
  text-align: start;
}
.gform_wrapper.gravity-theme .gform_fields {
  gap: 16px;
}
.gform_wrapper input {
  width: 100%;
}
.gform_wrapper .gform_footer {
  margin-top: 15px;
}
.gform_wrapper .ginput_container {
  line-height: 1;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  position: relative;
}
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
  flex: 1;
}
.gform_wrapper .ginput_complex .ginput_container_time, .gform_wrapper .ginput_complex .ginput_container_date {
  flex: 1;
}
.gform_wrapper .ginput_complex .ginput_container_time select, .gform_wrapper .ginput_complex .ginput_container_date select {
  width: 100%;
}
.gform_wrapper .ginput_complex .ginput_container_multiselect select {
  height: 266px;
}
.gform_wrapper .ginput_complex .hour_minute_colon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.gform_wrapper .gfield--type-submit {
  display: flex;
}
.gform_wrapper .gfield--type-multiselect select {
  height: 220px;
  background: none;
}
.gform_wrapper .gfield_label {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
  color: #01415c;
}
.gform_wrapper .gfield_select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="$primary-color" d="M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 15px;
}
.gform_wrapper .gfield .gform-field-label--type-sub {
  display: inline-block;
  font-size: 13px;
  margin: 6px 0;
  opacity: 0.6;
}
.gform_wrapper .gfield_validation_message {
  font-size: 15px;
  color: #f00000;
  margin-top: 5px;
}
.gform_wrapper .gfield--type-coupon #gf_coupon_button.button {
  max-width: fit-content;
  margin-left: 0;
  margin-top: 15px;
}
.gform_wrapper .gfield--type-coupon .gf_coupon_code {
  height: 100%;
}
.gform_wrapper .gfield--type-coupon .ginput_container_coupon {
  display: flex;
  flex-direction: column;
}
.gravity-theme.ui-datepicker {
  width: 290px;
}
.gravity-theme.ui-datepicker table {
  width: 100%;
}
.gravity-theme.ui-datepicker a.ui-state-default {
  border-radius: 0;
}
.gravity-theme.ui-datepicker .ui-datepicker-unselectable {
  opacity: 0.25;
}
.gravity-theme.ui-datepicker .ui-datepicker-unselectable span {
  width: 100%;
  display: block;
  text-align: center;
}
.gravity-theme.ui-datepicker .ui-datepicker-next, .gravity-theme.ui-datepicker .ui-datepicker-prev {
  padding: 10px;
  top: 1px;
}
.gravity-theme.ui-datepicker .ui-datepicker-next::before, .gravity-theme.ui-datepicker .ui-datepicker-prev::before {
  top: 10px;
  width: 0.65em;
  height: 0.65em;
}
.gravity-theme.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.gravity-theme.ui-datepicker .ui-datepicker-next {
  right: 10px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 769px) {
  .pt-0 {
    padding-top: 0;
  }
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .pb-0 {
    padding-bottom: 0;
  }
}
.pt-s {
  padding-top: 2.25rem;
}
@media (min-width: 769px) {
  .pt-s {
    padding-top: 2.5rem;
  }
}
.pb-s {
  padding-bottom: 2.25rem;
}
@media (min-width: 769px) {
  .pb-s {
    padding-bottom: 2.5rem;
  }
}
.pt-m {
  padding-top: 4.5rem;
}
@media (min-width: 769px) {
  .pt-m {
    padding-top: 5rem;
  }
}
.pb-m {
  padding-bottom: 4.5rem;
}
@media (min-width: 769px) {
  .pb-m {
    padding-bottom: 5rem;
  }
}
.pt-l {
  padding-top: 6.75rem;
}
@media (min-width: 769px) {
  .pt-l {
    padding-top: 7.5rem;
  }
}
.pb-l {
  padding-bottom: 6.75rem;
}
@media (min-width: 769px) {
  .pb-l {
    padding-bottom: 7.5rem;
  }
}
.pt-xl {
  padding-top: 9rem;
}
@media (min-width: 769px) {
  .pt-xl {
    padding-top: 10rem;
  }
}
.pb-xl {
  padding-bottom: 9rem;
}
@media (min-width: 769px) {
  .pb-xl {
    padding-bottom: 10rem;
  }
}
.layout {
  position: relative;
}
.layout a:not([class]):not(.no-hover) {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.layout a:not([class]):not(.no-hover):hover {
  text-decoration: underline;
}
.layout__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.layout__intro, .layout .intro {
  margin-bottom: 2.5em;
}
.is-word-break .layout__intro, .is-word-break .layout .intro {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.layout-cats {
  padding: 64px 0 28px;
}
.layout-cats + .layout.layout-wysiwyg, .layout-cats + .layouts > .layout:nth-of-type(1).layout-wysiwyg {
  padding-top: 0;
}
.layout-cats .layout__tags a, .layout-cats .layout__tags span {
  background-color: #01415c;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  pointer-events: all;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 5px 7px;
  margin: 0 8px 0 0;
  border-radius: 20px;
  text-decoration: none !important;
  color: white;
}
.layout-cats .layout__tags a.single__date, .layout-cats .layout__tags span.single__date {
  background-color: rgba(1, 65, 92, 0.1);
  color: #01415c;
  font-weight: 600;
}
.layout-back-btn .col.col--align-left {
  text-align: left;
}
.layout-back-btn .col.col--align-center {
  text-align: center;
}
.layout-back-btn .col.col--align-right {
  text-align: right;
}
.cmpzr-image {
  position: relative;
}
.cmpzr-image__src {
  object-fit: cover;
  width: 100%;
}
.cmpzr-video {
  width: 100%;
  height: 100%;
  margin: auto 0;
  position: relative;
  object-fit: cover;
}
.cmpzr-video .plyr__video-wrapper {
  width: 100%;
}
.cmpzr__style-element {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.cmpzr-header {
  margin: 0 0 3rem;
}
.cmpzr-header:not(:has(*)) {
  margin: 0;
}
.cmpzr-header > *:last-child {
  margin-bottom: 0;
}
.cmpzr-pretitle {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 0.6em;
}
.cmpzr-title {
  margin: 0 0 0.4em;
}
.cmpzr-intro {
  margin: 0 0 2rem;
}
.cmpzr-intro > *:first-child {
  margin-top: 0;
}
.cmpzr-intro > *:last-child {
  margin-bottom: 0;
}
.cmpzr-btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.layout-accordeon {
  background: rgba(1, 65, 92, 0.05);
}
.layout-accordeon .accordion .inner {
  margin: 0;
}
.layout-accordeon .accordion .inner .group {
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0.5em 0;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0);
  transition: all 0.25s linear;
}
.layout-accordeon .accordion .inner .group:hover {
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.1);
}
.layout-accordeon .accordion .inner .group__title {
  padding: 1em 50px 1em 22px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
@media (min-width: 769px) {
  .layout-accordeon .accordion .inner .group__title {
    padding-left: 30px;
    padding-right: 58px;
  }
}
.layout-accordeon .accordion .inner .group__title::after {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
  color: #01415c;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #01415c;
  border-radius: 100%;
  transform: rotate(0deg);
  transition: transform 0.25s linear;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 769px) {
  .layout-accordeon .accordion .inner .group__title::after {
    right: 30px;
  }
}
.layout-accordeon .accordion .inner .group.is-active .group__title:after {
  color: #fff;
  background: #01415c;
  transform: rotate(180deg);
  transition: all 0.25s linear;
}
.layout-accordeon .accordion .inner .items {
  padding: 0 30px;
  overflow: hidden;
  display: none;
}
.layout-accordeon .accordion .inner .items .item__heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layout-accordeon .accordion .inner .items .item__heading h4 {
  margin: 0;
  font-size: 18px;
}
.layout-accordeon .accordion .inner .items .item__heading h4.subhead {
  margin: 0.5em 0;
  font-size: 20px;
}
.layout-accordeon .accordion .inner .items .item__content {
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .layout-accordeon .accordion .inner .items .item__content {
    min-width: 350px;
    max-width: 80%;
  }
}
.layout-accordeon .accordion .inner .items .item__content p:first-of-type {
  margin-top: 0px;
}
.layout-accordeon .accordion .inner .is-active .items {
  padding-bottom: 0.5em;
}
.layout-accordeon_img {
  background: rgba(1, 65, 92, 0.05);
}
@media (max-width: 960px) {
  .layout-accordeon_img .col--order {
    order: 2;
  }
}
.layout-accordeon_img .cmpzr-image__src {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 3rem;
}
@media (min-width: 961px) {
  .layout-accordeon_img .cmpzr-image__src {
    margin-top: 0;
  }
}
.layout-accordeon_img .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-accordeon_img .accordion__item {
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0.5em 0;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0);
  transition: all 0.25s linear;
}
.layout-accordeon_img .accordion__item:hover {
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.1);
}
.layout-accordeon_img .accordion__item .accordion__item-toggle {
  color: #01415c;
  padding: 1em 50px 1em 22px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
@media (min-width: 769px) {
  .layout-accordeon_img .accordion__item .accordion__item-toggle {
    padding-left: 30px;
    padding-right: 58px;
  }
}
.layout-accordeon_img .accordion__item .accordion__item-toggle:after {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  right: 22px;
  color: #01415c;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #01415c;
  border-radius: 100%;
  transform: rotate(0deg);
  transition: transform 0.25s linear;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (min-width: 769px) {
  .layout-accordeon_img .accordion__item .accordion__item-toggle:after {
    right: 30px;
  }
}
.layout-accordeon_img .accordion__item.is-active .accordion__item-toggle:after {
  color: #fff;
  background: #01415c;
  transform: rotate(180deg);
  transition: all 0.25s linear;
}
.layout-accordeon_img .accordion .items {
  padding: 0 30px;
  overflow: hidden;
  display: none;
}
.layout-accordeon_img .accordion .items .item__heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.layout-accordeon_img .accordion .items .item__heading h4 {
  color: #01415c;
  margin: 0;
  font-size: 18px;
}
.layout-accordeon_img .accordion .items .item__heading h4.subhead {
  margin: 0.5em 0;
  font-size: 20px;
}
.layout-accordeon_img .accordion .items .item__content {
  color: #01415c;
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .layout-accordeon_img .accordion .items .item__content {
    min-width: 350px;
    max-width: 80%;
  }
}
.layout-accordeon_img .accordion .items .item__content p:first-of-type {
  margin-top: 0px;
}
.layout-accordeon_img .accordion .items .item__content a {
  color: #01415c;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.layout-accordeon_img .accordion .items .item__content a:hover {
  text-decoration: underline;
}
.layout-accordeon_img .accordion .is-active .items {
  padding-bottom: 0.5em;
}
.layout-blocks {
  position: relative;
  z-index: 2;
  background: rgba(1, 65, 92, 0.05);
}
.layout-blocks .col {
  padding-bottom: 1em;
}
@media (min-width: 960px) {
  .layout-blocks .col {
    padding-bottom: 0;
  }
}
.layout-blocks .row.row--gutterless .col {
  padding-bottom: 0;
}
.layout-blocks .row.row--gap {
  row-gap: 20px;
}
.layout-blocks .block {
  background-color: #fff;
  padding: 34px 25px 30px 25px;
  height: 100%;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .layout-blocks .block {
    padding: 34px 55px 30px 55px;
  }
}
.layout-blocks .block__header {
  min-height: 50px;
}
.layout-blocks .block__header .block__title {
  color: #01415c;
}
.layout-blocks .block__icon {
  position: relative;
  display: block;
  width: 100%;
  font-size: 48px;
  line-height: 1;
  color: #01415c;
  margin: 0.25em 0 0.5em 0;
}
.layout-blocks .block__icon img {
  height: 65px;
}
.layout-blocks .block__title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 270px;
}
.layout-blocks .block__text {
  color: #01415c;
}
.layout-blocks .block__link {
  text-decoration: none;
  font-weight: 600;
  color: #a7bc09;
}
.layout-blocks .block__link i {
  font-size: 10px;
  margin-right: 8px;
}
.layout-blocks .block__label a {
  color: #333333;
}
.layout-blocks .block__label a:hover {
  color: #01415c;
}
.layout-blocks .block ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  list-style: none;
}
.layout-blocks .block ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.25em;
  font-weight: 600;
  color: #01415c;
}
.layout-blocks .block ul li::before {
  display: block;
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-color: #01415c;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.layout-blocks .btn {
  display: block;
  margin: 0 auto;
  margin-top: 2.75rem;
}
.layout-blurbs .cmpzr-header {
  margin-bottom: 3rem;
}
@media (min-width: 961px) {
  .layout-blurbs .cmpzr-header {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .layout-blurbs .layout__header .intro {
    width: 80%;
  }
}
.layout-blurbs .layout__content .loop {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .layout-blurbs .layout__content .loop {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.layout-blurbs .feature {
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
}
.layout-blurbs .feature > a {
  display: block;
}
.layout-blurbs .feature__content {
  text-align: center;
  padding: 40px 30px;
}
.layout-blurbs .feature__content .feature__title {
  color: #01415c;
}
.layout-blurbs .feature__icon {
  font-size: 46px;
  position: relative;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-blurbs .feature__summary {
  font-size: 16px;
  color: #01415c;
}
.layout-blurbs .feature__link {
  display: block;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-blurbs .feature__link:hover {
  background: #01415c;
}
.layout-blurbs .feature__link:hover h3, .layout-blurbs .feature__link:hover p {
  color: #fff;
}
.layout-blurbs .feature__link:hover .feature__icon {
  transform: translateY(10px);
}
.layout-blurbs .feature__link:hover .icon {
  color: #fff;
}
.layout-calendar .meta {
  display: none;
}
.layout-calendar .cmpzr-header {
  margin: 0;
}
.calendar-wrapper {
  display: none;
}
.page-pagination-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-pagination-header .pre-title, .page-pagination-header .layout__pretitle {
  display: block;
  min-width: 100%;
}
.page-pagination-header .layout__title {
  text-transform: capitalize;
}
.page-pagination-header .page-pagination {
  margin-left: auto;
}
.page-pagination-header .page-pagination .pagination-item {
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.page-pagination-header .page-pagination .pagination-item:hover {
  background-color: #01415c;
}
.page-pagination-header .page-pagination .pagination-item:hover a {
  color: white;
}
.page-pagination-header .page-pagination .pagination-item--prev {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.page-pagination-header .page-pagination .pagination-item--next {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 8px;
}
.page-pagination-header .page-pagination .pagination-item a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
  display: block;
  padding: 0 20px 0 23px;
}
@media screen and (max-width: 480px) {
  .page-pagination-header {
    display: block;
    text-align: center;
  }
  .page-pagination-header .page-pagination {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.events-wrapper.past-event {
  display: none;
}
.events-wrapper .event-item {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
  margin-bottom: 35px;
  background: #fff;
  min-height: 126px;
}
.events-wrapper .event-item .event-date {
  vertical-align: top;
  background: #01415c;
  float: left;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3px 15px 11px;
  border-radius: 10px;
  min-width: 77px;
  position: relative;
  z-index: 1;
}
.events-wrapper .event-item .event-date .event-day {
  font-size: 28px;
  display: block;
}
.events-wrapper .event-item .event-date .event-month {
  font-size: 14px;
  display: block;
  margin-top: -9px;
  text-transform: capitalize;
}
.events-wrapper .event-item .event-description {
  vertical-align: top;
  color: #01415c;
}
.events-wrapper .event-item .event-description h4 {
  color: #01415c;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.events-wrapper .event-item .event-description p {
  color: #01415c;
  font-size: 16px;
  margin: 0;
}
.events-wrapper .event-item .event-date-wrapper {
  margin-right: 25px;
  position: relative;
  float: left;
}
.events-wrapper .event-item.multimonth .event-date-wrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  right: -3px;
  top: -3px;
  background: #01415c;
  opacity: 0.7;
  border-radius: 13px;
  z-index: 0;
}
.layout-carousel .swiper {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.layout-carousel .swiper.swiper-initialized {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.layout-carousel .swiper-slide {
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  outline: 1px solid rgba(0, 0, 0, 0.07);
}
.layout-carousel .swiper-slide > a {
  display: contents;
  text-decoration: none;
  color: inherit;
}
.layout-carousel .swiper-slide > a:hover .block {
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.1);
}
.layout-carousel .swiper-slide > a:hover .block .block__thumb {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.layout-carousel .swiper-button-next, .layout-carousel .swiper-button-prev {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #01415c;
  bottom: 66px;
  top: 0;
  margin: auto 12px;
  width: 33px;
  height: 33px;
}
.layout-carousel .swiper-button-next::after, .layout-carousel .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.layout-carousel .swiper-pagination {
  position: static;
  inset: unset;
  margin: 40px 0 0;
}
.layout-carousel .swiper-pagination-bullet {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  height: 10px;
  width: 10px;
  min-height: 10px;
  margin: 0 5px;
}
.layout-carousel .swiper-pagination-bullet-active {
  background-color: #01415c;
}
.layout-carousel .block {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
  height: 100%;
}
.layout-carousel .block .block__thumb {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.layout-carousel .block .block__header {
  overflow: hidden;
}
.layout-carousel .block .block__wrapper {
  padding: 2em;
  color: #333;
}
.layout-carousel .block .block__wrapper .block__title {
  color: #01415c;
  margin-top: 0;
}
.layout-carousel .block .block__wrapper p {
  color: #01415c;
}
.layout-collection .back__link {
  color: #01415c;
  display: block;
  font-size: 14px;
  margin: -20px 0 10px;
}
.layout-collection .row--gap {
  row-gap: 30px;
}
@media (min-width: 481px) {
  .layout-collection .row--gap {
    row-gap: 30px;
  }
}
.layout-collection .layout__content .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 16px;
  margin: 0 0 30px;
}
.layout-collection .layout__content .filter .filter__title {
  font-size: 14.4px;
  margin: 0;
}
.layout-collection .layout__content .filter .filter__reset, .layout-collection .layout__content .filter .filter__button {
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #01415c;
  font-weight: 700;
  padding: 7px 11px;
}
.layout-collection .layout__content .filter .filter__reset:hover, .layout-collection .layout__content .filter .filter__button:hover {
  color: #a7bc09;
}
.layout-collection .layout__content .filter .filter__reset.active, .layout-collection .layout__content .filter .filter__button.active {
  color: #ffffff;
  background-color: #a7bc09;
}
.layout-collection .layout__content .filter .filter__reset.active:hover, .layout-collection .layout__content .filter .filter__button.active:hover {
  background-color: #bdd40a;
}
.layout-collection .layout__content .filter .filter__reset.active:active, .layout-collection .layout__content .filter .filter__button.active:active {
  background-color: #91a408;
}
.layout-collection .layout__content .filter .filter__button {
  margin: 0;
}
.layout-collection .layout__content .filter .filter__button::before, .layout-collection .layout__content .filter .filter__button::after {
  content: none;
}
.layout-collection .layout__content .filter .filter__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  column-gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .layout-collection .layout__content .filter .filter__list {
    overflow-x: scroll;
  }
}
.layout-collection .layout__content .filter .filter__list input:checked + label {
  color: #ffffff;
  background-color: #a7bc09;
}
.layout-collection .layout__content .filter .filter__list input:checked + label:hover {
  background-color: #bdd40a;
}
.layout-collection .layout__content .filter .filter__list input:checked + label:active {
  background-color: #91a408;
}
.layout-collection .layout__content .pagination {
  display: flex;
  justify-content: center;
  color: #aaaaaa;
  margin-top: 52px;
}
.layout-collection .layout__content .pagination button {
  background-color: transparent;
  color: #aaaaaa;
  border: none;
  font-size: 16px;
  font-weight: 700;
  min-height: 40px;
  padding: 0 15px;
}
@media (min-width: 481px) {
  .layout-collection .layout__content .pagination button {
    margin: 0 5px;
  }
}
.layout-collection .layout__content .pagination button.active {
  background-color: #01415c;
  color: white;
}
.layout-collection .layout__content .pagination button:hover:not(.active) {
  background-color: #eaeaea;
}
.layout-collection .layout__content .pagination span {
  font-size: 30px;
  padding: 0 15px;
  width: auto;
  line-height: 1;
  display: none;
}
@media (min-width: 481px) {
  .layout-collection .layout__content .pagination span {
    display: block;
  }
}
.layout-collection .block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-collection .block .block__thumb {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.layout-collection .block .block__thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.24, 0, 0, 1) all;
}
.layout-collection .block.has-outline {
  background: #fff;
}
.layout-collection .block.has-outline .block__thumb {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.layout-collection .block.has-outline .block__title {
  margin-top: 0;
  font-size: 1.25em;
}
.layout-collection .block.has-outline .block__layout {
  padding: 2em;
}
.layout-collection .block.hover-zoom:hover .block__thumb img {
  transform: scale(1.1);
}
.layout-collection .block.hover-shadow:hover {
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}
.layout-collection .block .block__layout {
  color: #333;
}
.layout-collection .block .block__layout .block__title {
  color: #01415c;
  margin-top: 0.85em;
}
.layout-collection .block .block__layout a {
  display: block;
}
.layout-collection .block .block__tags {
  margin: 0 0 15px;
}
.layout-collection .block .block__tags a, .layout-collection .block .block__tags span {
  background-color: #01415c;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  pointer-events: all;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  padding: 7px 10px;
  margin: 0 8px 0 0;
  border-radius: 99px;
  text-decoration: none;
  color: white;
}
.layout-collection .block .block__tags a.block__date, .layout-collection .block .block__tags span.block__date {
  background-color: rgba(1, 65, 92, 0.1);
  color: #01415c;
  font-weight: 600;
}
.layout-collection .block__intro {
  color: #01415c;
}
.layout-collection .block__intro--limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.layout-collection .block__link.block__link-outer {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.layout-content_img .cmpzr-header {
  margin-bottom: 0;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .layout-content_img .cmpzr-header {
    margin-top: 0;
  }
}
.layout-content_img.layout--offset .container {
  max-width: 100%;
}
.layout-content_img.layout--offset .container::after {
  content: none;
}
.layout-content_img.layout--offset .container .cmpzr-image {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.layout-content_img.layout--offset .container .cmpzr-image::after {
  content: '';
  float: right;
  padding-top: 80%;
}
.layout-content_img.layout--offset .container .cmpzr-image__src {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.layout-content_img.layout--offset .container .cmpzr-video .plyr__video-wrapper {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.layout-content_img.layout--offset .container .layout__content {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.layout-content_img.layout--offset:not(.layout--reversed) .container {
  padding-right: 0;
}
@media (min-width: 1279px) {
  .layout-content_img.layout--offset:not(.layout--reversed) .container {
    margin-left: calc((100% - 1278px) / 2);
  }
}
.layout-content_img.layout--offset:not(.layout--reversed) .layout__content {
  -webkit-flex-basis: 492px;
  flex-basis: 492px;
  padding-right: 30px;
}
@media (min-width: 481px) {
  .layout-content_img.layout--offset:not(.layout--reversed) .layout__content {
    padding-right: 30px;
  }
}
@media (min-width: 769px) {
  .layout-content_img.layout--offset:not(.layout--reversed) .layout__content {
    padding-right: 0;
  }
}
.layout-content_img.layout--reversed.layout--offset .container {
  padding-left: 0;
}
@media (min-width: 1279px) {
  .layout-content_img.layout--reversed.layout--offset .container {
    margin-right: calc((100% - 1278px) / 2);
  }
}
.layout-content_img.layout--reversed.layout--offset .layout__content {
  padding-left: 30px;
}
@media (min-width: 481px) {
  .layout-content_img.layout--reversed.layout--offset .layout__content {
    padding-left: 30px;
  }
}
@media (min-width: 769px) {
  .layout-content_img.layout--reversed.layout--offset .layout__content {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .layout-content_img.layout--reversed .container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.layout-content_img.layout--reversed .container .cmpzr-image__src {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.layout-content_img.layout--reversed .container .cmpzr-video .plyr__video-wrapper {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.layout-content_img.layout--reversed:not(.layout--offset) .container .cmpzr-image__src {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.layout-content_img.layout--reversed:not(.layout--offset) .container .cmpzr-video .plyr__video-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.layout-content_img.layout--img-full-height {
  padding: 0;
}
.layout-content_img.layout--img-full-height .container {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.layout-content_img.layout--img-full-height .container .layout__content {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
}
.layout-content_img.layout--img-full-height .container .cmpzr-image__src {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.layout-content_img.layout--img-full-height .container .cmpzr-video .plyr__video-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.layout-content_img .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .layout-content_img .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    column-gap: 10.8%;
  }
}
.layout-content_img .container::after {
  content: none;
}
.layout-content_img .cmpzr-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .layout-content_img .cmpzr-image {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 492px;
    -ms-flex: 1 1 492px;
    flex: 1 1 492px;
  }
}
.layout-content_img .cmpzr-image::after {
  content: '';
  float: right;
  padding-top: 122%;
}
.layout-content_img .cmpzr-image__src {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.layout-content_img .layout__title {
  margin: 0 0 38px;
}
@media (min-width: 1279px) {
  .layout-content_img .layout__title {
    margin-top: 6px;
  }
}
.layout-content_img .layout__text {
  margin-bottom: 10px;
}
.layout-content_img .layout__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .layout-content_img .layout__content {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 596px;
    -ms-flex: 0 1 596px;
    flex: 0 1 596px;
  }
}
@media (min-width: 1279px) {
  .layout-content_img .layout__content {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
  }
}
.layout-content_img_overlap {
  overflow: clip;
}
.layout-content_img_overlap .cmpzr-header {
  margin-bottom: 0;
}
.layout-content_img_overlap .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .layout-content_img_overlap .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    column-gap: 10.8%;
  }
}
.layout-content_img_overlap .container--offset {
  height: 27vw;
  max-height: 500px;
  max-width: 100%;
  padding-left: calc(calc(clamp(0px, calc(((100vw - var(--scrollbar-width, 0px)) - 1278px) / 2), 100vw)) + 30px);
  padding-right: 0;
  background-color: #F5EDE1;
  overflow: clip;
  position: relative;
}
.layout-content_img_overlap .container--offset .cmpzr-video {
  height: 100%;
}
.layout-content_img_overlap .container--offset .cmpzr-video .plyr__video-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.layout-content_img_overlap .container--offset .cmpzr-video .plyr {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.layout-content_img_overlap .container::after {
  content: none;
}
.layout-content_img_overlap .container .color-area {
  position: absolute;
  right: calc(100% - 30px);
  bottom: 0;
  width: 100%;
  height: calc(100% + 12vw);
  background-color: #01415c;
}
.layout-content_img_overlap .container .color-area-small {
  position: absolute;
  background-color: #F5EDE1;
  height: 250px;
  width: 100%;
  top: 0;
  right: unset;
  left: 100%;
  transform: translateX(-30px);
}
.layout-content_img_overlap .container .row {
  background-color: #01415c;
  padding-right: 20px;
  flex-grow: 1;
}
.layout-content_img_overlap .cmpzr-image {
  position: relative;
}
@media (min-width: 769px) {
  .layout-content_img_overlap .cmpzr-image {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 492px;
    -ms-flex: 1 1 492px;
    flex: 1 1 492px;
  }
}
.layout-content_img_overlap .cmpzr-image::after {
  content: '';
  float: right;
  padding-top: 35%;
}
.layout-content_img_overlap .cmpzr-image__src {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.layout-content_img_overlap .layout__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: clamp(50px, 10vw, 110px);
  padding-bottom: clamp(50px, 10vw, 120px);
}
.layout-content_img_overlap .layout__content .btn-group a {
  background-color: white;
  color: #01415c;
}
.layout-content_links .cmpzr-header {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .layout-content_links .cmpzr-header {
    margin-bottom: 0;
  }
}
.layout-content_links .layout__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-content_links .layout__list .cmpzr-btn-group {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.layout-content_links .layout__list .cmpzr-btn-group .btn {
  display: block;
  position: relative;
  min-width: 100%;
  padding-right: 58px;
  text-align: start;
  padding: 13px 58px 13px 38px;
}
.layout-content_links .layout__list .cmpzr-btn-group .btn::after {
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  line-height: 1;
  height: 14px;
  margin: auto 0;
}
.layout-content_links .layout__list .cmpzr-btn-group .btn:not(:first-child) {
  background-color: #F2F2F2;
  color: #01415c;
}
.layout-content_links .layout__list .cmpzr-btn-group .btn:not(:first-child):hover {
  background-color: whitesmoke;
}
.layout-content_links .layout__list .cmpzr-btn-group .btn:not(:first-child):active {
  background-color: #efefef;
}
.layout-content_links .layout__box > p {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 14px;
}
.layout-content_quote .cmpzr-header {
  margin-bottom: 0;
}
.layout-content_quote .cmpzr-image {
  height: 100%;
}
.layout-content_quote .cmpzr-video {
  height: 100%;
}
.layout-content_quote .cmpzr-video .plyr {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-content_quote .cmpzr-video .plyr__video-wrapper {
  height: 100%;
  width: fit-content;
}
.layout-content_quote .layout__wrapper {
  padding: 60px 0;
}
.layout-content_quote .layout__wrapper > i {
  display: inline-block;
  color: #fff;
  font-size: 42px;
  margin: 0 0 30px;
}
.layout-content_quote .layout__wrapper .btn:nth-of-type(1) {
  background-color: #fff;
  color: #01415c;
}
@media (min-width: 961px) {
  .layout-content_quote .layout__wrapper {
    max-width: 392px;
  }
}
.layout-content_quote .layout__content {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #01415c;
  padding-left: calc(calc(clamp(0px, calc(((100vw - var(--scrollbar-width, 0px)) - 1278px) / 2), 100vw)) + 30px);
  padding-right: 30px;
  margin: 98px 0 0;
}
@media (min-width: 961px) {
  .layout-content_quote .layout__content {
    padding-right: 0;
  }
}
.layout-content_quote .layout__quote {
  background-color: #01415c;
  padding: 68px 26px 80px 44px;
  margin: -50px 30px 0;
  position: relative;
}
@media (min-width: 769px) {
  .layout-content_quote .layout__quote {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(0px, 50%, 334px);
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
  }
}
.layout-content_quote .layout__quote .layout__quote-text {
  color: #fff;
  font-weight: 200;
  margin: 0;
}
.layout-content_quote .layout__quote span {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ni4zNzUiIGhlaWdodD0iMzMuMTI1IiB2aWV3Qm94PSIwIDAgNDYuMzc1IDMzLjEyNSI+CiAgPHBhdGggaWQ9IlBhdGhfMTg3IiBkYXRhLW5hbWU9IlBhdGggMTg3IiBkPSJNMCwyMS45ODRBMTIuNDE4LDEyLjQxOCwwLDAsMSwxMi40MjIsOS41NjNoNC4xNDF2Ni42MjVIMTIuNDIyYTUuOCw1LjgsMCwwLDAtNS44LDUuOHYuODI4aDEzLjI1VjQyLjY4OEgwdi0yMC43Wm0yNi41LDBBMTIuNDE4LDEyLjQxOCwwLDAsMSwzOC45MjIsOS41NjNoNC4xNDF2Ni42MjVIMzguOTIyYTUuOCw1LjgsMCwwLDAtNS44LDUuOHYuODI4aDEzLjI1VjQyLjY4OEgyNi41di0yMC43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtOS41NjMpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 46px;
  height: 33px;
  margin: 0 0 22px;
}
.layout-content_quote .layout__image {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.layout-content_quote .layout__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 961px) {
  .layout-content_quote .layout__image {
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    overflow: clip;
  }
}
.layout-content_quote .layout__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 961px) {
  .layout-content_quote .layout__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.layout-ctabanner {
  background: #01415c;
  color: #fff;
}
.layout-ctabanner .cmpzr-header {
  margin-bottom: 0;
}
.layout-ctabanner .layout-content {
  margin-top: 0;
  text-align: center;
}
.layout-ctabanner .cmpzr-title {
  color: #fff;
  max-width: 800px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.layout-email-cta .layout__content {
  width: 100%;
}
.layout-email-cta .layout__content.button-type-primary form #field_submit::after {
  color: #ffffff;
}
.layout-email-cta .layout__content.button-type-primary form input {
  background-color: #a7bc09;
}
.layout-email-cta .layout__content.button-type-secondary form #field_submit::after {
  color: #ffffff;
}
.layout-email-cta .layout__content.button-type-secondary form input {
  background-color: #01415c;
}
.layout-email-cta .layout__container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 0;
}
@media (min-width: 481px) {
  .layout-email-cta .layout__container {
    padding: 50px max(5vw, 40px);
  }
}
.layout-email-cta .layout__container.add-shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.layout-email-cta .layout__container h1, .layout-email-cta .layout__container h2, .layout-email-cta .layout__container h3, .layout-email-cta .layout__container h4, .layout-email-cta .layout__container h5, .layout-email-cta .layout__container h6 {
  margin-top: 0;
}
.layout-email-cta .layout__container .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  gap: 0px;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields .ginput_complex {
  gap: 0px;
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields #field_submit {
  position: relative;
  width: clamp(80px, 10vw, 200px);
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields #field_submit::after {
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields .gfield {
  width: 100%;
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields .gfieldinput {
  border: none;
  border-radius: 0;
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields .gfield [type="submit"] {
  padding: 0;
  font-size: 0;
}
.layout-email-cta .layout__container .gform_wrapper.gravity-theme .gform_fields .ginput_container input {
  background-color: rgba(255, 255, 255, 0.2);
}
.layout-email-cta .layout__container .gform_wrapper .gfield_validation_message {
  display: none;
}
.layout-email-cta .layout__header .intro {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .layout-email-cta .layout__img {
    padding-left: 40px;
  }
}
.layout-feature .cmpzr-header {
  margin-bottom: 0;
}
.layout-feature .layout__content {
  margin-top: 0;
  margin-bottom: 3rem;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .layout-feature .layout__content {
    margin-bottom: 0;
  }
}
.layout-feature .layout__content img {
  width: 100%;
  max-width: none;
}
.layout-feature .btn-group {
  margin-bottom: 0;
}
.layout-feature .col:last-child {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 768px) {
  .layout-feature .col:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.layout-feature--right .col:last-child {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-left: 0;
}
@media (min-width: 960px) {
  .layout-feature--right .col:last-child {
    margin-right: 8.3333333333%;
  }
}
.layout-features .feature {
  display: block;
  position: relative;
  height: 100%;
}
.layout-features .feature__content {
  position: relative;
  z-index: 1;
  padding: 30px 0 30px 96px;
  height: 100%;
}
.layout-features .feature__icon {
  position: absolute;
  left: 0;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature__summary {
  color: inherit;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature__title {
  margin-top: 0;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature__summary {
  margin-bottom: 0;
  font-weight: 400;
}
.layout-features .feature a {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 600;
}
.layout-features .feature__link {
  display: block;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.layout-features .feature__link::before {
  content: "";
  background: #01415c;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features .feature__link:hover {
  color: #fff;
}
.layout-features .feature__link:hover .feature__icon path {
  stroke: #fff;
}
.layout-features .feature__link:hover a {
  color: #fff;
}
.layout-features .feature__link:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.layout-features .feature__link-text {
  font-weight: 700;
}
.layout-features .icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #a7bc09;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .layout-features .icon {
    position: absolute;
    left: 0;
  }
}
.layout-features-column .cmpzr-header {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .layout-features-column .cmpzr-header {
    margin-bottom: 0;
  }
}
.layout-features-column .layout__header {
  margin: 34px 0 0;
}
.layout-features-column .layout__header .btn-group {
  margin: 50px 0 0;
}
.layout-features-column .layout__features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.layout-features-column .icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #a7bc09;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 1em;
}
.layout-features-column .feature {
  display: block;
  position: relative;
  height: 100%;
}
.layout-features-column .feature__content {
  position: relative;
  z-index: 1;
  padding-left: 96px;
  height: 100%;
}
.layout-features-column .feature__icon {
  position: absolute;
  left: 0;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features-column .feature__title, .layout-features-column .feature__summary {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-features-column .feature__title {
  color: #01415c;
  margin-top: 10px;
}
.layout-features-column .feature__summary {
  margin-bottom: 0;
  font-weight: 400;
}
.layout-features-column .feature a {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 600;
}
.layout-features-simple .row {
  row-gap: 30px;
}
.layout-features-simple .icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #a7bc09;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 1em;
}
.layout-features-slider .icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #a7bc09;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 1em;
}
.layout-features-slider .feature {
  display: block;
  position: relative;
  height: 100%;
}
@media (min-width: 769px) {
  .layout-features-slider .feature {
    margin-right: 88px;
  }
}
.layout-features-slider .feature .feature__title {
  font-size: 22px;
}
.layout-features-slider .feature .feature__title, .layout-features-slider .feature .feature__summary {
  font-weight: 300;
}
.layout-features-slider .swiper {
  padding: 0 0 64px;
}
@media (min-width: 769px) {
  .layout-features-slider .swiper {
    padding-bottom: 86px;
  }
}
.layout-features-slider .swiper-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.layout-features-slider .swiper-button-prev, .layout-features-slider .swiper-button-next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #01415c;
  color: #01415c;
  position: static;
  width: 40px;
  height: 40px;
}
.layout-features-slider .swiper-button-prev::after, .layout-features-slider .swiper-button-next::after {
  content: none;
}
.layout-features-slider .swiper-button-prev::before, .layout-features-slider .swiper-button-next::before {
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-size: 19px;
  font-weight: 300;
  color: inherit;
}
.layout-features-slider .swiper-button-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer {
  border-top: 1px solid #01415c;
  padding-top: 70px;
  background: #01415c;
  color: #ffffff;
}
.footer p, .footer a, .footer li {
  color: #ffffff;
}
.footer span.h4 {
  color: #ffffff;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer .footer-content .row {
  row-gap: 30px;
}
.footer .footer-content--block .direct-menu {
  margin: 1rem 0;
}
.footer .footer-content--block .btn {
  margin-top: 1rem;
  padding: 15px 20px;
}
.footer .footer-content--block img {
  margin-bottom: 28px;
}
.footer .footer .row--equal-columns {
  row-gap: 60px;
}
.footer .footer__image {
  margin-bottom: 20px;
}
.footer .footer__btn {
  margin-top: 1rem;
  padding: 15px 20px !important;
}
.footer .footer-socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .footer-socials.flex {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer .footer-socials span {
  display: none;
}
.footer .footer-socials.show-text span {
  display: block;
}
.footer .footer-socials a {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  gap: 15px;
}
.footer .footer-socials a .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 60%;
  height: 28px;
  width: 28px;
  background-color: #01415c;
  border-radius: 99px;
}
.footer .footer-socials a .icon_facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTgwIDI5OS4zVjUxMkgxOTZWMjk5LjNoODYuNWwxOC05Ny44SDE5NlYxNjYuOWMwLTUxLjcgMjAuMy03MS41IDcyLjctNzEuNWMxNi4zIDAgMjkuNCAuNCAzNyAxLjJWNy45QzI5MS40IDQgMjU2LjQgMCAyMzYuMiAwQzEyOS4zIDAgODAgNTAuNSA4MCAxNTkuNHY0Mi4xSDE0djk3LjhIODB6Ii8+PC9zdmc+");
}
.footer .footer-socials a .icon_youtube {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTM5Ljg4LDcuODFIOC4xMkE4LjEzLDguMTMsMCwwLDAsMCwxNS45NHYxN2E4LjEzLDguMTMsMCwwLDAsOC4xMiw4LjEzSDM5Ljg4QTguMTMsOC4xMywwLDAsMCw0OCwzMi45MnYtMTdBOC4xMyw4LjEzLDAsMCwwLDM5Ljg4LDcuODFabS02LjEzLDE3LjZMMTkuMzQsMzIuOGExLjEsMS4xLDAsMCwxLTEuNDktLjQ4LDEuMDgsMS4wOCwwLDAsMS0uMTItLjVWMTdhMS4xLDEuMSwwLDAsMSwxLjExLTEuMSwxLjA4LDEuMDgsMCwwLDEsLjUuMTJsMTQuNDEsNy4zOWExLjExLDEuMTEsMCwwLDEsLjQ4LDEuNDksMS4xNywxLjE3LDAsMCwxLS40OC40OFoiLz4KPC9zdmc+Cg==");
}
.footer .footer-socials a .icon_pinterest {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPGcgaWQ9InBpbnRlcmVzdCI+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjQsMGEyNCwyNCwwLDAsMC05LjYzLDQ2LDIwLjkyLDIwLjkyLDAsMCwxLC40MS01LjUxbDMuMDktMTMuMDhhOS4yNiw5LjI2LDAsMCwxLS43Ni0zLjc5YzAtMy41NiwyLjA2LTYuMjIsNC42Mi02LjIyQzIzLjkyLDE3LjM4LDI1LDE5LDI1LDIxYzAsMi4yLTEuNCw1LjQ4LTIuMTIsOC41MmEzLjcyLDMuNzIsMCwwLDAsMy43OSw0LjYzYzQuNTUsMCw3LjYxLTUuODUsNy42MS0xMi43NywwLTUuMjUtMy41NC05LjE5LTEwLTkuMTlBMTEuMzYsMTEuMzYsMCwwLDAsMTIuNDUsMjMuNjYsNi45MSw2LjkxLDAsMCwwLDE0LDI4LjM3YTEuMTcsMS4xNywwLDAsMSwuMzQsMS4zNGMtLjExLjQ0LS4zNywxLjUtLjQ5LDEuOTJhLjgyLjgyLDAsMCwxLTEuMi42Yy0zLjM1LTEuMzctNC45MS01LTQuOTEtOS4xNywwLTYuODEsNS43NS0xNSwxNy4xNS0xNSw5LjE2LDAsMTUuMiw2LjYzLDE1LjIsMTMuNzUsMCw5LjQxLTUuMjQsMTYuNDUtMTMsMTYuNDUtMi41OSwwLTUtMS40LTUuODYtMywwLDAtMS4zOSw1LjUzLTEuNjgsNi41OUEyMC40OCwyMC40OCwwLDAsMSwxNy4yLDQ3LDI0LDI0LDAsMSwwLDI0LDBaIi8+CiAgPC9nPgo8L3N2Zz4K");
}
.footer .footer-socials a .icon_linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEyLjg5LDQzLjgzVjE3LjE4SDQuNTVWNDMuODNaTTguNzYsMTMuNTNhNC42OCw0LjY4LDAsMCwwLDMuNDEtMS40Myw0LjcyLDQuNzIsMCwwLDAsMC02Ljc3LDQuNzcsNC43NywwLDAsMC02LjgxLDAsNC43LDQuNywwLDAsMCwwLDYuNzdBNC42Niw0LjY2LDAsMCwwLDguNzYsMTMuNTNabTM1LjMyLDMwLjNWMjkuMjFxMC02LjE1LTEuOC05LjA5Yy0xLjU1LTIuNDQtNC4yNy0zLjY1LTguMTUtMy42NWE4Ljg3LDguODcsMCwwLDAtNSwxLjQyLDcuMTgsNy4xOCwwLDAsMC0yLjg3LDIuOTVoLS4wOVYxNy4xOGgtOFY0My44M2g4LjI1VjMwLjY0YTkuODksOS44OSwwLDAsMSwuOS00LjczLDQuMiw0LjIsMCwwLDEsNC0yLjE0LDMuNzcsMy43NywwLDAsMSwzLjg1LDIuNDEsMTQuMjcsMTQuMjcsMCwwLDEsLjU0LDQuNjN2MTNaIiBzdHlsZT0iZmlsbC1ydWxlOiBldmVub2RkIi8+Cjwvc3ZnPgo=");
}
.footer .footer-socials a .icon_instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjQsNC4zMmM2LjQxLDAsNy4xNywwLDkuNy4xNGExMy4yMiwxMy4yMiwwLDAsMSw0LjQ1LjgzLDcuMzgsNy4zOCwwLDAsMSwyLjc2LDEuOCw3LjM4LDcuMzgsMCwwLDEsMS44LDIuNzYsMTMuMjIsMTMuMjIsMCwwLDEsLjgzLDQuNDVjLjExLDIuNTMuMTQsMy4yOS4xNCw5LjdzMCw3LjE3LS4xNCw5LjdhMTMuMzYsMTMuMzYsMCwwLDEtLjgzLDQuNDYsOCw4LDAsMCwxLTQuNTYsNC41NSwxMy4yMiwxMy4yMiwwLDAsMS00LjQ1LjgzYy0yLjUzLjExLTMuMjkuMTQtOS43LjE0cy03LjE3LDAtOS43LS4xNGExMy4yMiwxMy4yMiwwLDAsMS00LjQ1LS44Myw3LjI2LDcuMjYsMCwwLDEtMi43Ni0xLjgsNy40Myw3LjQzLDAsMCwxLTEuOC0yLjc1LDEzLjM2LDEzLjM2LDAsMCwxLS44My00LjQ2Yy0uMTEtMi41My0uMTQtMy4yOS0uMTQtOS43czAtNy4xNy4xNC05LjdhMTMuMjIsMTMuMjIsMCwwLDEsLjgzLTQuNDUsNy4zOCw3LjM4LDAsMCwxLDEuOC0yLjc2LDcuMzgsNy4zOCwwLDAsMSwyLjc2LTEuOCwxMy4yMiwxMy4yMiwwLDAsMSw0LjQ1LS44M2MyLjUzLS4xMSwzLjI5LS4xNCw5LjctLjE0TTI0LDBjLTYuNTIsMC03LjM0LDAtOS44OS4xNEExNy43OSwxNy43OSwwLDAsMCw4LjI4LDEuMjYsMTEuNzcsMTEuNzcsMCwwLDAsNCw0LDExLjc3LDExLjc3LDAsMCwwLDEuMjYsOC4yOCwxNy43OCwxNy43OCwwLDAsMCwuMTQsMTQuMUMwLDE2LjY2LDAsMTcuNDgsMCwyNHMwLDcuMzQuMTQsOS45YTE3Ljc4LDE3Ljc4LDAsMCwwLDEuMTIsNS44MkExMS43NywxMS43NywwLDAsMCw0LDQ0YTExLjc3LDExLjc3LDAsMCwwLDQuMjUsMi43NywxNy43OSwxNy43OSwwLDAsMCw1LjgzLDEuMTJDMTYuNjcsNDgsMTcuNDgsNDgsMjQsNDhzNy4zNCwwLDkuOS0uMTRhMTcuNzgsMTcuNzgsMCwwLDAsNS44Mi0xLjEyLDEyLjMxLDEyLjMxLDAsMCwwLDctNywxNy43OCwxNy43OCwwLDAsMCwxLjEyLTUuODJDNDgsMzEuMzQsNDgsMzAuNTIsNDgsMjRzMC03LjM0LS4xNC05LjlhMTcuNzgsMTcuNzgsMCwwLDAtMS4xMi01LjgyQTExLjc3LDExLjc3LDAsMCwwLDQ0LDRhMTEuNzcsMTEuNzcsMCwwLDAtNC4yNS0yLjc3QTE3Ljc5LDE3Ljc5LDAsMCwwLDMzLjg5LjE0QzMxLjM0LDAsMzAuNTIsMCwyNCwwWiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI0LjM5LDEyLjA2QTEyLjMzLDEyLjMzLDAsMSwwLDM2LjcxLDI0LjM5aDBBMTIuMzMsMTIuMzMsMCwwLDAsMjQuMzksMTIuMDZabTAsMjAuMzNhOCw4LDAsMSwxLDgtOEE4LDgsMCwwLDEsMjQuMzksMzIuMzlaIi8+CiAgICA8Y2lyY2xlIGZpbGw9IiNmZmZmZmYiIGN4PSIzNy4yIiBjeT0iMTEuNTgiIHI9IjIuODgiLz4KICA8L2c+Cjwvc3ZnPgo=");
}
.footer .footer-socials a .icon_twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTM4OS4yIDQ4aDcwLjZMMzA1LjYgMjI0LjIgNDg3IDQ2NEgzNDVMMjMzLjcgMzE4LjYgMTA2LjUgNDY0SDM1LjhMMjAwLjcgMjc1LjUgMjYuOCA0OEgxNzIuNEwyNzIuOSAxODAuOSAzODkuMiA0OHpNMzY0LjQgNDIxLjhoMzkuMUwxNTEuMSA4OGgtNDJMMzY0LjQgNDIxLjh6Ii8+PC9zdmc+");
}
.footer .footer-copyright {
  font-size: 14px;
  padding: 20px 0 40px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer .footer-copyright .footer-bottom-right {
    text-align: right;
    line-height: 1.75;
  }
}
.footer .footer-copyright .footer-bottom-right a {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.footer .footer-copyright .footer-bottom-right .compozer-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .footer-copyright .footer-bottom-right .compozer-label {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.footer .footer-copyright .footer-bottom-right .compozer-label span {
  display: inline-block;
  margin-left: 5px;
}
.footer .footer-copyright .copyright-nav {
  margin: 15px 0 45px;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer .footer-copyright .copyright-nav {
    margin: 0;
  }
}
.footer .footer-copyright .privacy-policy {
  display: inline-block;
}
@media (min-width: 480px) {
  .footer .footer-copyright .privacy-policy {
    margin-left: 10px;
  }
}
.footer .footer-copyright .copyright-menu {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer-copyright .copyright-menu li {
  height: fit-content;
}
.footer .footer-copyright .copyright-menu li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}
.footer .footer-copyright hr {
  background-color: #a7bc09;
}
.layout-form .cmpzr-header {
  margin-top: 0;
  margin-right: 2rem;
}
@media (min-width: 769px) {
  .layout-form .cmpzr-header {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
.layout-form .gform_wrapper {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-form .gform_wrapper input, .layout-form .gform_wrapper textarea {
  border-color: #33333321;
}
.layout-form .gform_wrapper input:focus, .layout-form .gform_wrapper textarea:focus {
  border-color: #01415c;
}
.layout-form.form-extended .gform_wrapper {
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0;
  padding: 30px;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.layout-form.form-extended .gform_wrapper .gform_body ul {
  margin: 0;
  width: 100%;
}
.layout-form.form-extended .gform_wrapper input, .layout-form.form-extended .gform_wrapper textarea {
  border-color: #33333321;
}
.layout-form.form-extended .gform_wrapper input:focus, .layout-form.form-extended .gform_wrapper textarea:focus {
  border-color: #01415c;
}
@media (min-width: 769px) {
  .layout-form.form-extended .layout__header {
    margin-top: 38px;
    padding-right: 50px;
  }
}
.layout-form-extended .cmpzr-header {
  margin-top: 0;
  margin-right: 2rem;
}
@media (min-width: 769px) {
  .layout-form-extended .cmpzr-header {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .layout-form-extended .layout__header {
    margin-top: 38px;
    padding-right: 50px;
  }
}
.layout-form-extended .gform_wrapper {
  margin: 0;
  padding: 30px;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
.layout-form-extended .gform_wrapper .gform_body ul {
  margin: 0;
  width: 100%;
}
.layout-gallery .full-width {
  max-width: unset;
  margin: 0;
  padding: 0;
}
.layout-gallery .full-width .col {
  width: 100%;
}
.layout-gallery .swiper {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.layout-gallery .swiper.swiper-initialized {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.layout-gallery .swiper-slide img {
  width: 100%;
}
.layout-gallery .swiper-button-next, .layout-gallery .swiper-button-prev {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #01415c;
  bottom: 0;
  top: 0;
  margin: auto 12px;
  width: 33px;
  height: 33px;
}
.layout-gallery .swiper-button-next::after, .layout-gallery .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.layout-gallery .swiper-pagination {
  position: static;
  inset: unset;
  margin: 25px 0 0;
}
.layout-gallery .swiper-pagination-bullet {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  height: 10px;
  width: 10px;
  min-height: 10px;
  margin: 0 5px;
}
.layout-gallery .swiper-pagination-bullet-active {
  background-color: #01415c;
}
.layout-grid .back__link {
  color: #01415c;
  display: block;
  font-size: 14px;
  margin: -20px 0 10px;
}
.layout-grid .row--gap {
  row-gap: 30px;
}
@media (min-width: 481px) {
  .layout-grid .row--gap {
    row-gap: 30px;
  }
}
.layout-grid .block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-grid .block__thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.layout-grid .block__thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.24, 0, 0, 1) all;
}
.layout-grid .block.has-outline {
  background: #fff;
}
.layout-grid .block.has-outline .block__title {
  margin-top: 0;
}
.layout-grid .block.has-outline .block__layout {
  padding: 2em;
}
.layout-grid .block.has-outline .block__thumb {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.layout-grid .block__layout {
  color: #01415c;
}
.layout-grid .block__layout .block__title {
  color: #01415c;
  margin-top: 0.85em;
  font-size: 1.25em;
}
.layout-grid .block__layout p {
  margin-bottom: 5px;
}
.layout-grid .block__layout a {
  display: block;
}
.layout-grid .block__tags {
  margin: 0 0 15px;
}
.layout-grid .block__tags a, .layout-grid .block__tags span {
  background-color: #01415c;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  pointer-events: all;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 5px 7px;
  margin: 0 8px 0 0;
  border-radius: 99px;
  text-decoration: none;
  color: white;
}
.layout-grid .block__tags a.block__date, .layout-grid .block__tags span.block__date {
  background-color: rgba(1, 65, 92, 0.1);
  color: #01415c;
  font-weight: 600;
}
.layout-grid .block__label {
  font-size: 0.8em;
}
.layout-grid .block__link.block__link-outer {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.layout-grid .block__link.hover-zoom:hover .block__thumb img {
  transform: scale(1.1);
}
.layout-grid .block__link.hover-shadow:hover {
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}
.layout-grid .layout--is-list .block__wrapper .block {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.layout-grid .layout--is-list .block__wrapper .block__header {
  flex: 0 0 210px;
}
.top-header-menu {
  display: none;
}
@media (min-width: 961px) {
  .top-header-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    background-color: #01415c;
    height: 40px;
    top: 0;
    left: 0;
    width: 100%;
  }
  .top-header-menu .container {
    width: 100%;
  }
  .top-header-menu .container ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 20px;
    margin: 0;
  }
  .top-header-menu .container ul li {
    list-style: none;
  }
  .top-header-menu .container ul li a {
    font-size: 0.8em;
    color: #01415c;
  }
}
.top-header-menu--dividers .container ul {
  column-gap: 0;
}
.top-header-menu--dividers .container ul li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #01415c;
  margin: 0 15px;
  vertical-align: middle;
}
.header {
  isolation: isolate;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
body:not(.is-menu-open) .header--hidden {
  transform: translateY(-100%);
}
.header.header--relative {
  position: relative;
  background-color: #ffffff;
}
.header.header--relative.header--sticky + .header-placeholder {
  display: block;
}
body:not(.megamenu-is-open):not(.is-menu-open) .header.header--fixed:not(.header--sticky) .header__navigation .menu > .menu-item:not(.menu-item-highlight) > a, body:not(.megamenu-is-open):not(.is-menu-open) .header.header--fixed:not(.header--sticky) .header__navigation .menu > .menu-item:not(.menu-item-highlight) > span {
  color: #fff;
}
body:not(.megamenu-is-open):not(.is-menu-open) .header.header--fixed:not(.header--sticky) .header__wrapper .logo svg .st0 {
  fill: #fff;
}
.header.header--sticky {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
}
@media (min-width: 961px) {
  .header.header--sticky {
    height: 130px;
  }
}
@media (min-width: 961px) {
  body:not(.is-menu-open) .header.header--sticky {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  }
}
.admin-bar .header.header--sticky {
  top: 46px;
}
@media (min-width: 769px) {
  .admin-bar .header.header--sticky {
    top: 32px;
  }
}
.header .container {
  position: static;
}
.header .container--fullwidth {
  max-width: unset;
}
@media (min-width: 961px) {
  .header.has-top-menu .header__wrapper {
    height: calc(130px - 40px);
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 24px 0;
  height: 90px;
}
@media (min-width: 961px) {
  .header__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 130px;
  }
}
.header__wrapper .logo {
  height: 100%;
}
.header__wrapper .logo > * {
  height: 100%;
  width: auto;
}
.header__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.header__navigation {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex: 1;
  flex-shrink: 1;
  display: none;
}
@media (min-width: 961px) {
  .header__navigation {
    display: block;
  }
}
.header__navigation .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__navigation .menu > .menu-item {
  margin-right: 40px;
}
.header__navigation .menu > .menu-item.menu-item-highlight, .header__navigation .menu > .menu-item.menu-item-search {
  margin-right: 20px;
}
.header__navigation .menu > .menu-item:nth-last-of-type(1) {
  margin-right: 0;
}
.header__navigation .menu > .menu-item a, .header__navigation .menu > .menu-item span {
  display: block;
  color: #01415c;
  font-size: 14px;
  font-weight: 600;
}
.header__navigation .menu > .menu-item a {
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header__navigation .menu > .menu-item a:hover, .header__navigation .menu > .menu-item a.current-menu-item {
  color: #01415c;
}
.header__navigation .menu > .menu-item.menu-item-small {
  position: relative;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu__container {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  visibility: hidden;
  left: 50%;
  padding-top: 15px;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 30px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 30px -10px rgba(0, 0, 0, 0.25);
  list-style: none;
  background-color: #fcfcfc;
  display: block;
  position: relative;
  z-index: 1;
  width: 220px;
  padding: 7px;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu::after {
  content: '';
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10%;
  height: 8px;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item a {
  -webkit-border-radius: calc(10px - 7px);
  -moz-border-radius: calc(10px - 7px);
  border-radius: calc(10px - 7px);
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item:hover > a, .header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item > a:hover {
  background-color: #a7bc09;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item a, .header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #01415c;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item a:hover, .header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item a:active {
  color: #01415c;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children {
  position: relative;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children::after {
  content: '';
  pointer-events: none;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-size: 11px;
  transform: rotate(270deg);
  line-height: 0;
  font-weight: 600;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children .sub-menu__container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  top: 0;
  padding-top: 0;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children .sub-menu__container.show-right {
  left: calc(100% + 7px);
  margin-left: -10px;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children .sub-menu__container.show-left {
  right: calc(100% + 7px);
  left: unset;
  margin-right: -10px;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children .sub-menu__container .sub-menu {
  position: relative;
  transform: none;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children .sub-menu__container .sub-menu::after {
  display: none;
}
.header__navigation .menu > .menu-item.menu-item-small .sub-menu .menu-item-has-children:hover > .sub-menu__container {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header__navigation .menu > .menu-item.menu-item-small:hover > .sub-menu__container {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.header__navigation .menu > .menu-item.menu-item-large.active .nav-mega {
  visibility: visible;
  box-shadow: 0 2px 30px -10px rgba(0, 0, 0, 0.25);
}
.megamenu-is-open .header__navigation .menu > .menu-item.menu-item-large.active .nav-mega {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header__navigation .menu > .menu-item.menu-item-large.active .nav-mega .container {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.4);
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .container {
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 130px;
  padding-bottom: 60px;
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .nav__title {
  margin-top: 10px;
  font-size: 36px;
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .sub-menu--large {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .sub-menu--large li {
  margin: 0 0 0.5em;
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .sub-menu--large > li {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 calc(33.333% - 20px);
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  margin-bottom: 0;
}
.header__navigation .menu > .menu-item.menu-item-large .nav-mega .sub-menu--large > li > a, .header__navigation .menu > .menu-item.menu-item-large .nav-mega .sub-menu--large > li > span {
  font-weight: 700;
  margin: 0 0 0.5em;
}
.header__navigation .menu > .menu-item.menu-item-search > a {
  padding: 0;
}
.header__navigation .menu > .menu-item.menu-item-search > a::after {
  content: '';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-size: 18px;
}
@media (min-width: 961px) {
  .header__navigation .menu > .menu-item.menu-item-highlight.menu-item-highlight--primary > * {
    color: #ffffff;
    background-color: #a7bc09;
  }
  .header__navigation .menu > .menu-item.menu-item-highlight.menu-item-highlight--primary > *:hover {
    background-color: #bdd40a;
  }
  .header__navigation .menu > .menu-item.menu-item-highlight.menu-item-highlight--primary > *:active {
    background-color: #91a408;
  }
  .header__navigation .menu > .menu-item.menu-item-highlight.menu-item-highlight--secondary > * {
    color: #ffffff;
    background-color: #01415c;
  }
  .header__navigation .menu > .menu-item.menu-item-highlight.menu-item-highlight--secondary > *:hover {
    background-color: #015375;
  }
  .header__navigation .menu > .menu-item.menu-item-highlight.menu-item-highlight--secondary > *:active {
    background-color: #012f43;
  }
  .header__navigation .menu > .menu-item.menu-item-highlight > * {
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 20px;
  }
}
.header__navigation .menu > .menu-item.current-menu-item > * {
  color: #01415c;
}
.header__navigation .menu > .menu-item.current-menu-item > *::after {
  width: calc(100% - 40px);
}
.header__navigation .menu > .menu-item.menu-item-has-children {
  padding: 0 8px 0 0;
}
.header__navigation .menu > .menu-item.menu-item-has-children > a, .header__navigation .menu > .menu-item.menu-item-has-children > span {
  position: relative;
}
.header__navigation .menu > .menu-item.menu-item-has-children > a::after, .header__navigation .menu > .menu-item.menu-item-has-children > span::after {
  content: '';
  pointer-events: none;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-size: 11px;
  transform: translateY(1px);
  line-height: 0;
  width: 8px;
  height: 2px;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header__navigation .menu > .menu-item.wpml-ls-menu-item .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 0.25em;
}
.header__navigation .menu > .menu-item.wpml-ls-menu-item.wpml-ls-current-language > a {
  display: flex;
}
.header__navigation .menu > .menu-item.wpml-ls-menu-item.wpml-ls-current-language > a > .wpml-ls-native {
  display: none;
}
.header__navigation .menu > .menu-item.wpml-ls-menu-item.wpml-ls-current-language > a > .wpml-ls-flag {
  margin-right: 0.25em;
}
.header + .header-placeholder {
  height: 90px;
  display: none;
}
@media (min-width: 961px) {
  .header + .header-placeholder {
    height: 130px;
  }
}
.nav-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 20px;
  width: 20px;
  transform: scale(1.25);
}
@media (min-width: 961px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:hover .ham, .nav-toggle:hover .ham::before, .nav-toggle:hover .ham::after, .nav-toggle.hovered .ham, .nav-toggle.hovered .ham::before, .nav-toggle.hovered .ham::after {
  width: 100%;
}
.hamb {
  position: absolute;
  display: block;
  width: 20px;
  height: 12px;
}
body:not(.is-menu-open) .header--fixed:not(.header--sticky) .hamb .ham {
  background: #fff;
}
body:not(.is-menu-open) .header--fixed:not(.header--sticky) .hamb .ham::before, body:not(.is-menu-open) .header--fixed:not(.header--sticky) .hamb .ham::after {
  background: #fff;
}
.hamb .ham {
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  display: block;
  width: 90%;
  height: 2px;
  position: relative;
  top: 50%;
  right: 0;
  margin-top: -1px;
  background: #01415c;
}
.hamb .ham::before, .hamb .ham::after {
  content: '';
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  background: #01415c;
}
.hamb .ham::before {
  width: 60%;
  top: -5px;
}
.hamb .ham::after {
  width: 80%;
  top: 5px;
}
.is-active .hamb .ham {
  background-color: transparent !important;
}
.is-active .hamb .ham::before, .is-active .hamb .ham::after {
  width: 100%;
}
.is-active .hamb .ham::before {
  -webkit-transform: translateY(5px) rotateZ(-45deg);
  -ms-transform: translateY(5px) rotateZ(-45deg);
  transform: translateY(5px) rotateZ(-45deg);
}
.is-active .hamb .ham::after {
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg);
}
.mobile-menu {
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: #ffffff;
  isolation: isolate;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.is-menu-open .mobile-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.admin-bar .mobile-menu {
  top: 46px;
}
@media (min-width: 769px) {
  .admin-bar .mobile-menu {
    top: 32px;
  }
}
.mobile-menu__navigation {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0 30px 40px;
}
@media (min-width: 481px) {
  .mobile-menu__navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mobile-menu__navigation > ul {
  height: auto;
}
.mobile-menu__navigation > ul li:not(:nth-last-child(1)):not(.sub-menu__title) {
  border-bottom: 1px solid rgba(1, 65, 92, 0.15);
}
.mobile-menu__navigation > ul li a {
  display: block;
  position: relative;
  color: #01415c;
  text-decoration: none;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 30px 20px 0;
}
.mobile-menu__wrapper {
  height: 100%;
  padding: 90px 0 0;
}
.mobile-menu__wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__wrapper .menu-item {
  position: static;
}
.mobile-menu__wrapper .menu-item.is-open > .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.mobile-menu__wrapper .menu-item.is-open > a, .mobile-menu__wrapper .menu-item.is-closed > a {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mobile-menu__wrapper .menu-item.wpml-ls-menu-item .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 0.25em;
}
.mobile-menu__wrapper .menu-item.menu-item-has-children > a, .mobile-menu__wrapper .menu-item.menu-item-has-children > span {
  position: relative;
}
.mobile-menu__wrapper .menu-item.menu-item-has-children > a::after, .mobile-menu__wrapper .menu-item.menu-item-has-children > span::after {
  content: '';
  pointer-events: none;
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-size: 14px;
  line-height: 0;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.mobile-menu .sub-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
  position: absolute;
  inset: 0;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 0 30px 40px;
}
@media (min-width: 481px) {
  .mobile-menu .sub-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mobile-menu .sub-menu__title {
  display: block;
  cursor: pointer;
  color: #01415c;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 21px 0 0;
  padding: 20px 0;
}
.mobile-menu .sub-menu__title i {
  color: #01415c;
  margin-right: 10px;
}
.layout-image_full_width .cmpzr-header {
  margin-bottom: 0;
  margin-top: 30px;
}
.layout-image_full_width .layout__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  min-height: 400px;
}
.layout-image_full_width .layout__container::after {
  content: '';
  float: right;
  padding-top: 50%;
}
.layout-image_full_width .layout__container::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  mix-blend-mode: multiply;
}
.layout-image_full_width .layout__container .align-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  text-align: end;
}
.layout-image_full_width .layout__container.has-video {
  overflow: clip;
  min-height: unset;
}
.layout-image_full_width .layout__container .cmpzr-video {
  position: absolute;
  pointer-events: none;
  inset: 0;
}
.layout-image_full_width .layout__container .cmpzr-video .plyr__video-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.layout-image_full_width .layout__container .cmpzr-video .plyr {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.layout-image_full_width .layout__text {
  margin: 0 0 36px;
}
.layout-image_full_width .layout__overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 120px 0;
  width: 100%;
}
.layout-image_full_width .cmpzr-title {
  margin-top: 0;
  color: #fff !important;
}
.layout-image_full_width .cmpzr-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-image_full_width .cmpzr-image__src {
  height: 100%;
}
@media (max-width: 767px) {
  .layout-infoblock .img {
    padding-bottom: 2.5em;
  }
}
.layout-infoblock .cmpzr-header {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .layout-infoblock .cmpzr-header {
    margin-top: 0;
  }
}
.layout-infoblock .listing__content li {
  padding: 0 0 1.5em 0;
  position: relative;
  display: flex;
  align-items: center;
}
.layout-infoblock .listing__content li p {
  margin: 0;
}
.layout-infoblock .listing__content li .icon {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  line-height: 64px;
  background: #a7bc09;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  margin-right: 1em;
}
.layout-infoblock .listing__content li:last-child {
  padding-bottom: 0;
}
.layout-infoblock .cmpzr-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  width: 100vw;
  left: -30px;
}
@media (min-width: 481px) {
  .layout-infoblock .cmpzr-image {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .layout-infoblock .cmpzr-image {
    left: -calc(clamp(0px, calc(((100vw - var(--scrollbar-width, 0px)) - 1278px) / 2), 100vw));
    width: calc(50vw + (30px / 2));
  }
}
.layout-infoblock .cmpzr-image__src {
  align-self: baseline;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .layout-infoblock .cmpzr-image__src {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
  }
}
.layout-infoblock .col--first {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.layout-infoblock .align-right .col--first {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.layout-infoblock .align-right .col--second {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.layout-infoblock .align-right .cmpzr-image {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .layout-infoblock .align-right .cmpzr-image {
    left: calc(-1 * (calc(clamp(0px, calc(((100vw - var(--scrollbar-width, 0px)) - 1278px) / 2), 100vw)) + 30px));
  }
}
.layout-infoblock .align-right .cmpzr-image__src {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.layout-infoblock .align-left .col--first {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .layout-infoblock .align-left .col--first {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.layout-infoblock .align-left .col--second {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 768px) {
  .layout-infoblock .align-left .col--second {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.layout-intro-with-list .layout__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 360px;
}
.layout-intro-with-list .layout__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}
.layout-intro-with-list .layout__content {
  height: 100%;
}
.layout-intro-with-list .layout__content .nav-pills .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-intro-with-list .layout__content .nav-pills .nav-item {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.layout-intro-with-list .layout__content .nav-pills .nav-item:hover {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}
.layout-intro-with-list .layout__content .nav-pills .nav-item__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #01415c;
  padding: 24px 50px 24px 20px;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
.layout-intro-with-list .layout__content .nav-pills .nav-item__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #01415c;
  background: -moz-linear-gradient(left, #01415c 0%, #01415c 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #01415c), color-stop(100%, #01415c));
  background: -webkit-linear-gradient(left, #01415c 0%, #01415c 100%);
  background: -o-linear-gradient(left, #01415c 0%, #01415c 100%);
  background: -ms-linear-gradient(left, #01415c 0%, #01415c 100%);
  background: linear-gradient(to right, #01415c 0%, #01415c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-intro-with-list .layout__content .nav-pills .nav-item__link::after {
  position: absolute;
  color: inherit;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  font-size: 16px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.layout-intro-with-list .layout__content .nav-pills .nav-item__link:hover::after, .layout-intro-with-list .layout__content .nav-pills .nav-item__link.is-hovered::after, .layout-intro-with-list .layout__content .nav-pills .nav-item__link:active::after {
  right: 15px;
}
.layout-intro-with-list .layout__content .nav-pills .nav-item .post__title, .layout-intro-with-list .layout__content .nav-pills .nav-item .post__meta {
  color: inherit;
  margin: 0;
}
.layout-intro-with-list .layout__content .nav-pills .nav-item .post__meta {
  background: #01415c;
  color: #fff;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-weight: bold;
  padding: 4px 8px;
  margin-right: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #015375;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: capitalize;
}
.layout-intro-with-list .post__meta {
  text-transform: capitalize;
}
.layout-logopicker .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 769px) {
  .layout-logopicker .items {
    margin: 0 -20px;
  }
}
.layout-logopicker .items .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  min-height: 120px;
  padding: 17px;
  webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 769px) {
  .layout-logopicker .items .item {
    padding: 20px;
    min-height: 180px;
    webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.layout-logopicker .swiper-button-next, .layout-logopicker .swiper-button-prev {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #01415c;
  top: 50%;
  margin: 0 12px;
  width: 33px;
  height: 33px;
}
.layout-logopicker .swiper-button-next::after, .layout-logopicker .swiper-button-prev::after {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.layout-logopicker .swiper-pagination-bullet {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  height: 10px;
  width: 10px;
  min-height: 10px;
  margin: 0 5px;
}
.layout-logopicker .swiper-pagination-bullet-active {
  background-color: #01415c;
}
.layout-map .container--full-width {
  max-width: 100%;
  padding: 0;
}
.layout-map .col--centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.layout-map .layout__map > * {
  height: inherit;
}
.layout-map .layout__title {
  margin: 0 0 38px;
}
@media (min-width: 1279px) {
  .layout-map .layout__title {
    margin-top: 6px;
  }
}
.layout-map .layout__text {
  margin-bottom: 10px;
}
.layout-map .layout__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .layout-map .layout__content {
    margin-bottom: 0;
  }
}
@media (min-width: 1279px) {
  .layout-map .layout__content {
    margin-bottom: 19px;
  }
}
.layout-masonry .grid {
  box-sizing: border-box;
}
.layout-masonry .grid:after {
  content: '';
  display: block;
  clear: both;
}
.layout-masonry .grid-item {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .layout-masonry .grid-item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
}
.layout-masonry .grid-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.layout-masonry .grid-size {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .layout-masonry .grid-size {
    width: calc(100% / 2 - 10px);
  }
}
.pageheader {
  position: relative;
  background-color: #01415c;
  overflow: hidden;
  max-height: 100vh;
  isolation: isolate;
}
.pageheader .cmpzr-header {
  margin-bottom: 0;
}
.pageheader::before {
  inset: 0;
  z-index: 2;
  position: absolute;
}
.pageheader__bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #01415c;
  background-position: center;
}
.pageheader__bg.is-loaded {
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home .pageheader__bg.is-loaded {
  -moz-animation-name: fadeInZoomOut;
  -ms-animation-name: fadeInZoomOut;
  -webkit-animation-name: fadeInZoomOut;
  animation-name: fadeInZoomOut;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pageheader .container {
  position: absolute;
  inset: 0;
  margin: 0 auto;
}
.pageheader--custom-color .pageheader__content {
  color: unset;
}
.pageheader__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 130px;
}
.pageheader.main-menu-relative .pageheader__content {
  padding-top: 0;
}
@media (min-width: 768px) {
  .pageheader__content {
    max-width: 475px;
  }
}
@media (min-width: 960px) {
  .pageheader__content {
    max-width: 45%;
  }
}
.pageheader__content.off-center {
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  .pageheader__content.off-center {
    padding-bottom: 150px;
  }
}
.pageheader__content .page-title {
  margin-bottom: 0.2em;
}
.pageheader__content .page-intro {
  margin-top: 0;
}
.pageheader--video {
  overflow: hidden;
  width: 100%;
  height: 360px !important;
  background-color: black;
}
.pageheader--video .pageheader__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pageheader--video .pageheader__video iframe, .pageheader--video .pageheader__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 641px) {
  .pageheader--video .pageheader__video iframe, .pageheader--video .pageheader__video video {
    width: 100vw;
    height: 56.25vw;
  }
}
@media (min-width: 641px) {
  .pageheader--video {
    height: 56.25vw !important;
    max-height: 100vh;
  }
  .pageheader--video.main-menu-relative {
    max-height: calc(100vh - 130px);
  }
}
@media (max-width: 1277px) {
  .pageheader--video .pageheader__content > p {
    display: none;
  }
}
.pageheader--padding-small {
  width: auto;
  margin: 0 30px;
}
@media (min-width: 1279px) {
  .pageheader--padding-small {
    width: auto;
    margin: 0 100px;
  }
}
.pageheader--padding-big {
  width: auto;
  margin: 0 30px;
}
@media (min-width: 1279px) {
  .pageheader--padding-big {
    width: auto;
    margin: 0 10vw;
  }
}
@media (max-width: 639px) {
  .pageheader--image.pageheader--small-mobile {
    min-height: 175px;
  }
  .pageheader--image.pageheader--small-mobile .pageheader__content > * {
    display: none;
  }
}
@media (min-width: 640px) {
  .pageheader--image.pageheader--small-desktop {
    min-height: 350px;
  }
  .pageheader--image.pageheader--small-desktop .pageheader__content > * {
    display: none;
  }
}
@media (max-width: 639px) {
  .pageheader--image.pageheader--large-mobile {
    min-height: 350px;
  }
  .pageheader--image.pageheader--large-mobile .pageheader__content > p, .pageheader--image.pageheader--large-mobile .pageheader__content > a {
    display: none;
  }
}
@media (min-width: 640px) {
  .pageheader--image.pageheader--large-desktop {
    min-height: 572px;
  }
}
@media (max-width: 639px) {
  .pageheader--image.pageheader--fullscreen-mobile {
    position: relative;
    height: 100vh;
  }
  .pageheader--image.pageheader--fullscreen-mobile.main-menu-relative {
    height: calc(100vh - 130px);
  }
}
@media (min-width: 640px) {
  .pageheader--image.pageheader--fullscreen-desktop {
    position: relative;
    height: 100vh;
  }
  .pageheader--image.pageheader--fullscreen-desktop.main-menu-relative {
    height: calc(100vh - 130px);
  }
}
@media (min-width: 769px) {
  .layout-split-content .col:nth-of-type(odd) .layout__content {
    width: 97%;
    margin-right: 3%;
  }
  .layout-split-content .col:nth-of-type(even) .layout__content {
    width: 97%;
    margin-left: 3%;
  }
}
.layout-split-content .layout__content > *:only-child {
  margin: 0;
}
@media (min-width: 769px) {
  .layout-split-content .layout__content > *:first-child {
    margin-top: 0;
  }
}
.layout-split-content .layout__content > *:last-child {
  margin-bottom: 0;
}
.layout-split-content .btn {
  margin-top: 2.75rem;
}
.layout-team .back__link {
  color: #01415c;
  display: block;
  font-size: 14px;
  margin: -20px 0 10px;
}
.layout-team .row--gap {
  row-gap: 30px;
}
@media (min-width: 481px) {
  .layout-team .row--gap {
    row-gap: 30px;
  }
}
.layout-team .block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-team .block:hover {
  -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}
.layout-team .block .block__title {
  color: #01415c;
}
.layout-team .block .block__thumb {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.layout-team .block .block__thumb img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
  object-fit: cover;
}
.layout-team .block .block__layout {
  padding: 2em;
  color: #333;
}
.layout-team .block .block__layout .block__title {
  margin-top: 0;
}
.layout-team .block .block__layout a {
  color: #01415c;
  display: block;
}
.layout-team .block .block__tags {
  margin: 0 0 15px;
}
.layout-team .block .block__tags a, .layout-team .block .block__tags span {
  background-color: #01415c;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  pointer-events: all;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 5px 7px;
  margin: 0 8px 0 0;
  border-radius: 99px;
  text-decoration: none;
  color: white;
}
.layout-team .block .block__tags a.block__date, .layout-team .block .block__tags span.block__date {
  background-color: rgba(1, 65, 92, 0.1);
  color: #01415c;
  font-weight: 600;
}
.layout-team .block__link.block__link-outer {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.layout-team .layout--is-list .block__wrapper .block {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.layout-team .layout--is-list .block__wrapper .block__header {
  flex: 0 0 210px;
}
.layout-team .block__wrapper .block:hover {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.layout-team .block__layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.layout-team .block__layout .block__title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.layout-team .block__layout a:not([class]):not(.no-hover):hover {
  text-decoration: none;
}
.layout-team .block__layout a:not([class]):not(.no-hover):hover:hover {
  border: 0;
}
.layout-team .block__layout i.fa {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-style: normal;
  display: inline-block;
  margin-right: 6px;
}
.layout-team .block__layout i.fab {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  font-style: normal;
  display: inline-block;
  margin-right: 6px;
}
.layout-vacancies .row--gap {
  row-gap: 20px;
}
.layout-vacancies .layout__filter {
  padding: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: white;
}
.layout-vacancies .layout__filter label {
  display: block;
}
.layout-vacancies .layout__filter .category-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.layout-vacancies .layout__vacancy {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease box-shadow;
}
.layout-vacancies .layout__vacancy:hover {
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.2);
}
.layout-vacancies .layout__vacancy img {
  min-width: 100%;
  height: 300px;
  object-fit: cover;
}
.layout-vacancies .layout__vacancy .vacancy-content {
  padding: 40px;
}
.layout-vacancies .layout__vacancy .vacancy-content__title {
  font-size: 28px;
  margin: 0;
  margin-bottom: 0.4em;
}
.layout-vacancies .layout__vacancy .vacancy-content__intro {
  margin: 0;
  color: #01415c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.layout-vacancies .layout__vacancy .vacancy-content__properties {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 24px;
}
.layout-vacancies .layout__vacancy .vacancy-content__properties .property__location, .layout-vacancies .layout__vacancy .vacancy-content__properties .property__hours, .layout-vacancies .layout__vacancy .vacancy-content__properties .property__level {
  color: #01415c;
  margin: 0;
}
.layout-vacancies .layout__vacancy .vacancy-content__properties .property__location i, .layout-vacancies .layout__vacancy .vacancy-content__properties .property__hours i, .layout-vacancies .layout__vacancy .vacancy-content__properties .property__level i {
  color: #01415c;
  margin-right: 8px;
}
.layout-wysiwyg .intro {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-size: 20px;
}
.layout-wysiwyg .pre-title, .layout-wysiwyg .layout__pretitle {
  margin-top: 0;
}
.layout-wysiwyg .cmpzr-btn-group {
  margin-top: 2.75rem;
}
.layout-wysiwyg .layout__content table:not(.tablepress) {
  max-width: 100%;
}
.layout-wysiwyg .layout__content table:not(.tablepress) td {
  padding: 0 calc(20px / 2);
  align-content: start;
}
@media (min-width: 769px) and (max-width: 960px) {
  .layout-wysiwyg .layout__content table:not(.tablepress) td {
    padding: 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .layout-wysiwyg .layout__content table:not(.tablepress) td {
    padding: 0;
    display: block;
    width: 100%;
  }
}
.layout-wysiwyg .layout__content table:not(.tablepress) td:nth-of-type(1) {
  padding-left: 0;
}
.layout-wysiwyg .layout__content table:not(.tablepress) td:nth-last-of-type(1) {
  padding-right: 0;
}
.layout-wysiwyg .layout__content > *:last-child {
  margin-bottom: 0;
}
.layout-wysiwyg_sidebar .container .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout-wysiwyg_sidebar .container .intro {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-size: 20px;
}
.layout-wysiwyg_sidebar .container .cmpzr-header {
  margin-bottom: 0;
}
.layout-wysiwyg_sidebar .container .pre-title, .layout-wysiwyg_sidebar .container .layout__pretitle {
  margin-top: 0;
}
.layout-wysiwyg_sidebar .container .sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: calc(40px + 130px);
  border-radius: 10px;
  background-color: white;
}
.layout-wysiwyg_sidebar .container .sidebar .widget {
  width: 100%;
}
.layout-wysiwyg_sidebar .container .sidebar .widget p {
  margin: 0 0 10px 0;
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons {
  display: flex;
  gap: 10px;
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a {
  display: block;
  width: 28px;
  height: 28px;
  background: #01415c;
  border-radius: 100%;
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0;
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a > span {
  padding-left: 38px;
  font-size: 14px;
  padding-left: 38px;
  padding-top: 4px;
  font-size: 14px;
  display: inline-block;
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a.icon_youtube {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTM5Ljg4LDcuODFIOC4xMkE4LjEzLDguMTMsMCwwLDAsMCwxNS45NHYxN2E4LjEzLDguMTMsMCwwLDAsOC4xMiw4LjEzSDM5Ljg4QTguMTMsOC4xMywwLDAsMCw0OCwzMi45MnYtMTdBOC4xMyw4LjEzLDAsMCwwLDM5Ljg4LDcuODFabS02LjEzLDE3LjZMMTkuMzQsMzIuOGExLjEsMS4xLDAsMCwxLTEuNDktLjQ4LDEuMDgsMS4wOCwwLDAsMS0uMTItLjVWMTdhMS4xLDEuMSwwLDAsMSwxLjExLTEuMSwxLjA4LDEuMDgsMCwwLDEsLjUuMTJsMTQuNDEsNy4zOWExLjExLDEuMTEsMCwwLDEsLjQ4LDEuNDksMS4xNywxLjE3LDAsMCwxLS40OC40OFoiLz4KPC9zdmc+Cg==");
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a.icon_pinterest {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPGcgaWQ9InBpbnRlcmVzdCI+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjQsMGEyNCwyNCwwLDAsMC05LjYzLDQ2LDIwLjkyLDIwLjkyLDAsMCwxLC40MS01LjUxbDMuMDktMTMuMDhhOS4yNiw5LjI2LDAsMCwxLS43Ni0zLjc5YzAtMy41NiwyLjA2LTYuMjIsNC42Mi02LjIyQzIzLjkyLDE3LjM4LDI1LDE5LDI1LDIxYzAsMi4yLTEuNCw1LjQ4LTIuMTIsOC41MmEzLjcyLDMuNzIsMCwwLDAsMy43OSw0LjYzYzQuNTUsMCw3LjYxLTUuODUsNy42MS0xMi43NywwLTUuMjUtMy41NC05LjE5LTEwLTkuMTlBMTEuMzYsMTEuMzYsMCwwLDAsMTIuNDUsMjMuNjYsNi45MSw2LjkxLDAsMCwwLDE0LDI4LjM3YTEuMTcsMS4xNywwLDAsMSwuMzQsMS4zNGMtLjExLjQ0LS4zNywxLjUtLjQ5LDEuOTJhLjgyLjgyLDAsMCwxLTEuMi42Yy0zLjM1LTEuMzctNC45MS01LTQuOTEtOS4xNywwLTYuODEsNS43NS0xNSwxNy4xNS0xNSw5LjE2LDAsMTUuMiw2LjYzLDE1LjIsMTMuNzUsMCw5LjQxLTUuMjQsMTYuNDUtMTMsMTYuNDUtMi41OSwwLTUtMS40LTUuODYtMywwLDAtMS4zOSw1LjUzLTEuNjgsNi41OUEyMC40OCwyMC40OCwwLDAsMSwxNy4yLDQ3LDI0LDI0LDAsMSwwLDI0LDBaIi8+CiAgPC9nPgo8L3N2Zz4K");
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a.icon_linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEyLjg5LDQzLjgzVjE3LjE4SDQuNTVWNDMuODNaTTguNzYsMTMuNTNhNC42OCw0LjY4LDAsMCwwLDMuNDEtMS40Myw0LjcyLDQuNzIsMCwwLDAsMC02Ljc3LDQuNzcsNC43NywwLDAsMC02LjgxLDAsNC43LDQuNywwLDAsMCwwLDYuNzdBNC42Niw0LjY2LDAsMCwwLDguNzYsMTMuNTNabTM1LjMyLDMwLjNWMjkuMjFxMC02LjE1LTEuOC05LjA5Yy0xLjU1LTIuNDQtNC4yNy0zLjY1LTguMTUtMy42NWE4Ljg3LDguODcsMCwwLDAtNSwxLjQyLDcuMTgsNy4xOCwwLDAsMC0yLjg3LDIuOTVoLS4wOVYxNy4xOGgtOFY0My44M2g4LjI1VjMwLjY0YTkuODksOS44OSwwLDAsMSwuOS00LjczLDQuMiw0LjIsMCwwLDEsNC0yLjE0LDMuNzcsMy43NywwLDAsMSwzLjg1LDIuNDEsMTQuMjcsMTQuMjcsMCwwLDEsLjU0LDQuNjN2MTNaIiBzdHlsZT0iZmlsbC1ydWxlOiBldmVub2RkIi8+Cjwvc3ZnPgo=");
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a.icon_instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGFhZ18xIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjQsNC4zMmM2LjQxLDAsNy4xNywwLDkuNy4xNGExMy4yMiwxMy4yMiwwLDAsMSw0LjQ1LjgzLDcuMzgsNy4zOCwwLDAsMSwyLjc2LDEuOCw3LjM4LDcuMzgsMCwwLDEsMS44LDIuNzYsMTMuMjIsMTMuMjIsMCwwLDEsLjgzLDQuNDVjLjExLDIuNTMuMTQsMy4yOS4xNCw5LjdzMCw3LjE3LS4xNCw5LjdhMTMuMzYsMTMuMzYsMCwwLDEtLjgzLDQuNDYsOCw4LDAsMCwxLTQuNTYsNC41NSwxMy4yMiwxMy4yMiwwLDAsMS00LjQ1LjgzYy0yLjUzLjExLTMuMjkuMTQtOS43LjE0cy03LjE3LDAtOS43LS4xNGExMy4yMiwxMy4yMiwwLDAsMS00LjQ1LS44Myw3LjI2LDcuMjYsMCwwLDEtMi43Ni0xLjgsNy40Myw3LjQzLDAsMCwxLTEuOC0yLjc1LDEzLjM2LDEzLjM2LDAsMCwxLS44My00LjQ2Yy0uMTEtMi41My0uMTQtMy4yOS0uMTQtOS43czAtNy4xNy4xNC05LjdhMTMuMjIsMTMuMjIsMCwwLDEsLjgzLTQuNDUsNy4zOCw3LjM4LDAsMCwxLDEuOC0yLjc2LDcuMzgsNy4zOCwwLDAsMSwyLjc2LTEuOCwxMy4yMiwxMy4yMiwwLDAsMSw0LjQ1LS44M2MyLjUzLS4xMSwzLjI5LS4xNCw5LjctLjE0TTI0LDBjLTYuNTIsMC03LjM0LDAtOS44OS4xNEExNy43OSwxNy43OSwwLDAsMCw4LjI4LDEuMjYsMTEuNzcsMTEuNzcsMCwwLDAsNCw0LDExLjc3LDExLjc3LDAsMCwwLDEuMjYsOC4yOCwxNy43OCwxNy43OCwwLDAsMCwuMTQsMTQuMUMwLDE2LjY2LDAsMTcuNDgsMCwyNHMwLDcuMzQuMTQsOS45YTE3Ljc4LDE3Ljc4LDAsMCwwLDEuMTIsNS44MkExMS43NywxMS43NywwLDAsMCw0LDQ0YTExLjc3LDExLjc3LDAsMCwwLDQuMjUsMi43NywxNy43OSwxNy43OSwwLDAsMCw1LjgzLDEuMTJDMTYuNjcsNDgsMTcuNDgsNDgsMjQsNDhzNy4zNCwwLDkuOS0uMTRhMTcuNzgsMTcuNzgsMCwwLDAsNS44Mi0xLjEyLDEyLjMxLDEyLjMxLDAsMCwwLDctNywxNy43OCwxNy43OCwwLDAsMCwxLjEyLTUuODJDNDgsMzEuMzQsNDgsMzAuNTIsNDgsMjRzMC03LjM0LS4xNC05LjlhMTcuNzgsMTcuNzgsMCwwLDAtMS4xMi01LjgyQTExLjc3LDExLjc3LDAsMCwwLDQ0LDRhMTEuNzcsMTEuNzcsMCwwLDAtNC4yNS0yLjc3QTE3Ljc5LDE3Ljc5LDAsMCwwLDMzLjg5LjE0QzMxLjM0LDAsMzAuNTIsMCwyNCwwWiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI0LjM5LDEyLjA2QTEyLjMzLDEyLjMzLDAsMSwwLDM2LjcxLDI0LjM5aDBBMTIuMzMsMTIuMzMsMCwwLDAsMjQuMzksMTIuMDZabTAsMjAuMzNhOCw4LDAsMSwxLDgtOEE4LDgsMCwwLDEsMjQuMzksMzIuMzlaIi8+CiAgICA8Y2lyY2xlIGZpbGw9IiNmZmZmZmYiIGN4PSIzNy4yIiBjeT0iMTEuNTgiIHI9IjIuODgiLz4KICA8L2c+Cjwvc3ZnPgo=");
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a.icon_facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTgwIDI5OS4zVjUxMkgxOTZWMjk5LjNoODYuNWwxOC05Ny44SDE5NlYxNjYuOWMwLTUxLjcgMjAuMy03MS41IDcyLjctNzEuNWMxNi4zIDAgMjkuNCAuNCAzNyAxLjJWNy45QzI5MS40IDQgMjU2LjQgMCAyMzYuMiAwQzEyOS4zIDAgODAgNTAuNSA4MCAxNTkuNHY0Mi4xSDE0djk3LjhIODB6Ii8+PC9zdmc+");
}
.layout-wysiwyg_sidebar .container .sidebar .widget .social-icons a.icon_twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTM4OS4yIDQ4aDcwLjZMMzA1LjYgMjI0LjIgNDg3IDQ2NEgzNDVMMjMzLjcgMzE4LjYgMTA2LjUgNDY0SDM1LjhMMjAwLjcgMjc1LjUgMjYuOCA0OEgxNzIuNEwyNzIuOSAxODAuOSAzODkuMiA0OHpNMzY0LjQgNDIxLjhoMzkuMUwxNTEuMSA4OGgtNDJMMzY0LjQgNDIxLjh6Ii8+PC9zdmc+");
}
.layout-wysiwyg_sidebar .container .sidebar .widget_contact_info .contact-title {
  margin-bottom: 18px;
}
.layout-wysiwyg_sidebar .container .sidebar .widget_contact_info .adress-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.layout-wysiwyg_sidebar .container .sidebar .widget_contact_info .contact-icon {
  color: #01415c;
  font-size: 20px;
  margin-right: 10px;
  min-width: 20px;
}
.layout-wysiwyg_sidebar .container .sidebar .widget-img {
  border-radius: 10px;
}
.layout-wysiwyg_sidebar .container .property__location, .layout-wysiwyg_sidebar .container .property__hours, .layout-wysiwyg_sidebar .container .property__level {
  display: block;
  margin-bottom: 5px;
}
.layout-wysiwyg_sidebar .container .property__location i, .layout-wysiwyg_sidebar .container .property__hours i, .layout-wysiwyg_sidebar .container .property__level i {
  color: white;
  margin-right: 8px;
}
.layout-wysiwyg_sidebar .container .widget__title {
  margin: 0;
  margin-bottom: 0.5em;
}
.layout-wysiwyg_sidebar .layout__content > *:last-child {
  margin-bottom: 0;
}
:root { 
--sk-primary-color: #01415c; 
--sk-secondary-color: #01415c; 
--sk-attention-color: #a7bc09; 
--sk-menu-color: #01415c; 
--sk-menu-color-active: #01415c; 
--sk-submenu-bg-color: #a7bc09; 
--sk-body-background-color: #ffffff; 
--sk-body-background-image: unset; 
--sk-font-menu-weight: 600; 
--sk-font-menu-size: 14px; 
--sk-border-radius: 10px; 
--sk-header-height: 130px; 
--sk-header-height-mobile: 90px; 
--sk-grid-max-innerwidth: 1218px; 
--sk-grid-gutter: 20px; 
--sk-grid-outer-gutter-sm: 30px; 
--sk-grid-outer-gutter: 30px; 
--sk-font-awesome-version: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands'; 
--sk-selection-background-color: #a7bc09; 
--sk-selection-text-color: #01415c; 
--sk-link-color: #01415c; 
--sk-link-underline: underline; 
--sk-link-underline-active: underline; 
--sk-header-padding: 24px; 
--sk-header-padding-mobile: 24px; 
} 
