html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit; }

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="date"] {
  margin: 0; }
  input[type="date"]::-webkit-date-and-time-value::after {
    content: '\00a0'; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

form label.visually-hidden,
form input.visually-hidden {
  clip: initial;
  height: initial;
  position: relative !important;
  visibility: hidden;
  width: initial; }

.list-reset {
  margin: 0;
  padding: 0; }

.list-item-reset {
  display: block;
  list-style: none; }

.link-reset {
  color: inherit;
  text-decoration: none; }

.link-reset-underline {
  color: inherit; }

.input-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  font-family: inherit;
  margin: 0;
  padding: 0; }

.form-required:after {
  background: none;
  content: "*";
  color: inherit;
  margin: 0;
  vertical-align: baseline; }

.pointer {
  cursor: pointer; }

.cover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.block {
  display: block; }

.inherit {
  color: inherit; }

.inline-block {
  display: inline-block; }

.vertical-align-top {
  vertical-align: top; }

.fit {
  height: auto;
  width: 100%; }

.hidden {
  display: none; }

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.image-wrapper {
  background-color: #222;
  height: 0;
  overflow: hidden; }
  .image-wrapper > img {
    display: block;
    height: auto;
    width: 100%; }

.relative {
  position: relative; }

.block-with-image img {
  display: block; }

.arrow-button {
  background: transparent url("../svg/arrow-right.svg") no-repeat center;
  background-size: 2rem;
  height: 3rem;
  opacity: 1;
  outline: 0;
  position: absolute;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: 3rem; }

.arrow-button--white {
  background-image: url("../svg/arrow-right-white.svg"); }

.arrow-button:disabled {
  opacity: 0; }

.bsbt-container {
  background-color: #fff;
  color: #666; }

.bsbt {
  font-size: 12px;
  margin: 0 auto;
  max-width: 660px;
  padding-bottom: 4rem;
  padding-top: 4rem; }

.bsbt-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 158px; }

@media screen and (max-width: 699px) {
  .bsbt-logo {
    display: block; }
  .bsbt-copy {
    display: block;
    margin: 2em 0 0; } }

@media screen and (min-width: 700px) {
  .bsbt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bsbt-copy {
    margin-left: 4em; } }

.contact-details__map {
  background-color: #e5e3df;
  position: relative; }

.contact-details-info {
  background: no-repeat 0 0.2rem;
  background-size: 1.5rem;
  overflow: hidden;
  padding-left: 2.5rem; }

.contact-details-info--phone {
  background-image: url("../svg/contact-phone.svg"); }

.contact-details-info--email {
  background-image: url("../svg/contact-email.svg"); }

.contact-details-info--address {
  background-image: url("../svg/contact-marker-pin.svg");
  line-height: 1.3; }

.contact-details-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-details-social-links .social-link:not(:last-child) {
    margin-right: 1rem; }

@media screen and (max-width: 699px) {
  .contact-details__content {
    padding: 2rem 1rem; }
  .contact-details-info {
    margin-bottom: 1rem; }
  .contact-details-info--address {
    margin-bottom: 0; }
  .contact-details--has-social-links .contact-details-info--address {
    margin-bottom: 2.5rem; }
  .contact-details-social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 700px) {
  .contact-details-info {
    margin-bottom: 1rem; }
  .contact-details-info--address {
    margin-bottom: 4rem; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html,
  body {
    height: 100%; } }

.above-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.above-footer-stretch {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

.footer {
  background-color: #f2f2f2;
  color: #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 17px;
  text-align: center; }

@media screen and (min-width: 700px) {
  .footer {
    height: 12rem; } }

.form-item.has-error label {
  color: #ff6868; }

.form-item.has-error input,
.form-item.has-error textarea {
  border-color: #ff6868; }
  .form-item.has-error input:focus,
  .form-item.has-error textarea:focus {
    border-color: #b50000; }

.form-error {
  color: #ff6868;
  font-size: 0.7rem;
  margin: 0.3rem 0 0.5rem;
  opacity: 0; }

.form-item.has-error .form-error {
  opacity: 1; }

.header__content {
  position: relative;
  z-index: 100; }

.header__content__inner {
  height: 100%;
  position: relative; }

.header__logo {
  max-height: 100%;
  max-width: 100%;
  min-width: 0; }

.header__logo-link {
  height: 100%; }

.image-carousel--absolute {
  position: relative; }

.image-carousel-items {
  position: relative;
  z-index: 0; }

.image-carousel-item {
  z-index: 0; }
  .image-carousel-item > img {
    background-color: #333; }
  .image-carousel-item.is-previous {
    z-index: 1; }
  .image-carousel-item.is-visible {
    opacity: 0;
    z-index: 2; }
  .image-carousel-item.is-transitioning {
    opacity: 1;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms; }

.image-carousel-item--absolute {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.image-carousel-caption-text {
  opacity: 1;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms; }
  .image-carousel-caption-text.is-hidden {
    opacity: 0; }

.image-carousel-button {
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms; }

@media screen and (max-width: 699px) {
  .image-carousel-items--absolute {
    height: 0;
    padding-bottom: 100%; }
  .image-carousel-item--absolute > img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: auto; }
  .image-carousel-buttons--absolute {
    display: none; } }

@media screen and (min-width: 700px) {
  .image-carousel--absolute {
    height: 0;
    padding-bottom: 50%;
    position: relative; }
  .image-carousel-items--absolute {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .image-carousel-item--absolute > img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto; } }

.gallery {
  overflow: hidden;
  position: relative; }

.gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.gallery-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.gallery-caption {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in; }

.gallery-item.is-visible .gallery-caption {
  opacity: 1; }

.gallery-caption--current {
  opacity: 1; }

.gallery-caption--current.is-hidden {
  opacity: 0; }

.menu-dropdown {
  position: relative; }

.menu-dropdown-items {
  background-color: #eee; }

.menu-dropdown-symbol {
  display: inline-block;
  text-align: center;
  width: 1rem; }

.overlay {
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200; }
  .overlay.is-small {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .overlay.is-small .overlay-message {
      padding: 0 1.5rem; }
  .overlay.is-large {
    width: 100%; }
    .overlay.is-large .overlay__container__content {
      height: 100%; }
  .overlay.is-hidden {
    display: none; }

.overlay__container {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.11);
  position: relative; }

.overlay__container__content {
  overflow-y: auto;
  padding: 3rem 4rem 3rem 2rem; }

.overlay-header {
  font-size: 29px;
  margin-bottom: 0.5rem;
  text-transform: lowercase; }

.overlay-message {
  font-size: 1.25rem; }

.overlay-close {
  background: transparent url("../svg/cross.svg") no-repeat center;
  background-size: 1.75rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem; }

@media screen and (min-width: 700px) {
  .overlay {
    padding: 2rem; }
    .overlay.is-small .overlay__container {
      width: 23rem; }
      .overlay.is-small .overlay__container .overlay-message {
        padding: 0 2.5rem; }
    .overlay.is-medium .overlay__container {
      width: 42rem; }
    .overlay.is-large .overlay__container {
      margin: 0 auto;
      max-width: 55rem; }
  .overlay__container__content {
    padding: 5rem 5em 5rem 3rem; }
  .overlay-header {
    font-size: 2.4rem;
    margin-bottom: 1rem; }
  .overlay-message {
    font-size: 1.2rem; } }

.share {
  position: relative;
  z-index: 50; }

.share__button {
  background: transparent url("../svg/social-button.svg") no-repeat center;
  background-size: 70%;
  height: 2rem;
  opacity: 1;
  outline: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: 2rem; }
  .share__button.is-open {
    opacity: 0.2; }

.share__buttons {
  background-color: #e5e5e5;
  opacity: 1;
  padding: 16px;
  position: absolute;
  right: 0;
  top: -16px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  visibility: visible; }
  .share__buttons:after {
    border-color: transparent #e5e5e5 transparent transparent;
    border-style: solid;
    border-width: 0 16px 16px 0;
    bottom: -16px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }
  .share__buttons.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .share__buttons .social-link {
    margin-bottom: 16px; }
    .share__buttons .social-link:last-child {
      margin-bottom: 0; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem; }

.social-links--footer {
  padding-top: 0; }

.social-links .social-link {
  margin-left: 1.25rem; }
  .social-links .social-link:first-child {
    margin-left: 0; }

.social-link {
  width: 2.25rem; }

.social-link-icon {
  background-color: transparent;
  padding-bottom: 100%; }

.social-link-label {
  display: none; }

.youtube-video-container {
  background-color: #333;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .youtube-video-container > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }