@charset "UTF-8";
/* Slider */
/* line 3, ../../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_reset.scss */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
/* line 11, ../../sass/_reset.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 17, ../../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

/* line 33, ../../sass/_reset.scss */
template {
  display: none;
}

/* line 37, ../../sass/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* line 42, ../../sass/_reset.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

/* line 49, ../../sass/_reset.scss */
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

/* line 57, ../../sass/_reset.scss */
img,
iframe {
  border: 0 none;
}

/* line 62, ../../sass/_reset.scss */
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 68, ../../sass/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 73, ../../sass/_reset.scss */
address {
  font-style: normal;
}

/* line 77, ../../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 81, ../../sass/_reset.scss */
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer;
}

/* line 92, ../../sass/_reset.scss */
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

/* line 100, ../../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 106, ../../sass/_reset.scss */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  appearance: none;
}

/* line 125, ../../sass/_reset.scss */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  appearance: none;
}

/* line 130, ../../sass/_reset.scss */
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 136, ../../sass/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 149, ../../sass/_reset.scss */
button,
select {
  text-transform: none;
}

/* line 154, ../../sass/_reset.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 160, ../../sass/_reset.scss */
nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_base.scss */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #5a5a5a;
}

/* line 14, ../../sass/_base.scss */
a {
  color: inherit;
  text-decoration: underline;
}
/* line 18, ../../sass/_base.scss */
a:hover, a[href^="tel"] {
  text-decoration: none;
}

/* line 25, ../../sass/_base.scss */
.h1 {
  font-size: 65px;
}

/* line 29, ../../sass/_base.scss */
.h2 {
  font-size: 45px;
}

/* line 33, ../../sass/_base.scss */
.h3 {
  font-size: 30px;
}

/* line 37, ../../sass/_base.scss */
.h4 {
  font-size: 25px;
}

/* line 41, ../../sass/_base.scss */
.h5 {
  font-size: 20px;
}

@media (max-width: 1300px) {
  /* line 46, ../../sass/_base.scss */
  .h2 {
    font-size: 37px;
  }
}
@media (max-width: 1023px) {
  /* line 52, ../../sass/_base.scss */
  .h1 {
    font-size: 55px;
  }

  /* line 56, ../../sass/_base.scss */
  .h3 {
    font-size: 25px;
  }

  /* line 60, ../../sass/_base.scss */
  .h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 70, ../../sass/_base.scss */
  .h2 {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_helpers.scss */
.form .error-message,
.form .success-message {
  display: none;
}
/* line 12, ../../sass/_helpers.scss */
.form.success .success-message {
  display: block;
}
/* line 16, ../../sass/_helpers.scss */
.form.success form {
  display: none;
}
/* line 22, ../../sass/_helpers.scss */
.form.error .error-message {
  display: block;
}
/* line 26, ../../sass/_helpers.scss */
.form.error form {
  display: none;
}

/* line 32, ../../sass/_helpers.scss */
#map {
  width: 100%;
  height: 529px;
  border: 1px solid #8c8c8c;
}

/* line 38, ../../sass/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 42, ../../sass/_helpers.scss */
.text-left {
  text-align: left !important;
}

/* line 46, ../../sass/_helpers.scss */
.fullsize-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/*  Fullsize Image  */
/* line 56, ../../sass/_helpers.scss */
.fullsize-image {
  position: relative;
  margin: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 269px;
  width: 100%;
  display: block;
}

/* line 62, ../../sass/_helpers.scss */
.flip-horizontal {
  transform: scaleX(-1);
}

@media (max-width: 1300px) {
  /* line 66, ../../sass/_helpers.scss */
  .hidden-small-desktop {
    display: none;
  }
}

@media (max-width: 1023px) {
  /* line 72, ../../sass/_helpers.scss */
  .hidden-tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 78, ../../sass/_helpers.scss */
  .hidden-mobile {
    display: none !important;
  }
}

/* line 84, ../../sass/_helpers.scss */
.visible-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 84, ../../sass/_helpers.scss */
  .visible-mobile {
    display: block;
  }
}

/*  Colors  */
/* line 94, ../../sass/_helpers.scss */
.color-yellow {
  color: #FDE074;
}

/* line 98, ../../sass/_helpers.scss */
.color-grey {
  color: #5a5a5a;
}

/*  Clear  */
/* line 104, ../../sass/_helpers.scss */
.clear {
  @util clearfix;
}

/*  Notext  */
/* line 110, ../../sass/_helpers.scss */
.notext {
  @util text-hide;
}

/*  Hidden  */
/* line 116, ../../sass/_helpers.scss */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
/* line 123, ../../sass/_helpers.scss */
.alignleft {
  float: left;
}

/*  Alignright  */
/* line 129, ../../sass/_helpers.scss */
.alignright {
  float: right;
}

/*  Disabled  */
/* line 135, ../../sass/_helpers.scss */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
/* line 142, ../../sass/_helpers.scss */
.col {
  max-width: 100%;
  flex: 1;
  padding: 0 18px;
}
/* line 147, ../../sass/_helpers.scss */
.cols {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -18px;
}
/* line 152, ../../sass/_helpers.scss */
.cols--inverse {
  flex-direction: row-reverse;
}
/* line 157, ../../sass/_helpers.scss */
.col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
/* line 162, ../../sass/_helpers.scss */
.col--3of5 {
  max-width: 60%;
  flex: 0 0 60%;
}
/* line 167, ../../sass/_helpers.scss */
.col--2of5 {
  max-width: 40%;
  flex: 0 0 40%;
}
/* line 172, ../../sass/_helpers.scss */
.col--2of2 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
@media (max-width: 1023px) {
  /* line 142, ../../sass/_helpers.scss */
  .col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 181, ../../sass/_helpers.scss */
  .col--tablet-block {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 185, ../../sass/_helpers.scss */
  .col--tablet-block + .col {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 142, ../../sass/_helpers.scss */
  .col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 195, ../../sass/_helpers.scss */
  .col + .col {
    margin-top: 20px;
  }
}

/*  Responsive Helpers  */
/* line 203, ../../sass/_helpers.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 219, ../../sass/_helpers.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 222, ../../sass/_helpers.scss */
  .visible-xs-block {
    display: block !important;
  }

  /* line 225, ../../sass/_helpers.scss */
  .visible-xs-inline {
    display: inline !important;
  }

  /* line 228, ../../sass/_helpers.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 234, ../../sass/_helpers.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 237, ../../sass/_helpers.scss */
  .visible-sm-block {
    display: block !important;
  }

  /* line 240, ../../sass/_helpers.scss */
  .visible-sm-inline {
    display: inline !important;
  }

  /* line 243, ../../sass/_helpers.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  /* line 249, ../../sass/_helpers.scss */
  .hidden-md {
    display: none !important;
  }

  /* line 252, ../../sass/_helpers.scss */
  .visible-md-block {
    display: block !important;
  }

  /* line 255, ../../sass/_helpers.scss */
  .visible-md-inline {
    display: inline !important;
  }

  /* line 258, ../../sass/_helpers.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1301px) {
  /* line 264, ../../sass/_helpers.scss */
  .hidden-lg {
    display: none !important;
  }

  /* line 267, ../../sass/_helpers.scss */
  .visible-lg-block {
    display: block !important;
  }

  /* line 270, ../../sass/_helpers.scss */
  .visible-lg-inline {
    display: inline !important;
  }

  /* line 273, ../../sass/_helpers.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_wrapper.scss */
.wrapper {
  min-height: 100vh;
  overflow: hidden;
}
/* line 9, ../../sass/_wrapper.scss */
.wrapper--alt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_shell.scss */
.shell {
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
}
/* line 11, ../../sass/_shell.scss */
.shell--fluid {
  max-width: 1440px;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_header.scss */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  padding-top: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: padding .3s;
}
/* line 17, ../../sass/_header.scss */
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 23, ../../sass/_header.scss */
.header .header__content {
  padding-top: 20px;
  display: flex;
}
/* line 28, ../../sass/_header.scss */
.header .header__logos {
  position: relative;
}
/* line 31, ../../sass/_header.scss */
.header .header__logos .logo {
  transition: opacity .2s, visibility .2s;
}
/* line 35, ../../sass/_header.scss */
.header .header__logos .logo + .logo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: -200vw;
}
@media (min-width: 768px) {
  /* line 43, ../../sass/_header.scss */
  .header.active {
    padding: 0 0 5px;
    background-color: #fff;
    color: #5a5a5a;
    transition: background-color .3s, padding .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  /* line 52, ../../sass/_header.scss */
  .header.active .header__logos .logo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: -200vw;
  }
  /* line 59, ../../sass/_header.scss */
  .header.active .header__logos .logo + .logo {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  /* line 66, ../../sass/_header.scss */
  .header.active .nav:after {
    background-color: #5a5a5a;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_header.scss */
  .header {
    background: #fff;
    color: #5a5a5a;
    padding: 12px 0 16px;
    z-index: 21;
  }
  /* line 78, ../../sass/_header.scss */
  .header + * {
    display: block;
    margin-top: 112px;
  }
  /* line 83, ../../sass/_header.scss */
  .header .header__content {
    padding-top: 5px;
  }
  /* line 87, ../../sass/_header.scss */
  .header .header__inner {
    align-items: flex-start;
  }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_main.scss */
.main {
  padding-top: 65px;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_footer.scss */
.footer {
  padding: 43px 0 110px;
  color: #fff;
  background-color: #000;
  position: relative;
}
/* line 11, ../../sass/_footer.scss */
.footer ul {
  padding: 0 !important;
}
/* line 15, ../../sass/_footer.scss */
.footer .shell {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
/* line 21, ../../sass/_footer.scss */
.footer .footer__content {
  display: flex;
}
/* line 25, ../../sass/_footer.scss */
.footer .footer__section {
  max-width: 410px;
}
/* line 28, ../../sass/_footer.scss */
.footer .footer__section + .footer__section {
  margin-left: 40px;
}
/* line 33, ../../sass/_footer.scss */
.footer .footer__title {
  margin-bottom: 5px;
  color: #b9baa3;
}
/* line 38, ../../sass/_footer.scss */
.footer .footer__nav {
  color: #b9baa3;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.9;
}
/* line 44, ../../sass/_footer.scss */
.footer .footer__nav a {
  text-decoration: none;
  transition: color .3s;
}
/* line 48, ../../sass/_footer.scss */
.footer .footer__nav a:hover {
  color: #fff;
}
/* line 53, ../../sass/_footer.scss */
.footer .footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 58, ../../sass/_footer.scss */
.footer .footer__nav li {
  width: 50%;
  margin-bottom: 9px;
}
/* line 64, ../../sass/_footer.scss */
.footer .footer__entry {
  margin-bottom: 15px;
  width: 290px;
  font-size: 14px;
}
/* line 70, ../../sass/_footer.scss */
.footer .copyright {
  font-size: 11px;
  line-height: 1.7;
  display: block;
  position: absolute;
  right: 16%;
  bottom: 30%;
}
@media (min-width: 1023px) and (max-width: 1300px) {
  /* line 80, ../../sass/_footer.scss */
  .footer .copyright {
    font-size: 11px;
    line-height: 1.7;
    display: block;
    position: relative;
    left: 0%;
    bottom: -5%;
  }
}
@media (max-width: 1023px) {
  /* line 91, ../../sass/_footer.scss */
  .footer .shell {
    flex-direction: column;
  }
  /* line 95, ../../sass/_footer.scss */
  .footer .copyright {
    right: auto;
    bottom: 135px;
    width: 150px;
  }
  /* line 101, ../../sass/_footer.scss */
  .footer .footer__content {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  /* line 106, ../../sass/_footer.scss */
  .footer .footer__aside {
    align-self: flex-end;
  }
  /* line 110, ../../sass/_footer.scss */
  .footer .footer__section {
    max-width: 192px;
  }
  /* line 113, ../../sass/_footer.scss */
  .footer .footer__section + .footer__section {
    margin-left: 15px;
  }
  /* line 118, ../../sass/_footer.scss */
  .footer .footer__entry {
    display: block;
    width: 100%;
  }
  /* line 124, ../../sass/_footer.scss */
  .footer .footer__nav ul {
    flex-direction: column;
  }
  /* line 128, ../../sass/_footer.scss */
  .footer .footer__nav li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_footer.scss */
  .footer {
    text-align: center;
  }
  /* line 137, ../../sass/_footer.scss */
  .footer .copyright {
    right: auto;
    bottom: auto;
    width: 150px;
    position: relative;
    top: 0px;
    margin: 40px auto 0;
  }
  /* line 147, ../../sass/_footer.scss */
  .footer .logos .logos__accent {
    margin: 0 auto 25px;
    float: none;
    width: 26%;
  }
  /* line 154, ../../sass/_footer.scss */
  .footer .footer__content {
    flex-direction: column;
    align-items: center;
  }
  /* line 159, ../../sass/_footer.scss */
  .footer .footer__aside {
    width: 100%;
  }
  /* line 163, ../../sass/_footer.scss */
  .footer .footer__section {
    max-width: 100%;
  }
  /* line 166, ../../sass/_footer.scss */
  .footer .footer__section + .footer__section {
    margin: 35px 0 0;
  }
  /* line 170, ../../sass/_footer.scss */
  .footer .footer__section--no-margin {
    margin: 10px 0 0 !important;
  }
}

/* ------------------------------------------------------------ *\
	Button Primary
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_btn.scss */
.btn-primary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 14px 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(180deg, #893001 0%, rgba(0, 0, 0, 0.25) 100%);
  background-color: #893001;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 0;
  color: #fff;
}
/* line 24, ../../sass/_btn.scss */
.btn-primary:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: block;
  background-color: #893001;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 36, ../../sass/_btn.scss */
.btn-primary:after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  display: block;
  background-image: linear-gradient(to top, #b6511c 0%, #893001 100%);
  opacity: 0;
  transition: opacity .2s;
}
/* line 50, ../../sass/_btn.scss */
.btn-primary:hover:after {
  opacity: 1;
}
/* line 55, ../../sass/_btn.scss */
.btn-primary span {
  position: relative;
  z-index: 5;
}

/* ------------------------------------------------------------ *\
	Button Primary Gold
\* ------------------------------------------------------------ */
/* line 65, ../../sass/_btn.scss */
.btn-primary-gold {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 14px 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(178deg, #fde074 0%, #b0833c 100%);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 0;
  color: #000;
}
/* line 83, ../../sass/_btn.scss */
.btn-primary-gold:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: block;
  background-color: #FDE074;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 95, ../../sass/_btn.scss */
.btn-primary-gold:after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  display: block;
  background-image: linear-gradient(180deg, #fde074 0%, rgba(255, 255, 255, 0.6) 100%);
  opacity: 0;
  transition: opacity .2s;
}
/* line 109, ../../sass/_btn.scss */
.btn-primary-gold:hover:after {
  opacity: 1;
}
/* line 114, ../../sass/_btn.scss */
.btn-primary-gold span {
  position: relative;
  z-index: 5;
}

/* ------------------------------------------------------------ *\
	Button Secondary White
\* ------------------------------------------------------------ */
/* line 124, ../../sass/_btn.scss */
.btn-secondary {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 10px 32px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 4px solid #893001;
  background-color: #fff;
  color: #893001;
  transition: color .2s, background-color .2s;
}
/* line 142, ../../sass/_btn.scss */
.btn-secondary:hover {
  background-color: #893001;
  color: #fff;
  text-decoration: none !important;
}
/* line 148, ../../sass/_btn.scss */
.btn-secondary--medium {
  padding-left: 48px;
  padding-right: 48px;
}
/* line 153, ../../sass/_btn.scss */
.btn-secondary--large {
  padding-left: 64px;
  padding-right: 64px;
}

/* ------------------------------------------------------------ *\
	Button Secondary White
\* ------------------------------------------------------------ */
/* line 163, ../../sass/_btn.scss */
.btn-secondary-white {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 4px solid #fff;
  color: #fff;
  transition: color .2s, background-color .2s;
}
/* line 179, ../../sass/_btn.scss */
.btn-secondary-white:hover {
  background-color: #fff;
  color: #893001;
}

/* ------------------------------------------------------------ *\
	Btn Block
\* ------------------------------------------------------------ */
/* line 189, ../../sass/_btn.scss */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Btn Sizes
\* ------------------------------------------------------------ */
/* line 200, ../../sass/_btn.scss */
.btn--large {
  padding-left: 64px;
  padding-right: 64px;
}

/* line 205, ../../sass/_btn.scss */
.btn--medium {
  padding-left: 48px;
  padding-right: 48px;
}

/* line 210, ../../sass/_btn.scss */
.btn--thin {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 215, ../../sass/_btn.scss */
.btn--fixed-width {
  max-width: 465px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px) {
  /* line 222, ../../sass/_btn.scss */
  .btn--block-mobile {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------------------------------------ *\
	Btn Menu
\* ------------------------------------------------------------ */
/* line 235, ../../sass/_btn.scss */
.btn-menu {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: color .2s;
}
/* line 243, ../../sass/_btn.scss */
.btn-menu .btn__symbols {
  display: inline-block;
  width: 29px;
  height: 29px;
  padding: 10px 8px;
  margin-left: 14px;
  background-color: #893001;
}
/* line 251, ../../sass/_btn.scss */
.btn-menu .btn__symbols span {
  display: block;
  height: 2px;
  background-color: #fff;
  transition: background-color .2s, transform .2s;
}
/* line 257, ../../sass/_btn.scss */
.btn-menu .btn__symbols span + span {
  margin-top: 2px;
}
/* line 265, ../../sass/_btn.scss */
.btn-menu:hover .btn__symbols span {
  background-color: #FDE074;
}
/* line 268, ../../sass/_btn.scss */
.btn-menu:hover .btn__symbols span:first-child {
  transform: translateY(-2px);
}
/* line 272, ../../sass/_btn.scss */
.btn-menu:hover .btn__symbols span:last-child {
  transform: translateY(2px);
}
/* line 279, ../../sass/_btn.scss */
.btn-menu--alt {
  color: #fcef91;
  justify-content: flex-end;
}
/* line 283, ../../sass/_btn.scss */
.btn-menu--alt .btn__symbols {
  padding: 5px 0;
  text-align: center;
  background-color: #000;
}
/* line 289, ../../sass/_btn.scss */
.btn-menu--alt:hover {
  color: #FDE074;
}
@media (max-width: 767px) {
  /* line 235, ../../sass/_btn.scss */
  .btn-menu {
    flex-direction: column-reverse;
  }
  /* line 297, ../../sass/_btn.scss */
  .btn-menu .btn__symbols {
    width: 50px;
    height: 50px;
    padding: 17px 14px;
    margin: 0;
  }
  /* line 304, ../../sass/_btn.scss */
  .btn-menu .btn__symbols span + span {
    margin-top: 4px;
  }
  /* line 310, ../../sass/_btn.scss */
  .btn-menu--alt {
    position: absolute;
    top: 13px;
    right: -40px;
  }
}

/* ------------------------------------------------------------ *\
	Btn Link
\* ------------------------------------------------------------ */
/* line 322, ../../sass/_btn.scss */
.btn-link {
  display: inline-block;
  color: #893001;
  font-weight: 700;
  border: 0;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 332, ../../sass/_btn.scss */
.btn-link > * + * {
  margin-left: 16px;
}
/* line 336, ../../sass/_btn.scss */
.btn-link .js-actions-less {
  display: none;
}
/* line 341, ../../sass/_btn.scss */
.btn-link.active .js-actions-more {
  display: none;
}
/* line 345, ../../sass/_btn.scss */
.btn-link.active .js-actions-less {
  display: inline-block;
}

/* ------------------------------------------------------------ *\
	Btn arrow
\* ------------------------------------------------------------ */
/* line 355, ../../sass/_btn.scss */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: #893001;
}
/* line 364, ../../sass/_btn.scss */
.btn-arrow .btn-arrow__symbol {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 65px;
  height: 65px;
}
/* line 373, ../../sass/_btn.scss */
.btn-arrow .btn-arrow__text {
  display: inline-block;
  padding: 0 17px;
}
/* line 378, ../../sass/_btn.scss */
.btn-arrow--inverse {
  flex-direction: row-reverse;
}
/* line 381, ../../sass/_btn.scss */
.btn-arrow--inverse .btn-arrow__symbol {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  /* line 387, ../../sass/_btn.scss */
  .btn-arrow .btn-arrow__text {
    padding: 0;
  }
  /* line 391, ../../sass/_btn.scss */
  .btn-arrow .btn-arrow__symbol {
    width: 50px;
  }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_form-elements.scss */
input::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 10, ../../sass/_form-elements.scss */
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 15, ../../sass/_form-elements.scss */
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* line 20, ../../sass/_form-elements.scss */
.field {
  display: inline-block;
  width: 170px;
  border: 0;
  height: 40px;
  line-height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 32px 0 10px;
  border-radius: 0;
  border: 2px solid #fff;
  transition: border-color .2s;
}
/* line 34, ../../sass/_form-elements.scss */
.field::-webkit-inner-spin-button, .field::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
/* line 40, ../../sass/_form-elements.scss */
.field.is-focused, .field:focus {
  border-color: #000;
}
/* line 45, ../../sass/_form-elements.scss */
.field--alt {
  display: block;
  width: 100%;
  border: 1px solid #8c8c8c;
  font-size: 18px;
  color: #5a5a5a;
}

/* line 54, ../../sass/_form-elements.scss */
.textarea {
  resize: none;
  height: 180px;
}

/* line 59, ../../sass/_form-elements.scss */
.select {
  width: 75px;
}
/* line 62, ../../sass/_form-elements.scss */
.select--alt {
  width: 100%;
}
/* line 66, ../../sass/_form-elements.scss */
.select::-ms-expand {
  display: none;
}

/* line 75, ../../sass/_form-elements.scss */
.checkbox input {
  position: absolute;
  visibility: hidden;
}
/* line 80, ../../sass/_form-elements.scss */
.checkbox label {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: 10px;
  padding: 10px 0 7px 45px;
  text-transform: none !important;
}
/* line 88, ../../sass/_form-elements.scss */
.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #8c8c8c;
}
/* line 100, ../../sass/_form-elements.scss */
.checkbox label:after {
  content: '✔';
  position: absolute;
  left: 6px;
  top: 5px;
  display: block;
  font-size: 20px;
  color: #5a5a5a;
  opacity: 0;
  transition: opacity .2s;
}
/* line 113, ../../sass/_form-elements.scss */
.checkbox input:checked + label:after {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_form.scss */
.form label {
  text-transform: uppercase;
  font-size: 14px;
  color: #8c8c8c;
}
/* line 12, ../../sass/_form.scss */
.form .form__title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  color: #5a5a5a;
}
/* line 19, ../../sass/_form.scss */
.form .form__cols {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -10px;
}
/* line 25, ../../sass/_form.scss */
.form .form__col {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 18px;
}
/* line 30, ../../sass/_form.scss */
.form .form__col--alt {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
/* line 36, ../../sass/_form.scss */
.form .form__col--no-padding {
  margin-bottom: 0;
}
/* line 40, ../../sass/_form.scss */
.form .form__col--large {
  width: 66.67%;
}
/* line 45, ../../sass/_form.scss */
.form .form__section + .form__section {
  margin-top: 36px;
}
/* line 49, ../../sass/_form.scss */
.form .form__actions {
  padding-top: 20px;
}
/* line 53, ../../sass/_form.scss */
.form .form__controls {
  position: relative;
}
/* line 57, ../../sass/_form.scss */
.form .form__icon {
  position: absolute;
  right: 14px;
  top: 4px;
  pointer-events: none;
}
@media (max-width: 1023px) {
  /* line 65, ../../sass/_form.scss */
  .form .form__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 71, ../../sass/_form.scss */
  .form label {
    line-height: 1.1;
  }
  /* line 75, ../../sass/_form.scss */
  .form .form__title {
    line-height: 1.2;
  }
  /* line 79, ../../sass/_form.scss */
  .form .form__col {
    width: 100%;
  }
  /* line 82, ../../sass/_form.scss */
  .form .form__col--no-padding {
    margin-bottom: 10px;
  }
  /* line 87, ../../sass/_form.scss */
  .form .form__actions {
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_list.scss */
[class^="list-"] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Primary
\* ------------------------------------------------------------ */
/* line 13, ../../sass/_list.scss */
.list-primary {
  margin-bottom: 20px;
}
/* line 16, ../../sass/_list.scss */
.list-primary ul {
  list-style-type: none;
}
/* line 20, ../../sass/_list.scss */
.list-primary li {
  position: relative;
}
/* line 23, ../../sass/_list.scss */
.list-primary li:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  background-color: #5a5a5a;
  border-radius: 2px;
}
/* line 36, ../../sass/_list.scss */
.list-primary--large {
  margin-bottom: 0;
  font-weight: 500;
  color: #5a5a5a;
}
/* line 41, ../../sass/_list.scss */
.list-primary--large ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 47, ../../sass/_list.scss */
.list-primary--large li {
  max-width: 255px;
  width: 33.33%;
  margin-bottom: 10px;
}
/* line 55, ../../sass/_list.scss */
.list-primary--alt li {
  margin-bottom: 10px;
}
/* line 60, ../../sass/_list.scss */
.list-primary--medium {
  color: #5a5a5a;
  font-weight: 500;
  padding-top: 10px;
}
/* line 65, ../../sass/_list.scss */
.list-primary--medium li {
  margin-bottom: 10px;
}
/* line 68, ../../sass/_list.scss */
.list-primary--medium li:before {
  top: -5px;
}
@media (max-width: 767px) {
  /* line 76, ../../sass/_list.scss */
  .list-primary--large ul {
    display: block;
  }
  /* line 80, ../../sass/_list.scss */
  .list-primary--large li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------------------ *\
	List Secondary
\* ------------------------------------------------------------ */
/* line 95, ../../sass/_list.scss */
.list-secondary ul {
  list-style-type: none;
}
/* line 98, ../../sass/_list.scss */
.list-secondary ul li {
  position: relative;
  text-align: left;
}
/* line 102, ../../sass/_list.scss */
.list-secondary ul li strong {
  font-size: 16px !important;
  font-weight: 700 !important;
}
/* line 107, ../../sass/_list.scss */
.list-secondary ul li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -15px;
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  background-color: #5a5a5a;
  border-radius: 2px;
}
/* line 122, ../../sass/_list.scss */
.list-secondary--padding {
  padding: 0 0 30px 17px;
}

/* ------------------------------------------------------------ *\
	List Filters
\* ------------------------------------------------------------ */
/* line 131, ../../sass/_list.scss */
.list-filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 136, ../../sass/_list.scss */
.list-filters li {
  padding: 0 14px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 143, ../../sass/_list.scss */
.list-filters li + li {
  border-left: 2px solid #000;
}
/* line 147, ../../sass/_list.scss */
.list-filters a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .3s, color .3s;
}
/* line 155, ../../sass/_list.scss */
.list-filters .active {
  color: #893001;
}
/* line 158, ../../sass/_list.scss */
.list-filters .active a {
  border-bottom-color: #893001;
}
@media (max-width: 1024px) {
  /* line 164, ../../sass/_list.scss */
  .list-filters {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_nav.scss */
.nav {
  position: relative;
  padding-right: 18px;
  margin-right: 25px;
}
/* line 10, ../../sass/_nav.scss */
.nav > ul {
  display: flex;
}
/* line 14, ../../sass/_nav.scss */
.nav > ul > li:nth-child(n + 8) {
  display: none;
}
/* line 18, ../../sass/_nav.scss */
.nav > ul > li > a {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  text-transform: uppercase;
  font-size: 14px;
  transition: color .2s;
}
/* line 28, ../../sass/_nav.scss */
.nav > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #893001;
  opacity: 0;
  transform: scale(0, 0);
  transition: opacity .2s, transform .2s;
}
/* line 46, ../../sass/_nav.scss */
.nav > ul > li.current > a, .nav > ul > li:hover > a {
  color: #fff;
}
/* line 49, ../../sass/_nav.scss */
.nav > ul > li.current > a:before, .nav > ul > li:hover > a:before {
  opacity: 1;
  transform: scale(1, 1);
}
/* line 58, ../../sass/_nav.scss */
.nav a {
  text-decoration: none;
}
/* line 62, ../../sass/_nav.scss */
.nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 2px;
  height: 14px;
  background-color: #fff;
  transition: background-color .2s;
}
@media (max-width: 1420px) {
  /* line 76, ../../sass/_nav.scss */
  .nav > ul > li:nth-child(n + 6) {
    display: none;
  }
}
@media (max-width: 1100px) {
  /* line 86, ../../sass/_nav.scss */
  .nav > ul > li:nth-child(n + 4) {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */
/* line 98, ../../sass/_nav.scss */
.nav-dropdown {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  overflow: auto;
  width: 265px;
  max-height: 100vh;
  padding-bottom: 130px;
  background-color: #893001;
  background-repeat: no-repeat;
  background-position: bottom right;
  color: #fff;
  visibility: hidden;
  transition: transform .2s, visibility .2s;
}
/* line 115, ../../sass/_nav.scss */
.nav-dropdown:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
/* line 125, ../../sass/_nav.scss */
.nav-dropdown.active {
  transform: translateX(0);
  visibility: visible;
}
/* line 130, ../../sass/_nav.scss */
.nav-dropdown .nav__head {
  padding: 34px 40px 12px 26px;
}
/* line 134, ../../sass/_nav.scss */
.nav-dropdown .nav__inner {
  position: relative;
  z-index: 5;
}
/* line 139, ../../sass/_nav.scss */
.nav-dropdown ul {
  position: relative;
  z-index: 5;
}
/* line 143, ../../sass/_nav.scss */
.nav-dropdown ul li {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 147, ../../sass/_nav.scss */
.nav-dropdown ul li:nth-child(n + 8) {
  display: block;
}
@media (max-width: 1430px) {
  /* line 152, ../../sass/_nav.scss */
  .nav-dropdown ul li:nth-child(n+6) {
    display: block;
  }
}
@media (max-width: 1100px) {
  /* line 157, ../../sass/_nav.scss */
  .nav-dropdown ul li:nth-child(n+4) {
    display: block;
  }
}
/* line 162, ../../sass/_nav.scss */
.nav-dropdown ul li:last-child {
  border-bottom: 0;
}
/* line 167, ../../sass/_nav.scss */
.nav-dropdown ul a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  padding: 0 26px;
  transition: color .2s;
}
/* line 175, ../../sass/_nav.scss */
.nav-dropdown ul a:hover {
  color: #FDE074;
}
/* line 181, ../../sass/_nav.scss */
.nav-dropdown .dropdown {
  position: relative;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(137, 48, 1, 0.5);
  text-align: left;
  opacity: 1;
  visibility: visible;
}
/* line 190, ../../sass/_nav.scss */
.nav-dropdown .dropdown:before {
  background-image: none;
}
@media (max-width: 1300px) {
  /* line 198, ../../sass/_nav.scss */
  .nav-dropdown ul li:nth-child(n + 6) {
    display: block;
  }
}
@media (max-width: 1023px) {
  /* line 208, ../../sass/_nav.scss */
  .nav-dropdown ul li:nth-child(n + 4) {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 98, ../../sass/_nav.scss */
  .nav-dropdown {
    width: 100%;
    padding-right: 55px;
  }
  /* line 220, ../../sass/_nav.scss */
  .nav-dropdown ul li {
    display: block;
  }
  /* line 225, ../../sass/_nav.scss */
  .nav-dropdown .nav__head {
    padding: 52px 40px 12px 26px;
  }
}

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */
/* line 235, ../../sass/_nav.scss */
.nav-access {
  position: relative;
  width: 225px;
  padding: 13px;
  background-size: cover;
  text-align: center;
}
/* line 242, ../../sass/_nav.scss */
.nav-access .nav__title {
  margin-bottom: 15px;
  color: #FDE074;
  font-weight: 900;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.63);
}
/* line 249, ../../sass/_nav.scss */
.nav-access:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
/* line 260, ../../sass/_nav.scss */
.nav-access ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
/* line 265, ../../sass/_nav.scss */
.nav-access ul li {
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 1300px) {
  /* line 271, ../../sass/_nav.scss */
  .nav-access {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 235, ../../sass/_nav.scss */
  .nav-access {
    width: 100%;
    display: block;
  }
  /* line 280, ../../sass/_nav.scss */
  .nav-access ul {
    width: 200px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_section.scss */
.section {
  padding: 67px 0 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 11, ../../sass/_section.scss */
.section .section__title {
  font-weight: 900;
}
/* line 15, ../../sass/_section.scss */
.section .section__head {
  margin-bottom: 15px;
}
/* line 18, ../../sass/_section.scss */
.section .section__head .shell {
  display: flex;
  align-items: center;
}
/* line 22, ../../sass/_section.scss */
.section .section__head .shell > * + * {
  margin-left: 15px;
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_section.scss */
  .section {
    padding: 50px 0 90px;
  }
  /* line 31, ../../sass/_section.scss */
  .section .section__head {
    text-align: center;
  }
  /* line 34, ../../sass/_section.scss */
  .section .section__head .shell {
    flex-direction: column;
  }
  /* line 37, ../../sass/_section.scss */
  .section .section__head .shell > * + * {
    margin-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section No Gutter
\* ------------------------------------------------------------ */
/* line 49, ../../sass/_section.scss */
.section-no-gutter {
  position: relative;
}
/* line 52, ../../sass/_section.scss */
.section-no-gutter .section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: 525px;
  padding: 50px 20px 50px 0;
  min-height: 670px;
}
@media (max-width: 1023px) {
  /* line 63, ../../sass/_section.scss */
  .section-no-gutter .section__inner {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  /* line 69, ../../sass/_section.scss */
  .section-no-gutter .section__inner {
    width: 100%;
    max-width: 100%;
    padding: 120px 0 30px 0;
    padding-right: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Large Gutter
\* ------------------------------------------------------------ */
/* line 82, ../../sass/_section.scss */
.section-large-gutter {
  padding: 110px 0 84px;
  background-repeat: no-repeat;
  background-position: calc(100% + 150px) calc(100% + 100px);
}
@media (max-width: 767px) {
  /* line 82, ../../sass/_section.scss */
  .section-large-gutter {
    padding: 80px 0 84px;
  }
}

/* ------------------------------------------------------------ *\
	Section Small Gutter
\* ------------------------------------------------------------ */
/* line 96, ../../sass/_section.scss */
.section-small-gutter {
  padding: 54px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 102, ../../sass/_section.scss */
.section-small-gutter .section__title {
  font-weight: 900;
}
/* line 106, ../../sass/_section.scss */
.section-small-gutter .section__head {
  margin-bottom: 15px;
}
/* line 110, ../../sass/_section.scss */
.section-small-gutter + .section-small-gutter {
  padding-top: 0;
}

/* ------------------------------------------------------------ *\
	Section Box
\* ------------------------------------------------------------ */
/* line 120, ../../sass/_section.scss */
.section-box .section__inner {
  padding-top: 50px;
  border: 1px solid rgba(140, 140, 140, 0.2);
  border-bottom: 0;
}
/* line 125, ../../sass/_section.scss */
.section-box .section__inner--gutter {
  padding-bottom: 30px;
}
/* line 130, ../../sass/_section.scss */
.section-box .section__head {
  margin-bottom: 45px;
  text-align: center;
}
/* line 135, ../../sass/_section.scss */
.section-box .section__title {
  font-weight: 900;
}
/* line 139, ../../sass/_section.scss */
.section-box .section__body {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 119, ../../sass/_section.scss */
  .section-box {
    margin-top: 50px;
  }
  /* line 149, ../../sass/_section.scss */
  .section-box .section__title {
    font-size: 45px;
    line-height: 1.2;
  }
  /* line 154, ../../sass/_section.scss */
  .section-box .section__inner {
    padding-bottom: 30px;
  }
}

/* ------------------------------------------------------------ *\
	Section-chin
\* ------------------------------------------------------------ */
/* line 164, ../../sass/_section.scss */
.section-chin {
  margin: 0 0 80px;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_slider.scss */
.slider--absolute {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 14, ../../sass/_slider.scss */
.slider .slick-slide {
  height: 100%;
}
/* line 17, ../../sass/_slider.scss */
.slider .slick-slide > div {
  height: 100%;
}
/* line 22, ../../sass/_slider.scss */
.slider .slider__clip,
.slider .slider__slides,
.slider .slick-list,
.slider .slick-track,
.slider .slider__slide {
  height: 100%;
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_slider.scss */
  .slider {
    position: relative;
    width: 100%;
  }
  /* line 34, ../../sass/_slider.scss */
  .slider .slick-arrow {
    bottom: auto;
    top: 290px;
    margin-top: -78px;
  }
}

/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */
/* line 46, ../../sass/_slider.scss */
.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  font-size: 0;
  background-image: url(../images/ico-arrow-brick.png);
  background-size: 13px 27px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  background-color: #fff;
  width: 65px;
  height: 65px;
}

/* line 64, ../../sass/_slider.scss */
.slick-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 767px) {
  /* line 71, ../../sass/_slider.scss */
  .slick-arrow {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-100%);
  }

  /* line 78, ../../sass/_slider.scss */
  .slick-next {
    transform: translateX(0) scaleX(-1);
  }
}
/* line 84, ../../sass/_slider.scss */
.slider-intro .slider__actions {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 84, ../../sass/_slider.scss */
  .slider-intro .slider__actions {
    top: auto;
    bottom: 230px;
  }
}
/* line 97, ../../sass/_slider.scss */
.slider-intro .slider__arrow {
  position: absolute;
  bottom: 0;
}
/* line 101, ../../sass/_slider.scss */
.slider-intro .slider__arrow:after {
  display: none;
}
/* line 105, ../../sass/_slider.scss */
.slider-intro .slider__arrow--prev {
  left: 30px;
  right: auto;
}
@media (max-width: 767px) {
  /* line 105, ../../sass/_slider.scss */
  .slider-intro .slider__arrow--prev {
    left: 65px;
  }
}
/* line 114, ../../sass/_slider.scss */
.slider-intro .slider__arrow--next {
  right: 30px;
  left: auto;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  /* line 114, ../../sass/_slider.scss */
  .slider-intro .slider__arrow--next {
    right: 0px;
  }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_table.scss */
.table {
  max-width: 460px;
  width: 100%;
  padding: 2px;
  border: 1px solid #fff;
}
/* line 12, ../../sass/_table.scss */
.table table td {
  padding: 13px 30px;
}
/* line 17, ../../sass/_table.scss */
.table table tr:nth-child(odd) td {
  background-color: #617684;
}
@media (max-width: 1023px) {
  /* line 5, ../../sass/_table.scss */
  .table {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_widget.scss */
.widgets {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* line 1, ../../sass/_readmore.scss */
[data-read-more] {
  overflow: hidden;
  transition: all 200ms;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_intro.scss */
.intro {
  position: relative;
}
/* line 8, ../../sass/_intro.scss */
.intro:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.49) 0%, transparent 100%);
  content: '';
}
/* line 18, ../../sass/_intro.scss */
.intro .intro__video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
/* line 24, ../../sass/_intro.scss */
.intro .intro__video iframe,
.intro .intro__video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  height: auto;
  max-height: none;
  min-width: 100%;
  max-width: none;
  width: auto;
}
/* line 41, ../../sass/_intro.scss */
.intro .intro__poster {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 51, ../../sass/_intro.scss */
.intro .intro__image {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 60, ../../sass/_intro.scss */
.intro .intro__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
/* line 68, ../../sass/_intro.scss */
.intro .intro__title {
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 430px;
  line-height: 0.94;
}
/* line 75, ../../sass/_intro.scss */
.intro .intro__title--large {
  max-width: 610px;
}
/* line 81, ../../sass/_intro.scss */
.intro--alt .intro__title {
  margin-top: 132px;
  max-width: 565px;
}
/* line 86, ../../sass/_intro.scss */
.intro--alt .intro__inner {
  transform: translateY(-38%);
}
/* line 89, ../../sass/_intro.scss */
.intro--alt .intro__inner .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 98, ../../sass/_intro.scss */
  .intro .intro__image,
  .intro .intro__video {
    height: 325px;
  }
  /* line 103, ../../sass/_intro.scss */
  .intro .intro__inner {
    top: auto;
    bottom: 115px;
  }
  /* line 108, ../../sass/_intro.scss */
  .intro .intro__title {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 1.15;
  }
}

/* ------------------------------------------------------------ *\
	Intro Container
\* ------------------------------------------------------------ */
/* line 123, ../../sass/_intro.scss */
.intro-container .intro__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
/* line 130, ../../sass/_intro.scss */
.intro-container .intro__bottom .shell {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  /* line 138, ../../sass/_intro.scss */
  .intro-container .intro__bottom {
    position: relative;
  }
  /* line 141, ../../sass/_intro.scss */
  .intro-container .intro__bottom .shell {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_dropdown.scss */
.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 265px;
  transform: translateX(-50%);
  text-align: center;
  background-color: #893001;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s, visibility .25s;
}
/* line 18, ../../sass/_dropdown.scss */
.dropdown:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}
/* line 29, ../../sass/_dropdown.scss */
.dropdown ul {
  position: relative;
  z-index: 5;
}
/* line 34, ../../sass/_dropdown.scss */
.dropdown li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 38, ../../sass/_dropdown.scss */
.dropdown a {
  display: block;
  height: 60px;
  line-height: 60px;
  transition: color .2s;
}
/* line 44, ../../sass/_dropdown.scss */
.dropdown a:hover {
  color: #FDE074;
}

/* ------------------------------------------------------------ *\
	Has Dropdown
\* ------------------------------------------------------------ */
/* line 54, ../../sass/_dropdown.scss */
.has-dropdown {
  position: relative;
}
@media (min-width: 1024px) {
  /* line 59, ../../sass/_dropdown.scss */
  .has-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s .15s, visibility .25s .15s;
  }
}
@media (max-width: 1023px) {
  /* line 69, ../../sass/_dropdown.scss */
  .has-dropdown.active .dropdown {
    visibility: visible;
    opacity: 1;
  }
  /* line 74, ../../sass/_dropdown.scss */
  .has-dropdown.active > a {
    color: #fff;
  }
  /* line 77, ../../sass/_dropdown.scss */
  .has-dropdown.active > a:before {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@media (max-width: 767px) {
  /* line 86, ../../sass/_dropdown.scss */
  .has-dropdown:after {
    content: '';
    position: absolute;
    top: 27px;
    right: 6px;
    display: block;
    width: 16px;
    height: 10px;
    background-image: url(../images/ico-chevron-white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform .2s;
  }
  /* line 101, ../../sass/_dropdown.scss */
  .has-dropdown.active:after {
    transform: rotate(180deg);
  }
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_search.scss */
.search {
  position: relative;
  background-color: #fff;
  min-width: calc(100% - 200px);
  padding: 7px 17px 8px 20px;
}
/* line 11, ../../sass/_search.scss */
.search:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200%;
  background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
/* line 21, ../../sass/_search.scss */
.search form {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 29, ../../sass/_search.scss */
.search .search__head {
  display: flex;
  align-items: center;
}
/* line 34, ../../sass/_search.scss */
.search .search__row {
  display: flex;
}
/* line 38, ../../sass/_search.scss */
.search .search__title {
  font-weight: 300;
  line-height: 0.92;
}
/* line 43, ../../sass/_search.scss */
.search .search__price {
  margin-left: 20px;
  font-weight: 700;
  line-height: 0.93;
  font-size: 15px;
  height: 62px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  background-color: #ececec;
}
/* line 54, ../../sass/_search.scss */
.search .search__price-amount {
  display: flex;
  margin-left: 10px;
  font-size: 45px;
  font-weight: 900;
}
/* line 60, ../../sass/_search.scss */
.search .search__price-amount sup {
  font-size: 25px;
  margin-top: 7px;
}
/* line 65, ../../sass/_search.scss */
.search .search__price-amount sub {
  font-size: 16px;
  align-self: flex-end;
  margin-bottom: 2px;
}
/* line 74, ../../sass/_search.scss */
.search .search__col + .search__col {
  margin-left: 15px;
}
/* line 79, ../../sass/_search.scss */
.search .search__label {
  display: inline-block;
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 14px;
}
/* line 86, ../../sass/_search.scss */
.search .search__controls {
  position: relative;
}
/* line 90, ../../sass/_search.scss */
.search .search__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
/* line 99, ../../sass/_search.scss */
.search .search__menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
/* line 106, ../../sass/_search.scss */
.search .search__menu li + li:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -3px;
  left: auto;
  display: block;
  width: 1px;
  background-color: #95451a;
}
/* line 118, ../../sass/_search.scss */
.search .search__menu a {
  display: inline-block;
  width: 64px;
  text-align: center;
}
/* line 125, ../../sass/_search.scss */
.search .search__actions button {
  white-space: nowrap;
}
@media (max-width: 1450px) {
  /* line 128, ../../sass/_search.scss */
  .search .search__price {
    margin-left: 0;
  }
  /* line 132, ../../sass/_search.scss */
  .search .search__title {
    display: none;
  }
}
@media (max-width: 1300px) {
  /* line 5, ../../sass/_search.scss */
  .search {
    min-width: calc(100% - 235px);
    padding: 8px;
  }
  /* line 141, ../../sass/_search.scss */
  .search .tablet-hidden {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 5, ../../sass/_search.scss */
  .search {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }
  /* line 154, ../../sass/_search.scss */
  .search .search__head {
    display: none;
  }
  /* line 158, ../../sass/_search.scss */
  .search .hidden-tablet,
  .search .tablet-hidden {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_search.scss */
  .search {
    padding: 2px 2px 3px;
  }
  /* line 167, ../../sass/_search.scss */
  .search:before {
    background-image: linear-gradient(180deg, #893001 0%, #000000 100%);
  }
}

/* line 3, ../../sass/_datepicker.scss */
.date-picker-wrapper {
  position: absolute !important;
  z-index: 15 !important;
  font-size: 13px;
  padding: 0;
  background: #000;
  box-shadow: none;
  border: 6px solid #fff;
  color: #fff;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
/* line 15, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-element {
  width: 126px;
  text-align: center;
  padding-top: 16px;
  transform: translateY(3px);
}
/* line 22, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper {
  background-color: transparent;
  border: none;
  padding: 0;
  padding-top: 20px;
  width: 100% !important;
  height: 384px;
}
/* line 30, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table {
  position: relative;
  width: 330px;
  max-width: 100%;
  margin: 0;
}
/* line 37, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .week-name th {
  border: 1px solid #4d4d4d;
  border-left: 0;
  border-right: 0;
  font-size: 14px !important;
  letter-spacing: 0.14em !important;
  font-weight: 400;
  padding: 5px 0;
}
/* line 48, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table ~ table {
  /*margin-left: 65px;*/
}
/* line 52, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table .day {
  color: #fff !important;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;
}
/* line 59, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table th abbr[title],
.date-picker-wrapper .month-wrapper table th abbr[data-original-title],
.date-picker-wrapper .month-wrapper table .day abbr[title],
.date-picker-wrapper .month-wrapper table .day abbr[data-original-title] {
  text-decoration: none;
}
/* line 65, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: transparent;
}
/* line 69, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #893001 !important;
}
/* line 73, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table th {
  padding-bottom: 28px;
}
/* line 77, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table td {
  text-align: center;
  width: 14.285714285714286%;
}
/* line 82, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day {
  padding: 14px 0;
}
/* line 85, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  background: rgba(137, 48, 1, 0.5);
  position: relative;
  color: #fff !important;
}
/* line 91, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background: rgba(137, 48, 1, 0.5);
}
/* line 96, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .caption {
  height: 70px;
}
/* line 99, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .caption th {
  font-size: 25px !important;
  font-weight: 400;
  height: auto;
}
/* line 106, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .caption .prev {
  position: absolute;
  top: 7px;
  left: 12px;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  opacity: 1;
  font-size: 0;
  height: 30px;
  display: block;
}
/* line 118, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .caption .prev:after {
  position: absolute;
  top: 5px;
  left: 457px;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  height: 21px;
  width: 11px;
  content: '';
}
/* line 131, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .caption .next {
  position: absolute;
  top: 7px;
  left: auto;
  right: 12px;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  transform: scaleX(-1);
  opacity: 1;
  font-size: 0;
  height: 30px;
  display: block;
}
/* line 145, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .caption .next:after {
  position: absolute;
  top: 5px;
  right: -456px;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  height: 21px;
  width: 11px;
  content: '';
}
/* line 158, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}
/* line 163, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  opacity: .7;
}
/* line 167, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .first-date-cell {
  position: relative;
  z-index: 2;
}
/* line 171, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .first-date-cell
+ td
.day.checked:not(.first-date-selected):not(.last-date-selected) {
  position: relative;
  z-index: 1;
}
/* line 177, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .first-date-cell
+ td
.day.checked:not(.first-date-selected):not(.last-date-selected):before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: rgba(137, 48, 1, 0.5);
}
/* line 189, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .last-date-selected {
  position: relative;
}
/* line 192, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .last-date-selected:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -2;
  width: 50%;
  height: 100%;
  background: rgba(137, 48, 1, 0.5);
}
/* line 204, ../../sass/_datepicker.scss */
.date-picker-wrapper .month-wrapper table .real-today {
  background-color: transparent;
  color: #FDE074 !important;
}
/* line 211, ../../sass/_datepicker.scss */
.date-picker-wrapper .drp_top-bar {
  display: none;
}
/* line 215, ../../sass/_datepicker.scss */
.date-picker-wrapper .footer {
  display: none;
}

@media (max-width: 767px) {
  /* line 221, ../../sass/_datepicker.scss */
  .date-picker-wrapper {
    left: 0 !important;
  }
  /* line 225, ../../sass/_datepicker.scss */
  .date-picker-wrapper .month-wrapper table {
    width: calc(100vw - 15px);
  }
}
/* ------------------------------------------------------------ *\
	Datepicker
\* ------------------------------------------------------------ */
/* line 236, ../../sass/_datepicker.scss */
.datepicker-holder {
  display: flex;
  position: relative;
}
/* line 240, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper {
  position: absolute !important;
  top: auto !important;
  bottom: calc(100% + 8px) !important;
  left: -235px !important;
  width: 923px;
  font-size: 13px;
  padding: 0;
  background: #000;
  box-shadow: none;
  border: 6px solid #fff;
  color: #fff;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1350px) {
  /* line 240, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper {
    left: -100px !important;
  }
}
/* line 259, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .select-wrapper {
  position: absolute;
  left: 132px;
  top: 20px;
  overflow: visible;
  transform: translateX(-50%);
  pointer-events: none;
}
/* line 267, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .select-wrapper:not(:first-child) {
  pointer-events: auto;
  left: auto;
  right: 54px;
}
/* line 272, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .select-wrapper:not(:first-child):after {
  content: '';
  position: absolute;
  right: -28px;
  top: -2px;
  display: block;
  height: 21px;
  width: 11px;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  opacity: 1;
  font-size: 0;
  transform: rotate(-90deg);
}
/* line 291, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .select-wrapper select option {
  color: #000;
}
/* line 297, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 6px;
  margin-left: -3px;
  background-color: #fff;
}
/* line 309, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .footer {
  display: none;
}
/* line 313, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .date-range-length-tip {
  display: none !important;
}
/* line 317, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .gap {
  display: none;
}
/* line 321, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .drp_top-bar {
  display: none;
}
/* line 325, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .first-date-selected,
.datepicker-holder .date-picker-wrapper .last-date-selected {
  position: relative;
  background-color: transparent !important;
}
/* line 330, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .first-date-selected:before,
.datepicker-holder .date-picker-wrapper .last-date-selected:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 49px;
  height: 49px;
  margin: -25px 0 0 -24px;
  z-index: -1;
  background: #893001;
}
/* line 344, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .first-date-selected + .day.checked:after {
  content: '';
  background: rgba(137, 48, 1, 0.5);
  position: absolute;
  top: 50%;
  height: 48px;
  margin-top: -24px;
  right: 100%;
  width: 25px;
  z-index: -2;
}
/* line 358, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .day.checked + .last-date-selected:after {
  content: '';
  background: rgba(137, 48, 1, 0.5);
  position: absolute;
  top: 50%;
  height: 42px;
  margin-top: -21px;
  left: 0;
  width: 25px;
  z-index: -2;
}
/* line 371, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100% !important;
}
/* line 377, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table {
  position: relative;
  width: 50%;
  max-width: 100%;
  margin: 0;
}
/* line 384, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .week-name th {
  border: 1px solid #4d4d4d;
  border-left: 0;
  border-right: 0;
  font-size: 14px !important;
  letter-spacing: 0.14em !important;
  font-weight: 400;
  padding: 5px 0;
}
/* line 395, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table ~ table {
  /*margin-left: 65px;*/
}
/* line 399, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table th,
.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
  color: #fff !important;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;
}
/* line 406, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table th abbr[title],
.datepicker-holder .date-picker-wrapper .month-wrapper table th abbr[data-original-title],
.datepicker-holder .date-picker-wrapper .month-wrapper table .day abbr[title],
.datepicker-holder .date-picker-wrapper .month-wrapper table .day abbr[data-original-title] {
  text-decoration: none;
}
/* line 412, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table th {
  padding-bottom: 28px;
}
/* line 416, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table td {
  text-align: center;
  width: 14.285714285714286%;
}
/* line 421, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .day {
  padding: 14px 0;
}
/* line 424, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .day.checked {
  background: rgba(137, 48, 1, 0.5);
  position: relative;
  color: #fff !important;
}
/* line 430, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background: rgba(137, 48, 1, 0.5);
}
/* line 435, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .caption {
  height: 58px;
}
/* line 438, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .caption th {
  font-size: 25px !important;
  font-weight: 400;
  height: auto;
}
/* line 445, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .caption .prev {
  position: absolute;
  top: 12px;
  left: 25px;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  opacity: 1;
  font-size: 0;
  height: 30px;
  display: block;
}
/* line 459, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .caption .next {
  position: absolute;
  top: 12px;
  left: 220px !important;
  right: auto;
  background: url(../images/ico-chevron-white-large.png) no-repeat 0 0;
  background-size: 11px 21px;
  background-position: center center;
  transform: scaleX(-1);
  opacity: 1;
  font-size: 0;
  height: 30px;
  display: block;
}
/* line 475, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .day.lastMonth,
.datepicker-holder .date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}
/* line 480, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .day.nextMonth {
  opacity: .7;
}
/* line 484, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-cell {
  position: relative;
  z-index: 2;
}
/* line 488, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-cell
+ td
.day.checked:not(.first-date-selected):not(.last-date-selected) {
  position: relative;
  z-index: 1;
}
/* line 494, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .first-date-cell
+ td
.day.checked:not(.first-date-selected):not(.last-date-selected):before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: rgba(137, 48, 1, 0.5);
}
/* line 506, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .last-date-selected {
  position: relative;
}
/* line 509, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .last-date-selected:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -2;
  width: 50%;
  height: 100%;
  background: rgba(137, 48, 1, 0.5);
}
/* line 521, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-wrapper table .real-today {
  background-color: transparent;
  color: #FDE074 !important;
}
/* line 530, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper.no-gap .month1 .caption .next {
  display: none;
}
/* line 536, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper.no-gap .month2 .caption .prev {
  display: none;
}
/* line 542, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper .month-name {
  text-align: left;
  text-transform: none;
}
/* line 548, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper.no-gap .month2 .caption .prev {
  display: inline-block;
}
/* line 552, ../../sass/_datepicker.scss */
.datepicker-holder .date-picker-wrapper.no-gap .month1 .caption .next {
  display: inline-block;
}
@media (max-width: 1300px) {
  /* line 557, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper {
    left: -8px !important;
  }
}
@media (max-width: 1023px) {
  /* line 562, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper {
    left: -15px !important;
    width: 410px;
  }
  /* line 566, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper:after {
    display: none;
  }
  /* line 571, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper .month-wrapper table {
    height: 384px;
    width: 100%;
  }
  /* line 576, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper .month-wrapper table .caption .next:after {
    top: -379px;
    right: 0;
  }
  /* line 581, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper .month-wrapper table .caption .prev:after {
    top: 391px;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 1023px) {
  /* line 592, ../../sass/_datepicker.scss */
  .datepicker-holder .date-picker-wrapper {
    left: -5px !important;
  }
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_article.scss */
.articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
/* line 10, ../../sass/_article.scss */
.articles .article-small {
  width: 33.33%;
  padding: 0 5px;
}
/* line 14, ../../sass/_article.scss */
.articles .article-small:nth-child(n + 4) {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  /* line 21, ../../sass/_article.scss */
  .articles .article-small:nth-child(n + 4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_article.scss */
  .articles {
    margin-bottom: 42px;
  }
  /* line 30, ../../sass/_article.scss */
  .articles .slick-arrow {
    bottom: -70px;
  }
}

/* ------------------------------------------------------------ *\
	Article Large
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
/* line 47, ../../sass/_article.scss */
.article ul {
  padding-left: 15px !important;
  margin-bottom: 15px;
}
/* line 52, ../../sass/_article.scss */
.article .article__head {
  margin-bottom: 30px;
  text-align: center;
}
/* line 58, ../../sass/_article.scss */
.article .article__body {
  column-count: 2;
  column-gap: 50px;
  line-height: 1.88;
  font-weight: 500;
  color: #5a5a5a;
}
/* line 65, ../../sass/_article.scss */
.article .article__body--no-columns {
  column-count: 1;
}
/* line 69, ../../sass/_article.scss */
.article .article__body p {
  margin-bottom: 20px;
}
/* line 73, ../../sass/_article.scss */
.article .article__body strong {
  font-size: 20px;
  line-height: 1.5;
}
/* line 80, ../../sass/_article.scss */
.article .article__image img {
  width: 100%;
}
/* line 85, ../../sass/_article.scss */
.article .article__label {
  margin-bottom: 20px;
  font-weight: 400;
}
/* line 90, ../../sass/_article.scss */
.article .article__title {
  font-size: 55px;
  font-weight: 900;
  color: #893001;
  line-height: 1;
}
/* line 97, ../../sass/_article.scss */
.article h4, .article h5 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: #5a5a5a;
}
/* line 104, ../../sass/_article.scss */
.article h5 {
  font-size: 20px;
}
/* line 108, ../../sass/_article.scss */
.article .article__actions {
  padding-top: 32px;
  text-align: center;
}
/* line 112, ../../sass/_article.scss */
.article .article__actions--left {
  text-align: left;
}
@media (max-width: 1300px) {
  /* line 118, ../../sass/_article.scss */
  .article .article__body {
    column-gap: 30px;
  }
  /* line 123, ../../sass/_article.scss */
  .article .col .col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 127, ../../sass/_article.scss */
  .article .col .cols {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  /* line 135, ../../sass/_article.scss */
  .article .article__body {
    column-count: 1;
  }
  /* line 139, ../../sass/_article.scss */
  .article .article__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  /* line 145, ../../sass/_article.scss */
  .article .article__label {
    margin-bottom: 12px;
    font-size: 20px;
  }
  /* line 150, ../../sass/_article.scss */
  .article .article__title {
    margin-bottom: 16px;
    font-size: 45px;
    text-align: center;
  }
  /* line 156, ../../sass/_article.scss */
  .article .article__body {
    display: none;
  }
  /* line 159, ../../sass/_article.scss */
  .article .article__body--visible-mobile {
    display: block;
  }
  /* line 164, ../../sass/_article.scss */
  .article .article__image {
    margin-top: 30px;
  }
  /* line 169, ../../sass/_article.scss */
  .article .article__actions--left {
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
	Article Small
\* ------------------------------------------------------------ */
/* line 181, ../../sass/_article.scss */
.article-small .article__title {
  margin-bottom: 5px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 186, ../../sass/_article.scss */
.article-small .article__title--fixed-height {
  margin-top: 28px;
  min-height: 82px;
}
/* line 192, ../../sass/_article.scss */
.article-small .article__image {
  margin-bottom: 14px;
}
/* line 195, ../../sass/_article.scss */
.article-small .article__image img {
  width: 100%;
}
/* line 200, ../../sass/_article.scss */
.article-small .article__content {
  padding: 0 22px;
}
/* line 204, ../../sass/_article.scss */
.article-small .article__entry {
  margin-bottom: 22px;
  line-height: 1.5;
  font-weight: 500;
}
/* line 210, ../../sass/_article.scss */
.article-small .article__date {
  margin-bottom: 8px;
}
/* line 213, ../../sass/_article.scss */
.article-small .article__date strong {
  color: #5a5a5a;
  font-size: 18px;
}
/* line 220, ../../sass/_article.scss */
.article-small .article__actions--gutter {
  padding: 0 20px;
}
/* line 226, ../../sass/_article.scss */
.article-small--alt .article__title {
  max-width: 300px;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.1;
}
/* line 233, ../../sass/_article.scss */
.article-small--alt .article__entry {
  line-height: 1.9;
}
/* line 239, ../../sass/_article.scss */
.article-small--absolute-actions {
  position: relative;
  padding-bottom: 45px !important;
}
/* line 243, ../../sass/_article.scss */
.article-small--absolute-actions .article__entry {
  line-height: 1.88;
}
/* line 247, ../../sass/_article.scss */
.article-small--absolute-actions .article__title {
  margin-bottom: 10px;
  min-height: 0;
}
/* line 252, ../../sass/_article.scss */
.article-small--absolute-actions .article__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 263, ../../sass/_article.scss */
  .article-small .article__title--fixed-height {
    margin-bottom: 15px;
    min-height: 0;
  }
  /* line 269, ../../sass/_article.scss */
  .article-small .article__content {
    padding: 0;
    text-align: center;
  }
  /* line 275, ../../sass/_article.scss */
  .article-small--alt .article__title {
    max-width: 100%;
    margin-bottom: 17px;
  }
}

/* ------------------------------------------------------------ *\
	Article Large
\* ------------------------------------------------------------ */
/* line 286, ../../sass/_article.scss */
.articles-large > .article__title {
  text-align: center;
  color: #000;
  font-weight: 900;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 286, ../../sass/_article.scss */
  .articles-large > .article__title {
    margin-bottom: 30px;
  }
}

/* line 297, ../../sass/_article.scss */
.articles-large > .article__subtitle {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 297, ../../sass/_article.scss */
  .articles-large > .article__subtitle {
    margin-bottom: 20px;
  }
}

/* line 305, ../../sass/_article.scss */
.article-large {
  line-height: 1.88;
  font-weight: 500;
}
/* line 310, ../../sass/_article.scss */
.article-large + .article-large {
  padding-top: 50px;
  border-top: 1px solid #8c8c8c;
}
/* line 315, ../../sass/_article.scss */
.article-large p {
  margin-bottom: 30px;
}
/* line 319, ../../sass/_article.scss */
.article-large .article__title {
  text-transform: uppercase;
  font-weight: 900;
}
/* line 324, ../../sass/_article.scss */
.article-large .article__image {
  float: left;
  max-width: 346px;
  margin: 0 52px 30px 0;
}
@media (max-width: 1023px) {
  /* line 331, ../../sass/_article.scss */
  .article-large .article__image {
    margin: 0 32px 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 337, ../../sass/_article.scss */
  .article-large .article__image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 342, ../../sass/_article.scss */
  .article-large .article__image img {
    width: 100%;
    height: auto;
  }
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_callout.scss */
.callout {
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
/* line 13, ../../sass/_callout.scss */
.callout .shell {
  display: flex;
  align-items: center;
}
/* line 17, ../../sass/_callout.scss */
.callout .shell > * {
  width: 50%;
}
/* line 22, ../../sass/_callout.scss */
.callout .callout__content {
  padding: 25px 0;
}
/* line 26, ../../sass/_callout.scss */
.callout .callout__image {
  position: relative;
  left: -20px;
  margin: -45px 0 -55px;
}
/* line 32, ../../sass/_callout.scss */
.callout .callout__title {
  margin-bottom: 5px;
  color: #FDE074;
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.63);
}
/* line 40, ../../sass/_callout.scss */
.callout .callout__entry {
  margin-bottom: 16px;
  line-height: 1.85;
}
/* line 45, ../../sass/_callout.scss */
.callout .callout__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
/* line 52, ../../sass/_callout.scss */
.callout .callout__link {
  position: relative;
  display: inline-block;
  color: #FDE074;
  margin-left: 4px;
  text-decoration: none;
  transition: color .2s;
}
/* line 60, ../../sass/_callout.scss */
.callout .callout__link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #FDE074;
  transition: background-color .2s, transform .2s;
}
/* line 71, ../../sass/_callout.scss */
.callout .callout__link:hover {
  color: #fff;
}
/* line 73, ../../sass/_callout.scss */
.callout .callout__link:hover:after {
  transform: translateY(-3px);
  background-color: #fff;
}
/* line 80, ../../sass/_callout.scss */
.callout--alt {
  padding: 34px 0 44px;
}
/* line 83, ../../sass/_callout.scss */
.callout--alt .callout__entry {
  margin-bottom: 40px;
}
/* line 87, ../../sass/_callout.scss */
.callout--alt .callout__actions {
  flex-direction: column;
  align-items: flex-start;
}
/* line 91, ../../sass/_callout.scss */
.callout--alt .callout__actions > * + * {
  margin-top: 20px;
}
/* line 96, ../../sass/_callout.scss */
.callout--alt .shell {
  display: block;
}
/* line 99, ../../sass/_callout.scss */
.callout--alt .shell > * {
  width: 100%;
}
@media (max-width: 1300px) {
  /* line 106, ../../sass/_callout.scss */
  .callout .callout__actions {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  /* line 5, ../../sass/_callout.scss */
  .callout {
    padding: 30px 0;
  }
  /* line 114, ../../sass/_callout.scss */
  .callout .callout__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 118, ../../sass/_callout.scss */
  .callout .callout__actions > * + * {
    margin-top: 20px;
  }
  /* line 124, ../../sass/_callout.scss */
  .callout--alt .col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  /* line 129, ../../sass/_callout.scss */
  .callout--alt .col + .col {
    margin-top: 30px;
  }
  /* line 133, ../../sass/_callout.scss */
  .callout--alt .cols {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../sass/_callout.scss */
  .callout {
    padding: 0;
    text-align: center;
  }
  /* line 146, ../../sass/_callout.scss */
  .callout .shell {
    flex-direction: column;
  }
  /* line 149, ../../sass/_callout.scss */
  .callout .shell > * {
    width: 100%;
  }
  /* line 154, ../../sass/_callout.scss */
  .callout .callout__image {
    left: -10px;
    margin: -25px 0 0;
  }
  /* line 159, ../../sass/_callout.scss */
  .callout .callout__actions {
    transform: translateY(50%);
    align-items: center;
  }
  /* line 164, ../../sass/_callout.scss */
  .callout--alt {
    padding-top: 40px;
  }
}

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_product.scss */
.products .products__head {
  margin-bottom: 22px;
  text-align: center;
}
/* line 11, ../../sass/_product.scss */
.products .products__title {
  font-weight: 900;
}
/* line 15, ../../sass/_product.scss */
.products .products__body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
/* line 21, ../../sass/_product.scss */
.products .product {
  width: 50%;
  margin-bottom: 82px;
  padding-left: 7px;
  padding-right: 7px;
}
/* line 29, ../../sass/_product.scss */
.products--three-items .product {
  width: 33.33%;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  /* line 37, ../../sass/_product.scss */
  .products--three-items .product {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 45, ../../sass/_product.scss */
  .products .products__title {
    font-size: 45px;
  }
  /* line 49, ../../sass/_product.scss */
  .products .products__body {
    margin: 0;
  }
  /* line 53, ../../sass/_product.scss */
  .products .product {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}

/* ------------------------------------------------------------ *\
	Products Small
\* ------------------------------------------------------------ */
/* line 66, ../../sass/_product.scss */
.products-small .products__head {
  margin-bottom: 40px;
}
/* line 70, ../../sass/_product.scss */
.products-small .products__title {
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 76, ../../sass/_product.scss */
.products-small .products__entry {
  color: #5a5a5a;
  font-weight: 500;
  line-height: 1.88;
}
/* line 81, ../../sass/_product.scss */
.products-small .products__entry p {
  margin-bottom: 30px;
}
/* line 86, ../../sass/_product.scss */
.products-small .products__body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
/* line 92, ../../sass/_product.scss */
.products-small .product-small {
  width: 20%;
  padding: 0 8px;
}
@media (max-width: 1300px) {
  /* line 98, ../../sass/_product.scss */
  .products-small .product-small {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  /* line 104, ../../sass/_product.scss */
  .products-small .product-small {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  /* line 110, ../../sass/_product.scss */
  .products-small .product-small {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 116, ../../sass/_product.scss */
  .products-small .product-small {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
/* line 126, ../../sass/_product.scss */
.product {
  position: relative;
  height: 100%;
}
/* line 127, ../../sass/_product.scss */
.product h5 {
  font-size: 20px;
  font-weight: 900;
}
/* line 135, ../../sass/_product.scss */
.product .product__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 146, ../../sass/_product.scss */
.product .product__images {
  margin-bottom: 5px;
}
/* line 150, ../../sass/_product.scss */
.product .product__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 526px;
  width: 100%;
  padding: 14px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
}
/* line 151, ../../sass/_product.scss */
.product .product__content ul {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
/* line 171, ../../sass/_product.scss */
.product .product__title {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.05;
}
/* line 176, ../../sass/_product.scss */
.product .product__title strong {
  font-weight: 900;
}
/* line 180, ../../sass/_product.scss */
.product .product__title--margin {
  margin-bottom: 10px;
}
/* line 184, ../../sass/_product.scss */
.product .product__title--margin-large {
  margin-bottom: 22px;
}
/* line 189, ../../sass/_product.scss */
.product .product__entry {
  padding-top: 10px;
  line-height: 1.63;
  font-weight: 500;
}
/* line 194, ../../sass/_product.scss */
.product .product__entry p {
  margin-bottom: 20px;
}
/* line 198, ../../sass/_product.scss */
.product .product__entry .gutter-bottom {
  display: block;
  margin-bottom: -20px;
}
/* line 204, ../../sass/_product.scss */
.product .product__price {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 0.93;
  font-size: 15px;
  height: auto;
  display: flex;
  align-items: center;
}
/* line 213, ../../sass/_product.scss */
.product .product__price-amount {
  display: flex;
  font-size: 35px;
  font-weight: 900;
  margin-left: 10px;
  white-space: nowrap;
}
/* line 220, ../../sass/_product.scss */
.product .product__price-amount sup {
  font-size: 25px;
  margin-top: 3px;
}
/* line 225, ../../sass/_product.scss */
.product .product__price-amount sub {
  font-size: 16px;
  align-self: flex-end;
  margin-bottom: 2px;
}
/* line 233, ../../sass/_product.scss */
.product .product__buttons {
  text-align: center;
}
/* line 237, ../../sass/_product.scss */
.product--alt {
  height: auto;
  padding-bottom: 50px;
}
/* line 241, ../../sass/_product.scss */
.product--alt .product__image {
  position: relative;
  height: 471px;
  margin-bottom: 10px;
}
/* line 246, ../../sass/_product.scss */
.product--alt .product__image--small {
  height: 350px;
}
/* line 250, ../../sass/_product.scss */
.product--alt .product__image--medium {
  height: 410px;
}
/* line 254, ../../sass/_product.scss */
.product--alt .product__image--border {
  border: 1px solid #8c8c8c;
}
/* line 259, ../../sass/_product.scss */
.product--alt .product__content {
  position: static;
  transform: none;
  display: block;
  max-width: 100%;
}
/* line 266, ../../sass/_product.scss */
.product--alt .product__aside {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  display: flex;
}
/* line 273, ../../sass/_product.scss */
.product--alt .product__aside > * + * {
  margin-left: 30px;
}
/* line 277, ../../sass/_product.scss */
.product--alt .product__aside + .product__actions {
  margin-top: 20px;
}
/* line 282, ../../sass/_product.scss */
.product--alt .product__actions--absolute {
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
}
@media (min-width: 768px) {
  /* line 290, ../../sass/_product.scss */
  .product--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  /* line 297, ../../sass/_product.scss */
  .product--flex .product__content,
  .product--flex .product__image {
    width: 50%;
  }
  /* line 302, ../../sass/_product.scss */
  .product--flex .product__content {
    padding: 30px 0 30px 44px;
  }
  /* line 306, ../../sass/_product.scss */
  .product--flex .product__aside {
    position: static;
  }
}
/* line 312, ../../sass/_product.scss */
.product--two-columns {
  padding-bottom: 0;
}
/* line 315, ../../sass/_product.scss */
.product--two-columns .product__entry {
  line-height: 1.88;
}
/* line 319, ../../sass/_product.scss */
.product--two-columns .product__image {
  height: 529px;
}
/* line 324, ../../sass/_product.scss */
.product--align-top {
  align-items: flex-start;
}
@media (max-width: 1023px) {
  /* line 330, ../../sass/_product.scss */
  .product--alt .product__image {
    height: 300px;
  }
  /* line 336, ../../sass/_product.scss */
  .product--flex .product__content {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 767px) {
  /* line 126, ../../sass/_product.scss */
  .product {
    margin: 0 15px;
    padding-bottom: 70px;
  }
  /* line 346, ../../sass/_product.scss */
  .product .product__image {
    height: 270px;
    position: relative;
  }
  /* line 351, ../../sass/_product.scss */
  .product .product__title {
    margin-bottom: 23px;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
  }
  /* line 358, ../../sass/_product.scss */
  .product .product__content {
    position: relative;
    padding: 25px 0 20px;
    max-width: 100%;
    left: 0;
    transform: none;
    flex-direction: column;
    border: 1px solid #e5e5e5;
  }
  /* line 368, ../../sass/_product.scss */
  .product .product__aside {
    position: relative;
    display: block;
  }
  /* line 372, ../../sass/_product.scss */
  .product .product__aside > * + * {
    margin-left: 0;
  }
  /* line 377, ../../sass/_product.scss */
  .product .product__entry {
    display: none;
  }
  /* line 382, ../../sass/_product.scss */
  .product--alt .product__content {
    text-align: center;
    padding-top: 5px;
    border: 0;
  }
  /* line 388, ../../sass/_product.scss */
  .product--alt .product__title {
    font-size: 25px;
    line-height: 1.2;
  }
  /* line 393, ../../sass/_product.scss */
  .product--alt .product__aside {
    position: static;
    padding-top: 40px;
    display: inline-block;
  }
  /* line 399, ../../sass/_product.scss */
  .product--alt .product__actions {
    position: static;
  }
  /* line 403, ../../sass/_product.scss */
  .product--alt .product__buttons + .product__actions {
    margin-top: 20px;
  }
  /* line 408, ../../sass/_product.scss */
  .product--two-columns {
    padding-bottom: 0;
  }
}

/* ------------------------------------------------------------ *\
	Product Small
\* ------------------------------------------------------------ */
/* line 418, ../../sass/_product.scss */
.product-small {
  margin-bottom: 40px;
}
/* line 421, ../../sass/_product.scss */
.product-small .product__image {
  margin-bottom: 7px;
}
/* line 424, ../../sass/_product.scss */
.product-small .product__image img {
  width: 100%;
  height: auto;
}
/* line 430, ../../sass/_product.scss */
.product-small .product__title {
  padding: 0 15px;
  text-align: center;
  font-weight: 700;
  color: #5a5a5a;
}

@media (max-width: 767px) {
  /* line 440, ../../sass/_product.scss */
  .product td {
    width: 100% !important;
    display: block;
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_bar.scss */
.bar {
  padding: 32px 0;
  background-color: #893001;
  color: #fff;
}
/* line 10, ../../sass/_bar.scss */
.bar .bar__title {
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* line 15, ../../sass/_bar.scss */
.bar .shell {
  display: flex;
  align-items: center;
}
/* line 19, ../../sass/_bar.scss */
.bar .shell > * + * {
  margin-left: 15px;
}
/* line 24, ../../sass/_bar.scss */
.bar--alt {
  padding: 44px 0;
}
/* line 27, ../../sass/_bar.scss */
.bar--alt .shell {
  justify-content: space-between;
}
@media (max-width: 1300px) {
  /* line 33, ../../sass/_bar.scss */
  .bar .shell {
    justify-content: space-between;
  }
  /* line 36, ../../sass/_bar.scss */
  .bar .shell > * + * {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  /* line 43, ../../sass/_bar.scss */
  .bar .bar__image,
  .bar .bar__title {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 49, ../../sass/_bar.scss */
  .bar .shell {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  /* line 56, ../../sass/_bar.scss */
  .bar .bar__image img {
    max-width: 280px;
  }
  /* line 61, ../../sass/_bar.scss */
  .bar .bar__actions {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Bar Nav
\* ------------------------------------------------------------ */
/* line 71, ../../sass/_bar.scss */
.bar-nav {
  display: flex;
  justify-content: space-between;
  background-color: rgba(140, 140, 140, 0.1);
}
@media (max-width: 767px) {
  /* line 71, ../../sass/_bar.scss */
  .bar-nav {
    background-color: transparent;
  }
}

/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_event.scss */
.events {
  display: flex;
  flex-flow: row wrap;
}
/* line 9, ../../sass/_event.scss */
.events .event {
  flex: 1 1 33.33%;
}

/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
/* line 18, ../../sass/_event.scss */
.event {
  position: relative;
  color: #fff;
  text-align: center;
}
/* line 23, ../../sass/_event.scss */
.event .event__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 34, ../../sass/_event.scss */
.event .event__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 520px;
  z-index: 5;
  padding: 30px;
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
/* line 46, ../../sass/_event.scss */
.event .event__entry {
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
/* line 54, ../../sass/_event.scss */
.event .event__title {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1;
}
/* line 63, ../../sass/_event.scss */
.event .event__actions {
  padding-top: 24px;
}
@media (max-width: 767px) {
  /* line 68, ../../sass/_event.scss */
  .event .event__content {
    justify-content: center;
    height: 370px;
    padding: 15px;
  }
  /* line 74, ../../sass/_event.scss */
  .event .event__title {
    font-size: 25px;
    font-weight: 500;
  }
  /* line 79, ../../sass/_event.scss */
  .event .event__entry {
    padding: 3px 0;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_contacts.scss */
.contacts {
  margin-bottom: 32px;
}
/* line 8, ../../sass/_contacts.scss */
.contacts ul {
  list-style-type: none;
  padding-left: 0 !important;
}
/* line 13, ../../sass/_contacts.scss */
.contacts li + li {
  margin-top: 7px;
}
/* line 17, ../../sass/_contacts.scss */
.contacts--alt {
  color: #5a5a5a;
  font-weight: 500;
}
/* line 21, ../../sass/_contacts.scss */
.contacts--alt a {
  color: #893001;
  text-decoration: none;
}
/* line 25, ../../sass/_contacts.scss */
.contacts--alt a:hover {
  text-decoration: underline;
}
/* line 31, ../../sass/_contacts.scss */
.contacts span {
  font-weight: 700;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_socials.scss */
.socials ul {
  display: flex;
  list-style-type: none;
}
/* line 11, ../../sass/_socials.scss */
.socials li + li {
  margin-left: 9px;
}
/* line 15, ../../sass/_socials.scss */
.socials a {
  transition: opacity .3s;
}
/* line 18, ../../sass/_socials.scss */
.socials a:hover {
  opacity: .6;
}
/* line 24, ../../sass/_socials.scss */
.socials .circle a {
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 33px;
  text-align: center;
}
/* line 33, ../../sass/_socials.scss */
.socials .circle a img {
  width: 21px;
  height: 21px;
}
@media (max-width: 767px) {
  /* line 41, ../../sass/_socials.scss */
  .socials ul {
    justify-content: center;
  }
}

/* ------------------------------------------------------------ *\
	Logos
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_logos.scss */
.logos ul {
  display: flex;
  list-style-type: none;
}
/* line 11, ../../sass/_logos.scss */
.logos li + li {
  margin-left: 22px;
}
/* line 15, ../../sass/_logos.scss */
.logos .logos__accent {
  z-index: 5;
  margin-top: -53px;
}
@media (max-width: 767px) {
  /* line 21, ../../sass/_logos.scss */
  .logos ul {
    display: block;
    padding: 0 25px;
    text-align: left;
  }
  /* line 27, ../../sass/_logos.scss */
  .logos li + li {
    margin: 10px 0 0;
  }
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
/* line 6, ../../sass/_gallery.scss */
.gallery .gallery__head {
  padding: 27px;
  margin-bottom: 14px;
  background-color: #893001;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 16, ../../sass/_gallery.scss */
.gallery .gallery__nav {
  max-width: 905px;
  margin: 0 auto;
  position: relative;
}
/* line 21, ../../sass/_gallery.scss */
.gallery .gallery__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 27, ../../sass/_gallery.scss */
.gallery .gallery__nav a {
  text-decoration: none;
  transition: color .2s;
}
/* line 34, ../../sass/_gallery.scss */
.gallery .gallery__nav li.active a,
.gallery .gallery__nav li:hover a {
  color: #f2b891;
}
/* line 40, ../../sass/_gallery.scss */
.gallery .gallery__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 46, ../../sass/_gallery.scss */
.gallery .gallery__item {
  position: relative;
  width: 33.33%;
  height: 394px;
  background-size: cover;
  background-position: center center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 55, ../../sass/_gallery.scss */
.gallery .gallery__item:before, .gallery .gallery__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: transform .2s, opacity .2s, visibility .2s;
}
/* line 69, ../../sass/_gallery.scss */
.gallery .gallery__item:before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 73, ../../sass/_gallery.scss */
.gallery .gallery__item:after {
  transform: scale(1.05);
  border: 10px solid #fff;
}
/* line 78, ../../sass/_gallery.scss */
.gallery .gallery__item-inner {
  display: block;
}
/* line 81, ../../sass/_gallery.scss */
.gallery .gallery__item-inner:before, .gallery .gallery__item-inner:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  height: 2px;
  width: 263px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: transform .2s, opacity .2s, visibility .2s;
}
/* line 97, ../../sass/_gallery.scss */
.gallery .gallery__item-inner:after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}
@media (min-width: 1024px) {
  /* line 104, ../../sass/_gallery.scss */
  .gallery .gallery__item:hover:before, .gallery .gallery__item:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  /* line 112, ../../sass/_gallery.scss */
  .gallery .gallery__item:hover .gallery__item-inner:before, .gallery .gallery__item:hover .gallery__item-inner:after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
  /* line 119, ../../sass/_gallery.scss */
  .gallery .gallery__item:hover .gallery__item-inner:after {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
  }
}
@media (max-width: 1023px) {
  /* line 128, ../../sass/_gallery.scss */
  .gallery .gallery__head {
    font-size: 16px;
  }
  /* line 132, ../../sass/_gallery.scss */
  .gallery .gallery__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 138, ../../sass/_gallery.scss */
  .gallery .gallery__head {
    padding: 12px;
  }
  /* line 143, ../../sass/_gallery.scss */
  .gallery .gallery__nav ul {
    line-height: 2;
    flex-direction: column;
  }
  /* line 148, ../../sass/_gallery.scss */
  .gallery .gallery__item {
    width: 100%;
    height: 240px;
  }
}

/* ------------------------------------------------------------ *\
	Panels
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_panel.scss */
.panels {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -7px;
}
/* line 11, ../../sass/_panel.scss */
.panels .panel-alt {
  width: calc(50% - 14px);
  margin: 0 7px 14px;
}
@media (max-width: 767px) {
  /* line 17, ../../sass/_panel.scss */
  .panels .panel-alt {
    width: calc(100% - 14px);
  }
}

/* ------------------------------------------------------------ *\
	Panel Alt
\* ------------------------------------------------------------ */
/* line 27, ../../sass/_panel.scss */
.panel-alt {
  padding: 50px 38px;
  border: 1px solid rgba(140, 140, 140, 0.2);
  line-height: 1.88;
  color: #5a5a5a;
  font-weight: 500;
}
/* line 34, ../../sass/_panel.scss */
.panel-alt strong {
  font-size: inherit !important;
}
/* line 38, ../../sass/_panel.scss */
.panel-alt a {
  text-decoration: none;
  color: #893001;
}
/* line 43, ../../sass/_panel.scss */
.panel-alt .panel__title {
  color: #5a5a5a;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  /* line 27, ../../sass/_panel.scss */
  .panel-alt {
    padding: 30px 20px 15px;
  }
}

/* ------------------------------------------------------------ *\
	Panel
\* ------------------------------------------------------------ */
/* line 59, ../../sass/_panel.scss */
.panel {
  padding: 47px 60px;
  border: 1px solid rgba(140, 140, 140, 0.2);
  font-weight: 500;
  line-height: 1.88;
  color: #5a5a5a;
  background-size: cover;
}
/* line 67, ../../sass/_panel.scss */
.panel h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 25px;
  color: #5a5a5a !important;
}
/* line 74, ../../sass/_panel.scss */
.panel strong {
  font-size: inherit !important;
}
/* line 78, ../../sass/_panel.scss */
.panel ul {
  text-align: left;
}
/* line 82, ../../sass/_panel.scss */
.panel a {
  color: #893001;
  text-decoration: none;
}
/* line 86, ../../sass/_panel.scss */
.panel a:hover {
  text-decoration: underline;
}
/* line 91, ../../sass/_panel.scss */
.panel .panel__head {
  margin-bottom: 10px;
}
/* line 95, ../../sass/_panel.scss */
.panel .panel__title {
  text-transform: uppercase;
  font-weight: 900;
  color: #5a5a5a;
}
/* line 101, ../../sass/_panel.scss */
.panel .panel__actions {
  padding-top: 20px;
}
/* line 106, ../../sass/_panel.scss */
.panel .panel__entry + .panel__entry {
  margin-top: 26px;
}
/* line 111, ../../sass/_panel.scss */
.panel .product {
  padding: 0;
}
/* line 114, ../../sass/_panel.scss */
.panel .product .product__content {
  background-color: transparent;
}
/* line 119, ../../sass/_panel.scss */
.panel--alt {
  padding: 47px;
}
/* line 123, ../../sass/_panel.scss */
.panel--small {
  background-size: cover;
  padding: 35px 70px;
}
/* line 128, ../../sass/_panel.scss */
.panel--smaller {
  padding: 20px;
}
/* line 132, ../../sass/_panel.scss */
.panel--large {
  padding: 47px 120px 60px;
}
@media (max-width: 1300px) {
  /* line 137, ../../sass/_panel.scss */
  .panel--large {
    padding: 47px 60px 60px;
  }
}
@media (max-width: 1023px) {
  /* line 59, ../../sass/_panel.scss */
  .panel {
    padding: 30px 15px;
  }
}

/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
/* line 5, ../../sass/_testimonial.scss */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
/* line 10, ../../sass/_testimonial.scss */
.testimonials .testimonial {
  width: calc(50% - 14px);
  margin: 0 7px 14px;
}
@media (max-width: 767px) {
  /* line 16, ../../sass/_testimonial.scss */
  .testimonials .testimonial {
    width: calc(100% - 14px);
  }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
/* line 26, ../../sass/_testimonial.scss */
.testimonial {
  padding: 37px 48px 15px;
  border: 1px solid rgba(140, 140, 140, 0.2);
  line-height: 1.88;
  color: #5a5a5a;
}
/* line 32, ../../sass/_testimonial.scss */
.testimonial:before {
  content: '';
  display: block;
  height: 21px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  margin-bottom: 22px;
}
/* line 41, ../../sass/_testimonial.scss */
.testimonial cite {
  display: block;
  margin-top: 15px;
  font-style: normal;
}
@media (max-width: 1023px) {
  /* line 26, ../../sass/_testimonial.scss */
  .testimonial {
    padding: 30px 20px 15px;
  }
}

/* Custom styling to restore bootstrap modal */
/* line 4, ../../sass/modules/_p-modal.scss */
.p-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  overflow-y: auto;
}
/* line 19, ../../sass/modules/_p-modal.scss */
.p-modal .modal-open {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 24, ../../sass/modules/_p-modal.scss */
.p-modal.show {
  display: block;
}
/* line 28, ../../sass/modules/_p-modal.scss */
.p-modal .modal-dialog {
  width: 700px;
  max-width: 90%;
  margin: auto;
  transform: none !important;
}
@media (min-width: 768px) {
  /* line 28, ../../sass/modules/_p-modal.scss */
  .p-modal .modal-dialog {
    max-width: 75%;
  }
}
/* line 38, ../../sass/modules/_p-modal.scss */
.p-modal .modal-dialog.image-horizontal {
  width: 900px;
}
/* line 43, ../../sass/modules/_p-modal.scss */
.p-modal .modal-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
/* line 58, ../../sass/modules/_p-modal.scss */
.p-modal .dialog-content {
  padding: 0;
}
/* line 62, ../../sass/modules/_p-modal.scss */
.p-modal .dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.15s;
  pointer-events: all;
}
/* line 79, ../../sass/modules/_p-modal.scss */
.p-modal .dialog-close--full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  opacity: 0;
}
/* line 90, ../../sass/modules/_p-modal.scss */
.p-modal.show {
  display: flex !important;
  align-items: center;
  padding-right: 0 !important;
}
/* line 96, ../../sass/modules/_p-modal.scss */
.p-modal__rate {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
}
/* line 103, ../../sass/modules/_p-modal.scss */
.p-modal__actions {
  margin: 15px 0 0;
  line-height: 1;
}
/* line 108, ../../sass/modules/_p-modal.scss */
.p-modal__title {
  margin-bottom: 10px;
  color: #893001;
}
/* line 113, ../../sass/modules/_p-modal.scss */
.p-modal__subtitle {
  margin-bottom: 20px;
}
/* line 117, ../../sass/modules/_p-modal.scss */
.p-modal__wrap {
  position: relative;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  /* line 117, ../../sass/modules/_p-modal.scss */
  .p-modal__wrap {
    display: flex;
    justify-content: space-between;
  }
  /* line 126, ../../sass/modules/_p-modal.scss */
  .p-modal__wrap--center {
    align-items: center;
  }
}
/* line 132, ../../sass/modules/_p-modal.scss */
.p-modal__image {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  /* line 140, ../../sass/modules/_p-modal.scss */
  .p-modal__image {
    padding-top: 133%;
  }
  /* line 144, ../../sass/modules/_p-modal.scss */
  .image-horizontal .p-modal__image {
    padding-top: 75%;
  }
  /* line 148, ../../sass/modules/_p-modal.scss */
  .image-full .p-modal__image {
    padding-top: 0;
    height: 100%;
  }
}
/* line 155, ../../sass/modules/_p-modal.scss */
.p-modal__content {
  padding: 3.5rem 2rem 1.5rem 2rem;
}
/* line 158, ../../sass/modules/_p-modal.scss */
.p-modal__content--full {
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}
/* line 163, ../../sass/modules/_p-modal.scss */
.p-modal__inner {
  position: relative;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  align-items: flex-start;
}
/* line 170, ../../sass/modules/_p-modal.scss */
.p-modal__inner img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
/* line 180, ../../sass/modules/_p-modal.scss */
.p-modal__wrap--center .p-modal__inner {
  align-items: center;
}
/* line 184, ../../sass/modules/_p-modal.scss */
.p-modal .image-full .p-modal__wrap--center .p-modal__inner {
  align-self: stretch;
}
/* line 188, ../../sass/modules/_p-modal.scss */
.p-modal__link {
  text-decoration: none;
  color: #893001;
  font-weight: bold;
}
/* line 193, ../../sass/modules/_p-modal.scss */
.p-modal__link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  /* line 199, ../../sass/modules/_p-modal.scss */
  .p-modal__content {
    width: 50%;
    max-width: 50%;
  }
  /* line 204, ../../sass/modules/_p-modal.scss */
  .p-modal__inner {
    min-height: 240px;
    flex: 1;
  }
  /* line 209, ../../sass/modules/_p-modal.scss */
  .p-modal__content--full {
    max-width: none;
    width: 100%;
  }
}

/* line 216, ../../sass/modules/_p-modal.scss */
html[dir=rtl] .p-modal .dialog-close {
  left: 0;
  right: auto;
}

/* line 221, ../../sass/modules/_p-modal.scss */
body.p-modal-open {
  overflow: hidden;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
