:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0!important;
  -webkit-tap-highlight-color: transparent!important
}
::-moz-focus-inner {
  border: 0
}
body,
html {
  font-family: "Open Sans",serif;
  background: 0 0;
  color: #201f20;
  width: 100%;
  min-height: 100%;
  line-height: 1.42;
  font-size: var(--font-size);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-optical-sizing: auto;
  background-color: #fdfdfb
}
body.overlayed,
html.overlayed {
  overflow: hidden!important
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative
}
a:focus,
a:hover {
  text-decoration: none
}
main {
  display: block;
  width: 100%;
  height: auto
}
a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
img.adaptive {
  display: block;
  width: 100%;
  height: auto
}
.color-primary {
  color: #845539
}
.color-secondary {
  color: #c7aa59
}
.color-info {
  color: #696969
}
.color-white {
  color: #fdfdfb
}
.bold {
  font-weight: 700
}
.margin-top {
  margin-top: var(--margin)
}
.margin-bottom {
  margin-bottom: var(--margin)
}
.margin-left {
  margin-left: var(--margin)
}
.margin-right {
  margin-right: var(--margin)
}
.clear {
  list-style: none;
  padding: 0;
  margin: 0
}
.clear > li {
  padding: 0;
  margin: 0
}
.image-cover {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.image-cover img,
.image-cover video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.image-cover img.vertical,
.image-cover video.vertical {
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.image-cover.half-size {
  padding-top: 70%
}
.image-cover.with-hover .hover-image,
.image-cover.with-hover .main-image {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.image-cover.with-hover .hover-image {
  opacity: 0
}
.image-cover.with-hover:hover .hover-image {
  opacity: 1
}
.image-cover.with-hover:hover .main-image {
  opacity: 0
}
.image-full {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.image-full img,
.image-full video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 115%
}
.image-full.half-size {
  padding-top: 70%
}
.image-full.half-size img,
.image-full.half-size video {
  max-height: 200%
}
.video-cover {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.video-cover video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.video-cover video.vertical {
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.image-responsive {
  font-size: 0
}
.image-responsive img {
  width: 100%
}
.align-center {
  text-align: center
}
.align-left {
  text-align: left
}
.align-right {
  text-align: right
}
.align-justify {
  text-align: justify
}
.icon,
.icon-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
  transform: translateZ(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  image-rendering: -webkit-optimize-contrast
}
.hr {
  border: none;
  background: rgba(255,255,255,.1);
  height: 1px;
  margin: 20px 0
}
.verticaly-bottom,
.verticaly-middle,
.verticaly-top {
  width: 100%;
  height: 100%;
  white-space: nowrap
}
.verticaly-bottom:after,
.verticaly-middle:after,
.verticaly-top:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%
}
.verticaly-bottom .inner,
.verticaly-middle .inner,
.verticaly-top .inner {
  display: inline-block;
  width: 100%;
  white-space: normal
}
.verticaly-top .inner,
.verticaly-top:after {
  vertical-align: top
}
.verticaly-middle .inner,
.verticaly-middle:after {
  vertical-align: middle
}
.verticaly-bottom .inner,
.verticaly-bottom:after {
  vertical-align: bottom
}
[data-fade-in] {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 0
}
[data-fade-in]:first-child + [data-fade-in] {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
[data-fade-in]:first-child + * + [data-fade-in] {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
[data-fade-in]:first-child + * + * + [data-fade-in] {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
[data-fade-in]:first-child + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
[data-fade-in]:first-child + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
[data-fade-in]:first-child + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
[data-fade-in]:first-child + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .85s;
  animation-delay: .85s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .95s;
  animation-delay: .95s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s
}
[data-fade-in].faded-in {
  -webkit-animation: fade-in-animation .3s forwards;
  animation: fade-in-animation .3s forwards
}
[data-fade-in][data-fade-in=down] {
  -webkit-animation: fade-in-animation-down .3s forwards;
  animation: fade-in-animation-down .3s forwards
}
[data-fade-in][data-fade-in=up] {
  -webkit-animation: fade-in-animation-up .3s forwards;
  animation: fade-in-animation-up .3s forwards
}
[data-fade-in][delay*=".05"] {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
[data-fade-in][delay*=".1"] {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
[data-fade-in][delay*=".15"] {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
[data-fade-in][delay*=".2"] {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
[data-fade-in][delay*=".3"] {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
[data-fade-in][delay*=".4"] {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
[data-fade-in][delay*=".5"] {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
@-webkit-keyframes fade-in-animation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fade-in-animation-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fade-in-animation-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fade-in-animation-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fade-in-animation-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@media (max-width:768px) {
  .spaced-xs {
    margin-bottom: var(--margin)
  }
  .align-left-xs {
    text-align: left
  }
}
@media (max-width:480px) {
  .spaced-bottom-ms {
    margin-bottom: var(--margin)
  }
  .align-left-ms {
    text-align: left
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
article {
  text-align: justify;
  font-size: var(--font-size);
  line-height: 1.92
}
article p {
  font-size: var(--font-size);
  line-height: 1.92;
  margin-bottom: 15px
}
article p:last-child {
  margin-bottom: 0
}
article ol,
article ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px
}
article ol > li,
article ul > li {
  padding: 0 0 0 var(--padding);
  font-size: var(--font-size);
  line-height: 1.92;
  display: block;
  position: relative
}
article ol > li:before,
article ul > li:before {
  position: absolute;
  left: 0
}
article ol > li:last-child,
article ul > li:last-child {
  margin-bottom: 0
}
article ol:last-child,
article ul:last-child {
  margin-bottom: 0
}
article ul > li:before {
  content: "";
  background-color: #845539;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  top: 13px
}
article ol {
  counter-reset: item
}
article ol > li {
  counter-increment: item
}
article ol > li:before {
  content: counter(item) ". ";
  color: #845539;
  font-size: var(--font-size-small);
  font-weight: 700;
  top: 6px
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.breadcrumbs {
  border-bottom: 1px solid rgba(232,232,232,.1);
  margin-bottom: 25px
}
.breadcrumbs .list {
  display: block;
  padding: var(--padding) 0;
  font-size: 0;
  position: relative
}
.breadcrumbs .list li {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--font-size);
  position: relative;
  line-height: 1.2
}
.breadcrumbs .list li a {
  padding: 0 10px;
  font-size: var(--font-size);
  line-height: 1.2
}
.breadcrumbs .list li:after {
  position: absolute;
  content: "|";
  right: -2px;
  top: 1px;
  color: #845539
}
.breadcrumbs .list li:last-child {
  padding-left: 10px
}
.breadcrumbs .list li:last-child:after {
  display: none
}
.breadcrumbs .list li:first-child a {
  padding-left: 0
}
@media (max-width:525px) {
  .breadcrumbs {
    margin-bottom: 15px
  }
  .breadcrumbs .list {
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden
  }
  .breadcrumbs .list li,
  .breadcrumbs .list li a {
    font-size: 12px
  }
  .breadcrumbs .list li:nth-child(3) {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden
  }
  .breadcrumbs .list li:nth-child(n+4) {
    display: none
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.button {
  display: inline-block;
  font-size: var(--font-size);
  font-family: "Open Sans",serif;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border: none;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  border: none;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: var(--margin) calc(var(--margin) * 2);
  line-height: 1.2;
  font-weight: 500
}
.button:focus,
.button:hover {
  color: #845539
}
.button:active {
  color: #a3806b
}
.button .fade {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 200%;
  padding-top: 200%;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255,255,255,.5);
  -webkit-transform: translate3d(-50%,-50%,0) scale(0);
  transform: translate3d(-50%,-50%,0) scale(0)
}
.button .fade.active {
  -webkit-animation: btn-fade .6s forwards;
  animation: btn-fade .6s forwards
}
.button .text {
  display: block
}
.button .icon,
.button .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2
}
.button .if-active,
.button .not-active {
  width: 100%
}
.button .if-active {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 1.7
}
@-webkit-keyframes btn-fade {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1)
  }
}
@keyframes btn-fade {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1)
  }
}
.button.active .not-active {
  opacity: 0
}
.button.active .if-active {
  opacity: 1
}
.button.disabled {
  color: #e8e8e8;
  pointer-events: none;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%)
}
.button .marker {
  height: 10px;
  width: 10px;
  background-color: #cb5149;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  transform: scale(.1);
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  right: 0
}
.button.disabled {
  opacity: .3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.button.button-primary {
  background-color: #845539;
  color: #fdfdfb
}
.button.button-primary.active,
.button.button-primary:hover {
  background-color: #a3806b
}
.button.button-secondary {
  background-color: #c7aa59;
  color: #201f20
}
.button.button-secondary.active,
.button.button-secondary:hover {
  background-color: #feedc4
}
.button.button-menu {
  width: 50px;
  height: 50px;
  padding: 10px
}
.button.button-menu span {
  width: 100%;
  height: 2px;
  background-color: #fdfdfb;
  border-radius: 12px;
  display: block;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out
}
.button.button-menu span:after,
.button.button-menu span:before {
  content: "";
  width: 100%;
  background-color: #fdfdfb;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 12px;
  height: 2px
}
.button.button-menu span:before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}
.button.button-menu span:after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  margin-top: -2px
}
.button.button-menu.active span {
  background-color: transparent
}
.button.button-menu.active span:before {
  -webkit-transform: rotateZ(45deg) translateY(0);
  -ms-transform: rotate(45deg) translateY(0);
  transform: rotateZ(45deg) translateY(0)
}
.button.button-menu.active span:after {
  -webkit-transform: rotateZ(-45deg) translateY(0);
  -ms-transform: rotate(-45deg) translateY(0);
  transform: rotateZ(-45deg) translateY(0)
}
.button.button-white {
  background-color: #fdfdfb;
  color: #feedc4
}
.button.button-white .icon,
.button.button-white .text {
  position: relative;
  z-index: 2
}
.button.button-white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: #c7aa59;
  -webkit-transform: scaleX(.2);
  -ms-transform: scaleX(.2);
  transform: scaleX(.2);
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  border-radius: var(--border-radius)
}
.button.button-white.active,
.button.button-white:hover {
  background-color: #c7aa59
}
.button.button-white.active .icon,
.button.button-white.active .text,
.button.button-white:hover .icon,
.button.button-white:hover .text {
  color: #fdfdfb
}
.button.button-white.active:after,
.button.button-white:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.button.button-white.active .icon,
.button.button-white:hover .icon {
  -webkit-animation: arrow-right 1s linear;
  animation: arrow-right 1s linear
}
@-webkit-keyframes arrow-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes arrow-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.button.button-block {
  display: block;
  width: 100%
}
.button.button-icon {
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0
}
.button.button-icon .icon {
  font-size: 24px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px)
}
.button.button-small {
  padding: calc(var(--margin)/ 2) calc(var(--margin) * 1)
}
.button.button-large {
  padding: var(--margin) calc(var(--margin) * 4)
}
.button.button-large .text {
  font-size: calc(var(--font-size-large) * 1.2)
}
.button.button-primary-invert {
  color: #845539;
  border-color: #845539
}
.button.button-primary-invert:hover {
  background-color: #a3806b;
  color: #fdfdfb;
  border-color: #a3806b
}
.button.button-link {
  padding: 0;
  border: 0
}
.button.button-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}
.button.marker-active.active .marker {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
@media (min-width:769px) {
  .button .visible-desktop {
    display: inline-block
  }
  .button .visible-mobile {
    display: none
  }
}
@media (max-width:768px) {
  .button .visible-desktop {
    display: none
  }
  .button .visible-mobile {
    display: inline-block
  }
  .button.button-large .text {
    font-size: var(--font-size)
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.buttons-list {
  font-size: 0;
  white-space: nowrap;
  margin: 0 calc(var(--padding) * .5 * -1);
  display: inline-block;
  text-align: left
}
.buttons-list .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 calc(var(--padding) * .5)
}
@media (max-width:525px) {
  .buttons-list {
    display: block
  }
  .buttons-list .item {
    width: 50%
  }
  .buttons-list .item .button {
    display: block;
    width: 100%
  }
}
@media (max-width:480px) {
  .buttons-list {
    white-space: normal;
    display: block
  }
  .buttons-list .item {
    display: block;
    width: 100%
  }
  .buttons-list .item:last-child {
    margin-top: var(--margin)
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.button.filter-button {
  display: none
}
.catalog-filter-cover .rounded-card .header {
  padding-left: 0;
  padding-right: 0
}
.catalog-filter-cover .rounded-card .title {
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-size)
}
.catalog-filter-cover .rounded-card .main {
  padding-left: 0;
  padding-right: 0
}
@media (max-width:993px) {
  .button.filter-button {
    position: fixed;
    z-index: 10;
    bottom: 40px;
    left: 20px;
    display: inline-block
  }
  .button.filter-button.active {
    z-index: 12
  }
  .catalog-filter-cover {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: #fdfdfb;
    height: 100%;
    width: 50%;
    -webkit-box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px
  }
  .catalog-filter-cover:after {
    content: ""
  }
  .catalog-filter-cover.active {
    display: block;
    height: 100%;
    overflow: auto
  }
}
@media (max-width:993px) {
  .catalog-filter-cover .rounded-card {
    padding-left: 60px;
    padding-right: 60px
  }
}
@media (max-width:768px) {
  .catalog-filter-cover .rounded-card {
    padding-left: 10px;
    padding-right: 10px
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.catalog-item.rounded-card {
  margin-bottom: var(--margin);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s,-webkit-box-shadow .3s
}
.catalog-item.rounded-card .header {
  display: block;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0
}
.catalog-item.rounded-card .main {
  padding-left: 0;
  padding-right: 0
}
.catalog-item.rounded-card:last-child {
  margin-bottom: 0
}
.catalog-item.rounded-card .time {
  margin-bottom: 15px;
  color: #a3806b
}
.catalog-item.rounded-card .title-link {
  display: block;
  color: #201f20;
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 700
}
.catalog-item.rounded-card .title-link:hover {
  color: #a3806b
}
.catalog-item.rounded-card [data-toggle] {
  position: relative;
  display: block
}
.catalog-item.rounded-card [data-toggle] .inner {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  background-color: #fdfdfb;
  z-index: 1;
  border: 1px solid rgba(199,170,89,.3);
  display: none
}
.catalog-item.rounded-card [data-toggle] .inner a {
  display: block;
  text-align: center;
  padding: var(--margin)
}
.catalog-item.rounded-card [data-toggle].active .inner {
  display: block
}
.catalog-item.rounded-card [data-toggle].active .not-active {
  opacity: 0
}
.catalog-item.rounded-card [data-toggle].active .if-active {
  opacity: 1
}
.catalog-item.rounded-card .description {
  margin-bottom: var(--margin);
  text-align: justify
}
.catalog-item.rounded-card .price {
  color: #845539;
  font-weight: 700;
  font-size: var(--subheader1-font-size);
  margin: 20px 0;
  text-align: right
}
.catalog-item.rounded-card .caption-cover {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between
}
.catalog-item.rounded-card .bottom,
.catalog-item.rounded-card .top {
  width: 100%
}
@media (max-width:768px) {
  .catalog-item.rounded-card .align-left-xs {
    text-align: left
  }
  .catalog-item.rounded-card .spaced-top-xs {
    margin-top: var(--margin)
  }
  .catalog-item.rounded-card .price {
    text-align: left
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.contact-list {
  text-align: left;
  display: inline-block
}
.contact-list .list-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: calc(var(--margin) * 2)
}
.contact-list .list-item:last-child {
  margin-bottom: 0
}
.contact-list .list-item > .icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: var(--h3-font-size);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #201f20;
  -webkit-transition: .2s;
  transition: .2s
}
.contact-list .list-item a {
  font-size: var(--h4-font-size);
  color: #201f20
}
.contact-list .list-item:hover > .icon,
.contact-list .list-item:hover a {
  color: #845539
}
.contact-list.tiled {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1fr)[2];
  grid-template-columns: repeat(2,1fr)
}
.contact-list.tiled .list-item {
  padding-left: 0
}
.contact-list.tiled .list-item:nth-child(even) {
  padding-left: calc(var(--padding) * 2)
}
.contact-list.tiled .list-item > .icon {
  position: static;
  margin-bottom: var(--margin);
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.contact-list.tiled .list-item .title {
  font-size: var(--subheader3-font-size);
  margin-bottom: calc(var(--margin) * 2)
}
@media (max-width:1200px) {
  .contact-list {
    display: block
  }
  .contact-list.tiled {
    display: block
  }
  .contact-list.tiled .list-item {
    padding-left: 0;
    margin-bottom: calc(var(--margin) * 2)
  }
  .contact-list.tiled .list-item:nth-child(even) {
    padding-left: 0
  }
  .contact-list.tiled .list-item > .icon {
    margin-bottom: calc(var(--margin)/ 2)
  }
  .contact-list.tiled .list-item .title {
    margin-bottom: calc(var(--margin)/ 2)
  }
}
@media (max-width:768px) {
  .contact-list .list-item {
    padding-left: 40px;
    margin-bottom: calc(var(--margin) * 2)
  }
  .contact-list .list-item:last-child {
    margin-bottom: calc(var(--margin) * 3)
  }
  .contact-list.tiled {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1fr)[2];
    grid-template-columns: repeat(2,1fr)
  }
  .contact-list.tiled .list-item:nth-child(even) {
    padding-left: var(--margin)
  }
}
@media (max-width:480px) {
  .contact-list.tiled {
    display: block
  }
  .contact-list.tiled .list-item:nth-child(even) {
    padding-left: 0
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height)
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1)
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite
}
@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35
  }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp
}
.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown
}
@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    opacity: 0
  }
}
@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    opacity: 0
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    opacity: 0
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    opacity: 0
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration,.2s) ease .1s both f-zoomInUp;
  animation: var(--f-transition-duration,.2s) ease .1s both f-zoomInUp
}
.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration,.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration,.2s) ease both f-zoomOutDown
}
@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  z-index: 2
}
.f-fadeOut {
  -webkit-animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  z-index: 1
}
@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes f-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;
  z-index: 2
}
.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;
  z-index: 2
}
@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }
  100% {
    opacity: 1
  }
}
@keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration,.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration,.5s) ease both f-fadeSlowIn;
  z-index: 2
}
.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration,.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration,.5s) ease both f-fadeSlowOut;
  z-index: 1
}
@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;
  z-index: 2
}
.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration,.2s) * .5) linear .1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration,.2s) * .5) linear .1s both f-crossfadeOut;
  z-index: 1
}
@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext
}
.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev
}
.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext
}
.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev
}
@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;
  z-index: 2
}
.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;
  z-index: 2
}
.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;
  z-index: 1
}
.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;
  z-index: 1
}
@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65
}
.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition)
}
@media (hover:hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg)
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg)
}
.f-button:focus:not(:focus-visible) {
  outline: 0
}
.f-button:focus-visible {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: #0c0a09;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  -webkit-transform: var(--f-button-transform);
  -ms-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none
}
.f-button[disabled] {
  cursor: default
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity)
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos)
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos)
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos)
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos)
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos)
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos)
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto
}
html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));
  overflow: hidden!important;
  overscroll-behavior-y: none
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(0,0,0, 0.7);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
  z-index: var(--fancybox-zIndex,1050);
  outline: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.fancybox__container::-ms-backdrop {
  background-color: rgba(0,0,0,0)
}
.fancybox__container::backdrop {
  background-color: rgba(0,0,0,0)
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity,1);
  will-change: opacity
}
.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip
}
.fancybox__viewport {
  width: 100%;
  height: 100%
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%
}
.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-video {
  overflow: hidden
}
.fancybox__slide.has-image {
  overflow: hidden
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto
}
.fancybox__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color,#374151);
  background: var(--fancybox-content-bg,#fff);
  cursor: default;
  border-radius: 0;
  z-index: 20
}
.is-loading .fancybox__content {
  opacity: 0
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0,0,0,0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%
}
.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  -webkit-filter: blur(0);
  filter: blur(0);
  will-change: transform,width,height
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color,currentColor);
  opacity: var(--fancybox-opacity,1);
  cursor: auto;
  visibility: visible
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden
}
.is-compact .fancybox__caption {
  padding-bottom: 0
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75
}
.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity,1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(0,0,0,.5)
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 0%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(255,255,255, .4);
  --f-button-active-bg: rgba(255,255,255, .4);
  --f-button-hover-bg: rgba(255,255,255, .4);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(255, 255, 255, 0.3);
  --f-button-active-bg: rgba(255, 255, 255, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity,1)
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1
}
.is-idle .fancybox__nav {
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));
  z-index: 30;
  cursor: pointer
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}
.fancybox-focus-guard {
  outline: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=false] > :not(.fancybox__backdrop,.fancybox__carousel) {
  -webkit-animation: var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=true] > :not(.fancybox__backdrop,.fancybox__carousel) {
  -webkit-animation: var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  padding: 0;
  background: rgba(0,0,0,.5);
  color: #fff
}
.has-map .fancybox__content {
  background: #e5e3df
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0)
}
.fancybox-placeholder {
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px
}
.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ebeff2),to(#e2e8f0));
  background-image: linear-gradient(#ebeff2,#e2e8f0);
  z-index: -1
}
.f-thumbs .f-spinner svg {
  display: none
}
.f-thumbs.is-vertical {
  height: 100%
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer
}
.f-thumbs__slide.is-loading img {
  opacity: 0
}
.is-classic .f-thumbs__viewport {
  height: 100%
}
.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width,0)) * -.5);
  width: calc(var(--width,0) * 1px + var(--f-thumb-clip-width,0));
  cursor: pointer
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift,0) * -1px),0,0);
  transform: translate3d(calc(var(--shift,0) * -1px),0,0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none
}
.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease,-webkit-transform .33s ease
}
.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: -webkit-clip-path .33s ease;
  transition: -webkit-clip-path .33s ease;
  transition: clip-path .33s ease;
  transition: clip-path .33s ease,-webkit-clip-path .33s ease
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}
.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0,0,0,0);
  outline: 0;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity)
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: 0
}
.f-thumbs__slide__button:focus-visible {
  outline: 0;
  opacity: var(--f-thumb-selected-opacity)
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path)
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity)
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
  animation: f-fadeIn .2s ease-out;
  z-index: 10
}
.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius)
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0
}
.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity,1);
  -webkit-transition: max-height .35s cubic-bezier(.23,1,.32,1);
  transition: max-height .35s cubic-bezier(.23,1,.32,1)
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.05)));
  background-image: linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.05)));
  background-image: linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap)
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px
}
.fancybox__thumbs.is-masked {
  max-height: 0!important
}
.is-closing .fancybox__thumbs {
  -webkit-transition: none!important;
  transition: none!important
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(255, 255, 255, 0.3);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color,currentColor);
  opacity: var(--fancybox-opacity,1);
  text-shadow: var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));
  pointer-events: none;
  z-index: 20
}
.fancybox__toolbar :focus-visible {
  z-index: 1
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}
.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}
.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox__infobar span {
  padding: 0 5px
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg)
}
[data-fancybox-toggle-slideshow] {
  position: relative
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}
:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex
}
:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.form {
  text-align: left
}
.form .input-cover {
  margin-bottom: var(--margin);
  position: relative
}
.form .input-cover .label {
  margin-bottom: calc(var(--margin)/ 2);
  display: block;
  color: #201f20;
  font-size: var(--font-size)
}
.form .input-cover .error-alert {
  opacity: 0;
  font-size: var(--font-size-small);
  position: absolute;
  right: 9px;
  top: 34px;
  color: #cb5149;
  padding: 0 3px;
  z-index: 1;
  pointer-events: none
}
.form .input-cover.error .label {
  color: #cb5149
}
.form .input-cover.error .input,
.form .input-cover.error .select,
.form .input-cover.error .textarea {
  border-color: #cb5149
}
.form .input-cover.error .error-alert {
  opacity: 1
}
.form .input,
.form .select,
.form .textarea {
  display: block;
  font-size: var(--font-size);
  font-family: "Open Sans",serif;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border: none;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  width: 100%;
  height: 51px;
  background-color: transparent;
  border: 1px solid #845539;
  padding: var(--margin);
  font-weight: 500
}
.form .input:focus,
.form .input:hover,
.form .select:focus,
.form .select:hover,
.form .textarea:focus,
.form .textarea:hover {
  border-color: #a3806b
}
.form .input::-webkit-input-placeholder,
.form .select::-webkit-input-placeholder,
.form .textarea::-webkit-input-placeholder {
  color: #201f20
}
.form .input::-moz-placeholder,
.form .select::-moz-placeholder,
.form .textarea::-moz-placeholder {
  color: #201f20
}
.form .input:-ms-input-placeholder,
.form .select:-ms-input-placeholder,
.form .textarea:-ms-input-placeholder {
  color: #201f20
}
.form .input::-ms-input-placeholder,
.form .select::-ms-input-placeholder,
.form .textarea::-ms-input-placeholder {
  color: #201f20
}
.form .input::placeholder,
.form .select::placeholder,
.form .textarea::placeholder {
  color: #201f20
}
.form .disabled.select,
.form .disabled.textarea,
.form .input.disabled {
  color: #e8e8e8;
  pointer-events: none;
  opacity: .9;
  border-color: #a3806b
}
.form input::-webkit-inner-spin-button,
.form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.form input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form input,
.form select,
.form textarea {
  border-radius: 0
}
.form .textarea {
  height: 80px;
  resize: none;
  white-space: normal
}
.form .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-image: url(../img/select-arrows.png);
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-position: right var(--margin) center;
  cursor: pointer;
  overflow: hidden
}
.form .select[multiple] {
  background-size: 10px 20px;
  background-position: right var(--margin) top var(--margin);
  height: 51px;
  overflow: auto
}
.form .select[multiple] option[disabled] {
  background-color: transparent
}
.form.light-form {
  background-color: #fff;
  padding: calc(var(--padding) * 2);
  -webkit-box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
  box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}
.form.cropped-form {
  max-width: 500px;
  width: 100%
}
@media (max-width:768px) {
  .form.cropped-form {
    max-width: 100%
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.row,
.row.reverse {
  box-orient: horizontal
}
.container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1320px
}
.container-fluid {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 100%
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.row:after {
  content: "";
  display: table;
  clear: both
}
.row > .spaced-around {
  padding-top: 15px;
  padding-bottom: 15px
}
.row.collapsed-row {
  margin-right: 0;
  margin-left: 0
}
.row.collapsed-row > * {
  padding-left: 0;
  padding-right: 0
}
.row.paddless-row {
  margin-right: -5px;
  margin-left: -5px
}
.row.paddless-row > * {
  padding-left: 5px;
  padding-right: 5px
}
.row.paddless-row > .spaced-around {
  padding-top: 5px;
  padding-bottom: 5px
}
[class*=col-lg-],
[class*=col-md-],
[class*=col-ms-],
[class*=col-sm-],
[class*=col-xs-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}
.hidden,
.lg-block,
.lg-inline,
.lg-show,
.md-block,
.md-inline,
.md-show,
.ms-block,
.ms-inline,
.ms-show,
.none,
.sm-block,
.sm-inline,
.sm-show {
  display: none
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  width: 75%
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%
}
.col-xs-offset-0 {
  margin-left: 0
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%
}
.col-xs-offset-12 {
  margin-left: 100%
}
.xs-hide {
  display: none
}
.xs-inline {
  display: inline
}
.xs-show {
  display: inline-block
}
.xs-block {
  display: block
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}
@media (min-width:481px) {
  .col-ms-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-ms-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-ms-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-ms-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-ms-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-ms-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-ms-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-ms-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-ms-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-ms-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-ms-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-ms-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-ms-offset-0 {
    margin-left: 0
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-ms-offset-3 {
    margin-left: 25%
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-ms-offset-6 {
    margin-left: 50%
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-ms-offset-9 {
    margin-left: 75%
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-ms-offset-12 {
    margin-left: 100%
  }
  .ms-hide {
    display: none
  }
  .ms-inline {
    display: inline
  }
  .ms-show {
    display: inline-block
  }
  .ms-block {
    display: block
  }
  .start-ms {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-ms {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-ms {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-ms {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-ms {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-ms {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-ms {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-ms {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-ms {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-ms {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:769px) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .sm-hide {
    display: none
  }
  .sm-inline {
    display: inline
  }
  .sm-show {
    display: inline-block
  }
  .sm-block {
    display: block
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:993px) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .md-hide {
    display: none
  }
  .md-inline {
    display: inline
  }
  .md-show {
    display: inline-block
  }
  .md-block {
    display: block
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:1201px) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .lg-hide {
    display: none
  }
  .lg-inline {
    display: inline
  }
  .lg-show {
    display: inline-block
  }
  .lg-block {
    display: block
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (max-width:1199px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
@media (max-width:993px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
@media (max-width:768px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.icons-large-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.icons-large-list .item {
  text-align: center;
  font-size: var(--font-size);
  padding: var(--padding)
}
.icons-large-list .icon {
  height: var(--icon-large_height);
  width: var(--icon-large_height);
  margin-bottom: var(--margin)
}
.icons-large-list .caption {
  font-size: var(--h4-font-size);
  font-weight: 700
}
@media (max-width:640px) {
  .icons-large-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1fr)[2];
    grid-template-columns: repeat(2,1fr)
  }
  .icons-large-list .caption {
    font-size: var(--font-size)
  }
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon/icomoon.eot?9p87b6);
  src: url(../fonts/icomoon/icomoon.eot?9p87b6#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?9p87b6) format("truetype"),url(../fonts/icomoon/icomoon.woff?9p87b6) format("woff"),url(../fonts/icomoon/icomoon.svg?9p87b6#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-x-twitter:before {
  content: "\e909"
}
.icon-error_outline:before {
  content: "\e900"
}
.icon-alternate_email:before {
  content: "\e901"
}
.icon-clear:before {
  content: "\e90d"
}
.icon-filter_list:before {
  content: "\e902"
}
.icon-arrow_down:before {
  content: "\e906"
}
.icon-arrow_left:before {
  content: "\e907"
}
.icon-arrow_right:before {
  content: "\e910"
}
.icon-arrow_up:before {
  content: "\e911"
}
.icon-phone:before {
  content: "\e903"
}
.icon-location:before {
  content: "\e904"
}
.icon-check:before {
  content: "\e90e"
}
.icon-more:before {
  content: "\e905"
}
.icon-city:before {
  content: "\e908"
}
.icon-info:before {
  content: "\e90a"
}
.icon-top:before {
  content: "\e90b"
}
.icon-bottom:before {
  content: "\e90c"
}
.icon-facebook:before {
  content: "\e90f"
}
.icon-instagram:before {
  content: "\ea92"
}
.icon-linkedin:before {
  content: "\eaca"
}
.icon-facebook1:before {
  content: "\e912"
}
.icon-power:before {
  content: "\e913"
}
.icon-login:before {
  content: "\e914"
}
.icon-cheveron-left:before {
  content: "\e907"
}
.icon-cheveron-right,.icon-cheveron-left{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.icon-top{
  top:5px;
}
.icon-cheveron-right:before {
  content: "\e910"
}
._wPaginate_link._wPaginate_link_first,._wPaginate_link._wPaginate_link_last{
  display: none;
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.link-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px
}
.link-list .icon-link {
  font-size: 0
}
.link-list.spaced-top {
  margin-top: var(--margin)
}
@media (max-width:1200px) {
  .link-list {
    margin: 0 calc(var(--margin)/ 3 * -1)
  }
  .link-list .link {
    padding: calc(var(--margin)/ 3)
  }
  .link-list .icon-link {
    padding: calc(var(--margin)/ 3)
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.link {
  display: inline-block;
  vertical-align: middle;
  color: #845539;
  font-size: var(--font-size);
  position: relative
}
.link.active,
.link:focus,
.link:hover {
  color: #a3806b
}
.link.disabled {
  color: #e8e8e8;
  pointer-events: none;
  opacity: .9
}
.link.light-link {
  color: #fdfdfb
}
.link.light-link.active,
.link.light-link:focus,
.link.light-link:hover {
  color: #c7aa59
}
.link.corner-link:after,
.link.corner-link:before {
  position: absolute;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: calc(var(--border-width) * 12);
  height: calc(var(--border-width) * 12);
  border: 1px solid #a3806b
}
.link.corner-link:after {
  right: calc(var(--border-width) * 5);
  bottom: calc(var(--border-width) * 5);
  border-top-color: transparent;
  border-left-color: transparent
}
.link.corner-link:before {
  top: calc(var(--border-width) * 5);
  left: calc(var(--border-width) * 5);
  border-right-color: transparent;
  border-bottom-color: transparent
}
.link.corner-link.active:after,
.link.corner-link.active:before,
.link.corner-link:hover:after,
.link.corner-link:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.icon-link {
  color: #845539;
  position: relative
}
.icon-link .icon {
  font-size: var(--font-size-large)
}
.icon-link.active,
.icon-link:focus,
.icon-link:hover {
  color: #a3806b
}
.icon-link.gray {
  color: #feedc4
}
.icon-link.gray:hover {
  color: #e8e8e8
}
.icon-link.large-icon {
  font-size: calc(var(--font-size) * 2)
}
.link.gray {
  color: #feedc4
}
.link.gray.active,
.link.gray:hover {
  color: #e8e8e8
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.main-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: color-mix(in srgb,#201f20,transparent 65%);
  background-image: url(../img/banner1.jpg)
}
.main-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s
}
.main-banner .container {
  height: 100%
}
.main-banner .banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background-color: color-mix(in srgb,#201f20,transparent 55%);
  color: #fdfdfb
}
.main-banner .banner-caption .verticaly-cover {
  height: 100%
}
.main-banner [data-scrollto] {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.main-banner [data-scrollto] .icon {
  -webkit-animation: buttonmove 1s infinite;
  animation: buttonmove 1s infinite
}
@-webkit-keyframes buttonmove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes buttonmove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@media (max-width:768px) {
  .main-banner {
    height: calc(100vh - 80px);
    background-attachment: local
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.main-footer {
  position: relative;
  background-color: #201f20;
  color: #fdfdfb
}
.main-footer .container {
  position: relative
}
.main-footer .logo {
  width: 200px
}
.main-footer .logo img {
  width: 100%
}
.main-footer .link-list {
  text-align: right
}
.main-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0
}
.main-footer .footer-inner [data-scrollto] {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.main-footer .footer-inner .link-list {
  margin-top: 10px
}
.main-footer .copyright {
  text-align: right
}
@media (max-width:768px) {
  .main-footer .footer-inner {
    display: block;
    text-align: center
  }
  .main-footer .logo-cover {
    margin-bottom: 30px
  }
  .main-footer .contacts {
    margin-bottom: 15px
  }
  .main-footer .copyright {
    text-align: center
  }
}
@media (max-width:993px) {
  .main-footer .footer-inner [data-scrollto] {
    right: 20px
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.main-header {
  padding: calc(var(--margin) * 1.2) 0;
  position: fixed;
  z-index: 12;
  left: 0;
  right: 0;
  height: var(--header_height);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px)
}
.main-header:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(32,31,32,.6);
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none
}
.main-header .logo {
  white-space: nowrap;
  display: inline-block;
  width: 200px;
  position: relative;
  z-index: 12
}
.main-header .logo .logo-image {
  max-width: 100%
}
.main-header .logo .logo-image.dark {
  display: none
}
.main-header .logo.disabled {
  pointer-events: none
}
.main-header .main-nav {
  display: block
}
.main-header .dropdown-select {
  color: #fdfdfb
}
.main-header .link-list .link {
  color: #fdfdfb;
  text-transform: uppercase;
  font-weight: 700
}
.main-header .link-list .link .text {
  position: relative;
  display: inline-block
}
.main-header .link-list .link .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fdfdfb;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}
.main-header .link-list .link.active .text:before,
.main-header .link-list .link:hover .text:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.main-header .link-list .link.disabled {
  opacity: .5
}
.main-header .mobile-panel {
  display: none
}
.main-header .language-select .item {
  font-size: 0
}
.main-header .language-select img {
  height: 20px;
  width: 20px
}
.main-header .navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px
}
.main-header .navigation-inner .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
.main-header .login-info {
  text-align: right;
  white-space: nowrap;
  position: relative;
  z-index: 1
}
.main-header .login-info .name {
  color: #fdfdfb;
  display: inline-block;
  margin-right: 10px
}
.main-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.main-header.scrolled:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.main-header.inner:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(253,253,251,.5)
}
.main-header.inner .link-list .link {
  color: #201f20
}
.main-header.inner .link-list .link .text:before {
  background-color: #201f20
}
.main-header.inner .dropdown-select,
.main-header.inner .login-info .name {
  color: #201f20
}
.main-header.inner .button.button-menu span,
.main-header.inner .button.button-menu span:after,
.main-header.inner .button.button-menu span:before {
  background-color: #201f20
}
.main-header.inner .button.button-menu.active span {
  background-color: transparent
}
.main-header.inner .main-navigation:before {
  background-color: rgba(253,253,251,.9)
}
@media (max-width:993px) {
  .main-header {
    padding: var(--margin) 0
  }
  .main-header .mobile-panel {
    display: block
  }
  .main-header .button.button-menu {
    position: relative;
    z-index: 12;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .main-header .button.button-menu:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .main-header .language-select {
    padding-right: 0;
    display: inline-block;
    background-color: rgba(253,253,251,.1);
    opacity: 0;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .main-header .language-select .header {
    padding-right: 0;
    display: inline-block
  }
  .main-header .language-select .header .item {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
  .main-header .language-select .header:after {
    display: none
  }
  .main-header .language-select .inner {
    display: inline-block;
    border: none;
    position: static;
    width: auto;
    padding-right: 0
  }
  .main-header .language-select .inner .item {
    display: inline-block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
  }
  .main-header .language-select .inner .item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
  .main-header .language-select:hover .inner {
    display: inline-block;
    background-color: transparent
  }
  .main-header .main-navigation {
    display: none!important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: var(--header_height) var(--margin) 0;
    overflow: hidden;
    min-height: 300vh;
    text-align: center
  }
  .main-header .main-navigation:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32,31,32,.95);
    border-radius: 50%;
    -webkit-transition: .7s;
    transition: .7s;
    ransform-origin: top right;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2)
  }
  .main-header .main-navigation .link-list .link {
    padding-top: calc(var(--margin)/ 2);
    padding-bottom: calc(var(--margin)/ 2);
    font-size: var(--subheader2-font-size)
  }
  .main-header .main-navigation .main-nav {
    padding: calc(var(--margin) * 2) 0
  }
  .main-header .main-navigation .main-nav .link-list {
    display: block
  }
  .main-header .main-navigation .main-nav .link-list .item {
    display: block
  }
  .main-header .main-navigation .row {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .main-header .main-navigation .row .col-xs-12 + .col-xs-12 {
    margin-top: calc(var(--margin) * 1.5)
  }
  .main-header .main-navigation .link-list .item {
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    opacity: 0
  }
  .main-header .main-navigation .link-list .item:first-child + .item {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
  }
  .main-header .main-navigation .link-list .item:first-child + * + .item {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + .item {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + .item {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + * + .item {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + * + * + .item {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + * + * + * + .item {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + * + * + * + * + .item {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + * + * + * + * + * + .item {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
  }
  .main-header .main-navigation .link-list .item:first-child + * + * + * + * + * + * + * + * + * + .item {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
  }
  .main-header .main-navigation.active {
    display: block!important
  }
  .main-header .main-navigation.active.animated:before {
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5)
  }
  .main-header .main-navigation.active.animated .row {
    opacity: 1
  }
  .main-header .main-navigation.active.animated .link-list .item {
    -webkit-animation: fade-in-animation-up .3s forwards;
    animation: fade-in-animation-up .3s forwards
  }
  .main-header .main-navigation.active.animated .language-select {
    opacity: 1
  }
  .main-header .main-navigation .link-list {
    text-align: center
  }
  .main-header .login-info {
    position: relative;
    z-index: 12
  }
  .main-header .login-info .info .text {
    display: none
  }
  .main-header .login-info .info .user-icon {
    margin-left: 0
  }
}
@media (max-width:768px) {
  .main-header .navigation-inner {
    gap: 6px
  }
  .main-header .header-inner {
    gap: 30px
  }
  .main-header .login-info .name {
    display: none
  }
  .main-header .login-info .button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0
  }
  .main-header .login-info .button .icon {
    font-size: 24px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
  }
}
@media (max-width:640px) {
  .main-header .logo {
    width: 170px
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
:root {
  --gutter: 15px
}
.main-slide {
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-white)
}
.main-slide .image-cover {
  padding-top: 38%
}
.main-slide .slide-text {
  position: absolute;
  top: var(--gutter);
  left: var(--gutter);
  bottom: var(--gutter);
  right: var(--gutter);
  z-index: 1
}
.main-slide .slide-text .text-side {
  width: 100%;
  max-width: 38%
}
.main-slide .slider-caption {
  margin-top: calc(var(--margin) * 1)
}
.main-slide .button-cover {
  margin-top: calc(var(--margin) * 3)
}
@media (max-width:1199px) {
  .main-slide .image-cover {
    padding-top: 45%
  }
}
@media (max-width:993px) {
  .main-slide .image-cover {
    padding-top: 55%
  }
  .main-slide .slide-text .text-side {
    max-width: 100%
  }
}
@media (max-width:769px) {
  .main-slide .image-cover {
    padding-top: 70%
  }
}
@media (max-width:679px) {
  .main-slide .image-cover {
    padding-top: 100%
  }
}
@media (max-width:481px) {
  .main-slide .image-cover {
    padding-top: 120%
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.map-container {
  background-color: #f6f6f6
}
.map-container .map {
  height: 400px;
  display: block
}
.map-container .map .gm-style > div:first-child > div:first-child {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%)
}
@media (max-width:768px) {
  .map-container {
    padding-bottom: var(--padding)
  }
  .map-container .map {
    height: 280px;
    width: 100%
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  -webkit-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-nav [class*=owl-]:hover {
  background: #4dc7a0;
  color: #fff;
  text-decoration: none
}
.owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  white-space: normal
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}
.owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #576238
}
.owl-carousel .owl-item .slide {
  width: 100%
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.page-main {
  min-height: calc(100vh - 130px)
}
.page-main.inner-page {
  padding-top: 91px
}
.dropdown-select {
  cursor: pointer;
  border: 1px solid rgba(132,85,57,.3);
  padding-right: 10px;
  position: relative
}
.dropdown-select .header {
  position: relative;
  padding-right: 15px
}
.dropdown-select .header:after {
  position: absolute;
  content: "\e906";
  font-family: icomoon;
  font-size: 16px;
  right: 0;
  top: 10px
}
.dropdown-select .item {
  padding: 10px;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition: .2s;
  transition: .2s
}
.dropdown-select .item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.dropdown-select .inner {
  padding-right: 15px;
  position: absolute;
  left: -1px;
  top: 100%;
  border: 1px solid rgba(132,85,57,.3);
  border-top: 0;
  width: calc(100% + 2px);
  display: none;
  -webkit-transition: .2s;
  transition: .2s
}
.dropdown-select:hover {
  background-color: rgba(253,253,251,.1)
}
.dropdown-select:hover .header:after {
  content: "\e911"
}
.dropdown-select:hover .inner {
  display: block;
  background-color: rgba(253,253,251,.1)
}
.colored-section {
  height: 300px;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: color-mix(in srgb,#201f20,transparent 65%);
  background-image: url(../img/banner1.jpg);
  position: relative;
  color: #fdfdfb
}
.colored-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: color-mix(in srgb,#201f20,transparent 55%)
}
.colored-section .container {
  position: relative;
  z-index: 2;
  height: 100%
}
.colored-section .main-title {
  margin-bottom: 0
}
.counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.counters .item {
  text-align: center
}
.counters .item .digit {
  font-weight: 700;
  font-size: var(--h1-font-size);
  width: 100px
}
.counters .item .text {
  font-size: var(--font-size-large)
}
.social-section {
  position: relative;
  margin-top: 50px
}
.social-section .title {
  margin-bottom: 25px
}
.social-section .link-list {
  width: 150px
}
.social-section .link-list .icon-link .icon {
  font-size: var(--subheader3-font-size)
}
.detail-item {
  border-top: 1px solid rgba(132,85,57,.2)
}
.detail-item.section {
  padding-top: 50px
}
.detail-item .title {
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-size);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px
}
.detail-item-top {
  margin-bottom: 50px
}
.detail-item-top .col-xs-12:last-child {
  text-align: right
}
.detail-item-top .subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px
}
.detail-item-top .price {
  color: #845539;
  font-weight: 700;
  font-size: 48px
}
.icons-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--section-padding)
}
.icons-detail .item {
  text-align: center
}
.icons-detail .item .caption {
  text-transform: uppercase;
  margin-top: 15px
}
.icons-detail .item .icon {
  height: 56px;
  width: 56px
}
@media (max-width:993px) {
  .icons-detail {
    padding: 30px
  }
  .icons-detail .item .icon {
    height: 40px;
    width: 40px
  }
}
@media (max-width:768px) {
  .colored-section {
    height: auto;
    background-attachment: local;
    background-position: center;
    padding: var(--section-padding) 0
  }
  .counters {
    display: block
  }
  .counters .item {
    margin-bottom: 30px
  }
  .counters .item:last-child {
    margin-bottom: 0
  }
  .counters .item .digit {
    margin: 0 auto
  }
  .icons-detail {
    padding: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .icons-detail .item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .icons-detail .item:nth-child(1),
  .icons-detail .item:nth-child(2) {
    margin-bottom: 50px
  }
  .detail-item-top .col-xs-12:last-child {
    text-align: left;
    margin-top: 30px
  }
}
.alert {
  margin-bottom: calc(var(--padding) * 1.4);
  color: #cb5149;
  background-color: rgba(203,81,73,.1);
  padding: 15px 20px
}
.alert .icon {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 8px
}
.alert:last-child {
  margin-bottom: 0
}
@media (max-width:640px) {
  .section .dark-inner {
    margin-left: -20px;
    margin-right: -20px
  }
  .detail-item.section {
    margin-bottom: 0;
    padding-bottom: 0
  }
  .icons-detail {
    padding: 30px 0
  }
  .icons-detail .item .icon {
    height: 27px;
    width: 27px
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.pagination {
  font-size: 0;
  margin-bottom: 30px
}
.pagination .pagination-elements {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0
}
.pagination .item {
  height: var(--pagination-link_size);
  width: var(--pagination-link_size);
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: var(--font-size);
  border-right: 1px solid rgba(232,232,232,.1);
  background-color: rgba(132,85,57,.1)
}
.pagination .item.link {
  color: #845539;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-flex-line-pack: center;
  align-content: center
}
.pagination .item.link.active {
  background-color: #845539;
  color: #fdfdfb;
  pointer-events: none
}
.pagination .item.link.active ~ .item.link {
  color: #845539
}
.pagination .item.link.active ~ .item.link:hover {
  background-color: #845539;
  color: #fdfdfb
}
.pagination .item.link:hover {
  background-color: #845539;
  color: #fdfdfb
}
.pagination .item.empty {
  color: #a3806b;
  pointer-events: none
}
.pagination .item.disabled {
  color: #c7aa59;
  pointer-events: none;
  opacity: .6
}
.pagination .pagination-position {
  font-size: var(--font-size)
}
.wPaginate1 {
  display: block;
  font-size: 0
}
._wPaginate_holder {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0
}
._wPaginate_link {
  height: var(--pagination-link_size);
  width: var(--pagination-link_size);
  line-height: var(--pagination-link_size);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: var(--font-size);
  border-right: 1px solid rgba(232,232,232,.1);
  background-color: rgba(132,85,57,.1)
}
._wPaginate_link:hover {
  background-color: #845539;
  color: #fdfdfb
}
._wPaginate_link._wPaginate_link_active {
  background-color: #845539;
  color: #fdfdfb;
  pointer-events: none
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.popup {
  position: fixed;
  z-index: 20;
  background-color: rgba(32,31,32,.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0;
  opacity: 0;
  display: none;
  padding: 15px 0
}
.popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%
}
.popup .close-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 18px;
  top: 0;
  right: 0;
  border-radius: 0;
  border: none;
  background: 0 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 32px;
  padding: 0
}
.popup .close-popup:hover {
  color: #845539
}
.popup .inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  max-width: 500px;
  background: 0 0;
  text-align: left;
  opacity: 0;
  background-color: #fff;
  font-size: 13px;
  white-space: normal;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}
.popup .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px
}
.popup .close-popup {
  position: absolute;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #000;
  font-size: 32px;
  top: 0;
  right: 0;
  -webkit-transition: .2s;
  transition: .2s;
  width: 70px;
  height: 70px
}
.popup .close-popup:hover {
  color: #cb5149;
  -webkit-box-shadow: none;
  box-shadow: none
}
.popup.showed {
  display: block
}
.popup.active {
  opacity: 1
}
.popup.active .inner {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.popup .inner {
  overflow: hidden
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.rounded-card .header {
  padding: var(--padding) calc(var(--padding) * 1.4);
  color: #201f20;
  font-weight: 700;
  font-size: var(--h3-font-size);
  border-bottom: 1px solid rgba(132,85,57,.2);
  background-color: #fdfdfb;
  text-transform: uppercase
}
.rounded-card .subtitle {
  font-size: var(--font-size-large);
  display: inline-block;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: none;
  font-weight: 400
}
.rounded-card .subtitle:after {
  content: "";
  width: 150px;
  height: 1px;
  left: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #845539;
  position: absolute
}
.rounded-card .main {
  padding: calc(var(--padding) * 1.4);
  background-color: #fdfdfb
}
@media (max-width:768px) {
  .rounded-card .subtitle {
    margin-bottom: 20px
  }
  .rounded-card .subtitle:after {
    width: 50px;
    left: 0;
    top: 100%
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.section {
  padding: var(--section-padding) 0
}
.section .section-subheader {
  margin-bottom: 15px;
  font-size: var(--font-size-large);
  display: inline-block;
  position: relative
}
.section .section-subheader:after {
  content: "";
  width: 150px;
  height: 1px;
  left: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #845539;
  position: absolute
}
.section .dark-inner {
  background-color: #201f20;
  color: #fdfdfb
}
.section.dark-section {
  background-color: #201f20;
  color: #fdfdfb
}
.section.dark-section .form .input-cover .input,
.section.dark-section .form .input-cover .label,
.section.dark-section .form .input-cover .textarea {
  color: #fdfdfb
}
.section.dark-section .form .input-cover .input::-webkit-input-placeholder {
  color: #c7aa59
}
.section.dark-section .form .input-cover .input::-moz-placeholder {
  color: #c7aa59
}
.section.dark-section .form .input-cover .input:-ms-input-placeholder {
  color: #c7aa59
}
.section.dark-section .form .input-cover .input::-ms-input-placeholder {
  color: #c7aa59
}
.section.dark-section .form .input-cover .input::placeholder {
  color: #c7aa59
}
.section.collapsed {
  padding: 0
}
.section.collapsed-top {
  padding-top: 0
}
.section.collapsed-bottom {
  padding-bottom: 0
}
@media (max-width:768px) {
  .section .section-subheader:after {
    width: 50px;
    left: 0;
    top: 100%
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.selecter {
  position: relative
}
.selecter .anchor {
  display: block;
  font-size: var(--font-size);
  font-family: "Open Sans",serif;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border: none;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  border: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #845539;
  padding: var(--margin) calc(var(--margin) * 3) var(--margin) var(--margin);
  font-weight: 500;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-image: url(../img/select-arrows.png);
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-position: right var(--margin) center;
  cursor: pointer
}
.selecter .anchor:focus,
.selecter .anchor:hover {
  border-color: #a3806b
}
.selecter .anchor .count {
  color: #845539;
  position: absolute;
  right: calc(var(--margin) * 2.5);
  top: 50%;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.selecter.opened .dropdown {
  display: block
}
.selecter.opened .anchor {
  background-image: url(../img/select-arrows-opened.png)
}
.selecter .dropdown {
  position: absolute;
  z-index: 5;
  width: 100%;
  display: none;
  left: 0;
  top: 100%
}
.selecter .dropdown ul {
  list-style-type: none;
  border-top: none;
  background-color: #fdfdfb;
  border: 1px solid rgba(132,85,57,.3);
  font-weight: 500;
  border-radius: 0;
  max-height: 250px;
  overflow: auto
}
.selecter .dropdown ul li {
  display: block;
  width: 100%;
  padding: var(--margin) calc(var(--margin) * 2.2) var(--margin) var(--margin);
  z-index: 1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  position: relative;
  font-size: var(--font-size);
  border-bottom: 1px solid rgba(132,85,57,.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.selecter .dropdown ul li:last-child {
  border-bottom: none
}
.selecter .dropdown ul li:hover:not(.disabled) {
  color: #845539
}
.selecter .dropdown ul li:hover:not(.disabled):before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}
.selecter .dropdown ul li.active {
  color: #845539
}
.selecter .dropdown ul li.active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}
.selecter .dropdown ul li.disabled {
  color: #e8e8e8
}
.selecter .dropdown ul li.disabled input[type=checkbox] {
  display: none
}
.selecter .dropdown ul li.disabled.active:before {
  background-color: #e8e8e8
}
.selecter .dropdown ul input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  right: var(--margin);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none
}
.selecter .dropdown ul input[type=checkbox]:checked ~ label:before {
  border-color: #845539
}
.selecter .dropdown ul input[type=checkbox]:checked ~ label:after {
  opacity: 1
}
.selecter .dropdown ul input[type=checkbox]:focus ~ label:before {
  -webkit-transition: .1s;
  transition: .1s;
  border-color: #e8e8e8
}
.selecter .dropdown ul input[type=checkbox]:disabled ~ label {
  color: #e8e8e8
}
.selecter .dropdown ul input[type=checkbox]:disabled ~ label:before {
  opacity: 1
}
.selecter .dropdown ul input[type=checkbox]:disabled ~ label:hover:after {
  opacity: 0
}
.selecter .dropdown ul label {
  cursor: pointer;
  line-height: 1.1;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: var(--margin);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.selecter .dropdown ul label:before {
  position: absolute;
  height: calc(var(--icon_height) * .8);
  width: calc(var(--icon_height) * .8);
  content: "";
  border: 1px solid #845539;
  -webkit-transition: .2s;
  transition: .2s;
  left: calc(var(--margin) * -1.2);
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.selecter .dropdown ul label:after {
  content: "\e90e";
  font-family: icomoon;
  position: absolute;
  left: calc(var(--margin) * -1.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  font-weight: 700
}
.selecter .dropdown ul label:hover:before {
  border-color: #845539
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.slider-cover {
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% + var(--space-gap) * 2)
}
.slider-cover .dots-slider {
  margin: 0 calc(var(--space-gap) * 2 * -1);
  width: calc(100% + var(--space-gap) * 2)
}
.slider-cover .dots-slider .owl-stage-outer {
  width: calc(100% + var(--space-gap) * 2)
}
.slider-cover .slide {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: calc(var(--space-gap) * 2);
  overflow: hidden
}
.slider-cover .slide img {
  width: 100%
}
.slider-cover .owl-item .slide {
  width: 100%
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
.slider {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
  overflow: hidden
}
.slider .slide {
  display: inline-block;
  height: 100%;
  width: 100%;
  white-space: normal
}
.slider .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s
}
.slider .slide img[data-fancybox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
.slider.auto-height {
  height: auto
}
.slider.fixed-height {
  height: 50vh
}
.slider.dots-slider {
  position: relative
}
.slider.dots-slider .owl-stage-outer {
  background-color: #f4f3f4;
  height: 100%
}
.slider.dots-slider .owl-stage {
  height: 100%
}
.slider.dots-slider .owl-item {
  height: 100%
}
.slider.dots-slider .owl-nav {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0
}
.slider.dots-slider .owl-nav button {
  font-size: 30px;
  color: #845539;
  position: absolute;
  background-color: rgba(255,255,255,.3);
  border-radius: 0;
  border: 1px solid rgba(132,85,57,.3)
}
.slider.dots-slider .owl-nav button:hover {
  color: #a3806b;
  background-color: rgba(255,255,255,.5)
}
.slider.dots-slider .owl-nav .owl-prev {
  left: 0
}
.slider.dots-slider .owl-nav .owl-next {
  right: 0
}
.slider.dots-slider .owl-dots {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: calc(var(--padding)/ 2)
}
.slider.dots-slider .owl-dots .owl-dot span {
  background-color: #fff
}
.slider.dots-slider .owl-dots .owl-dot.active span {
  background-color: #845539
}
.slider.dots-slider .owl-dots .owl-dot:hover span {
  background-color: #a3806b
}
@media (max-width:768px) {
  .slider.dots-slider {
    border-radius: 0
  }
  .slider.dots-slider:not(.fixed-height) {
    margin-bottom: calc(var(--padding) * 1.4);
    height: 350px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
  }
  .slider.dots-slider.fixed-height {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px)
  }
  .slider.dots-slider .owl-nav {
    display: none
  }
}
:root {
  --font-size: 16px;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 28px;
  --h4-font-size: 18px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 12px;
  --font-size-large: 18px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 91px;
  --section-padding: 100px;
  --space-gap: 5px
}
@media (max-width:1200px) {
  :root {
    --font-size: 14px;
    --h1-font-size: 38px;
    --h2-font-size: 30px;
    --h3-font-size: 22px;
    --h4-font-size: 16px;
    --subheader1-font-size: 32px;
    --subheader2-font-size: 24px;
    --subheader3-font-size: 18px;
    --font-size-small: 10px;
    --font-size-large: 18px;
    --border-width: 1px;
    --margin: 15px;
    --padding: 20px;
    --border-radius: 0px;
    --icon_height: 20px;
    --pagination-link_size: 38px;
    --icon-large_height: 40px;
    --header_height: 79px;
    --section-padding: 100px;
    --space-gap: 5px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 70px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 28px;
    --h2-font-size: 26px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --font-size-large: 16px;
    --subheader2-font-size: 20px;
    --icon-large_height: 32px;
    --pagination-link_size: 28px;
    --section-padding: 50px
  }
}
h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-font-size);
  text-transform: uppercase
}
h1.smaller {
  font-size: calc(var(--h1-font-size) * .5);
  line-height: calc(var(--h1-font-size) * .5)
}
h1.smaller.spaced-bottom {
  margin-bottom: var(--margin)
}
h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-font-size);
  text-transform: uppercase;
  font-weight: 700
}
h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-size)
}
h4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-font-size)
}
.main-subtitle {
  margin-bottom: 20px;
  font-size: var(--subheader2-font-size)
}
.main-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: var(--h1-font-size);
  line-height: var(--h1-font-size);
  text-transform: uppercase
}
.paragraph {
  font-size: var(--font-size);
  line-height: 1.92;
  margin-bottom: var(--section-padding)
}
.paragraph.justify {
  text-align: justify
}
.page-text {
  font-size: var(--font-size);
  line-height: 1.92
}
.page-text.spaced-bottom {
  margin-bottom: calc(var(--section-padding) * 2)
}
.spaced-bottom {
  margin-bottom: var(--margin)
}
.spaced-bottom-small {
  margin-bottom: calc(var(--margin)/ 2)
}
.spaced-bottom-large {
  margin-bottom: calc(var(--margin) * 4)
}
.spaced-top {
  margin-top: var(--margin)
}
.subtitle2 {
  font-weight: 700;
  font-size: var(--subheader2-font-size)
}
@media (max-width:768px) {
  .spaced-bottom-large {
    margin-bottom: calc(var(--margin) * 2)
  }
}
a {
  color: #845539
}
a:hover {
  color: #a3806b
}
