@charset "UTF-8";
/*********************************** *\
    Plugins
\* ***********************************/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?pkg4x3");
  src: url("../fonts/icomoon.eot?pkg4x3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?pkg4x3") format("truetype"), url("../fonts/icomoon.woff?pkg4x3") format("woff"), url("../fonts/icomoon.svg?pkg4x3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-check-circle:before {
  content: "\e901";
}

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

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

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

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

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

.icon-map-pin:before {
  content: "\e907";
}

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../../fonts/slick.eot");
  src: url("./fonts/../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../fonts/slick.woff") format("woff"), url("./fonts/../../fonts/slick.ttf") format("truetype"), url("./fonts/../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .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: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .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;
  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;
  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--current, .fancybox-slide--next, .fancybox-slide--previous {
  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;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-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-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.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;
}

.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 .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  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;
}

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .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;
}

.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;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.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;
}

.fancybox-loading {
  animation: a 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: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.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: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.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: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.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: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .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-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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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 {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  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: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * yidas/jquery-reflow-table CSS style-sheet
 * 
 * @author  Nick Tsai <myintaer@gmail.com>
 * @since   1.0.3
 * @see     https://github.com/yidas/jquery-reflow-table
 */
/* Mobile Mode: table */
table.reflow-table.reflow-table-mobile-mode {
  width: 100% !important;
}

/* Mobile Mode: Hide thead & tfoot */
.reflow-table.reflow-table-mobile-mode thead, .reflow-table.reflow-table-mobile-mode tfoot {
  display: none;
}

/* Mobile Mode: Mobile mode for td */
.reflow-table.reflow-table-mobile-mode td {
  /* overflow: hidden; */
  width: 100%;
  display: block;
}

/* Mobile Mode: Dynamically fulfilling pseudo content */
.reflow-table.reflow-table-mobile-mode td:before {
  content: attr(data-th);
}

/* Pseudo pre-style */
.reflow-table td:before {
  display: inline-block;
  font-weight: bold;
}

/* Width Ratio style-sheet */
.reflow-table.reflow-table-w-15 td:before {
  min-width: 15%;
}

.reflow-table.reflow-table-w-20 td:before {
  min-width: 20%;
}

.reflow-table.reflow-table-w-25 td:before {
  min-width: 25%;
}

.reflow-table.reflow-table-w-30 td:before {
  min-width: 30%;
}

.reflow-table.reflow-table-w-40 td:before {
  min-width: 40%;
}

.reflow-table.reflow-table-w-50 td:before {
  min-width: 50%;
}

/* Width Size style-sheet */
.reflow-table.reflow-table-xs td:before {
  min-width: 100px;
}

.reflow-table.reflow-table-sm td:before {
  min-width: 150px;
}

.reflow-table.reflow-table-md td:before {
  min-width: 200px;
}

.reflow-table.reflow-table-lg td:before {
  min-width: 250px;
}

/**
 * DataTables library integration
 */
/* Fix DataTables Bootstrap 4 border problem for Mobile mode */
table.dataTable.reflow-table.reflow-table-mobile-mode td, table.dataTable.reflow-table.reflow-table-mobile-mode th {
  border-right: none;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: white;
  float: left;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body:before {
  content: '';
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #282828;
  z-index: 20;
  position: fixed;
  visibility: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

body.overlay--open:before {
  visibility: visible;
  opacity: 0.6;
  pointer-events: all;
}

h1 {
  color: #5e2a2b;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: "Boita";
  font-size: 40px;
  line-height: 44px;
  font-style: normal;
  font-weight: 700;
}

h2 {
  color: #5e2a2b;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Boita";
  font-size: 36px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
}

h2 strong {
  color: #FF5C36;
}

h3 {
  color: #5e2a2b;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Boita";
  font-size: 40px;
  line-height: 52px;
  font-style: normal;
  font-weight: 400;
}

h3 strong {
  color: #FF5C36;
}

h4 {
  color: #5e2a2b;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Boita";
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #FF5C36;
  text-decoration: none;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #FF6C4A;
}

a:focus, a:active {
  color: #E65331;
}

figure {
  margin-bottom: 20px;
}

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

figure figcaption {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

figure.aligncenter {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

figure.aligncenter figcaption {
  float: left;
  width: calc(100% - 30px);
  text-align: left;
}

figure.alignleft {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}

figure.alignleft figcaption {
  float: left;
  width: 100%;
  text-align: left;
}

figure.alignleft img {
  float: left;
}

figure.alignright {
  float: right;
  margin-left: 20px;
  margin-right: 0px;
}

figure.alignright figcaption {
  float: right;
  width: 100%;
  text-align: right;
}

figure.alignright img {
  float: right;
}

figure.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

figure.full-width img {
  width: 100%;
  height: auto;
}

figure.container-width {
  width: 100%;
}

figure.container-width img {
  width: 100%;
  height: auto;
}

main ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 25px;
}

main ol li {
  position: relative;
  width: 100%;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

main ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 25px;
  list-style-type: disc;
}

main ul li {
  width: 100%;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

figure.is-type-video {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 40px;
}

figure.is-type-video:after {
  position: relative;
  display: block;
  content: '';
  padding-bottom: 56.25%;
}

figure.is-type-video .wp-block-embed__wrapper {
  position: static;
}

figure.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.wp-block-table {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

figure.wp-block-table table {
  border-collapse: collapse;
  overflow: hidden;
}

figure.wp-block-table .reflow-table.reflow-table-mobile-mode td {
  padding: 10px;
  width: calc(100% - 20px);
}

figure.wp-block-table .reflow-table.reflow-table-mobile-mode td.has-text-align-left {
  position: relative;
}

figure.wp-block-table .reflow-table.reflow-table-w-50 td:before {
  width: 100%;
  min-width: 0px;
  vertical-align: top;
}

table td, th {
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

footer p {
  color: white;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

footer a {
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 768px) {
  figure figcaption {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  figure.alignleft, figure.alignright {
    max-width: 50%;
  }
}

@media (min-width: 1600px) {
  h1 {
    font-family: "Boita";
    font-size: 56px;
    line-height: 64px;
    font-style: normal;
    font-weight: 700;
  }
  h2 {
    font-family: "Boita";
    font-size: 48px;
    line-height: 60px;
    font-style: normal;
    font-weight: 700;
  }
  h3 {
    font-family: "Boita";
    font-size: 40px;
    line-height: 52px;
    font-style: normal;
    font-weight: 400;
  }
  h4 {
    font-family: "Boita";
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
  }
  p {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  a {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  figure figcaption {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  figure.aligncenter figcaption {
    float: left;
    padding-left: 100px;
    padding-right: 100px;
    width: calc(100% - 200px);
  }
  main ol li,
  main ul li {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  table td, th {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  footer p {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  footer a {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
}

@font-face {
  font-family: 'Banana Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BananaGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Banana Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/BananaGrotesk-Semibold.otf") format("opentype");
}

@font-face {
  font-family: 'Banana Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/BananaGrotesk-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Boita';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: URL("../fonts/Boita-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Boita';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: URL("../fonts/Boita-Bold.ttf") format("truetype");
}

/*********************************** *\
    Layout
\* ***********************************/
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  max-width: 1180px;
  left: 0;
  right: 0;
  float: none;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-buttons {
  float: left;
  width: 100%;
}

.wp-block-columns {
  float: left;
  width: 100%;
}

.screen-reader-text {
  display: none;
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 220px);
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  .container {
    width: calc(100% - 260px);
    padding-left: 130px;
    padding-right: 130px;
  }
}

.header {
  position: absolute;
  float: left;
  width: 100%;
  height: 120px;
  top: 0;
  z-index: 10;
  background: linear-gradient(180deg, #282828 -130.64%, rgba(40, 40, 40, 0) 88.72%);
  padding-top: 20px;
}

.header__top-bar {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.header__top-bar:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.2;
  content: '';
}

.header__location-switcher {
  float: left;
  width: 150px;
}

.header__top-navigation {
  float: right;
  width: calc(100% - 150px);
}

.header__main {
  float: left;
  width: 100%;
}

.header__main-logo {
  float: left;
  width: 70px;
  margin-right: 30px;
}

.header__main-logo--no-logo {
  width: 140px;
}

.header__secondary-logo {
  float: left;
  width: 70px;
  margin-right: 0px;
}

.header__secondary-logo:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 50px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: -15px;
}

.header__secondary-logo--no-logo {
  display: none;
}

.header__navigation {
  float: right;
  width: 100px;
  min-height: 48px;
}

.page-scrolled .header {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  height: auto;
  box-shadow: 0px 4px 10px rgba(83, 35, 35, 0.1);
  margin-top: -88px;
}

.page-scrolled .header__top-bar {
  display: none;
}

.page-scrolled .header__secondary-logo {
  float: left;
  width: 70px;
  margin-right: 0px;
}

.page-scrolled .header__secondary-logo:before {
  background: #282828;
}

.page-scrolled.hide-sticky .header {
  margin-top: -88px;
  transition: margin-top 0.2s ease-in-out;
}

.page-scrolled.show-sticky:not(.admin-bar) .header {
  margin-top: 0px;
  transition: margin-top 0.2s ease-in-out;
}

.admin-bar.page-scrolled.show-sticky .header {
  margin-top: 46px;
  transition: margin-top 0.2s ease-in-out;
}

.error404,
.page-template-template-no-header,
.archive,
.single,
.blog {
  padding-top: 110px;
}

.error404 .header,
.page-template-template-no-header .header,
.archive .header,
.single .header,
.blog .header {
  height: auto;
  background: #fff;
}

.error404 .header__top-bar:after,
.page-template-template-no-header .header__top-bar:after,
.archive .header__top-bar:after,
.single .header__top-bar:after,
.blog .header__top-bar:after {
  background-color: #282828;
}

@media (min-width: 768px) {
  .admin-bar.page-scrolled.show-sticky .header {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .header {
    padding-top: 0px;
    height: 224px;
  }
  .header__top-bar {
    display: block;
  }
  .header__main-logo {
    width: 80px;
    margin-right: 30px;
  }
  .header__main-logo--no-logo {
    width: 190px;
  }
  .header__secondary-logo {
    width: 80px;
    margin-right: 30px;
  }
  .header__secondary-logo:before {
    height: 60px;
  }
  .header__secondary-logo--no-logo {
    display: none;
  }
  .header__navigation {
    width: calc(100% - 220px);
  }
  .header__navigation--no-logo {
    width: calc(100% - 110px);
  }
  .page-scrolled .header {
    padding-top: 20px;
    height: auto;
  }
  .page-scrolled .header__main-logo {
    width: 85px;
  }
  .page-scrolled .header__main-logo--no-logo {
    width: 200px;
  }
  .page-scrolled .header__secondary-logo {
    width: 85px;
  }
  .page-scrolled .header__secondary-logo:before {
    height: 60px;
    background: #282828;
  }
  .page-scrolled .header__navigation {
    width: calc(100% - 230px);
  }
  .page-scrolled .header__navigation--no-logo {
    width: calc(100% - 115px);
  }
  .error404,
  .page-template-template-no-header,
  .archive,
  .single,
  .blog {
    padding-top: 220px;
  }
  .error404 .header,
  .page-template-template-no-header .header,
  .archive .header,
  .single .header,
  .blog .header {
    background: #fff;
  }
  .error404 .header__secondary-logo:before,
  .page-template-template-no-header .header__secondary-logo:before,
  .archive .header__secondary-logo:before,
  .single .header__secondary-logo:before,
  .blog .header__secondary-logo:before {
    background: #282828;
  }
}

@media (min-width: 1600px) {
  .header__main-logo {
    width: 100px;
    margin-right: 60px;
  }
  .header__main-logo--no-logo {
    width: 260px;
  }
  .header__secondary-logo {
    width: 100px;
    margin-right: 60px;
  }
  .header__secondary-logo:before {
    height: 70px;
  }
  .header__secondary-logo:before {
    margin-left: -30px;
  }
  .header__navigation {
    width: calc(100% - 320px);
  }
  .header__navigation--no-logo {
    width: calc(100% - 160px);
  }
  .page-scrolled .header__main-logo {
    width: 85px;
  }
  .page-scrolled .header__main-logo--no-logo {
    width: 230px;
  }
  .page-scrolled .header__secondary-logo {
    width: 85px;
  }
  .page-scrolled .header__secondary-logo:before {
    height: 60px;
  }
  .page-scrolled .header__navigation {
    width: calc(100% - 290px);
  }
  .page-scrolled .header__navigation--no-logo {
    width: calc(100% - 145px);
  }
}

.section .wp-block-columns {
  margin-bottom: 0px;
}

.wp-block-columns {
  flex-wrap: wrap !important;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.wp-block-columns .wp-block-column {
  flex-basis: calc(100% - 20px) !important;
  margin-left: 10px;
  margin-right: 10px;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.67%"] {
  flex-basis: calc(100% - 20px) !important;
}

.wp-block-columns .wp-block-column[style="flex-basis:66.66%"] {
  flex-basis: calc(100% - 20px) !important;
}

.wp-block-columns .wp-block-column[style="flex-basis:50%"] {
  flex-basis: calc(100% - 20px) !important;
}

.wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
  flex-basis: calc(100% - 20px) !important;
}

.wp-block-columns .wp-block-column[style="flex-basis:33%"] {
  flex-basis: calc(100% - 20px) !important;
}

.wp-block-columns .wp-block-column[style="flex-basis:25%"] {
  flex-basis: calc(100% - 20px) !important;
}

.section--two-columns .wp-block-columns .wp-block-column {
  flex-basis: calc(50% - 20px) !important;
}

@media (min-width: 576px) {
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
    flex-basis: calc(50% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:33%"] {
    flex-basis: calc(50% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:25%"] {
    flex-basis: calc(50% - 20px) !important;
  }
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column[style="flex-basis:66.67%"] {
    flex-basis: calc(66.67% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] {
    flex-basis: calc(66.66% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:50%"] {
    flex-basis: calc(100% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
    flex-basis: calc(33.33% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:33%"] {
    flex-basis: calc(33% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:25%"] {
    flex-basis: calc(50% - 20px) !important;
  }
  .section--two-columns .wp-block-columns .wp-block-column {
    flex-basis: 0 !important;
  }
}

@media (min-width: 781px) {
  .wp-block-columns .wp-block-column:not([style]) {
    flex-basis: 0 !important;
  }
}

@media (min-width: 1200px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:66.67%"] {
    flex-basis: calc(66.67% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] {
    flex-basis: calc(66.66% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:50%"] {
    flex-basis: calc(50% - 20px) !important;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
    flex-basis: calc(33.33% - 20px) !important;
    max-width: 280px;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:33%"] {
    flex-basis: calc(33% - 20px) !important;
    max-width: 280px;
  }
  .wp-block-columns .wp-block-column[style="flex-basis:25%"] {
    flex-basis: calc(50% - 20px) !important;
  }
}

.footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 65px;
  padding-bottom: 32px;
  background-color: #5e2a2b;
}

.footer__top {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 56px;
}

.footer__widgets {
  float: left;
  width: 100%;
}

.footer__widget {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.footer__widget .widgettitle {
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}

.footer__newsletter {
  float: left;
  width: 100%;
}

.footer__bottom {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 576px) {
  .footer__widget {
    max-width: 280px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .footer__widgets {
    width: 60%;
  }
  .footer__newsletter {
    width: 40%;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer__top {
    margin-bottom: 48px;
  }
  .footer__widgets {
    width: calc(100% - 380px);
  }
  .footer__newsletter {
    width: 380px;
  }
}

/*********************************** *\
    Modules
\* ***********************************/
.header__location-switcher a {
  float: left;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.header__location-switcher a:hover {
  color: #FF6C4A;
}

.header__location-switcher a:focus, .header__location-switcher a:active {
  color: #E65331;
}

.error404 .header__location-switcher a,
.page-template-template-no-header .header__location-switcher a,
.archive .header__location-switcher a,
.single .header__location-switcher a,
.blog .header__location-switcher a {
  color: #282828;
}

.error404 .header__location-switcher a:hover,
.page-template-template-no-header .header__location-switcher a:hover,
.archive .header__location-switcher a:hover,
.single .header__location-switcher a:hover,
.blog .header__location-switcher a:hover {
  color: #FF6C4A;
}

.error404 .header__location-switcher a:focus, .error404 .header__location-switcher a:active,
.page-template-template-no-header .header__location-switcher a:focus,
.page-template-template-no-header .header__location-switcher a:active,
.archive .header__location-switcher a:focus,
.archive .header__location-switcher a:active,
.single .header__location-switcher a:focus,
.single .header__location-switcher a:active,
.blog .header__location-switcher a:focus,
.blog .header__location-switcher a:active {
  color: #E65331;
}

.header__top-bar-menu-list {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  text-align: right;
  font-size: 0px;
}

.header__top-bar-menu-list .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.header__top-bar-menu-list .menu-item a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.header__top-bar-menu-list .menu-item a:hover {
  color: #FF6C4A;
}

.header__top-bar-menu-list .menu-item a:focus, .header__top-bar-menu-list .menu-item a:active {
  color: #E65331;
}

.error404 .header__top-bar-menu-list .menu-item a,
.page-template-template-no-header .header__top-bar-menu-list .menu-item a,
.archive .header__top-bar-menu-list .menu-item a,
.single .header__top-bar-menu-list .menu-item a,
.blog .header__top-bar-menu-list .menu-item a {
  color: #282828;
}

.error404 .header__top-bar-menu-list .menu-item a:hover,
.page-template-template-no-header .header__top-bar-menu-list .menu-item a:hover,
.archive .header__top-bar-menu-list .menu-item a:hover,
.single .header__top-bar-menu-list .menu-item a:hover,
.blog .header__top-bar-menu-list .menu-item a:hover {
  color: #FF6C4A;
}

.error404 .header__top-bar-menu-list .menu-item a:focus, .error404 .header__top-bar-menu-list .menu-item a:active,
.page-template-template-no-header .header__top-bar-menu-list .menu-item a:focus,
.page-template-template-no-header .header__top-bar-menu-list .menu-item a:active,
.archive .header__top-bar-menu-list .menu-item a:focus,
.archive .header__top-bar-menu-list .menu-item a:active,
.single .header__top-bar-menu-list .menu-item a:focus,
.single .header__top-bar-menu-list .menu-item a:active,
.blog .header__top-bar-menu-list .menu-item a:focus,
.blog .header__top-bar-menu-list .menu-item a:active {
  color: #E65331;
}

.header__secondary-logo, .header__main-logo {
  height: 40px;
  position: relative;
}

.header__secondary-logo img, .header__main-logo img {
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: auto !important;
}

.header__main-logo--no-logo img {
  width: auto;
}

.header .custom-logo {
  display: block;
  position: relative;
}

.header .custom-logo--mono {
  display: block;
}

.header .custom-logo--colored {
  display: none;
}

.page-scrolled .header__main-logo .page-scrolled .header__secondary-logo {
  height: 48px;
}

.page-scrolled .header .custom-logo--mono {
  display: none;
}

.page-scrolled .header .custom-logo--colored {
  display: block;
}

.error404 .header .custom-logo--mono,
.page-template-template-no-header .header .custom-logo--mono,
.archive .header .custom-logo--mono,
.single .header .custom-logo--mono,
.blog .header .custom-logo--mono {
  display: none;
}

.error404 .header .custom-logo--colored,
.page-template-template-no-header .header .custom-logo--colored,
.archive .header .custom-logo--colored,
.single .header .custom-logo--colored,
.blog .header .custom-logo--colored {
  display: block;
}

@media (min-width: 992px) {
  .header__main-logo, .header__secondary-logo {
    height: 67.5px;
  }
  .page-scrolled .header__main-logo, .page-scrolled .header__secondary-logo {
    height: 47.5px;
  }
  .error404 .header .custom-logo--mono,
  .page-template-template-no-header .header .custom-logo--mono,
  .archive .header .custom-logo--mono,
  .single .header .custom-logo--mono,
  .blog .header .custom-logo--mono {
    display: none;
  }
  .error404 .header .custom-logo--colored,
  .page-template-template-no-header .header .custom-logo--colored,
  .archive .header .custom-logo--colored,
  .single .header .custom-logo--colored,
  .blog .header .custom-logo--colored {
    display: block;
  }
}

.header__open-menu-btn {
  display: block;
  float: right;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}

.header__close-menu-btn {
  display: none;
  float: right;
  font-size: 30px;
  color: #282828;
  cursor: pointer;
}

.header__menu-list {
  float: left;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 0px;
  display: none;
  position: relative;
}

.header__menu-list .menu-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 10px;
}

.header__menu-list .menu-item:not(:last-child) {
  margin-right: 15px;
}

.header__menu-list .menu-item:hover .sub-menu {
  margin-top: 58px;
  opacity: 1;
  visibility: visible;
}

.header__menu-list .menu-item a {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.header__menu-list .menu-item a:hover {
  color: #FF6C4A;
}

.header__menu-list .menu-item a:focus, .header__menu-list .menu-item a:active {
  color: #E65331;
}

.header__menu-list .menu-item .sub-menu {
  position: absolute;
  width: 220px;
  left: 0;
  top: 0;
  margin-top: 158px;
  margin-left: -21px;
  border-radius: 2px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity, margin-top 0.2s ease-in-out;
}

.header__menu-list .menu-item .sub-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.header__menu-list .menu-item .sub-menu:after {
  content: '';
  position: absolute;
  left: 38px;
  background: #FFFFFF;
  width: 19px;
  height: 16.97px;
  margin-top: -5px;
  transform: rotate(-135deg);
  border-radius: 1px;
  z-index: -1;
  border-radius: 1px solid #C4C4C4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header__menu-list .menu-item .sub-menu .menu-item {
  float: left;
  width: calc(100% - 42px);
  padding-left: 21px;
  padding-right: 21px;
  background: #FFFFFF;
}

.header__menu-list .menu-item .sub-menu .menu-item:first-child {
  padding-top: 21px;
  z-index: 5;
}

.header__menu-list .menu-item .sub-menu .menu-item:last-child {
  padding-bottom: 21px;
}

.header__menu-list .menu-item .sub-menu .menu-item:not(:last-child) {
  padding-bottom: 10px;
}

.header__menu-list .menu-item .sub-menu .menu-item a {
  float: left;
  width: 100%;
  color: #282828;
  font-weight: 400;
}

.header__menu-list .menu-item .sub-menu .menu-item a:hover {
  color: #FF6C4A;
}

.header__menu-list .menu-item .sub-menu .menu-item a:focus, .header__menu-list .menu-item .sub-menu .menu-item a:active {
  color: #E65331;
}

.header__menu-list .menu-item .sub-menu .current-menu-ancestor > a,
.header__menu-list .menu-item .sub-menu .current-menu-parent > a,
.header__menu-list .menu-item .sub-menu .current-menu-item > a,
.header__menu-list .menu-item .sub-menu .current_page_item > a {
  color: #FF5C36 !important;
}

.header__menu-list .current-menu-ancestor > a,
.header__menu-list .current-menu-parent > a,
.header__menu-list .current-menu-item > a,
.header__menu-list .current_page_item > a {
  color: #FF5C36 !important;
}

.header__menu-list--highlighted {
  position: absolute !important;
  top: 0;
  right: 0;
  margin-top: 10px;
}

.header__menu-list--highlighted a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #FF5C36;
  transition: background-color 0.2s ease-in-out !important;
  font-family: "Banana Grotesk";
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.header__menu-list--highlighted a:hover {
  color: #ffffff !important;
  background-color: #FF6C4A;
}

.header__menu-list--highlighted a:focus, .header__menu-list--highlighted a:active {
  color: #ffffff !important;
  background-color: #E65331;
}

.page-scrolled .header__open-menu-btn {
  margin-top: 9px;
  color: #282828;
}

.page-scrolled .header__menu-list {
  margin-top: 0px;
}

.page-scrolled .header__menu-list .menu-item a {
  color: #282828;
}

.page-scrolled .header__menu-list .menu-item a:hover {
  color: #FF6C4A;
}

.page-scrolled .header__menu-list .menu-item a:focus, .page-scrolled .header__menu-list .menu-item a:active {
  color: #E65331;
}

.page-scrolled .header__menu-list .current-menu-ancestor > a,
.page-scrolled .header__menu-list .current-menu-parent > a,
.page-scrolled .header__menu-list .current-menu-item > a,
.page-scrolled .header__menu-list .current_page_item > a {
  color: #FF5C36;
}

.page-scrolled .header__menu-list--highlighted a {
  color: #ffffff !important;
}

.page-scrolled .header__menu-list--highlighted a:hover {
  color: #ffffff !important;
}

.page-scrolled .header__menu-list--highlighted a:focus, .page-scrolled .header__menu-list--highlighted a:active {
  color: #ffffff !important;
}

.error404 .header__open-menu-btn,
.page-template-template-no-header .header__open-menu-btn,
.archive .header__open-menu-btn,
.single .header__open-menu-btn,
.blog .header__open-menu-btn {
  color: #282828;
}

.error404 .header__menu-list .menu-item a,
.page-template-template-no-header .header__menu-list .menu-item a,
.archive .header__menu-list .menu-item a,
.single .header__menu-list .menu-item a,
.blog .header__menu-list .menu-item a {
  color: #282828;
}

.error404 .header__menu-list .menu-item a:hover,
.page-template-template-no-header .header__menu-list .menu-item a:hover,
.archive .header__menu-list .menu-item a:hover,
.single .header__menu-list .menu-item a:hover,
.blog .header__menu-list .menu-item a:hover {
  color: #FF6C4A;
}

.error404 .header__menu-list .menu-item a:focus, .error404 .header__menu-list .menu-item a:active,
.page-template-template-no-header .header__menu-list .menu-item a:focus,
.page-template-template-no-header .header__menu-list .menu-item a:active,
.archive .header__menu-list .menu-item a:focus,
.archive .header__menu-list .menu-item a:active,
.single .header__menu-list .menu-item a:focus,
.single .header__menu-list .menu-item a:active,
.blog .header__menu-list .menu-item a:focus,
.blog .header__menu-list .menu-item a:active {
  color: #E65331;
}

.error404 .header__menu-list--highlighted a,
.page-template-template-no-header .header__menu-list--highlighted a,
.archive .header__menu-list--highlighted a,
.single .header__menu-list--highlighted a,
.blog .header__menu-list--highlighted a {
  color: #ffffff !important;
}

.error404 .header__menu-list--highlighted a:hover,
.page-template-template-no-header .header__menu-list--highlighted a:hover,
.archive .header__menu-list--highlighted a:hover,
.single .header__menu-list--highlighted a:hover,
.blog .header__menu-list--highlighted a:hover {
  color: #ffffff !important;
}

.error404 .header__menu-list--highlighted a:focus, .error404 .header__menu-list--highlighted a:active,
.page-template-template-no-header .header__menu-list--highlighted a:focus,
.page-template-template-no-header .header__menu-list--highlighted a:active,
.archive .header__menu-list--highlighted a:focus,
.archive .header__menu-list--highlighted a:active,
.single .header__menu-list--highlighted a:focus,
.single .header__menu-list--highlighted a:active,
.blog .header__menu-list--highlighted a:focus,
.blog .header__menu-list--highlighted a:active {
  color: #ffffff !important;
}

@media (min-width: 1200px) {
  .header__open-menu-btn {
    display: none;
  }
  .header__close-menu-btn {
    display: none;
  }
  .header__menu-list {
    display: block;
  }
}

@media (min-width: 1600px) {
  .header__menu-list .menu-item:not(:last-child) {
    margin-right: 30px;
  }
  .header__menu-list .menu-item a {
    font-size: 16px;
  }
  .header__menu-list--highlighted a {
    font-family: "Banana Grotesk";
    font-size: 14px !important;
    line-height: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
  }
}

.quick-links {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 307px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
  visibility: none;
  z-index: 25;
  margin-bottom: -100%;
  pointer-events: none;
  transition: margin-bottom 0.2s ease-in-out;
}

.quick-links--mobile {
  display: block;
}

.quick-links--mobile a {
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #FF5C36;
  transition: background-color 0.2s ease-in-out !important;
  font-family: "Banana Grotesk";
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.quick-links--mobile a:hover {
  color: #ffffff !important;
  background-color: #FF6C4A;
}

.quick-links--mobile a:focus, .quick-links--mobile a:active {
  color: #ffffff !important;
  background-color: #E65331;
}

.quick-links--desktop {
  display: none;
}

.quick-links--open .quick-links {
  visibility: visible;
  margin-bottom: 0px;
  pointer-events: all;
}

.quick-links--open .quick-links:after {
  margin-bottom: 0px;
}

.quick-links:after {
  content: '';
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5e2a2b;
  z-index: -1;
  position: absolute;
  margin-bottom: -100%;
  transition: margin-bottom 0.2s ease-in-out;
}

.quick-links__open-links-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 40px;
  z-index: 1;
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background-color: #FF5C36;
  text-align: center;
  line-height: 48px;
  font-size: 32px;
  border-radius: 24px;
}

.quick-links__open-links-btn:hover {
  color: #ffffff;
  background-color: #FF6C4A;
}

.quick-links__open-links-btn:active, .quick-links__open-links-btn:focus {
  color: #ffffff;
  background-color: #E65331;
}

.quick-links__open-links-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.quick-links__title {
  float: left;
  width: calc(100% - 25px);
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 20px;
  color: #ffffff;
  text-align: left;
  font-family: "Boita";
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
}

.quick-links__close-links-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 37px;
  margin-top: 40px;
  color: #ffffff;
  font-size: 24px;
}

.quick-links__item {
  float: left;
  width: 94px;
  height: 94px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #FF5C36;
  color: #ffffff;
  text-decoration: none;
  line-height: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}

.quick-links__item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #FF6C4A;
}

.quick-links__item:focus, .quick-links__item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #E65331;
}

.quick-links__item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
}

.quick-links__item-icon {
  margin-bottom: 5px;
}

.quick-links__item-text {
  display: inline-block;
  width: 100%;
}

.sticky-download {
  display: inlineblock;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
}

.sticky-download a {
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #FF5C36;
  transition: background-color 0.2s ease-in-out !important;
  font-family: "Banana Grotesk";
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.sticky-download a:hover {
  color: #ffffff !important;
  background-color: #FF6C4A;
}

.sticky-download a:focus, .sticky-download a:active {
  color: #ffffff !important;
  background-color: #E65331;
}

@media (min-width: 992px) {
  .quick-links {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    bottom: auto;
    width: 94px;
    background-color: transparent;
    padding-top: 0x;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    pointer-events: all;
  }
  .quick-links--mobile {
    display: none;
  }
  .quick-links--desktop {
    display: block;
  }
  .quick-links:after {
    content: none;
    display: none;
  }
  .quick-links__open-links-btn {
    display: none;
  }
  .quick-links__title {
    display: none;
  }
  .quick-links__close-links-btn {
    display: none;
  }
  .quick-links__item {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .sticky-download {
    display: none;
  }
}

@media (min-width: 1600px) {
  .quick-links__title {
    font-family: "Boita";
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
  }
}

.hero__image img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  min-width: none !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
  z-index: 1;
  left: auto;
  transform: none;
}

.slick-dots {
  font-size: 0px !important;
}

.slick-dots li {
  width: 14px !important;
  height: 14px !important;
}

.slick-dots li button {
  width: 14px !important;
  height: 14px !important;
  padding: 0px !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
  color: #C4C4C4 !important;
  opacity: 1 !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
}

.slick-dots li button:hover:before {
  color: #FF5C36 !important;
}

.slick-dots li.slick-active button:before {
  color: #FF5C36 !important;
}

.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
  background-color: #FF5C36;
  border-radius: 20px;
  z-index: 5;
  transition: background-color 0.2s ease-in-out;
}

.slick-next:before, .slick-prev:before {
  content: none;
  display: none;
}

.slick-next:after, .slick-prev:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.slick-next:hover, .slick-prev:hover {
  background-color: #FF6C4A;
}

.slick-next:active, .slick-next:focus, .slick-prev:active, .slick-prev:focus {
  background-color: #E65331;
}

.slick-prev {
  left: -20px;
}

.slick-prev:after {
  transform: rotate(-180deg);
  background: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center center;
  z-index: 10;
}

.slick-next {
  right: -20px;
}

.slick-next:after {
  background: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center center;
  z-index: 10;
}

.wp-block-button__link {
  color: #ffffff;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #FF5C36 !important;
  border-radius: 0px !important;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  transition: background-color 0.2s ease-in-out;
}

.wp-block-button__link:hover {
  background-color: #FF6C4A !important;
  color: #ffffff !important;
}

@media (min-width: 1600px) {
  .wp-block-button__link {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
}

.article {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.article__header {
  float: left;
  width: 100%;
  position: relative;
  min-height: 440px;
  margin-bottom: 40px;
}

.article__left {
  float: left;
  width: 100%;
}

.article__right {
  float: left;
  width: 100%;
  padding-top: 70px;
  position: relative;
}

.article__return-url {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 25px;
  font-size: 16px;
}

.article__image {
  float: left;
  width: 100%;
  margin: 0px;
}

.article__image img {
  float: left;
  width: 100%;
  height: auto;
}

.article__event {
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  text-align: center;
}

.article__event-data {
  display: inline-block;
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 20px;
}

.article__event-data--calendar:before {
  display: inline-block;
  content: '';
  width: 88px;
  height: 88px;
  position: relative;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  background: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.article__event-data--clock:before {
  display: inline-block;
  content: '';
  width: 88px;
  height: 88px;
  position: relative;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  background: url(../images/clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.article__event-data--location:before {
  display: inline-block;
  content: '';
  width: 88px;
  height: 88px;
  position: relative;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  background: url(../images/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.article__event-data--audience:before {
  display: inline-block;
  content: '';
  width: 88px;
  height: 88px;
  position: relative;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  background: url(../images/audience.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.article__event-data strong {
  float: left;
  width: 100%;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
}

.article__event-data span {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.article__title {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #5e2a2b;
  font-family: "Boita";
  font-size: 36px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
}

.article__meta {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #6f625a;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.article__meta-tags {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #6f625a;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.article__meta-tags a {
  color: #6f625a;
  text-transform: uppercase;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.article__meta-tags a:hover {
  color: #FF6C4A;
}

.article__meta-tags a:focus, .article__meta-tags a:active {
  color: #E65331;
}

.article__meta-separator {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #6f625a;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.article__excerpt {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 992px) {
  .article {
    width: calc(100% - 200px);
    padding-left: 100px;
    padding-right: 100px;
  }
  .article__left {
    width: 100%;
    max-width: calc(50vw - 30px);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: calc(60% - 100px + 39px);
  }
  .article__right {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -100px;
  }
}

@media (min-width: 1500px) {
  .article__left {
    max-width: 690px;
  }
}

@media (min-width: 1600px) {
  .article__title {
    font-family: "Boita";
    font-size: 48px;
    line-height: 60px;
    font-style: normal;
    font-weight: 700;
  }
  .article__meta {
    font-family: "Banana Grotesk";
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
  }
  .article__meta-tags {
    font-family: "Banana Grotesk";
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
  }
  .article__meta-tags a {
    font-family: "Banana Grotesk";
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
  }
  .article__meta-separator {
    font-family: "Banana Grotesk";
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
  }
  .article__excerpt {
    font-family: "Banana Grotesk";
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
  }
}

.quote__text:before {
  position: absolute;
  content: '';
  width: 59px;
  height: 53px;
  top: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-mask-image: url(../images/quote.svg);
          mask-image: url(../images/quote.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  margin-top: -65px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .quote__text:before {
    width: 79px;
    height: 70px;
    margin-top: -80px;
    margin-left: -10px;
    background-color: #FF5C36;
  }
}

.checklist ul,
.checklist ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.checklist ul li,
.checklist ol li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 35px);
  position: relative;
  padding-left: 35px;
  color: #282828;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.checklist ul li:not(:last-child),
.checklist ol li:not(:last-child) {
  margin-bottom: 20px;
}

.checklist ul li:before,
.checklist ol li:before {
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 20px;
  color: #FF5C36;
  content: "\e901";
  font-family: 'icomoon';
}

@media (min-width: 1600px) {
  .checklist ul li,
  .checklist ol li {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
}

.popup {
  max-height: calc(100vh - 168px);
  max-width: calc(100vw - 80px);
  width: 100%;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #f1efef;
  height: auto;
  z-index: 9999;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: auto;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 35px;
  margin-top: 35px;
  color: #282828;
  font-size: 28px;
}

.popup__inner {
  float: left;
  width: 100%;
  overflow: auto;
  max-height: 100%;
}

@media (min-width: 992px) {
  .popup {
    max-height: calc(90vh - 120px);
    max-width: calc(80vw - 120px);
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .popup {
    max-height: calc(80vh - 120px);
    max-width: calc(70vw - 120px);
  }
}

@media (min-width: 1600px) {
  .popup {
    width: auto;
  }
}

.community-member {
  float: left;
  width: 100%;
}

.community-member__header {
  float: left;
  width: 100%;
}

.community-member__image {
  float: left;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 110px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
}

.community-member__image img {
  height: 220px;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.community-member__title {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #282828;
  font-family: "Boita";
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
}

.community-member__tags {
  float: left;
  width: 100%;
  color: #6f625a;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.community-member__content {
  float: left;
  width: 100%;
  max-width: 480px;
}

@media (min-width: 768px) {
  .community-member__header {
    width: 276px;
    margin-right: 24px;
  }
  .community-member__image {
    width: 220px;
    height: 220px;
    border-radius: 110px;
  }
  .community-member__image img {
    height: 220px;
  }
  .community-member__content {
    width: calc(100% - 380px);
    padding-right: 80px;
  }
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .community-member__title {
    font-family: "Boita";
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
  }
  .community-member__tags {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .community-member__content {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .community-member__title {
    font-family: "Boita";
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
  }
  .community-member__tags {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .community-member__content {
    width: calc(100% - 320px);
    padding-right: 20px;
  }
}

.copyright {
  float: left;
  width: 100%;
}

.copyright__text {
  color: #d7d2c5;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.copyright__menu {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  width: 100%;
}

.copyright__menu .menu-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  background-color: transparent !important;
}

.copyright__menu .menu-item a {
  background-color: transparent !important;
}

@media (min-width: 1200px) {
  .copyright {
    width: 75%;
  }
  .copyright__text {
    width: auto;
    text-align: left;
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .copyright__menu {
    width: auto;
  }
  .copyright__menu .menu-item {
    margin-left: 20px;
    width: auto;
    text-align: left;
    margin-top: 0px;
  }
}

.social-media {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.social-media__item {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  width: 32px;
  height: 32px;
  background-color: #d7d2c5;
  overflow: hidden;
  border-radius: 16px;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  transition: background-color 0.2s ease-in-out;
}

.social-media__item span {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #5e2a2b !important;
  position: relative;
}

.social-media__item span::before {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
}

.social-media__item:hover {
  color: #5e2a2b !important;
  background-color: #6f625a;
}

@media (min-width: 1200px) {
  .social-media {
    width: 25%;
    text-align: right;
    margin-top: 0px;
  }
  .social-media__item {
    width: 25px;
    height: 25px;
    border-radius: 14px;
    text-align: center;
    margin-left: 10px;
    margin-right: 0px;
  }
  .social-media__item span {
    font-size: 13px;
  }
}

.mobile__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 88px);
  background: #5e2a2b;
  padding-top: 88px;
  z-index: 15;
  pointer-events: none;
  margin-left: 100vw;
  transition: margin-left 0.2s ease-in-out;
}

.mobile__overlay .container {
  position: relative;
  height: 100%;
  max-height: 100%;
}

.mobile__overlay .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  max-height: 100%;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: scroll;
}

.mobile__overlay .menu--show {
  margin-right: 0px;
  transition: margin-right 0.2s ease-in-out;
}

.mobile__overlay .menu--hide {
  margin-right: 100vw;
  transition: margin-right 0.2s ease-in-out;
}

.mobile__main-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -68px;
  margin-left: 30px;
  width: 70px;
  margin-right: 13px;
  height: 40px;
}

.mobile__main-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.mobile__secondary-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -68px;
  margin-left: 113px;
  width: 100px;
  height: 40px;
}

.mobile__secondary-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.mobile__close-overlay-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -63px;
  margin-right: 30px;
  color: #ffffff;
  font-size: 28px;
}

.mobile__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 30px;
  padding-right: 30px;
}

.mobile__menu-list {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  list-style-type: none;
}

.mobile__menu-item {
  float: left;
  width: 100%;
  text-align: center;
}

.mobile__menu-item:not(:last-child) {
  margin-bottom: 20px;
}

.mobile__menu-item a {
  display: inline-block;
  width: auto;
  text-align: center;
  color: #ffffff;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  transition: color 0.2s ease-in-out;
}

.mobile__menu-item a:hover {
  color: #FF6C4A;
}

.mobile__menu-item a:focus, .mobile__menu-item a:active {
  color: #E65331;
}

.mobile__menu-item--highlighted {
  text-align: center;
}

.mobile__menu-item--highlighted a {
  float: none;
  clear: both;
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #FF5C36;
  font-family: "Banana Grotesk";
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  transition: background-color 0.2s ease-in-out;
}

.mobile__menu-item--highlighted a:hover {
  color: #ffffff !important;
  background-color: #FF6C4A;
}

.mobile__menu-item--highlighted a:focus, .mobile__menu-item--highlighted a:active {
  color: #ffffff !important;
  background-color: #E65331;
}

.mobile__location-switcher a {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 5px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  transition: color 0.2s ease-in-out;
}

.mobile__location-switcher a:hover {
  color: #FF6C4A;
}

.mobile__location-switcher a:focus, .mobile__location-switcher a:active {
  color: #E65331;
}

.mobile__overlay--open .mobile__overlay {
  margin-left: 0;
  pointer-events: all;
  transition: margin-left 0.2s ease-in-out;
}

.mobile__overlay--closed .mobile__overlay {
  margin-left: 100vw;
  pointer-events: all;
  transition: margin-left 0.2s ease-in-out;
}

.submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  max-height: 100%;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.submenu--show {
  margin-left: 0px;
  pointer-events: all;
  transition: margin-left 0.2s ease-in-out;
}

.submenu--hide {
  margin-left: 100vw;
  pointer-events: none;
  transition: margin-left 0.2s ease-in-out;
}

.submenu__close-btn {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 10px;
  font-size: 31px;
  color: #FF5C36;
  margin-left: 30px;
  z-index: 40;
}

.submenu__close-btn:hover {
  color: #FF6C4A;
}

.submenu__close-btn:focus, .submenu__close-btn:active {
  color: #E65331;
}

.submenu__title {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 213px;
  padding-left: 25%;
  padding-right: 25%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  font-family: "Boita";
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
}

.submenu__menu-list {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.submenu__menu-item {
  float: left;
  width: 100%;
  text-align: center;
}

.submenu__menu-item:not(:last-child) {
  margin-bottom: 20px;
}

.submenu__menu-item a {
  display: inline-block;
  width: auto;
  text-align: center;
  color: #ffffff;
  font-family: "Banana Grotesk";
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  transition: color 0.2s ease-in-out;
}

.submenu__menu-item a:hover {
  color: #FF6C4A;
}

.submenu__menu-item a:focus, .submenu__menu-item a:active {
  color: #E65331;
}

.submenu__menu-item--highlighted {
  text-align: center;
}

.submenu__menu-item--highlighted a {
  float: none;
  clear: both;
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #FF5C36;
  transition: background-color 0.2s ease-in-out !important;
  font-family: "Banana Grotesk";
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.submenu__menu-item--highlighted a:hover {
  color: #ffffff !important;
  background-color: #FF6C4A;
}

.submenu__menu-item--highlighted a:focus, .submenu__menu-item--highlighted a:active {
  color: #ffffff !important;
  background-color: #E65331;
}

@media (min-width: 1200px) {
  .mobile__overlay--open .mobile__overlay {
    display: none;
    pointer-events: none;
  }
}

.mailerlite-form-title h3 {
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}

.mailerlite-form-description {
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.mailerlite-form {
  margin-top: 56px;
}

.mailerlite-form .mailerlite-form-field {
  float: left;
  width: calc(100% - 114px);
}

.mailerlite-form .mailerlite-form-field label {
  display: none;
}

.mailerlite-form .mailerlite-form-field input[type="email"] {
  float: left;
  width: calc(100% - 20px);
  height: calc(40px - 16px);
  line-height: calc(40px - 16px);
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #282828;
  border: none;
  margin: 0px !important;
}

.mailerlite-form .mailerlite-form-field input[type="email"]::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.mailerlite-form .mailerlite-form-field input[type="email"]::placeholder {
  color: #C4C4C4;
  opacity: 1;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.mailerlite-form .mailerlite-form-field .error {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.mailerlite-form .mailerlite-subscribe-button-container {
  float: left;
  width: 114px;
}

.mailerlite-form .mailerlite-form-loader {
  float: left;
  width: 104px;
  margin-left: 10px;
  margin-right: 0px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'Banana Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.mailerlite-form .mailerlite-subscribe-submit {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #FF5C36;
  border: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
  font-family: "Banana Grotesk";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  transition: background-color 0.2s ease-in-out;
}

.mailerlite-form .mailerlite-subscribe-submit:hover {
  color: #ffffff;
  background-color: #FF6C4A;
}

.mailerlite-form .mailerlite-subscribe-submit:focus, .mailerlite-form .mailerlite-subscribe-submit:active {
  color: #ffffff;
  background-color: #E65331;
}

@media (min-width: 768px) {
  .mailerlite-form {
    margin-top: 0px;
  }
  .mailerlite-form .mailerlite-form-field {
    width: 100%;
  }
  .mailerlite-form .mailerlite-form-field input[type="email"] {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .mailerlite-form .mailerlite-subscribe-button-container {
    width: 100%;
  }
  .mailerlite-form .mailerlite-form-loader {
    margin-left: 0px;
    width: 100%;
  }
  .mailerlite-form .mailerlite-subscribe-submit {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .mailerlite-form .mailerlite-form-field {
    width: calc(100% - 114px);
  }
  .mailerlite-form .mailerlite-form-field input[type="email"] {
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0px;
  }
  .mailerlite-form .mailerlite-subscribe-button-container {
    width: 114px;
  }
  .mailerlite-form .mailerlite-form-loader {
    width: 104px;
    margin-left: 10px;
  }
  .mailerlite-form .mailerlite-subscribe-submit {
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 2px;
  }
}

@media (min-width: 1600px) {
  .mailerlite-form-title h3 {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .mailerlite-form-description {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .mailerlite-form .mailerlite-form-field input[type="email"]::-moz-placeholder {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .mailerlite-form .mailerlite-form-field input[type="email"]::placeholder {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .mailerlite-form .mailerlite-form-field .error {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .mailerlite-form .mailerlite-subscribe-submit {
    font-family: "Banana Grotesk";
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
}

.loader-wrap {
  float: left;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FF5C36;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.region-switcher-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.region-switcher-popup--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.region-switcher-popup .container {
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 99;
  padding-top: 40px;
}

.region-switcher-popup__main-logo {
  width: 70px;
}

.region-switcher-popup__main-logo img {
  width: 100%;
  height: auto;
}

.region-switcher-popup__item {
  position: absolute;
  width: 100vw;
  height: 50vh;
}

.region-switcher-popup__item a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.region-switcher-popup__item:nth-child(2) {
  right: 0;
  top: 0;
  background-color: #5e2a2b;
  text-align: center;
}

.region-switcher-popup__item:nth-child(2) a {
  color: #d7d2c5;
}

.region-switcher-popup__item:nth-child(2) a:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 74px;
  height: 100%;
  background-image: url(../images/vilnius-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.region-switcher-popup__item:last-child {
  left: 0;
  bottom: 0;
  background-color: #d7d2c5;
  text-align: center;
}

.region-switcher-popup__item:last-child a {
  color: #5e2a2b;
}

.region-switcher-popup__item:last-child a:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 74px;
  height: 100%;
  background-image: url(../images/brussels-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.region-switcher-popup__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-right: 94px;
  z-index: 999;
  font-family: "Boita";
  font-size: 46px;
  line-height: 58px;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 768px) {
  .region-switcher-popup__main-logo {
    width: 140px;
  }
  .region-switcher-popup__item {
    top: 0;
    width: 50vw;
    height: 100vh;
  }
  .region-switcher-popup__item:nth-child(2) {
    right: 0;
    margin-right: 50%;
    text-align: right;
  }
  .region-switcher-popup__item:nth-child(2) a {
    left: auto;
    right: 0;
    transform: translateY(-50%);
    margin-right: 58px;
  }
  .region-switcher-popup__item:last-child {
    left: 0;
    margin-left: 50%;
    text-align: left;
  }
  .region-switcher-popup__item:last-child a {
    left: 0;
    right: auto;
    transform: translateY(-50%);
    margin-left: 58px;
  }
}

@media (min-width: 1200px) {
  .region-switcher-popup__item:nth-child(2) a {
    margin-right: 208px;
  }
  .region-switcher-popup__item:last-child a {
    margin-left: 208px;
  }
}

@media (min-width: 1600px) {
  .region-switcher-popup__link {
    font-family: "Boita";
    font-size: 72px;
    line-height: 80px;
    font-style: normal;
    font-weight: 700;
  }
}

.sticky-switcher {
  display: inlineblock;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
}

.sticky-switcher a {
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #FF5C36;
  transition: background-color 0.2s ease-in-out !important;
  font-family: "Banana Grotesk";
  font-size: 14px !important;
  line-height: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.sticky-switcher a:hover {
  color: #ffffff !important;
  background-color: #FF6C4A;
}

.sticky-switcher a:focus, .sticky-switcher a:active {
  color: #ffffff !important;
  background-color: #E65331;
}

.admin-bar .sticky-switcher {
  top: 46px;
}

@media (min-width: 768px) {
  .admin-bar .sticky-switcher {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .sticky-switcher {
    top: auto;
    bottom: 0;
  }
  .admin-bar .sticky-switcher {
    top: auto;
  }
}

/*# sourceMappingURL=../sourcemaps/main.css.map */
