@charset "UTF-8";
@font-face {
  font-family: 'Wotfard';
  src: url("/static/font/wotfard-regular-webfont.woff2") format("woff2"), url("/static/font/wotfard-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Wotfard';
  src: url("/static/font/wotfard-regularitalic-webfont.woff2") format("woff2"), url("/static/font/wotfard-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Wotfard';
  src: url("/static/font/wotfard-medium-webfont.woff2") format("woff2"), url("/static/font/wotfard-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Wotfard';
  src: url("/static/font/wotfard-mediumitalic-webfont.woff2") format("woff2"), url("/static/font/wotfard-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
}

em,
i {
  font-weight: inherit;
}

html {
  height: 100%;
  font-size: 20px;
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #282927;
  background: #ffffff;
  font-weight: 400;
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  /* sticky footer */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Box sizing */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Forms */
form {
  display: block;
}

fieldset {
  border: none;
}

label {
  font-weight: bold;
}

input, select, button {
  vertical-align: top;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

/* Various */
img {
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.sh-content {
  display: none;
}

.sh-content.sh-content-opened {
  display: block;
}

.sh-content.sh-content-lg-opened {
  display: block;
}

.pull-right {
  float: right;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

/* Alignment */
.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.col2-set .col {
  width: 50%;
  margin-bottom: 1em;
}

.col3-set .col {
  width: 33.33333%;
  margin-bottom: 1em;
}

.col4-set .col {
  width: 25%;
  margin-bottom: 1em;
}

/* General item list */
.item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-list.item-list-1 .item {
  width: 100%;
}

.item-list.item-list-2 .item {
  width: 50%;
}

.item-list.item-list-3 .item {
  width: 33.33333%;
}

.item-list.item-list-4 .item {
  width: 25%;
}

.item-inner {
  display: block;
  text-decoration: none;
}

/* Layout */
.m-t-0 {
  margin-top: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-t--0 {
  margin-top: -0rem !important;
}

.m-b--0 {
  margin-bottom: -0rem !important;
}

.m-l--0 {
  margin-left: -0rem !important;
}

.m-r--0 {
  margin-right: -0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-t--1 {
  margin-top: -1rem !important;
}

.m-b--1 {
  margin-bottom: -1rem !important;
}

.m-l--1 {
  margin-left: -1rem !important;
}

.m-r--1 {
  margin-right: -1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-t--2 {
  margin-top: -2rem !important;
}

.m-b--2 {
  margin-bottom: -2rem !important;
}

.m-l--2 {
  margin-left: -2rem !important;
}

.m-r--2 {
  margin-right: -2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-t--3 {
  margin-top: -3rem !important;
}

.m-b--3 {
  margin-bottom: -3rem !important;
}

.m-l--3 {
  margin-left: -3rem !important;
}

.m-r--3 {
  margin-right: -3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-t--4 {
  margin-top: -4rem !important;
}

.m-b--4 {
  margin-bottom: -4rem !important;
}

.m-l--4 {
  margin-left: -4rem !important;
}

.m-r--4 {
  margin-right: -4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-t--5 {
  margin-top: -5rem !important;
}

.m-b--5 {
  margin-bottom: -5rem !important;
}

.m-l--5 {
  margin-left: -5rem !important;
}

.m-r--5 {
  margin-right: -5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.m-b-0-1 {
  margin-bottom: 0.1rem !important;
}

.m-b-0-15 {
  margin-bottom: 0.15rem !important;
}

.m-b-0-25 {
  margin-bottom: 0.25rem !important;
}

.m-b-0-5 {
  margin-bottom: 0.5rem !important;
}

.m-b-0-75 {
  margin-bottom: 0.75rem !important;
}

.m-b-1-25 {
  margin-bottom: 1.25rem !important;
}

.m-b-1-5 {
  margin-bottom: 1.5rem !important;
}

.m-b-1-75 {
  margin-bottom: 1.75rem !important;
}

.m-b-2-25 {
  margin-bottom: 2.25rem !important;
}

.m-b-2-5 {
  margin-bottom: 2.5rem !important;
}

.m-b-3-5 {
  margin-bottom: 3.5rem !important;
}

.m-b-4-5 {
  margin-bottom: 4.5rem !important;
}

.m-t-0-1 {
  margin-top: 0.1rem !important;
}

.m-t-0-15 {
  margin-top: 0.15rem !important;
}

.m-t-0-25 {
  margin-top: 0.25rem !important;
}

.m-t-0-5 {
  margin-top: 0.5rem !important;
}

.m-t-0-75 {
  margin-top: 0.75rem !important;
}

.m-t-1-25 {
  margin-top: 1.25rem !important;
}

.m-t-1-5 {
  margin-top: 1.5rem !important;
}

.m-t-1-75 {
  margin-top: 1.75rem !important;
}

.m-t-2-25 {
  margin-top: 2.25rem !important;
}

.m-t-2-5 {
  margin-top: 2.5rem !important;
}

.m-l-0-25 {
  margin-left: 0.25rem !important;
}

.m-l-0-5 {
  margin-left: 0.5rem !important;
}

.m-l-0-75 {
  margin-left: 0.75rem !important;
}

.m-l-1-5 {
  margin-left: 1.5rem !important;
}

.m-l-2-5 {
  margin-left: 2.5rem !important;
}

.m-r-0-25 {
  margin-right: 0.25rem !important;
}

.m-r-0-5 {
  margin-right: 0.5rem !important;
}

.m-r-0-75 {
  margin-right: 0.75rem !important;
}

.m-r-1-5 {
  margin-right: 1.5rem !important;
}

.m-r-2-5 {
  margin-right: 2.5rem !important;
}

.p-b-0-25 {
  padding-bottom: 0.25rem !important;
}

.p-b-0-5 {
  padding-bottom: 0.5rem !important;
}

.p-b-0-75 {
  padding-bottom: 0.75rem !important;
}

.p-b-1-5 {
  padding-bottom: 1.5rem !important;
}

.p-t-0-25 {
  padding-top: 0.5rem !important;
}

.p-t-0-5 {
  padding-top: 0.5rem !important;
}

.p-t-0-75 {
  padding-top: 0.5rem !important;
}

.p-t-1-5 {
  padding-top: 1.5rem !important;
}

.m-t--0-5 {
  margin-top: -0.5rem !important;
}

.m-t--1-5 {
  margin-top: -1.5rem !important;
}

.m-b--0-5 {
  margin-top: -0.5rem !important;
}

.m-b--1-5 {
  margin-top: -1.5rem !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.m-t-a {
  margin-top: auto;
}

.m-b-a {
  margin-bottom: auto;
}

.m-l-a {
  margin-left: auto;
}

.m-r-a {
  margin-right: auto;
}

/* Mixins */
/* laptop < 1370 */
@media screen and (max-width: 1370px) {
  html {
    font-size: 19px;
  }
}

@media screen and (max-width: 992px) {
  .sh-content.sh-content-lg-opened {
    display: none;
  }
}

/* mobile < 768 */
/* mobile first */
@media screen and (min-width: 1200px) {
  .m-t-xl-0 {
    margin-top: 0rem !important;
  }
  .m-b-xl-0 {
    margin-bottom: 0rem !important;
  }
  .m-l-xl-0 {
    margin-left: 0rem !important;
  }
  .m-r-xl-0 {
    margin-right: 0rem !important;
  }
  .m-t-xl--0 {
    margin-top: -0rem !important;
  }
  .m-b-xl--0 {
    margin-bottom: -0rem !important;
  }
  .p-t-xl-0 {
    padding-top: 0rem !important;
  }
  .p-b-xl-0 {
    padding-bottom: 0rem !important;
  }
  .p-l-xl-0 {
    padding-left: 0rem !important;
  }
  .p-r-xl-0 {
    padding-right: 0rem !important;
  }
  .m-t-xl-1 {
    margin-top: 1rem !important;
  }
  .m-b-xl-1 {
    margin-bottom: 1rem !important;
  }
  .m-l-xl-1 {
    margin-left: 1rem !important;
  }
  .m-r-xl-1 {
    margin-right: 1rem !important;
  }
  .m-t-xl--1 {
    margin-top: -1rem !important;
  }
  .m-b-xl--1 {
    margin-bottom: -1rem !important;
  }
  .p-t-xl-1 {
    padding-top: 1rem !important;
  }
  .p-b-xl-1 {
    padding-bottom: 1rem !important;
  }
  .p-l-xl-1 {
    padding-left: 1rem !important;
  }
  .p-r-xl-1 {
    padding-right: 1rem !important;
  }
  .m-t-xl-2 {
    margin-top: 2rem !important;
  }
  .m-b-xl-2 {
    margin-bottom: 2rem !important;
  }
  .m-l-xl-2 {
    margin-left: 2rem !important;
  }
  .m-r-xl-2 {
    margin-right: 2rem !important;
  }
  .m-t-xl--2 {
    margin-top: -2rem !important;
  }
  .m-b-xl--2 {
    margin-bottom: -2rem !important;
  }
  .p-t-xl-2 {
    padding-top: 2rem !important;
  }
  .p-b-xl-2 {
    padding-bottom: 2rem !important;
  }
  .p-l-xl-2 {
    padding-left: 2rem !important;
  }
  .p-r-xl-2 {
    padding-right: 2rem !important;
  }
  .m-t-xl-3 {
    margin-top: 3rem !important;
  }
  .m-b-xl-3 {
    margin-bottom: 3rem !important;
  }
  .m-l-xl-3 {
    margin-left: 3rem !important;
  }
  .m-r-xl-3 {
    margin-right: 3rem !important;
  }
  .m-t-xl--3 {
    margin-top: -3rem !important;
  }
  .m-b-xl--3 {
    margin-bottom: -3rem !important;
  }
  .p-t-xl-3 {
    padding-top: 3rem !important;
  }
  .p-b-xl-3 {
    padding-bottom: 3rem !important;
  }
  .p-l-xl-3 {
    padding-left: 3rem !important;
  }
  .p-r-xl-3 {
    padding-right: 3rem !important;
  }
  .m-t-xl-4 {
    margin-top: 4rem !important;
  }
  .m-b-xl-4 {
    margin-bottom: 4rem !important;
  }
  .m-l-xl-4 {
    margin-left: 4rem !important;
  }
  .m-r-xl-4 {
    margin-right: 4rem !important;
  }
  .m-t-xl--4 {
    margin-top: -4rem !important;
  }
  .m-b-xl--4 {
    margin-bottom: -4rem !important;
  }
  .p-t-xl-4 {
    padding-top: 4rem !important;
  }
  .p-b-xl-4 {
    padding-bottom: 4rem !important;
  }
  .p-l-xl-4 {
    padding-left: 4rem !important;
  }
  .p-r-xl-4 {
    padding-right: 4rem !important;
  }
  .m-t-xl-5 {
    margin-top: 5rem !important;
  }
  .m-b-xl-5 {
    margin-bottom: 5rem !important;
  }
  .m-l-xl-5 {
    margin-left: 5rem !important;
  }
  .m-r-xl-5 {
    margin-right: 5rem !important;
  }
  .m-t-xl--5 {
    margin-top: -5rem !important;
  }
  .m-b-xl--5 {
    margin-bottom: -5rem !important;
  }
  .p-t-xl-5 {
    padding-top: 5rem !important;
  }
  .p-b-xl-5 {
    padding-bottom: 5rem !important;
  }
  .p-l-xl-5 {
    padding-left: 5rem !important;
  }
  .p-r-xl-5 {
    padding-right: 5rem !important;
  }
  .w-xl-100 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .m-t-lg-0 {
    margin-top: 0rem !important;
  }
  .m-b-lg-0 {
    margin-bottom: 0rem !important;
  }
  .m-l-lg-0 {
    margin-left: 0rem !important;
  }
  .m-r-lg-0 {
    margin-right: 0rem !important;
  }
  .m-t-lg--0 {
    margin-top: -0rem !important;
  }
  .m-b-lg--0 {
    margin-bottom: -0rem !important;
  }
  .p-t-lg-0 {
    padding-top: 0rem !important;
  }
  .p-b-lg-0 {
    padding-bottom: 0rem !important;
  }
  .p-l-lg-0 {
    padding-left: 0rem !important;
  }
  .p-r-lg-0 {
    padding-right: 0rem !important;
  }
  .m-t-lg-1 {
    margin-top: 1rem !important;
  }
  .m-b-lg-1 {
    margin-bottom: 1rem !important;
  }
  .m-l-lg-1 {
    margin-left: 1rem !important;
  }
  .m-r-lg-1 {
    margin-right: 1rem !important;
  }
  .m-t-lg--1 {
    margin-top: -1rem !important;
  }
  .m-b-lg--1 {
    margin-bottom: -1rem !important;
  }
  .p-t-lg-1 {
    padding-top: 1rem !important;
  }
  .p-b-lg-1 {
    padding-bottom: 1rem !important;
  }
  .p-l-lg-1 {
    padding-left: 1rem !important;
  }
  .p-r-lg-1 {
    padding-right: 1rem !important;
  }
  .m-t-lg-2 {
    margin-top: 2rem !important;
  }
  .m-b-lg-2 {
    margin-bottom: 2rem !important;
  }
  .m-l-lg-2 {
    margin-left: 2rem !important;
  }
  .m-r-lg-2 {
    margin-right: 2rem !important;
  }
  .m-t-lg--2 {
    margin-top: -2rem !important;
  }
  .m-b-lg--2 {
    margin-bottom: -2rem !important;
  }
  .p-t-lg-2 {
    padding-top: 2rem !important;
  }
  .p-b-lg-2 {
    padding-bottom: 2rem !important;
  }
  .p-l-lg-2 {
    padding-left: 2rem !important;
  }
  .p-r-lg-2 {
    padding-right: 2rem !important;
  }
  .m-t-lg-3 {
    margin-top: 3rem !important;
  }
  .m-b-lg-3 {
    margin-bottom: 3rem !important;
  }
  .m-l-lg-3 {
    margin-left: 3rem !important;
  }
  .m-r-lg-3 {
    margin-right: 3rem !important;
  }
  .m-t-lg--3 {
    margin-top: -3rem !important;
  }
  .m-b-lg--3 {
    margin-bottom: -3rem !important;
  }
  .p-t-lg-3 {
    padding-top: 3rem !important;
  }
  .p-b-lg-3 {
    padding-bottom: 3rem !important;
  }
  .p-l-lg-3 {
    padding-left: 3rem !important;
  }
  .p-r-lg-3 {
    padding-right: 3rem !important;
  }
  .m-t-lg-4 {
    margin-top: 4rem !important;
  }
  .m-b-lg-4 {
    margin-bottom: 4rem !important;
  }
  .m-l-lg-4 {
    margin-left: 4rem !important;
  }
  .m-r-lg-4 {
    margin-right: 4rem !important;
  }
  .m-t-lg--4 {
    margin-top: -4rem !important;
  }
  .m-b-lg--4 {
    margin-bottom: -4rem !important;
  }
  .p-t-lg-4 {
    padding-top: 4rem !important;
  }
  .p-b-lg-4 {
    padding-bottom: 4rem !important;
  }
  .p-l-lg-4 {
    padding-left: 4rem !important;
  }
  .p-r-lg-4 {
    padding-right: 4rem !important;
  }
  .m-t-lg-5 {
    margin-top: 5rem !important;
  }
  .m-b-lg-5 {
    margin-bottom: 5rem !important;
  }
  .m-l-lg-5 {
    margin-left: 5rem !important;
  }
  .m-r-lg-5 {
    margin-right: 5rem !important;
  }
  .m-t-lg--5 {
    margin-top: -5rem !important;
  }
  .m-b-lg--5 {
    margin-bottom: -5rem !important;
  }
  .p-t-lg-5 {
    padding-top: 5rem !important;
  }
  .p-b-lg-5 {
    padding-bottom: 5rem !important;
  }
  .p-l-lg-5 {
    padding-left: 5rem !important;
  }
  .p-r-lg-5 {
    padding-right: 5rem !important;
  }
  .m-t-lg-2-5 {
    margin-top: 2.5rem !important;
  }
  .m-t-lg-a {
    margin-left: auto !important;
  }
  .w-lg-100 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-t-md-0 {
    margin-top: 0rem !important;
  }
  .m-b-md-0 {
    margin-bottom: 0rem !important;
  }
  .m-l-md-0 {
    margin-left: 0rem !important;
  }
  .m-r-md-0 {
    margin-right: 0rem !important;
  }
  .m-t-md--0 {
    margin-top: -0rem !important;
  }
  .m-b-md--0 {
    margin-bottom: -0rem !important;
  }
  .p-t-md-0 {
    padding-top: 0rem !important;
  }
  .p-b-md-0 {
    padding-bottom: 0rem !important;
  }
  .p-l-md-0 {
    padding-left: 0rem !important;
  }
  .p-r-md-0 {
    padding-right: 0rem !important;
  }
  .m-b-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .m-t-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .m-l-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .m-r-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .m-t-md-1 {
    margin-top: 1rem !important;
  }
  .m-b-md-1 {
    margin-bottom: 1rem !important;
  }
  .m-l-md-1 {
    margin-left: 1rem !important;
  }
  .m-r-md-1 {
    margin-right: 1rem !important;
  }
  .m-t-md--1 {
    margin-top: -1rem !important;
  }
  .m-b-md--1 {
    margin-bottom: -1rem !important;
  }
  .p-t-md-1 {
    padding-top: 1rem !important;
  }
  .p-b-md-1 {
    padding-bottom: 1rem !important;
  }
  .p-l-md-1 {
    padding-left: 1rem !important;
  }
  .p-r-md-1 {
    padding-right: 1rem !important;
  }
  .m-b-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .m-t-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .m-l-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .m-r-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .m-t-md-2 {
    margin-top: 2rem !important;
  }
  .m-b-md-2 {
    margin-bottom: 2rem !important;
  }
  .m-l-md-2 {
    margin-left: 2rem !important;
  }
  .m-r-md-2 {
    margin-right: 2rem !important;
  }
  .m-t-md--2 {
    margin-top: -2rem !important;
  }
  .m-b-md--2 {
    margin-bottom: -2rem !important;
  }
  .p-t-md-2 {
    padding-top: 2rem !important;
  }
  .p-b-md-2 {
    padding-bottom: 2rem !important;
  }
  .p-l-md-2 {
    padding-left: 2rem !important;
  }
  .p-r-md-2 {
    padding-right: 2rem !important;
  }
  .m-b-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .m-t-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .m-l-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .m-r-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .m-t-md-3 {
    margin-top: 3rem !important;
  }
  .m-b-md-3 {
    margin-bottom: 3rem !important;
  }
  .m-l-md-3 {
    margin-left: 3rem !important;
  }
  .m-r-md-3 {
    margin-right: 3rem !important;
  }
  .m-t-md--3 {
    margin-top: -3rem !important;
  }
  .m-b-md--3 {
    margin-bottom: -3rem !important;
  }
  .p-t-md-3 {
    padding-top: 3rem !important;
  }
  .p-b-md-3 {
    padding-bottom: 3rem !important;
  }
  .p-l-md-3 {
    padding-left: 3rem !important;
  }
  .p-r-md-3 {
    padding-right: 3rem !important;
  }
  .m-b-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .m-t-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .m-l-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .m-r-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .m-t-md-4 {
    margin-top: 4rem !important;
  }
  .m-b-md-4 {
    margin-bottom: 4rem !important;
  }
  .m-l-md-4 {
    margin-left: 4rem !important;
  }
  .m-r-md-4 {
    margin-right: 4rem !important;
  }
  .m-t-md--4 {
    margin-top: -4rem !important;
  }
  .m-b-md--4 {
    margin-bottom: -4rem !important;
  }
  .p-t-md-4 {
    padding-top: 4rem !important;
  }
  .p-b-md-4 {
    padding-bottom: 4rem !important;
  }
  .p-l-md-4 {
    padding-left: 4rem !important;
  }
  .p-r-md-4 {
    padding-right: 4rem !important;
  }
  .m-b-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .m-t-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .m-l-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .m-r-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .m-t-md-5 {
    margin-top: 5rem !important;
  }
  .m-b-md-5 {
    margin-bottom: 5rem !important;
  }
  .m-l-md-5 {
    margin-left: 5rem !important;
  }
  .m-r-md-5 {
    margin-right: 5rem !important;
  }
  .m-t-md--5 {
    margin-top: -5rem !important;
  }
  .m-b-md--5 {
    margin-bottom: -5rem !important;
  }
  .p-t-md-5 {
    padding-top: 5rem !important;
  }
  .p-b-md-5 {
    padding-bottom: 5rem !important;
  }
  .p-l-md-5 {
    padding-left: 5rem !important;
  }
  .p-r-md-5 {
    padding-right: 5rem !important;
  }
  .m-b-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .m-t-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .m-l-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .m-r-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .w-md-100 {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .m-t-sm-0 {
    margin-top: 0rem !important;
  }
  .m-b-sm-0 {
    margin-bottom: 0rem !important;
  }
  .m-l-sm-0 {
    margin-left: 0rem !important;
  }
  .m-r-sm-0 {
    margin-right: 0rem !important;
  }
  .m-t-sm--0 {
    margin-top: -0rem !important;
  }
  .m-b-sm--0 {
    margin-bottom: -0rem !important;
  }
  .p-t-sm-0 {
    padding-top: 0rem !important;
  }
  .p-b-sm-0 {
    padding-bottom: 0rem !important;
  }
  .p-l-sm-0 {
    padding-left: 0rem !important;
  }
  .p-r-sm-0 {
    padding-right: 0rem !important;
  }
  .m-t-sm-1 {
    margin-top: 1rem !important;
  }
  .m-b-sm-1 {
    margin-bottom: 1rem !important;
  }
  .m-l-sm-1 {
    margin-left: 1rem !important;
  }
  .m-r-sm-1 {
    margin-right: 1rem !important;
  }
  .m-t-sm--1 {
    margin-top: -1rem !important;
  }
  .m-b-sm--1 {
    margin-bottom: -1rem !important;
  }
  .p-t-sm-1 {
    padding-top: 1rem !important;
  }
  .p-b-sm-1 {
    padding-bottom: 1rem !important;
  }
  .p-l-sm-1 {
    padding-left: 1rem !important;
  }
  .p-r-sm-1 {
    padding-right: 1rem !important;
  }
  .m-t-sm-2 {
    margin-top: 2rem !important;
  }
  .m-b-sm-2 {
    margin-bottom: 2rem !important;
  }
  .m-l-sm-2 {
    margin-left: 2rem !important;
  }
  .m-r-sm-2 {
    margin-right: 2rem !important;
  }
  .m-t-sm--2 {
    margin-top: -2rem !important;
  }
  .m-b-sm--2 {
    margin-bottom: -2rem !important;
  }
  .p-t-sm-2 {
    padding-top: 2rem !important;
  }
  .p-b-sm-2 {
    padding-bottom: 2rem !important;
  }
  .p-l-sm-2 {
    padding-left: 2rem !important;
  }
  .p-r-sm-2 {
    padding-right: 2rem !important;
  }
  .m-t-sm-3 {
    margin-top: 3rem !important;
  }
  .m-b-sm-3 {
    margin-bottom: 3rem !important;
  }
  .m-l-sm-3 {
    margin-left: 3rem !important;
  }
  .m-r-sm-3 {
    margin-right: 3rem !important;
  }
  .m-t-sm--3 {
    margin-top: -3rem !important;
  }
  .m-b-sm--3 {
    margin-bottom: -3rem !important;
  }
  .p-t-sm-3 {
    padding-top: 3rem !important;
  }
  .p-b-sm-3 {
    padding-bottom: 3rem !important;
  }
  .p-l-sm-3 {
    padding-left: 3rem !important;
  }
  .p-r-sm-3 {
    padding-right: 3rem !important;
  }
  .m-t-sm-4 {
    margin-top: 4rem !important;
  }
  .m-b-sm-4 {
    margin-bottom: 4rem !important;
  }
  .m-l-sm-4 {
    margin-left: 4rem !important;
  }
  .m-r-sm-4 {
    margin-right: 4rem !important;
  }
  .m-t-sm--4 {
    margin-top: -4rem !important;
  }
  .m-b-sm--4 {
    margin-bottom: -4rem !important;
  }
  .p-t-sm-4 {
    padding-top: 4rem !important;
  }
  .p-b-sm-4 {
    padding-bottom: 4rem !important;
  }
  .p-l-sm-4 {
    padding-left: 4rem !important;
  }
  .p-r-sm-4 {
    padding-right: 4rem !important;
  }
  .m-t-sm-5 {
    margin-top: 5rem !important;
  }
  .m-b-sm-5 {
    margin-bottom: 5rem !important;
  }
  .m-l-sm-5 {
    margin-left: 5rem !important;
  }
  .m-r-sm-5 {
    margin-right: 5rem !important;
  }
  .m-t-sm--5 {
    margin-top: -5rem !important;
  }
  .m-b-sm--5 {
    margin-bottom: -5rem !important;
  }
  .p-t-sm-5 {
    padding-top: 5rem !important;
  }
  .p-b-sm-5 {
    padding-bottom: 5rem !important;
  }
  .p-l-sm-5 {
    padding-left: 5rem !important;
  }
  .p-r-sm-5 {
    padding-right: 5rem !important;
  }
  .w-sm-100 {
    width: 100%;
  }
}

/* Links */
a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.07s ease-in;
  -o-transition: color 0.07s ease-in;
  -moz-transition: color 0.07s ease-in;
  transition: color 0.07s ease-in;
}

a:hover, a:active, a:focus {
  color: #ca9a43;
}

.link-underlined, .activity-item-title {
  text-decoration: underline;
}

.link-underlined:hover, .activity-item-title:hover, .link-underlined:active, .activity-item-title:active, .link-underlined:focus, .activity-item-title:focus {
  text-decoration: none;
}

.link-std, .nav-article .nav-link, .footer a, .nav-footer .nav-link, .nav-dropdown .nav-dropdown-link {
  text-decoration: underline;
  color: #282927;
}

.link-std:hover, .nav-article .nav-link:hover, .footer a:hover, .nav-footer .nav-link:hover, .nav-dropdown .nav-dropdown-link:hover, .link-std:active, .nav-article .nav-link:active, .footer a:active, .nav-footer .nav-link:active, .nav-dropdown .nav-dropdown-link:active, .link-std:focus, .nav-article .nav-link:focus, .footer a:focus, .nav-footer .nav-link:focus, .nav-dropdown .nav-dropdown-link:focus {
  text-decoration: underline;
  color: #ca9a43;
}

.link-external, .link-icon {
  color: #282927;
  padding-right: 1rem;
  position: relative;
  display: inline-block;
}

.link-external .icon, .link-icon .icon {
  width: 0.7rem;
  height: 0.7rem;
  fill: #ca9a43;
  position: absolute;
  right: 0;
  top: 0.15rem;
}

.link-external .icon {
  width: 0.55rem;
  height: 0.55rem;
  top: 0.35rem;
}

.link-set {
  margin-left: -1.5rem;
}

.link-set a {
  margin-left: 1.5rem;
}

.label, .article-item-label, .article .article-item.item-label, .event-item-date, .event-item-label, .service-item-label {
  font-size: 0.55rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
  font-family: "Wotfard", sans-serif;
}

/* Heading */
h1, .h1 {
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  color: #282927;
  font-size: 2.8rem;
  line-height: 1.16;
  margin-bottom: 1.35rem;
}

h2, .h2 {
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  color: #282927;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 1.7rem 0;
}

h3, .h3 {
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  color: #282927;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 1rem 0;
}

h4, .h4, .step-item-title {
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  color: #282927;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

h5, .h5 {
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  color: #282927;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

h6, .h6 {
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  color: #282927;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

/* Paragraphs */
p {
  margin: 0 0 1em 0;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

/* Lists */
ul, ol {
  list-style: none;
  margin: 0 0 1em 0;
}

ul li {
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1em;
}

ul.unstyled li {
  padding: 0;
  background: none;
}

.list-checked > li, .entry .list-checked > li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}

.list-checked > li:before, .entry .list-checked > li:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/check-yellow.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 1rem;
  top: 0.23rem;
}

.list-icons > li, .entry .list-icons > li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}

.list-icons > li:before, .entry .list-icons > li:before {
  display: none;
}

.list-icons .list-icons-icon, .entry .list-icons .list-icons-icon {
  fill: #ca9a43;
  position: absolute;
  left: 0.95rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

.list-2-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.list-item-inline {
  display: inline-block;
  margin-right: 0.6rem;
}

ol {
  counter-reset: counter;
  margin-left: 0;
  *margin-left: 54px;
}

ol > li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em;
  *list-style-type: decimal;
  counter-increment: counter;
  position: relative;
}

ol > li:before {
  color: #b3aca7;
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

dl {
  margin: 0 0 1em 0;
}

dt {
  font-weight: bold;
}

.text-small {
  font-size: 0.7rem;
}

.text-big {
  font-size: 1.3em;
}

.text-light, .font-weight-normal, .font-weight-light {
  font-weight: 400;
}

.text-bold, strong, .font-weight-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.color-gray {
  color: #b3aca7 !important;
}

.color-yellow {
  color: #ca9a43 !important;
}

.color-black {
  color: #282927 !important;
}

.font-alt {
  font-family: "Wotfard", sans-serif;
}

.font-base {
  font-family: "Open Sans", sans-serif;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ede7e1;
  padding: 0;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* Rows / sections spacing inside an article, page... */
.article > .row:not(:first-child) {
  margin-top: 1.5rem;
}

.blockquote blockquote {
  font-size: 1.4rem;
  line-height: 1.35;
  font-family: "Wotfard", sans-serif;
  font-style: italic;
}

.blockquote blockquote p:last-child {
  margin-bottom: 0;
}

.blockquote.blockquote-quotes blockquote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.blockquote.blockquote-quotes blockquote p {
  display: inline-block;
}

.blockquote.blockquote-quotes blockquote:before, .blockquote.blockquote-quotes blockquote:after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.8rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.8rem;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2rem;
}

.blockquote.blockquote-quotes blockquote:before {
  -webkit-transform: translate(-0.5rem, -0.35rem);
  -moz-transform: translate(-0.5rem, -0.35rem);
  -ms-transform: translate(-0.5rem, -0.35rem);
  -o-transform: translate(-0.5rem, -0.35rem);
  transform: translate(-0.5rem, -0.35rem);
  background: url("../images/quotation-before.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 0.75rem;
}

.blockquote.blockquote-quotes blockquote:after {
  -webkit-transform: translate(-0.75rem, 0.7rem);
  -moz-transform: translate(-0.75rem, 0.7rem);
  -ms-transform: translate(-0.75rem, 0.7rem);
  -o-transform: translate(-0.75rem, 0.7rem);
  transform: translate(-0.75rem, 0.7rem);
  background: url("../images/quotation-after.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: auto;
}

.blockquote figcaption {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-top: 3rem;
}

.blockquote figcaption:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #eece93;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Text content */
.entry {
  font-size: 0.8rem;
  line-height: 1.625;
}

.entry .perex {
  font-size: 1rem;
  line-height: 1.6;
  color: #686a65;
}

.entry.perex, .entry div.perex {
  font-size: 1rem;
  line-height: 1.6;
  color: #686a65;
}

.entry.perex:not(:last-child), .entry div.perex:not(:last-child) {
  margin-bottom: 1.75rem;
}

.entry p, .entry ul, .entry ol, .entry li, .entry table {
  margin-bottom: 1rem;
}

.entry p:last-child, .entry ul:last-child, .entry ol:last-child, .entry li:last-child, .entry table:last-child {
  margin-bottom: 0;
}

.entry h1:last-child {
  margin-bottom: 0;
}

.entry h2 {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

.entry h3 {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

.entry h4, .entry h5, .entry h6 {
  margin-top: 1.3rem;
}

.entry h2:first-child, .entry h3:first-child, .entry h4:first-child, .entry h5:first-child, .entry h6:first-child {
  margin-top: 0;
}

.entry figure, .entry table {
  margin: 1.75rem 0 1.75rem 0;
}

.entry figure:first-child, .entry table:first-child {
  margin-top: 0.25rem;
}

.entry figure:last-child, .entry table:last-child {
  margin-bottom: 0.25rem;
}

.entry figure > table {
  margin-top: 0;
  margin-bottom: 0;
}

.entry .blockquote-quotes {
  margin: 2.75rem 0 2.25rem 0;
}

.entry ul > li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}

.entry ul > li:before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 0.7rem;
  width: 0.9rem;
  height: 1px;
  display: block;
  background: #ca9a43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.entry ol > li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.5rem;
}

.entry ol > li:before {
  font-size: 0.8rem;
  line-height: 1.625;
  left: 1.1rem;
  top: 0;
  color: #ca9a43;
}

.entry .btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.8rem;
}

/* laptop < 1370 */
@media screen and (max-width: 1370px) {
  h2, .h2 {
    font-size: 1.7rem;
    margin: 0 0 1.6rem 0;
  }
  .text-small {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
    margin: 0 0 1.4rem 0;
  }
  h3, .h3 {
    font-size: 1.3rem;
    margin: 0 0 1.4rem 0;
  }
}

/* mobile < 768 */
@media screen and (max-width: 576px) {
  .list-2-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .blockquote blockquote {
    font-size: 1.1rem;
    line-height: 1.3;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .blockquote.blockquote-quotes blockquote:before, .blockquote.blockquote-quotes blockquote:after {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    width: 2.5rem;
    height: 1.5rem;
  }
  .blockquote.blockquote-quotes blockquote:before {
    -webkit-transform: translate(-0.9rem, -0.5rem);
    -moz-transform: translate(-0.9rem, -0.5rem);
    -ms-transform: translate(-0.9rem, -0.5rem);
    -o-transform: translate(-0.9rem, -0.5rem);
    transform: translate(-0.9rem, -0.5rem);
    margin-right: 0;
  }
  .blockquote.blockquote-quotes blockquote:after {
    -webkit-transform: translate(-0.25rem, 0.5rem);
    -moz-transform: translate(-0.25rem, 0.5rem);
    -ms-transform: translate(-0.25rem, 0.5rem);
    -o-transform: translate(-0.25rem, 0.5rem);
    transform: translate(-0.25rem, 0.5rem);
  }
  .entry .blockquote-quotes {
    margin: 2.5rem 0 2rem 0;
  }
  .entry figure, .entry table {
    margin: 1.5rem 0 1.5rem 0;
  }
}

.activity-list {
  margin-left: -0.75rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.activity-list-wrapper {
  margin-bottom: -webkit-calc(6.5rem);
  margin-bottom: -moz-calc(6.5rem);
  margin-bottom: calc(6.5rem);
}

.activity-item {
  width: 25%;
  padding-left: 0.75rem;
}

.activity-item-inner {
  height: 100%;
  min-height: 13rem;
  background: #ffffff;
  padding: 1.25rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0 10px 28px -9px rgba(77, 31, 31, 0.14);
  -moz-box-shadow: 0 10px 28px -9px rgba(77, 31, 31, 0.14);
  box-shadow: 0 10px 28px -9px rgba(77, 31, 31, 0.14);
  margin-bottom: -webkit-calc(-6.5rem - 4.25rem);
  margin-bottom: -moz-calc(-6.5rem - 4.25rem);
  margin-bottom: calc(-6.5rem - 4.25rem);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  -moz-transition: box-shadow 0.15s ease-out, -moz-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out, -moz-box-shadow 0.15s ease-out;
}

.activity-item-inner:hover, .activity-item-inner:active, .activity-item-inner:focus {
  -webkit-box-shadow: 0 10px 20px -18px rgba(77, 31, 31, 0.25);
  -moz-box-shadow: 0 10px 20px -18px rgba(77, 31, 31, 0.25);
  box-shadow: 0 10px 20px -18px rgba(77, 31, 31, 0.25);
}

.activity-item-inner:hover .activity-item-title, .activity-item-inner:active .activity-item-title, .activity-item-inner:focus .activity-item-title {
  text-decoration: none;
}

.activity-item-img {
  width: 100%;
  margin-bottom: 1.25rem;
}

.activity-item-img img {
  height: 4rem;
  display: inline-block;
}

.activity-item-title {
  font-size: 0.95rem;
  font-family: "Wotfard", sans-serif;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .activity-list {
    margin-top: 2rem;
  }
}

/* mobile < 768 */
@media screen and (max-width: 768px) {
  .activity-list-wrapper {
    margin-bottom: 0;
  }
  .activity-item {
    width: 50% !important;
    padding-bottom: 0.75rem;
  }
  .activity-item-inner {
    margin-bottom: 0.75rem;
    min-height: 0;
  }
  .activity-item-img {
    margin-bottom: 0.5rem;
  }
  .activity-item-img img {
    height: 3rem;
  }
  .activity-item-title {
    font-size: 0.9rem;
  }
}

/* Tiles with articles */
.article-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
}

.article-tiles-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 23rem;
  width: 25%;
}

.article-tiles-column-wide {
  width: 50%;
}

.article-tiles-column-extrawide {
  width: 75%;
}

.article-tiles-column > * {
  margin-bottom: 0.5rem;
}

.article-tiles-column > img, .article-tiles-column .article-tiles-border > * {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  margin-bottom: 0.5rem;
}

.article-tiles-column-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-tiles-column-2 .article-item {
  height: 50%;
}

.article-tiles-border {
  border: 3px solid #f0eeec;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.article-list, .article .article-list.item-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -0.5rem;
}

.article-list-square .item {
  width: 33.3333%;
}

.article-list-square .item .item-inner {
  min-height: 18.5rem;
}

.article-list-category .item {
  width: 25%;
}

.article-item, .article .article-item.item {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}

.article-item-inner, .article .article-item.item-inner {
  height: 100%;
  min-height: 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #ffffff;
  position: relative;
  font-family: "Wotfard", sans-serif;
  overflow: hidden;
}

.article-item-inner:after, .article .article-item.item-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.article-item-inner:hover .article-item-text, .article-item-inner:active .article-item-text, .article-item-inner:focus .article-item-text, .article .article-item.item-inner:hover .article-item-text, .article .article-item.item-inner:active .article-item-text, .article .article-item.item-inner:focus .article-item-text {
  padding-top: 2rem;
}

.article-item-inner:hover .article-item-img img, .article-item-inner:active .article-item-img img, .article-item-inner:focus .article-item-img img, .article .article-item.item-inner:hover .article-item-img img, .article .article-item.item-inner:active .article-item-img img, .article .article-item.item-inner:focus .article-item-img img {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.article-item-inner:hover .item-icon, .article-item-inner:active .item-icon, .article-item-inner:focus .item-icon, .article .article-item.item-inner:hover .item-icon, .article .article-item.item-inner:active .item-icon, .article .article-item.item-inner:focus .item-icon {
  max-height: 1.25rem;
  margin-top: 0.05rem;
}

.article-item-img, .article .article-item.item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.article-item-img img, .article .article-item.item-img img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(-50%) scale(1.1);
  -moz-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  -o-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.article-item-text, .article .article-item.item-text {
  position: relative;
  z-index: 20;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 0.57)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 53%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 53%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 53%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 53%);
  padding: 0.6rem 1.2rem;
  padding-top: 3.3rem;
  -webkit-transition: padding-top 0.2s ease-in-out;
  -o-transition: padding-top 0.2s ease-in-out;
  -moz-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
}

.article-item-text-small, .article-slider-small .article-item-text, .article-slider-middle .article-item-text, .article .article-item.item-text-small {
  padding: 0.6rem 1.2rem;
}

.article-item-text-small .article-item-title, .article-slider-small .article-item-text .article-item-title, .article-slider-middle .article-item-text .article-item-title, .article .article-item.item-text-small .article-item-title {
  font-size: 0.95rem;
  line-height: 1.35;
}

.article-item-text-big, .article-tiles-column-wide .article-item-text, .article-tiles-column-extrawide .article-item-text, .article .article-item.item-text-big {
  padding: 1.1rem 1.5rem;
}

.article-item-text-big .article-item-title, .article-tiles-column-wide .article-item-text .article-item-title, .article-tiles-column-extrawide .article-item-text .article-item-title, .article .article-item.item-text-big .article-item-title {
  font-size: 1.4rem;
  line-height: 1.2;
}

.article-item-title, .article .article-item.item-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.35;
}

.article-item-label, .article .article-item.item-label {
  color: #eece93;
  display: block;
  margin-bottom: 0.15rem;
}

.article-item .item-icon, .article .article-item.item .item-icon {
  fill: #eece93;
  width: 1.9rem;
  height: 1.25rem;
  opacity: 0.9;
  display: block;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}

.article-item-like, .article .article-item.item-like {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  background: rgba(40, 41, 39, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  color: white;
  z-index: 100;
  padding: 0.4rem 0.35rem;
}

.article-item-like .icon, .article .article-item.item-like .icon {
  width: 1.1rem;
  height: 1.1rem;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1px;
}

.article-item-like:hover .icon, .article-item-like:active .icon, .article-item-like:focus .icon, .article .article-item.item-like:hover .icon, .article .article-item.item-like:active .icon, .article .article-item.item-like:focus .icon {
  fill: #ffffff;
}

.article-item-like.article-item-like-active .icon, .article .article-item.item-like.article-item-like-active .icon {
  fill: #ffffff;
}

.nav-article {
  font-family: "Wotfard", sans-serif;
  margin-bottom: 0.75rem;
}

.nav-article .nav-item {
  margin-bottom: 0.35rem;
}

.nav-article .nav-link {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #282927;
}

@media screen and (max-width: 992px) {
  .nav-article ul {
    margin-left: -1.75rem;
  }
  .nav-article .nav-item {
    padding-left: 1.75rem !important;
  }
  .nav-article, .nav-article ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .article-tiles .article-tiles-column .article-item {
    min-height: 20vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .article-tiles, .article-slider-tiles .article-tiles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-tiles .article-tiles-column, .article-slider-tiles .article-tiles .article-tiles-column {
    min-height: 0;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-tiles .article-tiles-column .article-item, .article-slider-tiles .article-tiles .article-tiles-column .article-item {
    min-height: 27vw;
    height: auto;
  }
  .article-tiles .article-tiles-column.article-tiles-column-2, .article-slider-tiles .article-tiles .article-tiles-column.article-tiles-column-2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-tiles .article-tiles-column.article-tiles-column-2 .article-item, .article-slider-tiles .article-tiles .article-tiles-column.article-tiles-column-2 .article-item {
    width: 100%;
    height: auto;
  }
  .article-tiles .article-tiles-column:not(.article-tiles-column-2), .article-slider-tiles .article-tiles .article-tiles-column:not(.article-tiles-column-2) {
    width: 100%;
  }
  .article-tiles .article-tiles-column:not(.article-tiles-column-2) .article-item, .article-slider-tiles .article-tiles .article-tiles-column:not(.article-tiles-column-2) .article-item {
    width: 100%;
  }
  .article-tiles .article-tiles-column-wide, .article-tiles .article-tiles-column-extrawide, .article-slider-tiles .article-tiles .article-tiles-column-wide, .article-slider-tiles .article-tiles .article-tiles-column-extrawide {
    width: 100% !important;
  }
  .article-tiles .article-tiles-column-wide .article-item, .article-tiles .article-tiles-column-extrawide .article-item, .article-slider-tiles .article-tiles .article-tiles-column-wide .article-item, .article-slider-tiles .article-tiles .article-tiles-column-extrawide .article-item {
    width: 100%;
  }
  .article-tiles .article-tiles-column-sm-2, .article-slider-tiles .article-tiles .article-tiles-column-sm-2 {
    width: 50% !important;
  }
  .article-item-title {
    font-size: 0.95rem !important;
  }
  .article-item-img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .item-inner:hover .article-item-img img, .item-inner:active .article-item-img img, .item-inner:focus .article-item-img img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .article-list-square .item .item-inner {
    min-height: 16rem;
  }
}

@media screen and (max-width: 992px) {
  .article-list-square .item {
    width: 50%;
  }
  .article-list-category .item-inner {
    min-height: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .article-list-square .item .item-inner {
    min-height: 13rem;
  }
  .article-list-category .item {
    width: 50%;
  }
  .article-list-category .item-inner {
    min-height: 9rem;
  }
}

@media screen and (max-width: 576px) {
  .article-detail-image {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: hidden;
    height: 60vw;
  }
  .article-detail-image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .article-list-category .item-inner {
    min-height: 9rem;
  }
  .article-tiles .article-tiles-column .article-item {
    min-height: 36vw;
  }
  .article-tiles .article-tiles-column:not(.article-tiles-column-2) .article-item {
    width: 100%;
    min-height: 50vw;
  }
  .article-item-text {
    padding: 0.75rem !important;
  }
}

@media screen and (max-width: 540px) {
  .article-list-square .item {
    width: 100%;
  }
  .article-list-square .item .item-inner {
    min-height: 14rem;
  }
}

@media screen and (max-width: 420px) {
  .article-detail-image {
    height: 65vw;
  }
  .article-tiles-column .article-item {
    min-height: 46vw;
  }
}

.box-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff5ec;
  min-height: 21.5rem;
}

.box-half-img {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.box-half-img img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-half-content {
  width: 50%;
  padding: 4rem 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-half-content .entry {
  width: 100%;
}

.box-half-alt .box-half-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-half-alt .box-half-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.box-half-list .box-half:not(:last-child) {
  margin-bottom: 4.5rem;
}

.box-half-title {
  margin-bottom: 1.25rem;
}

.box-half-btn {
  margin-top: 1.5rem;
}

.box-shadow {
  background: #ffffff;
  -webkit-box-shadow: 0 7px 14px 2px rgba(77, 31, 31, 0.09);
  -moz-box-shadow: 0 7px 14px 2px rgba(77, 31, 31, 0.09);
  box-shadow: 0 7px 14px 2px rgba(77, 31, 31, 0.09);
}

.box-side {
  font-size: 0.8rem;
}

.box-side-inner {
  padding: 1rem;
}

.box-side-inner:not(:last-child) {
  border-bottom: 1px solid #ede7e1;
}

.box-side-list > li {
  padding-left: 1.25rem;
}

.box-side-list > li:before {
  left: 0;
}

.box-side-list .list-icons-icon {
  left: 0;
}

.box-side-list:last-child {
  margin-bottom: -0.5rem;
}

.box-side .btn {
  width: 100%;
  text-align: left;
  padding-left: 1rem;
}

.box-article {
  background: #fff5ec;
  padding: 3.25rem 4rem;
}

.box-article .entry ul > li {
  padding-left: 2.1rem;
  margin-bottom: 0.85rem;
}

.box-article .entry ul > li:before {
  left: 0rem;
}

.box-article .entry ol > li {
  padding-left: 2.1rem;
}

.box-article .entry ol > li:before {
  left: 0rem;
}

.box-article .entry .btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.8rem;
}

@media screen and (max-width: 1200px) {
  .box-half {
    min-height: 0;
  }
  .box-half-content {
    padding: 2.5rem 3rem;
  }
  .box-half-list .box-half:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 992px) {
  .box-half-content {
    padding: 1.75rem 2.25rem;
  }
  .box-article {
    padding: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .box-half {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*&-img {
			width: 100%;
			order: 1 !important;
			height: 55vw;
			max-height: 15rem;

			img {
				transform: translate(-50%, -50%);
				left: 50%;
				top: 50%;
				min-width: 0;
				min-height: 0;
				width: 100%;
			}
		}

		&-content {
			order: 2 !important;
			width: 100%;
		}*/
  }
  .box-half-text {
    display: none;
  }
  .box-half-title {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .box-half-list .box-half:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .box-half-img {
    width: 45%;
  }
  .box-half-content {
    width: 55%;
    padding: 1.25rem 1.5rem;
  }
  .box-article {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 420px) {
  .box-half-img {
    width: 45%;
  }
  .box-half-content {
    width: 55%;
    padding: 1.25rem 1.25rem;
  }
  .box-half-title {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  .box-half .btn, .box-half .btn:not(.btn-round-icon) {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .box-half-btn {
    margin-top: 1rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.breadcrumb-item {
  font-size: 0.55rem;
  color: rgba(40, 41, 39, 0.65);
  margin-bottom: 0.35rem;
  padding-left: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Wotfard", sans-serif;
  letter-spacing: 0.03rem;
}

.breadcrumb-item:not(:last-of-type) {
  padding-right: 1.2rem;
  position: relative;
}

.breadcrumb-item:not(:last-of-type):after {
  content: "|";
  display: block;
  position: absolute;
  right: 0.5rem;
  top: -0.1rem;
}

.breadcrumb-link {
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
}

.breadcrumb-link:hover, .breadcrumb-link:active, .breadcrumb-link:focus {
  color: #ca9a43;
}

.btn {
  font-size: 0.7rem;
  line-height: 1.35;
  letter-spacing: 0.045rem;
  font-family: "Wotfard", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  color: #ffffff;
  background: #ca9a43;
  display: inline-block;
  vertical-align: middle;
  padding: 0.8rem 1.75rem 0.8rem 1.75rem;
  min-width: 9rem;
  max-width: 100%;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}

.btn:hover, .btn:active, .btn:focus {
  color: #ffffff;
  background: #282927;
}

.btn-outline {
  border: 1px solid #ca9a43;
  background: none;
  color: #282927;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  color: #ffffff;
  background: #ca9a43;
  border-color: #ca9a43;
}

.btn-icon {
  position: relative;
  padding-right: 2.5rem;
}

.btn-icon .icon {
  width: 0.65rem;
  height: 0.65rem;
  position: absolute;
  right: 0.9rem;
  top: 0.95rem;
}

.btn-like {
  padding-left: 1.35rem;
  padding-right: 1.5rem;
}

.btn-like .icon {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.3px;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-top: -1px;
  -webkit-transition: fill 0.1s ease-out, stroke 0.1s ease-out;
  -o-transition: fill 0.1s ease-out, stroke 0.1s ease-out;
  -moz-transition: fill 0.1s ease-out, stroke 0.1s ease-out;
  transition: fill 0.1s ease-out, stroke 0.1s ease-out;
}

.btn-like.btn-like-active .icon {
  fill: #ffffff;
}

.btn-like.btn-outline .icon {
  stroke: #ca9a43;
}

.btn-like.btn-outline.btn-like-active .icon {
  stroke: #ca9a43;
  fill: #ca9a43;
}

.btn-like:hover .icon, .btn-like:active .icon, .btn-like:focus .icon {
  fill: #ffffff;
  stroke: #ffffff;
}

.btn-like:hover.btn-outline .icon, .btn-like:active.btn-outline .icon, .btn-like:focus.btn-outline .icon {
  fill: #ffffff;
  stroke: #ca9a43;
}

.btn-round-icon {
  width: 2.3rem;
  height: 2.3rem;
  min-width: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.75rem;
  position: relative;
}

.btn-round-icon .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-set {
  margin-bottom: -1rem;
  margin-left: -2.5rem;
}

.btn-set .btn {
  margin-bottom: 1rem;
  margin-left: 2.5rem;
}

.btn-set-round-icons {
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
}

.btn-set-round-icons .btn {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn-set-round-icons-heading {
  margin-top: -0.5rem;
}

@media screen and (max-width: 576px) {
  .btn:not(.btn-round-icon) {
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
    min-width: 0;
  }
  .btn-set {
    margin-left: -1.5rem;
  }
  .btn-set .btn {
    margin-left: 1.5rem;
  }
  .btn-set-round-icons-heading {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
  .btn-round-icon {
    padding: 0.8rem;
  }
  .btn-round-icon .icon {
    width: 16px;
    height: 16px;
  }
}

.event-list {
  margin-left: -0.75rem;
}

.event-list .event-item {
  padding-left: 0.75rem;
}

.event-item-inner:hover .event-item-title, .event-item-inner:active .event-item-title, .event-item-inner:focus .event-item-title {
  color: #ca9a43;
}

.event-item-inner:hover .event-item-img img, .event-item-inner:active .event-item-img img, .event-item-inner:focus .event-item-img img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.event-item-img {
  margin-bottom: 1.35rem;
  overflow: hidden;
  width: 100%;
  height: 10.5rem;
  position: relative;
}

.event-item-img img {
  width: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

.event-item-text {
  padding-right: 1rem;
}

.event-item-date, .event-item-label {
  display: block;
  color: #8e918b;
}

.event-item-title {
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 0.8rem;
}

/* mobile < 768 */
@media screen and (max-width: 768px) {
  .event-item-title {
    font-size: 0.9rem;
  }
  .event-item-img {
    height: 9rem;
  }
}

/* mobile < 768 */
@media screen and (max-width: 576px) {
  .event-item-img {
    height: 52vw;
  }
}

.filter-section {
  border-bottom: 1px solid #ede7e1;
  margin-bottom: 0.9rem;
  padding: 0 0.25rem 0.9rem 0.25rem;
}

.filter-section-head {
  font-family: "Wotfard", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 0.4rem;
}

.filter-section-head.sh-toggle {
  padding-left: 1.85rem;
  margin-bottom: 0;
}

.filter-section-head.sh-toggle:before, .filter-section-head.sh-toggle:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 2px;
  background: #ca9a43;
  position: absolute;
  left: 0.3rem;
  top: 0.68rem;
}

.filter-section-head.sh-toggle:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

.filter-section-head.sh-toggle:hover, .filter-section-head.sh-toggle:active, .filter-section-head.sh-toggle:focus {
  cursor: pointer;
}

.filter-section-head.sh-toggle.sh-toggle-opened, .filter-section-head.sh-toggle.sh-toggle-lg-opened {
  margin-bottom: 0.4rem;
}

.filter-section-head.sh-toggle.sh-toggle-opened:before, .filter-section-head.sh-toggle.sh-toggle-lg-opened:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.filter-results {
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  color: #b3aca7;
}

.filter-results-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.35rem 0;
}

.filter-results-select {
  margin-left: auto;
  position: relative;
}

.filter-clear {
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  color: #282927;
  font-weight: 500;
}

.filter-list-results, .filter-list-clear {
  margin-left: 1.1rem;
}

@media screen and (max-width: 992px) {
  .filter-list-results, .filter-list-clear {
    margin-left: 0.6rem;
    margin-top: 0.5rem;
    width: 100%;
  }
  .filter-section {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .filter-section-head.sh-toggle.sh-toggle-lg-opened:not(.sh-toggle-opened) {
    margin-bottom: 0;
  }
  .filter-section-head.sh-toggle.sh-toggle-lg-opened:not(.sh-toggle-opened):before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.footer {
  background: #ffffff;
  padding: 2rem 0 1.25rem 0;
  color: #282927;
  font-size: 0.7rem;
  /* sticky footer */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer a {
  color: #282927;
}

.footer p {
  margin-bottom: 0.5rem;
}

.footer-head {
  font-family: "Wotfard", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #b3aca7;
  margin-bottom: 0.7rem;
}

.footer-contacts-list li {
  padding-left: 1.35rem;
  margin-bottom: 0.4rem;
  position: relative;
}

.footer-contacts-list .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.75rem;
  height: 0.75rem;
  fill: #b3aca7;
}

.footer-divider {
  margin: 1.75rem 0 2.2rem 0;
  border-color: #f0eeec;
}

.footer-copy {
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: #b3aca7;
}

.footer-copy a {
  color: #b3aca7;
}

.footer-copy-right {
  float: right;
  padding-left: 1px 5rem;
}

.nav-footer .nav-item {
  margin-bottom: 0.3rem;
}

.nav-footer .nav-link {
  color: #282927;
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
}

.partner-list {
  position: relative;
  margin-left: -16px;
  margin-top: 0.35rem;
}

.partner-item {
  padding-left: 16px;
  margin-bottom: 16px;
}

.partner-item-inner {
  border: 1px solid #f0eeec;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 6.5rem;
}

.partner-item a.partner-item-inner:hover .partner-item-logo, .partner-item a.partner-item-inner:active .partner-item-logo, .partner-item a.partner-item-inner:focus .partner-item-logo {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.partner-item-logo {
  max-height: 4.25rem;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out, -moz-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, -moz-transform 0.15s ease-out, -o-transform 0.15s ease-out;
}

.partner-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1370px) {
  .footer {
    font-size: 0.75rem;
  }
  .nav-footer .nav-link {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 992px) {
  .footer-copy-right {
    float: none;
    width: 100%;
    display: block;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    padding-top: 1rem;
  }
  .footer-divider {
    margin: 1.75rem 0 2rem 0;
  }
}

@media screen and (max-width: 576px) {
  .footer-divider {
    margin: 1.5rem 0 1.5rem 0;
  }
  .partner-item-inner {
    padding: 0.5rem;
    min-height: 5rem;
  }
}

@media screen and (max-width: 460px) {
  .partner-item-title {
    padding: 0.5rem;
    min-height: 5rem;
  }
}

.form-std label, .filter label {
  font-weight: 400;
  font-size: 0.8rem;
  font-family: "Wotfard", sans-serif;
  line-height: 1.3;
  color: #282927;
  margin-bottom: 0.5rem;
  display: block;
}

.form-std input.form-control-text, .form-std input[type=text], .form-std input[type=email], .form-std [type=password], .filter input.form-control-text, .filter input[type=text], .filter input[type=email], .filter [type=password] {
  font-weight: 400;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  line-height: 1.3;
  color: #282927;
  border: 1px solid #b3aca7;
  padding: 0.55rem 0.75rem;
  width: 100%;
}

.form-std textarea, .filter textarea {
  font-weight: 400;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  line-height: 1.3;
  color: #282927;
  resize: none;
  border: 1px solid #b3aca7;
  padding: 0.65rem 0.75rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
}

.form-std select, .filter select {
  font-weight: 400;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  line-height: 1.3;
  color: #282927;
  width: 100%;
  padding: 2px 10px;
}

.form-std option, .filter option {
  font-weight: 400;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  line-height: 1.3;
  color: #282927;
  padding: 2px 20px;
}

.form-std input.text[required="required"], .filter input.text[required="required"] {
  background-image: url("../img/req.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.form-group {
  width: 100%;
  margin: 0 0 1rem 0;
  position: relative;
  text-align: left;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-inline .form-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* CSS Checkbox / radio */
.form-check {
  position: relative;
  margin-bottom: 0.15rem;
}

.form-check-label {
  position: relative;
  line-height: 1.5;
  padding: 0.15rem 0 0.15rem 1.85rem;
  font-family: "Wotfard", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.5;
  margin: 0;
}

.form-check-label:before {
  content: "";
  display: block;
  border: 1px solid #ca9a43;
  position: absolute;
  left: 0.15rem;
  top: 0.17rem;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}

.form-check-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.15rem;
  top: 0.17rem;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.form-check-input {
  position: absolute;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  visibility: hidden;
  pointer-events: none;
  /*checkbox*/
}

.form-check-input[type="checkbox"] ~ .form-check-label:before, .form-check-input[type="radio"] ~ .form-check-label:before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.form-check-input[type="checkbox"] ~ .form-check-label:after, .form-check-input[type="radio"] ~ .form-check-label:after {
  width: 20px;
  height: 20px;
  background: url("../img/checkbox-checked-white.svg") center center no-repeat;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  background-size: 8px 8px;
}

.form-check-input[type="checkbox"]:checked ~ .form-check-label:before, .form-check-input[type="radio"]:checked ~ .form-check-label:before {
  background: #ca9a43;
}

.form-check-input[type="checkbox"]:checked ~ .form-check-label:after, .form-check-input[type="radio"]:checked ~ .form-check-label:after {
  opacity: 1;
}

.form-check-set:not(.form-check-set-vertical) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-check-set:not(.form-check-set-vertical) .form-check {
  margin-right: 1rem;
}

.form-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-file-input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-file-label {
  display: inline-block !important;
  width: auto;
  padding: 0.5rem 1rem;
  border: 1px solid #ca9a43;
  background: none;
  color: #282927;
  white-space: nowrap;
  margin-right: 0.75rem;
}

.form-file-label:hover, .form-file-label:active, .form-file-label:focus {
  background: #ca9a43;
  color: #ffffff;
}

.form-file-text {
  font-weight: 400;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  line-height: 1.5;
  color: #282927;
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 576px) {
  .form-file {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-file-label {
    margin-right: 0;
  }
  .form-file-text {
    width: 100%;
  }
}

.gallery-list {
  margin-left: -0.6rem;
}

.gallery-item {
  padding-left: 0.6rem;
  margin-bottom: 0.6rem;
  width: 16.66666%;
}

.gallery-item-img img {
  width: 100%;
}

.gallery-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -0.5rem;
}

.gallery-tiles-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
}

.gallery-tiles-column-wide {
  width: 75%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gallery-tiles-column-wide .gallery-tiles-item {
  min-height: 23rem;
}

.gallery-tiles-column:not(.gallery-tiles-column-wide) .gallery-tiles-item {
  height: 50%;
}

.gallery-tiles-item {
  padding-left: 0.5rem;
  width: 100%;
  min-height: 11rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallery-tiles-item-inner {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-tiles-item-inner:hover img, .gallery-tiles-item-inner:active img, .gallery-tiles-item-inner:focus img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.gallery-tiles-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(63%, rgba(0, 0, 0, 0.57)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 63%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 63%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 63%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 63%);
  color: #ffffff;
  width: 100%;
  min-height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
}

.gallery-tiles-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

@media screen and (max-width: 992px) {
  .gallery-item {
    width: 25%;
  }
  .gallery-tiles-column {
    width: 33.33333%;
  }
  .gallery-tiles-column-wide {
    width: 66.66666%;
  }
  .gallery-tiles-column-wide .gallery-tiles-item {
    min-height: 18rem;
  }
  .gallery-tiles-item {
    min-height: 9rem;
  }
}

/* mobile < 768 */
@media screen and (max-width: 768px) {
  .gallery-tiles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-tiles-column {
    width: 100%;
  }
  .gallery-tiles-column-wide {
    width: 100%;
  }
  .gallery-tiles-column-wide .gallery-tiles-item {
    min-height: 15rem;
  }
  .gallery-tiles-column:not(.gallery-tiles-column-wide) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gallery-tiles-column:not(.gallery-tiles-column-wide) .gallery-tiles-item {
    width: 50%;
  }
  .gallery-tiles-item {
    min-height: 9rem;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .gallery-list {
    margin-left: -0.25rem;
  }
  .gallery-item {
    width: 33.33333%;
    padding-left: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .gallery-item:nth-last-child(-n+3) {
    display: none;
  }
}

body .glightbox-clean .gprev {
  top: 45%;
  background: none;
  left: 1rem;
  opacity: 0.5;
}

body .glightbox-clean .gnext {
  top: 45%;
  background: none;
  right: 1rem;
  opacity: 0.5;
}

body .glightbox-clean .gclose {
  background: none;
}

body .goverlay {
  background: rgba(0, 0, 0, 0.7);
}

.hamburger {
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: opacity 0.15s linear, -webkit-filter 0.15s linear;
  transition: opacity 0.15s linear, -webkit-filter 0.15s linear;
  -o-transition: opacity 0.15s linear, filter 0.15s linear;
  -moz-transition: opacity 0.15s linear, filter 0.15s linear;
  transition: opacity 0.15s linear, filter 0.15s linear;
  transition: opacity 0.15s linear, filter 0.15s linear, -webkit-filter 0.15s linear;
  color: #282927;
}

.hamburger-box {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  width: 1.35rem;
  height: 2px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #282927;
  position: absolute;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -moz-transition: transform 0.15s ease, -moz-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease, -moz-transform 0.15s ease, -o-transform 0.15s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -0.4rem;
}

.hamburger-inner:after {
  bottom: -0.4rem;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -moz-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -moz-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -moz-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-open .hamburger .hamburger-inner, .menu-open .hamburger .hamburger-inner:before, .menu-open .hamburger .hamburger-inner:after {
  background-color: #282927;
}

.menu-open .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-open .hamburger--squeeze .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -moz-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.menu-open .hamburger--squeeze .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header {
  font-family: "Wotfard", sans-serif;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}

/* Top navigation */
.navbar-top {
  height: 2rem;
  padding: 0;
  background: #f0efed;
  color: #282927;
}

.navbar-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-top {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-top .nav-item:not(:last-child) {
  padding-right: 1.75rem;
}

.nav-top .nav-link {
  color: rgba(40, 41, 39, 0.6);
  font-size: 0.7em;
  line-height: 2rem;
  position: relative;
  padding-left: 1.1rem;
}

.nav-top .nav-link:hover, .nav-top .nav-link:active, .nav-top .nav-link:focus {
  color: #282927;
  text-decoration: underline;
}

.nav-top .nav-link.active {
  color: rgba(40, 41, 39, 0.6);
}

.nav-top .nav-icon {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Main navigation */
.navbar-main {
  height: 5rem;
  padding: 0;
  background: #ffffff;
  color: #282927;
}

.navbar-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-main-toggler {
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0.7em;
  top: 1rem;
  display: none;
  text-align: center;
  z-index: 3000;
}

.navbar-main-logo {
  display: inline-block;
  margin-right: 2rem;
}

.navbar-main-logo-image {
  display: block;
  width: 3.4rem;
}

.nav-main {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-main .nav-item {
  padding: 0 1rem;
}

.nav-main .nav-link {
  color: #282927;
  font-size: 0.8em;
  line-height: 5rem;
  font-weight: 500;
}

.nav-main .nav-link span {
  display: inline-block;
  line-height: 1.2;
  position: relative;
}

.nav-main .nav-link span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ca9a43;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}

.nav-main .nav-link:hover, .nav-main .nav-link:active, .nav-main .nav-link:focus {
  color: #282927;
}

.nav-main .nav-link:hover span:after, .nav-main .nav-link:active span:after, .nav-main .nav-link:focus span:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-main .nav-link.active {
  color: #282927;
}

.nav-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.nav-secondary .nav-item {
  padding: 0;
  background: none;
}

.nav-secondary .nav-link {
  color: #ca9a43;
  font-size: 0.7em;
  line-height: 5rem;
  padding: 0 0.25rem;
}

.nav-secondary .nav-link:hover, .nav-secondary .nav-link:active, .nav-secondary .nav-link:focus {
  color: #282927;
}

.nav-secondary .nav-link.active {
  color: #282927;
}

.nav-secondary .nav-icon {
  margin-top: -0.35rem;
  width: 0.65rem;
  height: 0.65rem;
}

.nav-secondary .dropdown-search .nav-icon {
  width: 0.7rem;
  height: 0.7rem;
}

.nav-secondary .nav {
  margin-bottom: 0;
}

.nav-lng {
  margin-left: 1rem;
  margin-bottom: 0;
  color: #282927;
}

.nav-lng .nav-item:last-child {
  padding-right: 0;
}

.nav-lng .nav-link {
  color: #282927;
}

.nav-lng .dropdown-toggler .icon-chevron-down {
  margin-top: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

.nav-lng .dropdown-toggler:before {
  margin-left: -0.2rem;
}

.nav-lng .dropdown-toggler.active .icon-chevron-down, .nav-lng .dropdown-toggler:hover .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: center center;
  -o-transition: center center;
  -moz-transition: center center;
  transition: center center;
}

.nav {
  font-family: "Wotfard", sans-serif;
}

.nav li {
  background: none;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.nav li:before {
  display: none;
}

.nav-link {
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.nav .nav-icon, .nav .nav-icon.icon {
  display: inline;
  vertical-align: middle;
}

.nav-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* Dropdowns */
.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-menu, .dropdown:active .dropdown-menu, .dropdown:focus .dropdown-menu, .dropdown:focus-within .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: none;
}

.dropdown:hover .dropdown-menu-content, .dropdown:active .dropdown-menu-content, .dropdown:focus .dropdown-menu-content, .dropdown:focus-within .dropdown-menu-content {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.dropdown:hover .dropdown-menu-content .article-item-img, .dropdown:active .dropdown-menu-content .article-item-img, .dropdown:focus .dropdown-menu-content .article-item-img, .dropdown:focus-within .dropdown-menu-content .article-item-img {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  -moz-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
}

.dropdown:hover .dropdown-toggler, .dropdown:active .dropdown-toggler, .dropdown:focus .dropdown-toggler, .dropdown:focus-within .dropdown-toggler {
  position: relative;
}

.dropdown:hover .dropdown-toggler:after, .dropdown:active .dropdown-toggler:after, .dropdown:focus .dropdown-toggler:after, .dropdown:focus-within .dropdown-toggler:after {
  display: block;
}

.dropdown:hover .dropdown-toggler:before, .dropdown:active .dropdown-toggler:before, .dropdown:focus .dropdown-toggler:before, .dropdown:focus-within .dropdown-toggler:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  background: #ffffff;
  padding: 1.8rem 2rem;
  z-index: 2000;
  border-top: 1px solid #ca9a43;
  -webkit-box-shadow: 0 5px 14px -6px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 5px 14px -6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 5px 14px -6px rgba(0, 0, 0, 0.19);
}

.dropdown-menu-content {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.dropdown-menu-content .article-item-img {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.dropdown-menu .article-item {
  width: 33.33333%;
  min-height: 11rem;
}

.dropdown-full {
  position: static;
}

.dropdown-menu-full {
  width: 100%;
}

.dropdown-half {
  position: static;
}

.dropdown-menu-half {
  width: 43.5rem;
  right: 0;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.dropdown-search {
  position: static;
}

.dropdown-menu-search {
  width: 30rem;
  right: 0;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.dropdown-toggler {
  position: relative;
}

.dropdown-toggler:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ca9a43 transparent;
  position: absolute;
  position: absolute;
  left: -webkit-calc(50% - 8px);
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 100%;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  visibility: hidden;
  opacity: 0;
}

.dropdown-toggler:after {
  content: "";
  display: none;
  width: -webkit-calc(100% + 5rem);
  width: -moz-calc(100% + 5rem);
  width: calc(100% + 5rem);
  height: 1.5rem;
  background: none;
  position: absolute;
  left: -2.5rem;
  bottom: 0;
  z-index: 3000;
}

.dropdown-toggler.active:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.dropdown-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-column {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dropdown-column:not(:first-of-type) {
  padding-left: 4.5rem;
}

.dropdown-column-left {
  width: 20%;
}

.dropdown-column-articles {
  width: 80%;
}

.dropdown-column-head {
  font-size: 0.95rem;
  color: #b3aca7;
  line-height: 1.35;
  width: 100%;
  border-bottom: 1px solid #f0eeec;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}

.dropdown-column-2 {
  width: 55%;
}

.dropdown-column-2 .nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dropdown-column-2 .nav-dropdown .nav-dropdown-item {
  width: 50%;
}

.dropdown-column-1 {
  width: 45%;
}

.nav-dropdown {
  margin-bottom: 0;
}

.nav-dropdown .nav-dropdown-item {
  margin-bottom: 0.15rem;
}

.nav-dropdown .nav-dropdown-link {
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 0.2rem 0;
  font-family: "Wotfard", sans-serif;
  color: #282927;
  text-decoration: underline;
}

.nav-main-contacts, li.nav-main-contacts {
  margin-top: auto;
  padding: 2rem 1rem 1rem 1rem;
  color: #b3aca7;
  font-size: 0.85rem;
}

.nav-main-contacts p, li.nav-main-contacts p {
  margin-bottom: 0.8rem;
}

.nav-main-contacts-list, li.nav-main-contacts-list {
  color: #282927;
}

.nav-main-contacts-list li, li.nav-main-contacts-list li {
  padding-left: 1.35rem;
  margin-bottom: 0.4rem;
  position: relative;
  font-size: 0.75rem;
}

.nav-main-contacts-list .icon, li.nav-main-contacts-list .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.75rem;
  height: 0.75rem;
  fill: #b3aca7;
}

.desktop-hidden {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
  .navbar-main-toggler {
    display: block;
  }
  .header {
    height: auto;
    width: 100vw;
  }
  .header-container {
    width: 100%;
    max-width: none;
  }
  .header-col {
    position: static;
  }
  .navbar-main-content {
    margin: 0 -15px;
    padding: 0 10px;
    position: relative;
  }
  .navbar-main-toggler {
    display: block;
  }
  .navbar-main-logo {
    padding-left: 0.5rem;
    z-index: 1500;
    margin-right: 1rem;
  }
  .nav-main {
    background: #ffffff;
    display: block;
    z-index: 1050;
    width: 100%;
    min-height: 100vh;
    left: 100%;
    margin: 0;
    top: 0;
    padding: 5rem 0 2rem 0;
    position: absolute;
    -webkit-transition: left 0.25s ease-in;
    -o-transition: left 0.25s ease-in;
    -moz-transition: left 0.25s ease-in;
    transition: left 0.25s ease-in;
    -webkit-box-shadow: 0 11px 14px -11px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 11px 14px -11px rgba(0, 0, 0, 0.19);
    box-shadow: 0 11px 14px -11px rgba(0, 0, 0, 0.19);
  }
  .nav-main .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ede7e1;
  }
  .nav-main .nav-item:first-of-type {
    border-top: 1px solid #ede7e1;
  }
  .nav-main .nav-link {
    line-height: 2;
    padding: 0.3rem 0;
    font-size: 1rem;
    text-decoration: none;
    color: #282927;
    display: block;
  }
  .nav-main .nav-link:before, .nav-main .nav-link span:after {
    display: none !important;
  }
  .nav-main .nav-link:hover, .nav-main .nav-link:active, .nav-main .nav-link:focus {
    color: #282927;
  }
  .nav-main .nav-dropdown-link {
    padding: 0.3rem 0;
    display: block;
    font-size: 0.85rem;
    text-decoration: none;
  }
  .nav-main .dropdown {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0 1rem 0 1rem;
    background: none;
  }
  .nav-main .dropdown-toggler {
    position: relative;
  }
  .nav-main .dropdown-toggler:before {
    display: none;
  }
  .nav-main .dropdown-toggler:after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: url("../img/chevron-down-black.svg") center center no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    right: 1rem;
    left: auto;
    top: 1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: -o-transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
  }
  .nav-main .dropdown-toggler.active:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .nav-main .dropdown-menu {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 0 1.25rem 0;
    width: 100%;
    border: none;
    display: none;
  }
  .nav-main .dropdown-menu-btn-wrapper {
    text-align: left !important;
    margin: 0 !important;
  }
  .nav-main .dropdown-menu .btn {
    border: none;
    color: #282927;
    background: none;
    text-transform: none;
    font-size: 0.85rem;
    padding: 0;
    font-weight: 500;
    min-width: 0;
  }
  .nav-main .dropdown-menu .btn:hover, .nav-main .dropdown-menu .btn:active, .nav-main .dropdown-menu .btn:focus {
    color: #ca9a43;
    text-decoration: underline;
  }
  .nav-main .dropdown-menu-half {
    width: 100%;
  }
  .nav-main .dropdown-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-main .dropdown-column {
    width: 100%;
    padding-left: 0;
  }
  .nav-main .dropdown-column:not(:first-child) {
    margin-top: 1.25rem;
  }
  .nav-main .dropdown-column-head {
    margin-top: 0.5rem;
  }
  .nav-main .dropdown-column-articles {
    display: none;
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  .nav-secondary {
    margin-right: 3.5rem;
    z-index: 2500;
  }
  .nav-secondary .nav-item {
    padding: 0 0.6rem;
  }
  .nav-secondary .nav-link {
    font-size: 0.9rem;
  }
  .nav-secondary .nav-icon, .nav-secondary .dropdown-search .nav-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.5rem;
  }
  .nav-lng .dropdown-toggler .icon-chevron-down {
    margin-top: -0.3rem;
  }
  .navbar-top {
    height: 2rem;
  }
  .nav-top {
    padding-right: 0.75rem;
  }
  .nav-top .nav-link {
    line-height: 2rem;
  }
  .nav-top .nav-item:not(:last-child) {
    padding-right: 1rem;
  }
  .dropdown-toggler:not(.active):before {
    visibility: hidden !important;
  }
  .dropdown-toggler:not(.active) .icon-chevron-down {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    padding: 1.5rem;
    display: none;
  }
  .dropdown-menu-content {
    opacity: 1;
  }
  .dropdown-menu-search {
    width: 100%;
  }
  .menu-open .nav-main {
    left: 0;
  }
  .menu-open .icon-menu {
    fill: #ffffff;
  }
}

@media screen and (max-width: 420px) {
  .nav-top .nav-item:not(:last-child) {
    padding-right: 0.5rem;
  }
  .nav-lng {
    margin-left: 0;
  }
  .navbar-main-logo {
    margin-right: 0.75rem;
  }
}

@media screen and (max-width: 390px) {
  .nav-top .nav-link {
    padding-left: 0.25rem;
  }
  .nav-top .nav-icon {
    display: none !important;
  }
}

/* SVG icons */
svg {
  pointer-events: none;
}

.icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: relative;
  fill: currentColor;
}

.icon-animated-item .icon-animated .part {
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.icon-animated-item.icon-animated-in .icon-animated-doors .part-1 {
  -webkit-animation-name: doors-left-out;
  -moz-animation-name: doors-left-out;
  -o-animation-name: doors-left-out;
  animation-name: doors-left-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-doors .part-2 {
  -webkit-animation-name: doors-right-out;
  -moz-animation-name: doors-right-out;
  -o-animation-name: doors-right-out;
  animation-name: doors-right-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-trees .part-1 {
  -webkit-animation-name: trees-1-out;
  -moz-animation-name: trees-1-out;
  -o-animation-name: trees-1-out;
  animation-name: trees-1-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-trees .part-2 {
  -webkit-animation-name: trees-2-out;
  -moz-animation-name: trees-2-out;
  -o-animation-name: trees-2-out;
  animation-name: trees-2-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-waves .part-1 {
  -webkit-animation-name: waves-1-out;
  -moz-animation-name: waves-1-out;
  -o-animation-name: waves-1-out;
  animation-name: waves-1-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-waves .part-2 {
  -webkit-animation-name: waves-2-out;
  -moz-animation-name: waves-2-out;
  -o-animation-name: waves-2-out;
  animation-name: waves-2-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-waves .part-3 {
  -webkit-animation-name: waves-3-out;
  -moz-animation-name: waves-3-out;
  -o-animation-name: waves-3-out;
  animation-name: waves-3-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-waves .part-4 {
  -webkit-animation-name: waves-4-out;
  -moz-animation-name: waves-4-out;
  -o-animation-name: waves-4-out;
  animation-name: waves-4-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-directions .part-1 {
  -webkit-animation-name: directions-1-out;
  -moz-animation-name: directions-1-out;
  -o-animation-name: directions-1-out;
  animation-name: directions-1-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-directions .part-1-1 {
  -webkit-animation-name: directions-1-1-out;
  -moz-animation-name: directions-1-1-out;
  -o-animation-name: directions-1-1-out;
  animation-name: directions-1-1-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-directions .part-2 {
  -webkit-animation-name: directions-2-out;
  -moz-animation-name: directions-2-out;
  -o-animation-name: directions-2-out;
  animation-name: directions-2-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-in .icon-animated-directions .part-2-1 {
  -webkit-animation-name: directions-2-1-out;
  -moz-animation-name: directions-2-1-out;
  -o-animation-name: directions-2-1-out;
  animation-name: directions-2-1-out;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}

.icon-animated-item.icon-animated-out .icon-animated-doors .part-1 {
  -webkit-animation-name: doors-left-in;
  -moz-animation-name: doors-left-in;
  -o-animation-name: doors-left-in;
  animation-name: doors-left-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-doors .part-2 {
  -webkit-animation-name: doors-right-in;
  -moz-animation-name: doors-right-in;
  -o-animation-name: doors-right-in;
  animation-name: doors-right-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-trees .part-1 {
  -webkit-animation-name: trees-1-in;
  -moz-animation-name: trees-1-in;
  -o-animation-name: trees-1-in;
  animation-name: trees-1-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-trees .part-2 {
  -webkit-animation-name: trees-2-in;
  -moz-animation-name: trees-2-in;
  -o-animation-name: trees-2-in;
  animation-name: trees-2-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-waves .part-1 {
  -webkit-animation-name: waves-1-in;
  -moz-animation-name: waves-1-in;
  -o-animation-name: waves-1-in;
  animation-name: waves-1-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-waves .part-2 {
  -webkit-animation-name: waves-2-in;
  -moz-animation-name: waves-2-in;
  -o-animation-name: waves-2-in;
  animation-name: waves-2-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-waves .part-3 {
  -webkit-animation-name: waves-3-in;
  -moz-animation-name: waves-3-in;
  -o-animation-name: waves-3-in;
  animation-name: waves-3-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-waves .part-4 {
  -webkit-animation-name: waves-4-in;
  -moz-animation-name: waves-4-in;
  -o-animation-name: waves-4-in;
  animation-name: waves-4-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-directions .part-1 {
  -webkit-animation-name: directions-1-in;
  -moz-animation-name: directions-1-in;
  -o-animation-name: directions-1-in;
  animation-name: directions-1-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-directions .part-1-1 {
  -webkit-animation-name: directions-1-1-in;
  -moz-animation-name: directions-1-1-in;
  -o-animation-name: directions-1-1-in;
  animation-name: directions-1-1-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-directions .part-2 {
  -webkit-animation-name: directions-2-in;
  -moz-animation-name: directions-2-in;
  -o-animation-name: directions-2-in;
  animation-name: directions-2-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.icon-animated-item.icon-animated-out .icon-animated-directions .part-2-1 {
  -webkit-animation-name: directions-2-1-in;
  -moz-animation-name: directions-2-1-in;
  -o-animation-name: directions-2-1-in;
  animation-name: directions-2-1-in;
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -o-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

@-webkit-keyframes doors-left-in {
  0% {
    -webkit-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@-moz-keyframes doors-left-in {
  0% {
    -moz-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -moz-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -moz-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@-o-keyframes doors-left-in {
  0% {
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@keyframes doors-left-in {
  0% {
    -webkit-transform: translate(21px, 39.72326px);
    -moz-transform: translate(21px, 39.72326px);
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(61px, 39.72326px);
    -moz-transform: translate(61px, 39.72326px);
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(61px, 39.72326px);
    -moz-transform: translate(61px, 39.72326px);
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@-webkit-keyframes doors-left-out {
  0% {
    -webkit-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@-moz-keyframes doors-left-out {
  0% {
    -moz-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -moz-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -moz-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@-o-keyframes doors-left-out {
  0% {
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@keyframes doors-left-out {
  0% {
    -webkit-transform: translate(61px, 39.72326px);
    -moz-transform: translate(61px, 39.72326px);
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(61px, 39.72326px);
    -moz-transform: translate(61px, 39.72326px);
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(21px, 39.72326px);
    -moz-transform: translate(21px, 39.72326px);
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@-webkit-keyframes doors-right-in {
  0% {
    -webkit-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@-moz-keyframes doors-right-in {
  0% {
    -moz-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -moz-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -moz-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@-o-keyframes doors-right-in {
  0% {
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@keyframes doors-right-in {
  0% {
    -webkit-transform: translate(61px, 39.72326px);
    -moz-transform: translate(61px, 39.72326px);
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(21px, 39.72326px);
    -moz-transform: translate(21px, 39.72326px);
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(21px, 39.72326px);
    -moz-transform: translate(21px, 39.72326px);
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
}

@-webkit-keyframes doors-right-out {
  0% {
    -webkit-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@-moz-keyframes doors-right-out {
  0% {
    -moz-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -moz-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -moz-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@-o-keyframes doors-right-out {
  0% {
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@keyframes doors-right-out {
  0% {
    -webkit-transform: translate(21px, 39.72326px);
    -moz-transform: translate(21px, 39.72326px);
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  6.666667% {
    -webkit-transform: translate(21px, 39.72326px);
    -moz-transform: translate(21px, 39.72326px);
    -o-transform: translate(21px, 39.72326px);
    transform: translate(21px, 39.72326px);
  }
  100% {
    -webkit-transform: translate(61px, 39.72326px);
    -moz-transform: translate(61px, 39.72326px);
    -o-transform: translate(61px, 39.72326px);
    transform: translate(61px, 39.72326px);
  }
}

@-webkit-keyframes trees-1-in {
  0% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@-moz-keyframes trees-1-in {
  0% {
    -moz-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -moz-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -moz-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@-o-keyframes trees-1-in {
  0% {
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@keyframes trees-1-in {
  0% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    -moz-transform: translate(28.14029px, 25.8705px);
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    -moz-transform: translate(28.14029px, 57.1295px);
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    -moz-transform: translate(28.14029px, 57.1295px);
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@-webkit-keyframes trees-1-out {
  0% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@-moz-keyframes trees-1-out {
  0% {
    -moz-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -moz-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -moz-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@-o-keyframes trees-1-out {
  0% {
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@keyframes trees-1-out {
  0% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    -moz-transform: translate(28.14029px, 57.1295px);
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    -moz-transform: translate(28.14029px, 57.1295px);
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    -moz-transform: translate(28.14029px, 25.8705px);
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@-webkit-keyframes trees-2-in {
  0% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@-moz-keyframes trees-2-in {
  0% {
    -moz-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -moz-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -moz-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@-o-keyframes trees-2-in {
  0% {
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@keyframes trees-2-in {
  0% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    -moz-transform: translate(28.14029px, 57.1295px);
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    -moz-transform: translate(28.14029px, 25.8705px);
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    -moz-transform: translate(28.14029px, 25.8705px);
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
}

@-webkit-keyframes trees-2-out {
  0% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@-moz-keyframes trees-2-out {
  0% {
    -moz-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -moz-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -moz-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@-o-keyframes trees-2-out {
  0% {
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@keyframes trees-2-out {
  0% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    -moz-transform: translate(28.14029px, 25.8705px);
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  10% {
    -webkit-transform: translate(28.14029px, 25.8705px);
    -moz-transform: translate(28.14029px, 25.8705px);
    -o-transform: translate(28.14029px, 25.8705px);
    transform: translate(28.14029px, 25.8705px);
  }
  100% {
    -webkit-transform: translate(28.14029px, 57.1295px);
    -moz-transform: translate(28.14029px, 57.1295px);
    -o-transform: translate(28.14029px, 57.1295px);
    transform: translate(28.14029px, 57.1295px);
  }
}

@-webkit-keyframes waves-1-in {
  0% {
    -webkit-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
  10% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
}

@-moz-keyframes waves-1-in {
  0% {
    -moz-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
  10% {
    -moz-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -moz-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
}

@-o-keyframes waves-1-in {
  0% {
    -o-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
  10% {
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
}

@keyframes waves-1-in {
  0% {
    -webkit-transform: translate(16.63526px, 8.31578px);
    -moz-transform: translate(16.63526px, 8.31578px);
    -o-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
  10% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    -moz-transform: translate(58.63526px, 8.50169px);
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    -moz-transform: translate(58.63526px, 8.50169px);
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
}

@-webkit-keyframes waves-1-out {
  0% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  10% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -webkit-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
}

@-moz-keyframes waves-1-out {
  0% {
    -moz-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  10% {
    -moz-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -moz-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
}

@-o-keyframes waves-1-out {
  0% {
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  10% {
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -o-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
}

@keyframes waves-1-out {
  0% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    -moz-transform: translate(58.63526px, 8.50169px);
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  10% {
    -webkit-transform: translate(58.63526px, 8.50169px);
    -moz-transform: translate(58.63526px, 8.50169px);
    -o-transform: translate(58.63526px, 8.50169px);
    transform: translate(58.63526px, 8.50169px);
  }
  100% {
    -webkit-transform: translate(16.63526px, 8.31578px);
    -moz-transform: translate(16.63526px, 8.31578px);
    -o-transform: translate(16.63526px, 8.31578px);
    transform: translate(16.63526px, 8.31578px);
  }
}

@-webkit-keyframes waves-2-in {
  0% {
    -webkit-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
}

@-moz-keyframes waves-2-in {
  0% {
    -moz-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
  10% {
    -moz-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -moz-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
}

@-o-keyframes waves-2-in {
  0% {
    -o-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
  10% {
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
}

@keyframes waves-2-in {
  0% {
    -webkit-transform: translate(58.58802px, 29.19461px);
    -moz-transform: translate(58.58802px, 29.19461px);
    -o-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    -moz-transform: translate(16.58802px, 29.19461px);
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    -moz-transform: translate(16.58802px, 29.19461px);
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
}

@-webkit-keyframes waves-2-out {
  0% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -webkit-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
}

@-moz-keyframes waves-2-out {
  0% {
    -moz-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  10% {
    -moz-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -moz-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
}

@-o-keyframes waves-2-out {
  0% {
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  10% {
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -o-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
}

@keyframes waves-2-out {
  0% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    -moz-transform: translate(16.58802px, 29.19461px);
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 29.19461px);
    -moz-transform: translate(16.58802px, 29.19461px);
    -o-transform: translate(16.58802px, 29.19461px);
    transform: translate(16.58802px, 29.19461px);
  }
  100% {
    -webkit-transform: translate(58.58802px, 29.19461px);
    -moz-transform: translate(58.58802px, 29.19461px);
    -o-transform: translate(58.58802px, 29.19461px);
    transform: translate(58.58802px, 29.19461px);
  }
}

@-webkit-keyframes waves-4-in {
  0% {
    -webkit-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
  10% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
}

@-moz-keyframes waves-4-in {
  0% {
    -moz-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
  10% {
    -moz-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -moz-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
}

@-o-keyframes waves-4-in {
  0% {
    -o-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
  10% {
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
}

@keyframes waves-4-in {
  0% {
    -webkit-transform: translate(16.63527px, 49.70162px);
    -moz-transform: translate(16.63527px, 49.70162px);
    -o-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
  10% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    -moz-transform: translate(58.63527px, 49.88752px);
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    -moz-transform: translate(58.63527px, 49.88752px);
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
}

@-webkit-keyframes waves-4-out {
  0% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  10% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -webkit-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
}

@-moz-keyframes waves-4-out {
  0% {
    -moz-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  10% {
    -moz-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -moz-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
}

@-o-keyframes waves-4-out {
  0% {
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  10% {
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -o-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
}

@keyframes waves-4-out {
  0% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    -moz-transform: translate(58.63527px, 49.88752px);
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  10% {
    -webkit-transform: translate(58.63527px, 49.88752px);
    -moz-transform: translate(58.63527px, 49.88752px);
    -o-transform: translate(58.63527px, 49.88752px);
    transform: translate(58.63527px, 49.88752px);
  }
  100% {
    -webkit-transform: translate(16.63527px, 49.70162px);
    -moz-transform: translate(16.63527px, 49.70162px);
    -o-transform: translate(16.63527px, 49.70162px);
    transform: translate(16.63527px, 49.70162px);
  }
}

@-webkit-keyframes waves-3-in {
  0% {
    -webkit-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
}

@-moz-keyframes waves-3-in {
  0% {
    -moz-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
  10% {
    -moz-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -moz-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
}

@-o-keyframes waves-3-in {
  0% {
    -o-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
  10% {
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
}

@keyframes waves-3-in {
  0% {
    -webkit-transform: translate(58.58802px, 70.58043px);
    -moz-transform: translate(58.58802px, 70.58043px);
    -o-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    -moz-transform: translate(16.58802px, 70.58043px);
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    -moz-transform: translate(16.58802px, 70.58043px);
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
}

@-webkit-keyframes waves-3-out {
  0% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -webkit-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
}

@-moz-keyframes waves-3-out {
  0% {
    -moz-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  10% {
    -moz-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -moz-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
}

@-o-keyframes waves-3-out {
  0% {
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  10% {
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -o-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
}

@keyframes waves-3-out {
  0% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    -moz-transform: translate(16.58802px, 70.58043px);
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  10% {
    -webkit-transform: translate(16.58802px, 70.58043px);
    -moz-transform: translate(16.58802px, 70.58043px);
    -o-transform: translate(16.58802px, 70.58043px);
    transform: translate(16.58802px, 70.58043px);
  }
  100% {
    -webkit-transform: translate(58.58802px, 70.58043px);
    -moz-transform: translate(58.58802px, 70.58043px);
    -o-transform: translate(58.58802px, 70.58043px);
    transform: translate(58.58802px, 70.58043px);
  }
}

@-webkit-keyframes directions-1-in {
  0% {
    -webkit-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
  10% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
}

@-moz-keyframes directions-1-in {
  0% {
    -moz-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
  10% {
    -moz-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -moz-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
}

@-o-keyframes directions-1-in {
  0% {
    -o-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
  10% {
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
}

@keyframes directions-1-in {
  0% {
    -webkit-transform: translate(45.25625px, 17.52284px);
    -moz-transform: translate(45.25625px, 17.52284px);
    -o-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
  10% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    -moz-transform: translate(25.20417px, 17.52284px);
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    -moz-transform: translate(25.20417px, 17.52284px);
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
}

@-webkit-keyframes directions-1-out {
  0% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  10% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -webkit-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
}

@-moz-keyframes directions-1-out {
  0% {
    -moz-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  10% {
    -moz-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -moz-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
}

@-o-keyframes directions-1-out {
  0% {
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  10% {
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -o-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
}

@keyframes directions-1-out {
  0% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    -moz-transform: translate(25.20417px, 17.52284px);
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  10% {
    -webkit-transform: translate(25.20417px, 17.52284px);
    -moz-transform: translate(25.20417px, 17.52284px);
    -o-transform: translate(25.20417px, 17.52284px);
    transform: translate(25.20417px, 17.52284px);
  }
  100% {
    -webkit-transform: translate(45.25625px, 17.52284px);
    -moz-transform: translate(45.25625px, 17.52284px);
    -o-transform: translate(45.25625px, 17.52284px);
    transform: translate(45.25625px, 17.52284px);
  }
}

@-webkit-keyframes directions-1-1-in {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@-moz-keyframes directions-1-1-in {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@-o-keyframes directions-1-1-in {
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@keyframes directions-1-1-in {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@-webkit-keyframes directions-1-1-out {
  0% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes directions-1-1-out {
  0% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes directions-1-1-out {
  0% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes directions-1-1-out {
  0% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes directions-2-in {
  0% {
    -webkit-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
  10% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
}

@-moz-keyframes directions-2-in {
  0% {
    -moz-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
  10% {
    -moz-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -moz-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
}

@-o-keyframes directions-2-in {
  0% {
    -o-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
  10% {
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
}

@keyframes directions-2-in {
  0% {
    -webkit-transform: translate(22.68855px, 49.60616px);
    -moz-transform: translate(22.68855px, 49.60616px);
    -o-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
  10% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    -moz-transform: translate(47.25104px, 49.60616px);
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    -moz-transform: translate(47.25104px, 49.60616px);
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
}

@-webkit-keyframes directions-2-out {
  0% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  10% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -webkit-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
}

@-moz-keyframes directions-2-out {
  0% {
    -moz-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  10% {
    -moz-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -moz-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
}

@-o-keyframes directions-2-out {
  0% {
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  10% {
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -o-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
}

@keyframes directions-2-out {
  0% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    -moz-transform: translate(47.25104px, 49.60616px);
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  10% {
    -webkit-transform: translate(47.25104px, 49.60616px);
    -moz-transform: translate(47.25104px, 49.60616px);
    -o-transform: translate(47.25104px, 49.60616px);
    transform: translate(47.25104px, 49.60616px);
  }
  100% {
    -webkit-transform: translate(22.68855px, 49.60616px);
    -moz-transform: translate(22.68855px, 49.60616px);
    -o-transform: translate(22.68855px, 49.60616px);
    transform: translate(22.68855px, 49.60616px);
  }
}

@-webkit-keyframes directions-2-1-in {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@-moz-keyframes directions-2-1-in {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@-o-keyframes directions-2-1-in {
  0% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@keyframes directions-2-1-in {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@-webkit-keyframes directions-2-1-out {
  0% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes directions-2-1-out {
  0% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes directions-2-1-out {
  0% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes directions-2-1-out {
  0% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  10% {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.content {
  padding: 0;
  /* sticky footer */
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* Spacing between content rows */
.container-row-spacing > .row:not(:last-of-type) {
  margin-bottom: 4.5rem;
}

.container-row-spacing-small > .row:not(:last-of-type) {
  margin-bottom: 2.75rem;
}

/* Block */
.block {
  padding: 4.25rem 0;
}

.block-narrow {
  padding: 2.5rem 0;
}

.block-alt {
  background: #fff5ec;
}

.block-alpha {
  padding-top: 0;
}

.block-omega {
  padding-bottom: 0;
}

.block-divider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ede7e1;
  padding: 0;
}

.block-content-row {
  margin-bottom: 4.5rem;
}

.row-wide-gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.row-wide-gutters .col-1, .row-wide-gutters .col-2, .row-wide-gutters .col-3, .row-wide-gutters .col-4, .row-wide-gutters .col-5, .row-wide-gutters .col-6, .row-wide-gutters .col-7, .row-wide-gutters .col-8, .row-wide-gutters .col-9, .row-wide-gutters .col-10, .row-wide-gutters .col-11, .row-wide-gutters .col-12, .row-wide-gutters .col,
.row-wide-gutters .col-auto, .row-wide-gutters .col-sm-1, .row-wide-gutters .col-sm-2, .row-wide-gutters .col-sm-3, .row-wide-gutters .col-sm-4, .row-wide-gutters .col-sm-5, .row-wide-gutters .col-sm-6, .row-wide-gutters .col-sm-7, .row-wide-gutters .col-sm-8, .row-wide-gutters .col-sm-9, .row-wide-gutters .col-sm-10, .row-wide-gutters .col-sm-11, .row-wide-gutters .col-sm-12, .row-wide-gutters .col-sm,
.row-wide-gutters .col-sm-auto, .row-wide-gutters .col-md-1, .row-wide-gutters .col-md-2, .row-wide-gutters .col-md-3, .row-wide-gutters .col-md-4, .row-wide-gutters .col-md-5, .row-wide-gutters .col-md-6, .row-wide-gutters .col-md-7, .row-wide-gutters .col-md-8, .row-wide-gutters .col-md-9, .row-wide-gutters .col-md-10, .row-wide-gutters .col-md-11, .row-wide-gutters .col-md-12, .row-wide-gutters .col-md,
.row-wide-gutters .col-md-auto, .row-wide-gutters .col-lg-1, .row-wide-gutters .col-lg-2, .row-wide-gutters .col-lg-3, .row-wide-gutters .col-lg-4, .row-wide-gutters .col-lg-5, .row-wide-gutters .col-lg-6, .row-wide-gutters .col-lg-7, .row-wide-gutters .col-lg-8, .row-wide-gutters .col-lg-9, .row-wide-gutters .col-lg-10, .row-wide-gutters .col-lg-11, .row-wide-gutters .col-lg-12, .row-wide-gutters .col-lg,
.row-wide-gutters .col-lg-auto, .row-wide-gutters .col-xl-1, .row-wide-gutters .col-xl-2, .row-wide-gutters .col-xl-3, .row-wide-gutters .col-xl-4, .row-wide-gutters .col-xl-5, .row-wide-gutters .col-xl-6, .row-wide-gutters .col-xl-7, .row-wide-gutters .col-xl-8, .row-wide-gutters .col-xl-9, .row-wide-gutters .col-xl-10, .row-wide-gutters .col-xl-11, .row-wide-gutters .col-xl-12, .row-wide-gutters .col-xl,
.row-wide-gutters .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .block {
    padding: 3rem 0;
  }
  .block-alpha {
    padding-top: 0;
  }
  .block-omega {
    padding-bottom: 0;
  }
  .container-row-spacing > .row:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .container-row-spacing-small > .row:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .block {
    padding: 2rem 0;
  }
  .block-alpha {
    padding-top: 0;
  }
  .block-omega {
    padding-bottom: 0;
  }
  .block-divider {
    margin: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.map-wrapper img, .map img {
  max-width: none !important;
}

.map {
  width: 100%;
}

.map-wrapper-small, .map-small, .map-small iframe {
  width: 100%;
  height: 260px;
}

.map-wrapper-big, .map-big, .map-big iframe {
  width: 100%;
  height: 520px;
}

.modal {
  display: none;
}

.modal-content {
  padding: 1rem;
}

/* Newsletter */
.newsletter {
  background: #f0eeec;
  padding: 1.15rem 0;
}

.newsletter-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7rem;
}

.newsletter-content-text p {
  margin-bottom: 0.25rem;
}

.newsletter-content-text p:last-child {
  margin-bottom: 0;
}

.newsletter-head {
  font-family: "Wotfard", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  margin-bottom: 0;
  margin-top: -0.15rem;
}

.newsletter-head-line {
  position: relative;
  padding-right: 2.25rem;
}

.newsletter-head-line:after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1px;
  background: #ca9a43;
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
}

.form-newsletter-group {
  position: relative;
  margin-bottom: 0;
}

.form-newsletter-input {
  font-family: "Open Sans", sans-serif;
  color: #282927;
  font-weight: 400;
  border: 1px solid #b3aca7;
  background: none;
  font-size: 0.7rem;
  line-height: 1.35;
  padding: 0.75rem 0.8rem;
  width: 100%;
}

.form-newsletter-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background: none;
  border: none;
  padding: 0.45rem 0.75rem;
}

.form-newsletter-submit .icon {
  width: 1rem;
  height: 1rem;
  fill: #ca9a43;
}

.form-newsletter-submit:hover .icon, .form-newsletter-submit:active .icon, .form-newsletter-submit:focus .icon {
  fill: #282927;
}

@media screen and (max-width: 1200px) {
  .newsletter-content {
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .newsletter-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter-head {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .newsletter-head-line {
    padding-right: 0;
  }
  .newsletter-head-line:after {
    display: none;
  }
}

.notification {
  background: #f0eeec;
}

.notification-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Wotfard", sans-serif;
  min-height: 5.5rem;
  position: relative;
  padding: 1.5rem 0 1.5rem 3.8rem;
}

.notification-icon {
  width: 2.8rem;
  height: 2.8rem;
  fill: #5b5d59;
  position: absolute;
  left: 0;
  top: 1.35rem;
}

.notification-content {
  width: 100%;
}

.notification-text {
  font-size: 1.1rem;
}

.notification-text-small {
  font-size: 0.8rem;
  padding-top: 0.25rem;
}

.notification a {
  text-decoration: underline;
}

.notification-alert {
  background: #ffe7e7;
}

.notification-alert .notification-icon {
  fill: #B27777;
}

/* Pager */
.pager {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.pager ul li {
  display: inline-block;
  padding: 0;
  background: none;
  margin: 0 0.22rem;
}

.pager ul li a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ca9a43;
  background: #ffffff;
  color: #282927;
  text-align: center;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 500;
  font-family: "Wotfard", sans-serif;
}

.pager ul li a:hover, .pager ul li a:active, .pager ul li a:focus {
  background: #ca9a43;
  color: #ffffff;
  text-decoration: none;
}

.pager ul li a.pager-active {
  background: #ca9a43;
  color: #ffffff;
  text-decoration: none;
}

.pager-dots {
  font-size: 0.7rem;
  font-weight: 400;
}

.pager-btn {
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  font-weight: 500;
  position: relative;
}

.pager-btn .icon {
  position: absolute;
  top: 0.17rem;
  width: 0.75rem;
  height: 0.75rem;
  fill: #ca9a43;
}

.pager-btn-inactive {
  color: #b3aca7;
  text-decoration: none;
}

.pager-btn-inactive .icon {
  fill: #b3aca7;
}

.pager-btn-inactive:hover, .pager-btn-inactive:active, .pager-btn-inactive:focus {
  color: #b3aca7;
  cursor: default;
}

.pager-prev {
  margin-right: auto;
  padding-left: 1.35rem;
}

.pager-prev .icon {
  left: 0;
}

.pager-next {
  margin-left: auto;
  padding-right: 1.35rem;
}

.pager-next .icon {
  right: 0;
}

@media screen and (max-width: 992px) {
  .pager {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pager ul {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 1rem;
  }
  .pager-btn {
    margin-bottom: 0.5rem;
  }
  .pager .pager-prev {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0.5rem;
  }
  .pager .pager-next {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0.5rem;
  }
}

.range {
  position: relative;
}

.range-sliders {
  display: grid;
  grid-template-rows: -webkit-max-content 1.1rem;
  grid-template-rows: max-content 1.1rem;
  margin: 1em auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.range-sliders:before, .range-sliders:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 5;
}

.range-sliders:before {
  width: 100%;
  background: #f0eeec;
}

.range-sliders:after {
  width: var(--range-width);
  left: var(--range-left);
  background: #ca9a43;
}

.range-slider {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 500;
  background: none;
  /* get rid of white Chrome background */
  color: #282927;
  font: inherit;
  /* fix too small font-size in both Chrome & Firefox */
  margin: 0;
  pointer-events: none;
  /* let clicks pass through */
}

.range-slider::-webkit-slider-runnable-track, .range-slider::-webkit-slider-thumb, .range-slider {
  -webkit-appearance: none;
}

.range-slider::-webkit-slider-runnable-track {
  background: none;
  height: 1rem;
  width: 100%;
}

.range-slider::-moz-range-track {
  background: none;
  height: 1rem;
  width: 100%;
}

.range-slider::-webkit-slider-thumb {
  background: #ffffff url("../img/range-thumb.svg") center center no-repeat;
  background-size: 1.1rem 1.1rem;
  border: 1px solid #ca9a43;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  pointer-events: auto;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  background: #ffffff url("../img/range-thumb.svg") center center no-repeat;
  -moz-background-size: 1.1rem 1.1rem;
  background-size: 1.1rem 1.1rem;
  border: 1px solid #ca9a43;
  -moz-border-radius: 50%;
  border-radius: 50%;
  pointer-events: auto;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.range-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.25rem;
}

.range-inputs-2 > .range-input, .range-inputs-2 > .range-input-group {
  width: 50%;
}

.range-inputs > .range-input, .range-inputs > .range-input-group {
  margin-left: 2.25rem;
}

.range-input-group {
  position: relative;
}

.range-input-group .range-input, .range-input-group input.range-input {
  padding-right: 2rem;
}

.range-input-group:not(:last-of-type):after {
  content: "–";
  display: inline-block;
  font-size: 0.7rem;
  color: #b3aca7;
  line-height: 1;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range-input-inner-label {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b3aca7;
  font-size: 0.7rem;
}

/* Newsletter */
.form-search-group {
  position: relative;
  margin-bottom: 0;
}

.form-search-input {
  font-family: "Open Sans", sans-serif;
  color: #282927;
  font-weight: 400;
  border: 1px solid #b3aca7;
  background: none;
  font-size: 0.7rem;
  line-height: 1.35;
  padding: 0.75rem 0.8rem;
  width: 100%;
}

.form-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background: none;
  border: none;
  padding: 0.45rem 0.75rem;
}

.form-search-submit .icon {
  width: 1rem;
  height: 1rem;
  fill: #ca9a43;
}

.form-search-submit:hover .icon, .form-search-submit:active .icon, .form-search-submit:focus .icon {
  fill: #282927;
}

/* select */
.fstElement {
  font-size: 0.7rem;
  border: 1px solid #b3aca7;
  width: 100%;
  display: block;
  font-family: "Wotfard", sans-serif;
}

.fstElement .fstChoiceItem {
  font-size: 0.7rem;
  padding: 0.15rem 0;
  background: none;
  border: none;
  color: #282927;
  padding-right: 1.5em;
  position: relative;
  margin-bottom: 0.15em;
}

.fstElement .fstChoiceRemove {
  color: #ca9a43;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: auto;
}

.fstElement .fstResults {
  -webkit-box-shadow: 0 10px 24px -9px rgba(77, 31, 31, 0.2) !important;
  -moz-box-shadow: 0 10px 24px -9px rgba(77, 31, 31, 0.2) !important;
  box-shadow: 0 10px 24px -9px rgba(77, 31, 31, 0.2) !important;
  border-top: 1px solid #b3aca7;
}

.fstElement .fstResultItem {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
}

.fstElement .fstResultItem.fstSelected {
  background-color: transparent;
  border: none;
  background-color: #ca9a43;
  border-color: #ca9a43;
  color: #ffffff;
}

.fstElement .fstResultItem.fstFocused {
  background-color: #ca9a43;
  border-color: #ca9a43;
  color: #ffffff;
}

.fstElement .fstGroupTitle {
  padding: 0.75rem 0.35rem 0.5rem 0.35rem;
  font-weight: 400;
  color: #282927;
  font-size: 0.8rem;
  line-height: 1.3;
}

.fstElement .fstGroup {
  padding-top: 0.25rem;
}

.fstElement .fstControls {
  padding: 0 !important;
  border: none !important;
}

.fstSingleMode.fstActive {
  z-index: 10000;
}

.fstSingleMode .fstToggleBtn {
  font-size: 0.7rem;
  min-height: 2rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.5rem 2rem 0.5rem 0.9rem;
  min-width: 8rem;
}

.fstSingleMode .fstToggleBtn:after {
  border: none;
  margin-top: -0.2rem;
  right: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/chevron-down-yellow.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-in;
  -moz-transition: transform 0.1s ease-in, -moz-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in, -moz-transform 0.1s ease-in, -o-transform 0.1s ease-in;
}

.fstSingleMode.fstActive .fstToggleBtn:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fstSingleMode .fstQueryInput {
  opacity: 0;
  max-height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.fstSingleMode .fstNoResults {
  font-size: 0.9em;
}

.select-no-search .fstSingleMode.fstActive .fstResults {
  margin-top: -0.75em !important;
}

.service-list {
  margin-bottom: -0.75rem;
}

.service-item {
  margin-bottom: 0.75rem;
}

.service-item-inner {
  background: #ffffff;
  border: 1px solid #ede7e1;
  -webkit-box-shadow: 0 6px 4px -4px rgba(77, 31, 31, 0.07);
  -moz-box-shadow: 0 6px 4px -4px rgba(77, 31, 31, 0.07);
  box-shadow: 0 6px 4px -4px rgba(77, 31, 31, 0.07);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 9rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  font-family: "Wotfard", sans-serif;
}

.service-item-img {
  position: relative;
  width: 11.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 11.5rem;
  flex: 0 0 11.5rem;
  overflow: hidden;
}

.service-item-img .article-like-button {
  z-index: 30;
}

.service-item-img img {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  height: auto;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) scale(1.1);
  -moz-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  -o-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.service-item-text {
  padding: 1.4rem;
  font-size: 0.7rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service-item-title {
  font-size: 1.1rem;
  color: #282927;
  text-decoration: underline;
  margin-bottom: 0.55rem;
}

.service-item-label {
  color: #b3aca7;
  margin-bottom: 0.65rem;
}

.service-item-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -2.5rem;
}

.service-item-col {
  width: 50%;
  padding-left: 2.5rem;
}

.service-item-contacts {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-item-contacts:last-child {
  margin-bottom: 0;
}

.service-item-contacts li {
  padding-left: 0;
}

.service-item-contacts li:not(:last-of-type) {
  padding-right: 1.2rem;
  position: relative;
}

.service-item-contacts li:not(:last-of-type):after {
  content: "|";
  display: block;
  position: absolute;
  color: #b3aca7;
  right: 0.5rem;
  top: 0;
}

.service-list-icons {
  margin-bottom: 0;
}

.service-list-icons .icon {
  fill: #ca9a43;
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.75rem;
  height: 0.75rem;
}

.service-list-icons li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.2rem;
}

.service-list-check {
  margin-bottom: 0;
}

.service-list-check li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.15rem;
}

.service-list-check li:before {
  content: "";
  display: block;
  width: 0.76rem;
  height: 0.75rem;
  background: url("../img/check-yellow.svg") center center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.service-item-contact .service-item-inner {
  min-height: 6rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.service-item-contact .service-item-text {
  padding: 1.4rem 2rem;
}

.service-item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  color: #ca9a43;
}

.service-item-btn .icon {
  width: 1rem;
  height: 1rem;
}

.service-item-btn:hover, .service-item-btn:active, .service-item-btn:focus {
  color: #282927;
}

a.service-item-inner:hover, a.service-item-inner:active, a.service-item-inner:focus {
  color: #282927;
}

a.service-item-inner:hover .service-item-title, a.service-item-inner:active .service-item-title, a.service-item-inner:focus .service-item-title {
  color: #ca9a43;
}

a.service-item-inner:hover .service-item-img img, a.service-item-inner:active .service-item-img img, a.service-item-inner:focus .service-item-img img {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

@media screen and (max-width: 1200px) {
  .service-item-img {
    width: 14rem;
  }
}

@media screen and (max-width: 768px) {
  .service-item-alt .service-item-col {
    width: 100%;
  }
  .service-item-alt .service-item-col:not(:first-of-type) {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .service-item:not(.service-item-alt) .service-item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-item:not(.service-item-alt) .service-item-img {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 13rem;
  }
  .service-item:not(.service-item-alt) .service-item-contacts li {
    width: 100%;
  }
  .service-item:not(.service-item-alt) .service-item-contacts li:not(:last-of-type) {
    padding-right: 0;
  }
  .service-item:not(.service-item-alt) .service-item-contacts li:not(:last-of-type):after {
    display: none;
  }
  .service-item-alt .service-item-img {
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .service-item-contact .service-item-text {
    padding: 1.4rem;
  }
  .service-item-btn {
    padding: 1.25rem;
  }
}

.slider {
  overflow: hidden;
  background: none;
}

.slider-overflowing {
  overflow: visible !important;
}

.slider .slider-panel {
  overflow: hidden;
  background: none;
  display: inline-block;
}

.slider ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider ul, .slider .slider-panel {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.slider-nav {
  width: 100%;
  position: relative;
  z-index: 500;
}

.slider-nav ol {
  margin: 0 0 0 -10px;
}

.slider-nav li {
  margin: 0 0 0 10px;
  padding: 0;
  background: none;
  display: inline-block;
  font-size: 0;
}

.slider-nav li:before {
  content: none;
}

.slider-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #ca9a43;
  text-indent: -80000px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.slider-nav li.current a {
  background: #282927;
}

.slider-nav .prev {
  position: absolute;
  left: -2em;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-nav .prev:after {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  border-left: 0.2em solid #ca9a43;
  border-bottom: 0.2em solid #ca9a43;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 1px);
  -moz-transform: rotate(45deg) translate3d(0, 0, 1px);
  transform: rotate(45deg) translate3d(0, 0, 1px);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 10;
  margin-top: -0.4em;
}

.slider-nav .prev:hover, .slider-nav .prev:active {
  border-color: #282927;
}

.slider-nav .next {
  position: absolute;
  right: -2em;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-nav .next:after {
  content: "";
  position: absolute;
  left: 0.75em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  border-right: 0.2em solid #ca9a43;
  border-top: 0.2em solid #ca9a43;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 1px);
  -moz-transform: rotate(45deg) translate3d(0, 0, 1px);
  transform: rotate(45deg) translate3d(0, 0, 1px);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 10;
  margin-top: -0.4em;
}

.slider-nav .next:hover, .slider-nav .next:active {
  border-color: #282927;
}

.slider-nav-prev, .slider-nav-next {
  color: #ca9a43;
  padding: 0.2rem 0.5rem;
  display: inline-block;
}

.slider-nav-prev:hover, .slider-nav-prev:active, .slider-nav-prev:focus, .slider-nav-next:hover, .slider-nav-next:active, .slider-nav-next:focus {
  color: #282927;
}

.slider-nav-prev .slider-nav-icon, .slider-nav-next .slider-nav-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.slider-nav-prev {
  padding-left: 0;
}

.slider-nav-next {
  padding-right: 0;
}

/* General item slider */
/* Articles sliders */
.article-slider.article-slider-shifted, .article-slider-small.article-slider-shifted, .article-slider-middle.article-slider-shifted, .article-slider-tiles.article-slider-shifted {
  margin-right: -25%;
}

.article-slider .slider, .article-slider-small .slider, .article-slider-middle .slider {
  margin-left: -0.5rem;
}

.article-slider .article-item-inner {
  min-height: 23rem;
}

.article-slider .slider-panel {
  width: 50%;
}

.article-slider .slider-panel:not(.slide):not(:nth-child(-n+2)) {
  display: none;
}

.article-slider-small .article-item-inner {
  min-height: 11rem;
}

.article-slider-small .slider-panel {
  width: 25%;
}

.article-slider-small .slider-panel:not(.slide):not(:nth-child(-n+4)) {
  display: none;
}

.article-slider-middle .article-item-inner {
  min-height: 18.5rem;
}

.article-slider-middle .slider-panel {
  width: 33.33333%;
}

.article-slider-middle .slider-panel:not(.slide):not(:nth-child(-n+3)) {
  display: none;
}

.article-slider-tiles .article-tiles-column-wide ~ .article-tiles-column:not(.article-tiles-column-wide) {
  width: 27%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
}

.article-slider-tiles .slider-overflowing .slider-panel {
  padding-right: 0.5rem;
}

.article-slider-tiles .slider-panel {
  width: 100%;
}

.article-slider-tiles .slider-panel:not(.slide):not(:first-child) {
  display: none;
}

.nav-slider-overlay {
  background: #ffffff;
  z-index: 1000;
  position: relative;
  height: 100%;
  width: 100%;
}

.nav-slider-overlay:before {
  content: "";
  display: block;
  width: -webkit-calc(100vw + 32px);
  width: -moz-calc(100vw + 32px);
  width: calc(100vw + 32px);
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 901;
}

.nav-slider-overlay > * {
  position: relative;
  z-index: 950;
}

/* Event slider */
.event-slider .slider {
  margin-left: -0.75rem;
}

.event-slider .slider-panel {
  width: 33.33333%;
}

.event-slider .slider-panel .item {
  padding-left: 0.75rem;
}

.event-slider .slider-panel:not(.slide):not(:nth-child(-n+3)) {
  display: none;
}

@media screen and (max-width: 1570px) {
  .article-slider.article-slider-shifted, .article-slider-small.article-slider-shifted, .article-slider-tiles.article-slider-shifted {
    margin-right: -15%;
  }
}

@media screen and (max-width: 1470px) {
  .article-slider.article-slider-shifted, .article-slider-small.article-slider-shifted, .article-slider-tiles.article-slider-shifted {
    margin-right: -10%;
  }
}

@media screen and (max-width: 1370px) {
  .article-slider.article-slider-shifted, .article-slider-small.article-slider-shifted, .article-slider-tiles.article-slider-shifted {
    margin-right: -5%;
  }
}

@media screen and (max-width: 1270px) {
  .article-slider.article-slider-shifted, .article-slider-small.article-slider-shifted, .article-slider-tiles.article-slider-shifted {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .article-slider-small .slider-panel {
    width: 50%;
  }
  .article-slider-small .slider-panel:not(.slide):not(:nth-child(-n+2)) {
    display: none;
  }
  .article-slider-middle .slider-panel {
    width: 50%;
  }
  .article-slider-middle .slider-panel:not(.slide):not(:nth-child(-n+2)) {
    display: none;
  }
  .article-slider .article-item-inner {
    min-height: 15rem;
  }
  .article-slider-tiles .article-tiles-column {
    min-height: 19rem;
  }
  .article-slider-tiles .article-tiles-column .article-item {
    min-height: 9rem;
  }
  .article-slider-tiles .article-tiles-column .article-item-inner {
    min-height: 9rem;
  }
}

@media screen and (max-width: 768px) {
  .article-slider .article-item-inner {
    min-height: 18rem;
  }
  .article-slider .slider-panel {
    width: 100%;
  }
  .article-slider .slider-panel:not(.slide):not(:first-child) {
    display: none;
  }
  .article-slider-tiles .article-tiles-column {
    height: 13rem;
  }
  .article-slider-tiles .article-tiles-column .article-item {
    min-height: 0;
  }
  .article-slider-tiles .article-tiles-column .article-item-inner {
    min-height: 0;
  }
  .article-slider-tiles .article-tiles-2-cols .article-tiles-column {
    height: 19.5rem;
  }
  .article-slider-tiles .article-tiles-4-cols .article-tiles-column {
    height: 9.75rem;
  }
  .article-slider-tiles .article-tiles-column-wide ~ .article-tiles-column:not(.article-tiles-column-wide) {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 576px) {
  .article-slider .article-item-inner {
    min-height: 15rem;
  }
  .article-slider-small .article-item-inner {
    min-height: 11rem;
  }
  .article-slider-middle .slider-panel {
    width: 100%;
  }
  .article-slider-middle .slider-panel:not(.slide):not(:nth-child(-n+1)) {
    display: none;
  }
}

.step-item {
  position: relative;
  padding-left: 4.5rem;
  padding-top: 0.7rem;
  padding-bottom: 1.75rem;
}

.step-item-number {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #ca9a43;
  color: #ca9a43;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Wotfard", sans-serif;
  padding: 0.85rem;
  text-indent: 0.15rem;
  z-index: 10;
}

.step-item:not(:last-of-type):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ca9a43), color-stop(50%, #ca9a43), color-stop(50%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, #ca9a43, #ca9a43 50%, transparent 50%, transparent 100%);
  background-image: -moz-linear-gradient(top, #ca9a43, #ca9a43 50%, transparent 50%, transparent 100%);
  background-image: -o-linear-gradient(top, #ca9a43, #ca9a43 50%, transparent 50%, transparent 100%);
  background-image: linear-gradient(180deg, #ca9a43, #ca9a43 50%, transparent 50%, transparent 100%);
  -moz-background-size: 1px 6px;
  -o-background-size: 1px 6px;
  background-size: 1px 6px;
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 2;
}

.step-item-content, .step-item-content .entry {
  font-size: 0.7rem;
}

@media screen and (max-width: 1370px) {
  .step-item-content, .step-item-content .entry {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .step-item {
    padding-left: 3.2rem;
    padding-top: 0.25rem;
  }
  .step-item-number {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.9rem;
    padding: 0.55rem;
  }
  .step-item:not(:last-of-type):after {
    left: 1.1rem;
  }
}

.switch-box {
  padding: 2rem 1.8rem;
  min-height: 6.2rem;
}

.switch-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.6rem;
  margin-bottom: -0.6rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-list-item {
  padding-left: 0.6rem;
  margin-bottom: 0.6rem;
}

.switch-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.switch-input {
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  position: absolute;
}

.switch-input:checked + .switch-label {
  background: #ca9a43;
  color: #ffffff;
}

.switch-input:checked + .switch-label .icon {
  fill: #ffffff;
}

.switch-label {
  display: inline-block;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  color: #282927;
  padding: 0.45rem 1.4rem;
  min-height: 2rem;
  background: #ffffff;
  border: 1px solid #ca9a43;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-transition: color 0.07s ease-out, background 0.07s ease-out;
  -o-transition: color 0.07s ease-out, background 0.07s ease-out;
  -moz-transition: color 0.07s ease-out, background 0.07s ease-out;
  transition: color 0.07s ease-out, background 0.07s ease-out;
  text-decoration: none;
  margin-bottom: 0;
  margin-left: -1px;
}

.switch-label:first-of-type {
  -webkit-border-radius: 1.5rem 0 0 1.5rem;
  -moz-border-radius: 1.5rem 0 0 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  padding-left: 1.7rem;
  margin-left: 0;
}

.switch-label:last-of-type {
  -webkit-border-radius: 0 1.5rem 1.5rem 0;
  -moz-border-radius: 0 1.5rem 1.5rem 0;
  border-radius: 0 1.5rem 1.5rem 0;
  padding-right: 1.7rem;
}

.switch-label:hover {
  background: #ca9a43;
  color: #ffffff;
}

.switch-label:hover .icon {
  fill: #ffffff;
}

.switch-label.switch-label-active {
  background: #ca9a43;
  color: #ffffff;
}

.switch-label.switch-label-active .icon {
  fill: #ffffff;
}

.switch-label .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.2rem;
  -webkit-transform: translateY(0.13rem);
  -moz-transform: translateY(0.13rem);
  -ms-transform: translateY(0.13rem);
  -o-transform: translateY(0.13rem);
  transform: translateY(0.13rem);
  fill: #ca9a43;
}

label.switch-label {
  margin-bottom: 0;
}

@media screen and (max-width: 1370px) {
  .switch-label {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .switch-label {
    padding: 0.45rem 1rem;
  }
  .switch-label:first-of-type {
    padding-left: 1.25rem;
  }
  .switch-label:last-of-type {
    padding-right: 1.25rem;
  }
  .switch-box {
    padding: 1.5rem 0 1.5rem 0;
  }
}

.entry table {
  width: 100%;
  border: 1px solid #ede7e1;
  border-collapse: collapse;
}

.entry table th {
  background: #fff5ec;
  font-weight: 700;
  padding: 0.55rem 1rem;
  color: #282927;
  font-size: 0.8rem;
  text-align: left;
  border-bottom: 1px solid #ede7e1;
  border-left: 1px solid #ede7e1;
}

.entry table td {
  padding: 0.55rem 1rem;
  color: #282927;
  font-size: 0.8rem;
  text-align: left;
  border-bottom: 1px solid #ede7e1;
  border-left: 1px solid #ede7e1;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .entry table {
    display: block;
    width: auto;
    overflow-x: scroll;
  }
}

.tabs {
  position: relative;
}

.tab-nav ul {
  margin: 0 0 0 -1px;
  padding: 0;
}

.tab-nav ul li {
  float: left;
  list-style-type: none;
  padding: 0;
  background: none;
  margin: 0 0 0 1px;
}

.tab-nav ul li a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 15px 30px;
  background: #b3aca7;
  color: #282927;
}

.tab-nav ul li a:hover, .tab-nav ul li a:active, .tab-nav ul li a:hover {
  background: #cbc6c2;
  color: #282927;
}

.tab-nav ul li a.selected {
  background: #282927;
  color: #ffffff;
}

.tab-content .tab {
  float: left;
  width: 100%;
  padding: 1.5rem;
  background: #ffffff;
  display: none;
}

.tab-content .tab.selected {
  position: static !important;
  display: block;
}

.tag-box {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 24px -9px rgba(77, 31, 31, 0.14);
  -moz-box-shadow: 0 10px 24px -9px rgba(77, 31, 31, 0.14);
  box-shadow: 0 10px 24px -9px rgba(77, 31, 31, 0.14);
  padding: 2rem 1.8rem;
  min-height: 6.2rem;
}

.tag-box-shifted {
  margin-top: -3.3rem;
}

.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.6rem;
  margin-bottom: -0.6rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-list-item {
  padding-left: 0.6rem;
  margin-bottom: 0.6rem;
}

.tag-item {
  position: relative;
}

.tag-label {
  display: inline-block;
  font-size: 0.7rem;
  font-family: "Wotfard", sans-serif;
  color: #282927;
  padding: 0.45rem 1.15rem;
  min-height: 2rem;
  background: #ffffff;
  border: 1px solid #ca9a43;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-transition: color 0.07s ease-out, background 0.07s ease-out;
  -o-transition: color 0.07s ease-out, background 0.07s ease-out;
  -moz-transition: color 0.07s ease-out, background 0.07s ease-out;
  transition: color 0.07s ease-out, background 0.07s ease-out;
  text-decoration: none;
}

.tag-label:hover, .tag-label.tag-label-active {
  background: #ca9a43;
  color: #ffffff;
}

.tag-label:hover .tag-num, .tag-label.tag-label-active .tag-num {
  color: #ffffff;
}

.tag-label:hover, .tag-label:active, .tag-label:focus {
  text-decoration: none;
}

.tag-label:hover .tag-close, .tag-label:active .tag-close, .tag-label:focus .tag-close {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tag-input {
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  position: absolute;
}

.tag-input:checked ~ .tag-label {
  background: #ca9a43;
  color: #ffffff;
}

.tag-input:checked ~ .tag-label .tag-num {
  color: #ffffff;
}

.tag-num {
  color: #a79f99;
  font-weight: 400;
}

.tag-close {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 0.6rem;
  margin-right: -0.25rem;
  margin-bottom: 0.05rem;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out, -o-transform 0.1s ease-out;
  -webkit-transform-origin: 5px 6px;
  -moz-transform-origin: 5px 6px;
  -ms-transform-origin: 5px 6px;
  -o-transform-origin: 5px 6px;
  transform-origin: 5px 6px;
}

.tag-close:before, .tag-close:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.tag-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tag-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.tag-label {
  margin-bottom: 0;
}

@media screen and (max-width: 1370px) {
  .tag-label {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .tag-box {
    padding: 1.75rem 0 1rem 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tag-box-shifted {
    margin-top: 0;
  }
}

/* Teaser */
.teaser {
  background: #ffffff;
  position: relative;
  padding: 4.25rem 0;
  height: 40vw;
  min-height: 25rem;
  max-height: 38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teaser-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.teaser-image-img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  height: auto;
}

.teaser-image-video {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: auto;
}

.teaser-content, .teaser .teaser-content .entry {
  color: #5b5d59;
  font-size: 1rem;
  line-height: 1.6;
}

.teaser-head {
  color: #ffffff;
  font-size: 4.3rem;
  line-height: 1.16;
  margin-bottom: 2.9rem;
}

.teaser-btn {
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  min-width: 12rem;
  padding: 1.1rem 2rem 1.1rem 2rem;
}

.teaser-btn:hover, .teaser-btn:active, .teaser-btn:focus {
  color: #ffffff;
}

.teaser-small {
  height: auto;
  min-height: 32vw;
  padding: 6.5vw 0 3rem 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.teaser-small .teaser-head {
  color: #282927;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
  letter-spacing: -0.05rem;
}

.teaser-article {
  height: auto;
  min-height: 25vw;
  padding: 4rem 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.teaser-article:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.teaser-article .teaser-content {
  position: relative;
  z-index: 20;
  color: #ffffff;
}

.teaser-article .teaser-head {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.05rem;
}

.teaser-article .breadcrumb-item {
  color: #ffffff;
}

.teaser-v-centered-image .teaser-image img {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1470px) {
  .teaser-small {
    padding-top: 5.5vw;
  }
  .teaser-small .teaser-head {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
}

/* laptop < 1370 */
@media screen and (max-width: 1370px) {
  .teaser-head {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
  .teaser-btn {
    font-size: 0.75rem;
    min-width: 10rem;
    padding: 0.9rem 1.75rem 0.9rem 1.75rem;
  }
  .teaser-small {
    min-height: 36vw;
    padding-top: 5vw;
  }
}

@media screen and (max-width: 1200px) {
  .teaser {
    padding: 3.5rem 0;
  }
  .teaser-head {
    font-size: 3rem;
    margin-bottom: 2.2rem;
  }
  .teaser-image-img {
    width: auto;
    height: 100%;
  }
  .teaser-image-video {
    width: auto;
    height: 100%;
  }
  .teaser-small {
    min-height: 42vw;
  }
  .teaser-small .teaser-head {
    font-size: 2.2rem;
  }
  .teaser-image-statue, .teaser-v-centered-image .teaser-image img.teaser-image-statue {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    margin-left: 6rem;
  }
  .teaser-image-city, .teaser-v-centered-image .teaser-image img.teaser-image-city {
    margin-left: -2rem;
  }
}

@media screen and (max-width: 992px) {
  .teaser-head {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .teaser-btn {
    font-size: 0.7rem;
  }
  .teaser-small {
    min-height: 23rem;
    padding-top: 2.5rem;
  }
  .teaser-small .teaser-head {
    font-size: 1.8rem;
  }
  .teaser-small .teaser-text {
    padding-left: 0;
  }
}

/* mobile < 768 */
@media screen and (max-width: 576px) {
  .teaser {
    height: auto;
    min-height: 22rem;
  }
  .teaser-head {
    font-size: 2.2rem;
    margin-bottom: 1.25rem;
    padding-right: 1rem;
  }
  .teaser-btn {
    font-size: 0.7rem;
  }
  .teaser-small, .teaser-article {
    min-height: 0;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .teaser-small .teaser-image, .teaser-article .teaser-image {
    display: none;
  }
  .teaser-small .teaser-text, .teaser-article .teaser-text {
    display: none;
  }
  .teaser-small .teaser-head, .teaser-article .teaser-head {
    margin-bottom: 0;
    color: #282927;
  }
  .teaser-small .breadcrumb-item, .teaser-article .breadcrumb-item {
    color: #282927;
  }
  .teaser-small:before, .teaser-article:before {
    display: none;
  }
  .teaser-image-statue, .teaser-v-centered-image .teaser-image img.teaser-image-statue {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    margin-left: 12rem;
  }
}

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