:root {
  --header-bg-color: #ffffff;
  --header-bg-color-rgb: 255, 255, 255;
  --header-text-color: #333333;
  --header-text-color-rgb: 51, 51, 51;
  --footer-bg-color: #333333;
  --footer-bg-color-rgb: 51, 51, 51;
  --footer-text-color: #ffffff;
  --footer-text-color-rgb: 255, 255, 255;
  --main-title-font: "Helvetica";
  --main-body-font: "Helvetica";
  --main-title-color: #333333;
  --main-body-color: #333333;
  --main-body-color-rgb: 51, 51, 51;
  --main-primary-color: #45CAAE;
  --main-primary-color-rgb: 69, 202, 174;
}

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

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.9rem;
}

.mb-4 {
  margin-bottom: 2.4rem;
}

.mb-5 {
  margin-bottom: 3.5rem;
}

@font-face {
  font-family: "icomoon-bt";
  src: url(/fonts/icomoon-bt.eot?57eb518fde71fd5f7a1a38bb2ae40392);
  src: url(/fonts/icomoon-bt.eot?57eb518fde71fd5f7a1a38bb2ae40392) format("embedded-opentype"), url(/fonts/icomoon-bt.ttf?d6a27ac5dd39b6b1d8f821ed0923d2ca) format("truetype"), url(/fonts/icomoon-bt.woff?a2e499596792c89feac65047fc8a8242) format("woff"), url(/fonts/icomoon-bt.svg?8b4bb7f3450cbbc167b909123a4dfd7d) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.icon-bt-search:before {
  content: "\F002";
}

.icon-bt-star:before {
  content: "\F005";
}

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

.icon-bt-yelp:before {
  content: "\F1E9";
}

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
   Reset.scss
   v2.0 | 20110126
*/

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

img,
svg {
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

body {
  line-height: 1.5;
}

#bt-wrapper-website-builder {
  position: relative;
  background: #ffffff;
  font-family: var(--main-body-font), sans-serif;
  color: var(--main-body-color);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bt-section-default {
  padding: 50px 0 30px;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .bt-section-default {
    padding: 20px 0 20px;
  }
}

input,
a,
button {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

.bt-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
}

b,
strong {
  font-weight: bold !important;
}

i,
em {
  font-style: italic;
}

p {
  font-size: 16px;
}

.sb-default-heading {
  font-family: var(--main-title-font), sans-serif;
  font-size: 28px;
  color: var(--main-title-color);
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}

.sb-default-heading h1,
.sb-default-heading h2,
.sb-default-heading h3,
.sb-default-heading div {
  font-family: var(--main-title-font), sans-serif;
  font-size: 28px;
  color: var(--main-title-color);
  font-weight: normal;
  margin: 0;
}

.sb-default-heading.sb-heading-sm {
  margin-bottom: 12px;
}

.sb-default-heading.sb-heading-sm h1,
.sb-default-heading.sb-heading-sm h2,
.sb-default-heading.sb-heading-sm h3,
.sb-default-heading.sb-heading-sm div {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .sb-default-heading {
    font-size: 26px;
  }

  .sb-default-heading h1,
  .sb-default-heading h2,
  .sb-default-heading div {
    font-size: 26px;
  }
}

.bt-content {
  font-size: 16px;
  font-weight: normal;
  color: var(--main-body-color);
  line-height: 1.6;
}

.bt-content a {
  text-decoration: none;
  color: var(--main-primary-color);
}

.bt-content a:hover {
  text-decoration: underline;
}

.bt-content p {
  font-size: 16px;
  font-weight: normal;
  color: var(--main-body-color);
  line-height: 1.6;
  padding: 0;
  margin-bottom: 15px;
}

.bt-content ul,
.bt-content ol {
  padding-left: 17px;
  margin-bottom: 15px;
  margin-top: 3px;
}

.bt-content ul li,
.bt-content ol li {
  font-size: 16px;
  font-weight: normal;
  color: var(--main-body-color);
  line-height: 1.6;
  margin-bottom: 3px;
}

.bt-content ul {
  list-style: disc;
}

.bt-content ol {
  list-style: decimal;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

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

/* Caption */

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

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

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

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

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

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

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.bt-btn {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 14px 32px;
  transition: 0.3s;
  letter-spacing: 1px;
  border-radius: 2px;
}

.bt-btn.bt-btn-sm {
  font-size: 14px;
  padding: 11px 18px;
}

.bt-btn.bt-btn-default {
  border-color: var(--main-primary-color);
  color: var(--main-primary-color);
  background: transparent;
}

.bt-btn.bt-btn-default:hover {
  background: var(--main-primary-color);
  color: #ffffff;
}

.bt-btn.bt-btn-default.bt-btn-fill {
  background: var(--main-primary-color);
  color: #ffffff;
}

.bt-btn.bt-btn-default.bt-btn-fill:hover {
  box-shadow: 0 0 15px rgba(var(--main-primary-color-rgb), 0.7);
}

.bt-btn.bt-btn-light {
  border-color: rgba(var(--main-body-color-rgb), 0.7);
  color: rgba(var(--main-body-color-rgb), 0.7);
  background: transparent;
}

.bt-btn.bt-btn-light:hover {
  border-color: rgba(var(--main-body-color-rgb), 0.3);
  background: rgba(var(--main-body-color-rgb), 0.7);
  color: #ffffff;
}

.bt-link {
  display: inline-block;
  text-decoration: underline;
  color: var(--main-primary-color);
}

.bt-link:hover {
  text-decoration: none;
  color: rgba(var(--main-primary-color-rgb), 0.7);
}

.bt-networks {
  display: flex;
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 0;
}

.bt-networks li {
  padding: 0 9px;
}

.bt-networks li a {
  display: inline-block;
  color: #333;
  font-size: 26px;
  text-decoration: none;
  transition: 0.3s;
}

.bt-networks li a i {
  font-style: normal !important;
}

.bt-networks li a:hover {
  color: rgba(51, 51, 51, 0.6);
}

.bt-breadcrumbs.bt-breadcrumbs__mobile {
  display: none;
}

.bt-breadcrumbs__list {
  padding: 18px 0;
  border-top: 1px solid rgba(var(--header-text-color-rgb), 0.3);
  display: flex;
  align-items: center;
  margin: 0;
}

.bt-breadcrumbs__list li:last-child:after {
  display: none;
}

.bt-breadcrumbs__list li a,
.bt-breadcrumbs__list li .current {
  display: inline-block;
  font-size: 12px;
}

.bt-breadcrumbs__list li a {
  text-decoration: none;
  color: var(--main-primary-color);
  cursor: pointer;
}

.bt-breadcrumbs__list li a:hover {
  text-decoration: underline;
  color: rgba(var(--main-primary-color-rgb), 0.8);
}

.bt-breadcrumbs__list li span {
  color: var(--main-body-color);
}

.bt-breadcrumbs__list li:after {
  content: "/";
  color: var(--main-body-color);
  margin: 0 4px;
  position: relative;
  top: 1px;
}

.bt-breadcrumbs + .bt-section-default {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .bt-breadcrumbs {
    display: none;
  }

  .bt-breadcrumbs.bt-breadcrumbs__mobile {
    display: block;
    margin-bottom: -25px;
    background: #fafafa;
  }

  .bt-breadcrumbs.bt-breadcrumbs__mobile .bt-breadcrumbs__list {
    padding: 20px 0;
    border: none;
  }

  .bt-breadcrumbs + .bt-section-default {
    padding-top: 20px;
  }
}

#bt-wrapper-website-builder.bt-clarity .bt-breadcrumbs {
  margin-top: -1px;
}

.bt-header {
  background: var(--header-bg-color);
  position: relative;
  z-index: 55;
}

.bt-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid rgba(var(--header-text-color-rgb), 0.3);
}

.bt-header .logo-text {
  cursor: pointer;
}

.bt-header__logo {
  flex: 1;
  text-align: center;
}

.bt-header__logo .logo {
  display: block;
  text-decoration: none;
}

.bt-header__logo .logo img {
  width: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 230px;
  max-height: 60px;
}

.bt-header__logo .logo-text {
  display: inline-block;
  font-size: 38px;
  font-weight: 600;
  color: var(--header-text-color);
  font-family: var(--main-title-font), sans-serif;
  padding: 0;
  cursor: pointer;
}

.bt-header__left-toolbar {
  flex: 1;
}

.bt-header__left-toolbar .logo-text {
  display: none;
}

.bt-header__left-toolbar .logo-text div,
.bt-header__left-toolbar .logo-text h1,
.bt-header__left-toolbar .logo-text h2,
.bt-header__left-toolbar .logo-text h3,
.bt-header__left-toolbar .logo-text p,
.bt-header__left-toolbar .logo-text span {
  font-family: var(--main-title-font), sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: var(--header-text-color);
  margin-bottom: 0;
}

.bt-header__left-toolbar .bt-btn-navbar {
  display: none;
}

.bt-header__right-toolbar {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bt-header__right-toolbar .bt-btn.bt-btn-default {
  border-color: var(--header-text-color);
  color: var(--header-text-color);
}

.bt-header__right-toolbar .bt-btn.bt-btn-default:hover {
  background: var(--header-text-color);
  color: var(--header-bg-color);
}

.bt-header__right-toolbar .bt-networks {
  margin-left: 30px;
}

.bt-header__right-toolbar .bt-networks li a {
  color: var(--header-text-color);
}

.bt-header__right-toolbar .bt-networks li a:hover {
  color: rgba(var(--header-text-color-rgb), 0.8);
}

.bt-header__nav {
  padding: 20px 0;
}

.bt-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.bt-header__nav-list li {
  padding: 0 12px;
}

.bt-header__nav-list li a,
.bt-header__nav-list li span {
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
  color: var(--header-text-color);
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s;
}

.bt-header__nav-list li a.active,
.bt-header__nav-list li span.active {
  font-weight: 600;
  color: var(--header-text-color);
}

.bt-header__nav-list li a:hover,
.bt-header__nav-list li span:hover {
  color: var(--main-primary-color);
}

.bt-header__nav-list li.active a,
.bt-header__nav-list li.active span {
  font-weight: 600;
  color: var(--header-text-color);
}

.bt-header__nav .bt-networks {
  display: none;
}

@media screen and (max-width: 991px) {
  .bt-header {
    background: var(--header-bg-color);
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .bt-header__inner {
    padding: 20px 0;
    border-color: rgba(var(--header-text-color-rgb), 0.3);
    position: relative;
    background: var(--header-bg-color);
    z-index: 66;
  }

  .bt-header__logo .logo img {
    max-width: 195px;
    max-height: 45px;
  }

  .bt-header__logo .logo-text {
    font-size: 28px;
  }

  .bt-header__left-toolbar {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .bt-header__left-toolbar .logo-text {
    font-size: 39px;
  }

  .bt-header__left-toolbar .logo-text div,
  .bt-header__left-toolbar .logo-text h1,
  .bt-header__left-toolbar .logo-text h2,
  .bt-header__left-toolbar .logo-text h3,
  .bt-header__left-toolbar .logo-text p,
  .bt-header__left-toolbar .logo-text span {
    font-size: 39px;
  }

  .bt-header__left-toolbar .bt-btn-navbar {
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    margin-right: 20px;
  }

  .bt-header__left-toolbar .bt-btn-navbar span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.3s;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background: var(--header-text-color);
    margin: 7px 0;
  }

  .bt-header__nav {
    position: fixed;
    background: var(--header-bg-color);
    left: 0;
    top: 0;
    z-index: 55;
    width: 100%;
    height: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    padding: 90px 0;
  }

  .bt-header__nav-list {
    display: block;
    padding: 0 15px;
  }

  .bt-header__nav-list li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(var(--header-text-color-rgb), 0.1);
  }

  .bt-header__nav-list li a {
    display: block;
    width: 100%;
    color: var(--header-text-color);
    padding: 12px 15px;
  }

  .bt-header__nav-list li a:hover,
  .bt-header__nav-list li a.active {
    background: rgba(var(--header-text-color-rgb), 0.1);
  }

  .bt-header__nav-list li.active a {
    background: rgba(var(--header-text-color-rgb), 0.1);
  }
}

@media screen and (max-width: 767px) {
  .bt-header__inner {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bt-header__logo {
    flex: 1;
    text-align: center;
  }

  .bt-header__logo .logo {
    min-width: 150px;
  }

  .bt-header__logo .logo img {
    max-width: 150px;
    max-height: 30px;
  }

  .bt-header__logo .logo-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .bt-header__left-toolbar {
    width: 100%;
  }

  .bt-header__left-toolbar .logo-text {
    font-size: 26px;
  }

  .bt-header__left-toolbar .logo-text div,
  .bt-header__left-toolbar .logo-text h1,
  .bt-header__left-toolbar .logo-text h2,
  .bt-header__left-toolbar .logo-text h3,
  .bt-header__left-toolbar .logo-text p,
  .bt-header__left-toolbar .logo-text span {
    font-size: 26px;
  }

  .bt-header__right-toolbar .bt-btn {
    display: none;
  }

  .bt-header__right-toolbar .bt-networks {
    display: none;
  }

  .bt-header__nav {
    padding: 68px 0;
    width: 100%;
  }

  .bt-header__nav .bt-container {
    padding: 0;
  }

  .bt-header__nav-list {
    padding: 0;
  }

  .bt-header__nav .bt-networks {
    display: flex;
    padding: 20px 15px 0;
    margin-right: 0;
  }

  .bt-header__nav .bt-networks li a {
    color: var(--header-text-color);
  }

  .bt-header__nav .bt-networks li a:hover {
    color: rgba(var(--header-text-color-rgb), 0.8);
  }
}

@media screen and (max-width: 991px) {
  #bt-wrapper-website-builder.open-nav .bt-header__left-toolbar .bt-btn-navbar span.line1 {
    top: 10px;
    transform: rotate(-45deg);
  }

  #bt-wrapper-website-builder.open-nav .bt-header__left-toolbar .bt-btn-navbar span.line2 {
    left: 20px;
    opacity: 0;
  }

  #bt-wrapper-website-builder.open-nav .bt-header__left-toolbar .bt-btn-navbar span.line3 {
    top: -8px;
    transform: rotate(45deg);
  }

  #bt-wrapper-website-builder.open-nav .bt-header__nav {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

#bt-wrapper-website-builder.bt-elegance .bt-header__logo {
  display: none;
}

#bt-wrapper-website-builder.bt-elegance .bt-header__left-toolbar {
  flex: none;
}

#bt-wrapper-website-builder.bt-elegance .bt-header__left-toolbar .logo-text {
  display: inline-block;
  font-family: var(--main-title-font), sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: var(--header-text-color);
}

@media screen and (max-width: 767px) {
  #bt-wrapper-website-builder.bt-elegance .bt-header__left-toolbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #bt-wrapper-website-builder.bt-elegance .bt-header__left-toolbar .bt-btn-navbar {
    margin-right: 0;
    margin-left: 15px;
  }
}

#bt-wrapper-website-builder.bt-elegance .bt-header__right-toolbar {
  flex: 1;
  white-space: nowrap;
}

#bt-wrapper-website-builder.bt-clarity .bt-header {
  background: rgba(var(--header-bg-color-rgb), 0.6);
}

#bt-wrapper-website-builder.bt-clarity .bt-header__inner {
  border: none;
}

#bt-wrapper-website-builder.bt-clarity .bt-header__nav {
  background: var(--header-bg-color);
}

#bt-wrapper-website-builder.bt-sandro .bt-header {
  background: #4f4f4f;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__inner {
  position: relative;
  justify-content: center;
  padding: 3px 0;
  border-bottom: none;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__logo {
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  z-index: 55;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo {
  display: block;
  text-decoration: none;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo img {
  width: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 230px;
  max-height: 60px;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo-text {
  display: inline-block;
  font-size: 38px;
  font-weight: 600;
  color: var(--header-text-color);
  font-family: var(--main-title-font), sans-serif;
  padding: 0;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar {
  display: none;
  flex: 1;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text {
  display: none;
  font-size: 48px;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text div,
#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h1,
#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h2,
#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h3,
#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text p,
#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text span {
  font-family: var(--main-title-font), sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: var(--header-text-color);
  margin-bottom: 0;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .bt-btn-navbar {
  display: none;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar {
  min-width: 100%;
  justify-content: center;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-btn {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-btn.bt-btn-default {
  border-color: var(--main-primary-color);
  background: var(--main-primary-color);
  color: #ffffff;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-btn.bt-btn-default:hover {
  background: rgba(var(--main-primary-color-rgb), 0.8);
  color: #ffffff;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-networks {
  margin-left: 0;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-networks li {
  padding: 0 10px;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-networks li a {
  color: #ffffff;
  font-size: 22px;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-networks li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav {
  padding: 25px 0;
  padding-left: 140px;
  padding-right: 140px;
  background: var(--header-bg-color);
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li {
  padding: 0 12px;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li a,
#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li span {
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
  color: var(--header-text-color);
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s;
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li a.active,
#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li span.active {
  font-weight: 600;
  color: var(--header-text-color);
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li a:hover,
#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li span:hover {
  color: var(--main-primary-color);
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li.active a,
#bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li.active span {
  font-weight: 600;
  color: var(--header-text-color);
}

#bt-wrapper-website-builder.bt-sandro .bt-header__nav .bt-networks {
  display: none;
}

@media screen and (max-width: 991px) {
  #bt-wrapper-website-builder.bt-sandro .bt-header {
    background: var(--header-bg-color);
    position: sticky;
    top: 0;
    z-index: 999;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__inner {
    padding: 20px 0;
    border-color: rgba(var(--header-text-color-rgb), 0.3);
    position: relative;
    background: var(--header-bg-color);
    z-index: 66;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo img {
    max-width: 195px;
    max-height: 45px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo-text {
    font-size: 28px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar {
    flex: 1;
    display: flex;
    align-items: center;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text {
    font-size: 39px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text div,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h1,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h2,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h3,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text p,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text span {
    font-size: 39px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .bt-btn-navbar {
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    margin-right: 20px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .bt-btn-navbar span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.3s;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background: var(--header-text-color);
    margin: 7px 0;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-btn {
    display: none;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav {
    position: fixed;
    background: var(--header-bg-color);
    left: 0;
    top: 0;
    z-index: 55;
    width: 100%;
    height: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    padding: 90px 0;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list {
    display: block;
    padding: 0 15px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(var(--header-text-color-rgb), 0.1);
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li a {
    display: block;
    width: 100%;
    color: var(--header-text-color);
    padding: 12px 15px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li a:hover,
  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li a.active {
    background: rgba(var(--header-text-color-rgb), 0.1);
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list li.active a {
    background: rgba(var(--header-text-color-rgb), 0.1);
  }
}

@media screen and (max-width: 767px) {
  #bt-wrapper-website-builder.bt-sandro .bt-header__inner {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__logo {
    flex: 1;
    text-align: center;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo {
    min-width: 150px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo img {
    max-width: 150px;
    max-height: 30px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__logo .logo-text {
    font-size: 16px;
    line-height: 1.3;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar {
    width: 100%;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text {
    font-size: 26px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text div,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h1,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h2,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text h3,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text p,
  #bt-wrapper-website-builder.bt-sandro .bt-header__left-toolbar .logo-text span {
    font-size: 26px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__right-toolbar .bt-networks {
    display: none;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav {
    padding: 68px 0;
    width: 100%;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav .bt-container {
    padding: 0;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav-list {
    padding: 0;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav .bt-networks {
    display: flex;
    padding: 20px 15px 0;
    margin-right: 0;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav .bt-networks li a {
    color: var(--header-text-color);
  }

  #bt-wrapper-website-builder.bt-sandro .bt-header__nav .bt-networks li a:hover {
    color: rgba(var(--header-text-color-rgb), 0.8);
  }
}

.bt-footer {
  background: rgba(var(--footer-bg-color-rgb), 0.95);
  margin-top: 25px;
}

.bt-footer__inner {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}

.bt-footer__nav-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.bt-footer__nav-list li {
  padding: 9px 0;
}

.bt-footer__nav-list li a,
.bt-footer__nav-list li span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: var(--footer-text-color);
  text-decoration: underline;
}

.bt-footer__nav-list li a:hover,
.bt-footer__nav-list li span:hover {
  color: rgba(var(--footer-text-color-rgb), 0.8);
  text-decoration: none;
}

.bt-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bt-footer__contacts-item {
  padding: 8px 0;
}

.bt-footer__contacts-item a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: var(--footer-text-color);
}

.bt-footer__contacts-item a:hover {
  color: rgba(var(--footer-text-color-rgb), 0.8);
  text-decoration: underline;
}

.bt-footer__contacts .bt-networks {
  padding: 8px 0;
}

.bt-footer__contacts .bt-networks li a {
  color: var(--footer-text-color);
}

.bt-footer__contacts .bt-networks li a:hover {
  color: rgba(var(--footer-text-color-rgb), 0.8);
}

.bt-footer__bottom {
  background: var(--footer-bg-color);
  padding: 10px 0;
  text-align: center;
}

.bt-footer__bottom p {
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
  color: var(--footer-text-color);
  margin: 0;
}

.bt-footer__bottom p a {
  color: var(--footer-text-color);
  text-decoration: underline;
}

.bt-footer__bottom p a:hover {
  color: rgba(var(--footer-text-color-rgb), 0.8);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .bt-footer__inner {
    flex-wrap: wrap;
  }

  .bt-footer__nav {
    width: 100%;
    padding-bottom: 5px;
  }

  .bt-footer__nav-list {
    text-align: center;
  }

  .bt-footer__contacts {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .bt-footer__contacts .bt-networks {
    justify-content: center;
  }

  .bt-footer__bottom {
    padding-bottom: 75px;
  }

  .bt-footer__bottom.not-booking-sticky {
    padding-bottom: 10px;
  }

  .bt-footer__bottom p {
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--footer-text-color);
    margin: 0;
  }

  .bt-footer__bottom p a {
    color: var(--footer-text-color);
    text-decoration: underline;
  }

  .bt-footer__bottom p a:hover {
    color: rgba(var(--footer-text-color-rgb), 0.8);
    text-decoration: none;
  }
}

.bt-booking-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  z-index: 555;
  display: none;
}

.bt-booking-sticky .bt-btn {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bt-booking-sticky {
    display: block;
  }
}

#bt-wrapper-website-builder.bt-clarity .bt-footer {
  background: rgba(var(--footer-bg-color-rgb), 0.6);
}

#bt-wrapper-website-builder.bt-clarity .bt-footer__bottom {
  background: var(--footer-bg-color);
}

:root {
  --header-bg-color: #ffffff;
  --header-bg-color-rgb: 255, 255, 255;
  --header-text-color: #333333;
  --header-text-color-rgb: 51, 51, 51;
  --footer-bg-color: #333333;
  --footer-bg-color-rgb: 51, 51, 51;
  --footer-text-color: #ffffff;
  --footer-text-color-rgb: 255, 255, 255;
  --main-title-font: "Helvetica";
  --main-body-font: "Helvetica";
  --main-title-color: #333333;
  --main-body-color: #333333;
  --main-body-color-rgb: 51, 51, 51;
  --main-primary-color: #45CAAE;
  --main-primary-color-rgb: 69, 202, 174;
}

.bt-hero__inner {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 510px;
  padding: 50px 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.bt-hero__caption {
  background: rgba(250, 250, 250, 0.75);
  padding: 45px 40px;
  min-height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-hero__caption .caption {
  font-size: 48px;
  font-weight: normal;
  font-family: var(--main-title-font), sans-serif;
  color: var(--main-title-color);
  margin: 0;
  padding: 0;
}

.bt-hero__caption .caption h1,
.bt-hero__caption .caption h2,
.bt-hero__caption .caption h3,
.bt-hero__caption .caption div {
  color: var(--main-title-color);
  font-family: var(--main-title-font), sans-serif;
}

.bt-hero__caption .bt-btn {
  display: none;
}

.bt-hero__caption-secondary {
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  background: none;
}

.bt-hero__caption-secondary .caption {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--main-title-font), sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.bt-hero__caption-secondary .caption h1,
.bt-hero__caption-secondary .caption h2,
.bt-hero__caption-secondary .caption h3,
.bt-hero__caption-secondary .caption div {
  color: #ffffff;
  font-family: var(--main-title-font), sans-serif;
  text-shadow: 1px 1px 2px var(--main-title-color);
  border-left: 4px solid #ffffff;
  padding-left: 10px;
}

.bt-hero.bt-hero--bg-off .bt-hero__inner {
  min-height: 0;
}

@media screen and (max-width: 991px) {
  .bt-hero__inner {
    min-height: 410px;
    padding: 40px 35px;
  }

  .bt-hero__caption {
    padding: 35px 30px;
    min-height: 130px;
    flex-direction: column;
    align-items: center;
  }

  .bt-hero__caption .caption {
    font-size: 36px;
  }

  .bt-hero__caption .bt-btn {
    display: inline-block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bt-hero__inner {
    min-height: 250px;
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bt-hero__caption {
    padding: 16px 30px;
  }

  .bt-hero__caption .caption {
    font-size: 32px;
  }
}

.bt-about {
  padding: 50px 0 30px;
}

@media screen and (max-width: 767px) {
  .bt-about {
    padding: 30px 0 20px;
  }
}

.bt-reviews {
  padding: 50px 0 30px;
}

.bt-reviews .sb-default-heading {
  margin-bottom: 40px;
}

.bt-reviews .sb-default-heading.editor-heading {
  margin-bottom: 30px;
}

.bt-reviews__list {
  margin-left: -25px;
  margin-right: -25px;
}

.bt-reviews__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 60px;
}

.bt-reviews__list-item__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 17px;
}

.bt-reviews__list-item__stars li {
  padding: 0 3px;
  font-size: 18px;
  color: var(--main-body-color);
}

.bt-reviews__list-item__stars li.no-active {
  color: rgba(var(--main-body-color-rgb), 0.4);
}

.bt-reviews__list-item__text {
  font-size: 16px;
  font-weight: normal;
  color: var(--main-body-color);
  line-height: 1.6;
  margin-bottom: 15px;
}

.bt-reviews__list-item__author {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: var(--main-body-color);
  text-transform: uppercase;
}

.bt-reviews-placeholder {
  padding-bottom: 40px;
}

.bt-reviews-placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bt-reviews-placeholder__inner .img-wrapper {
  margin-bottom: 15px;
}

.bt-reviews-placeholder__inner .img-wrapper img {
  width: 100%;
  max-width: 260px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.bt-reviews-placeholder__inner .title {
  font-size: 24px;
  font-family: var(--main-title-font), sans-serif;
  color: var(--main-title-color);
  font-weight: normal;
  margin-bottom: 5px;
}

.bt-reviews-placeholder__inner p {
  font-size: 16px;
  color: var(--main-body-color);
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .bt-reviews__list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .bt-reviews__list-item {
    padding: 0 10px;
  }

  .bt-reviews__list-item__stars {
    padding-bottom: 12px;
  }

  .bt-reviews__list-item__text {
    font-size: 15px;
  }

  .bt-reviews__list-item__author {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .bt-reviews {
    padding: 30px 20px;
  }

  .bt-reviews .sb-default-heading {
    margin-bottom: 25px;
  }

  .bt-reviews .sb-default-heading.editor-heading {
    margin-bottom: 15px;
  }

  .bt-reviews__list-item {
    margin-bottom: 35px;
  }

  .bt-reviews-placeholder {
    padding-bottom: 25px;
  }

  .bt-reviews-placeholder__inner .img-wrapper img {
    max-width: 200px;
  }

  .bt-reviews-placeholder__inner .title {
    font-size: 22px;
  }

  .bt-reviews-placeholder__inner p {
    font-size: 14px;
  }
}

.bt-products {
  padding: 50px 0 30px;
}

.bt-products__list {
  justify-content: center;
}

.bt-products__list-item {
  padding: 0 15px 24px;
}

.bt-products__list-item .img-wrapper {
  position: relative;
  width: 100%;
  height: 75%;
  padding-top: 75%;
  background: #F2F2F2;
}

.bt-products__list-item .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 110px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s;
}

.bt-products__list-item .img-wrapper:hover img {
  filter: grayscale(0);
}

@media screen and (max-width: 767px) {
  .bt-products {
    padding: 30px 20px;
  }

  .bt-products__list {
    justify-content: center;
  }

  .bt-products__list-item {
    max-width: 220px;
  }

  .bt-products__list-item .img-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 110px;
    max-height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.bt-contacts {
  padding: 50px 0 30px;
}

.bt-contacts .row {
  align-items: flex-start;
}

.bt-contacts__address-item {
  padding-bottom: 15px;
}

.bt-contacts__address-item .label-text {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: rgba(var(--main-body-color-rgb), 0.7);
  margin-bottom: 5px;
}

.bt-contacts__address-item address,
.bt-contacts__address-item a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  color: var(--main-body-color);
}

.bt-contacts__address-item a {
  text-decoration: underline;
  color: var(--main-body-color);
}

.bt-contacts__address-item a:hover {
  text-decoration: none;
  color: var(--main-primary-color);
}

.bt-contacts__schedule-item {
  padding-bottom: 16px;
  display: flex;
}

.bt-contacts__schedule-item__day {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  color: var(--main-body-color);
}

.bt-contacts__schedule-item__time {
  width: 130px;
  font-size: 16px;
  font-weight: normal;
  color: var(--main-body-color);
  white-space: nowrap;
}

.bt-contacts__schedule-item.no-working .bt-contacts__schedule-item__day {
  color: rgba(var(--main-body-color-rgb), 0.4);
}

.bt-contacts__schedule-item.no-working .bt-contacts__schedule-item__day .circle {
  background: rgba(var(--main-body-color-rgb), 0.4);
}

.bt-contacts__schedule-item.no-working .bt-contacts__schedule-item__time {
  color: rgba(var(--main-body-color-rgb), 0.4);
}

.bt-contacts__map {
  display: flex;
  justify-content: flex-end;
}

.bt-contacts__map-wrapper {
  width: 100%;
  max-width: 260px;
}

.bt-contacts__map-wrapper__inner {
  width: 100%;
  padding-top: 100%;
  height: 100%;
  overflow: hidden;
  background: #F2F2F2;
  position: relative;
}

.bt-contacts__map-wrapper__inner #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bt-contacts__map-wrapper__inner #map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .bt-contacts__map {
    padding-top: 25px;
  }

  .bt-contacts__map-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .bt-contacts__map-wrapper__inner {
    padding-top: 0;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .bt-contacts {
    padding: 30px 20px;
  }

  .bt-contacts__address {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 25px;
  }
}

#bt-wrapper-website-builder.bt-elegance .bt-hero__caption {
  display: none;
}

#bt-wrapper-website-builder.bt-clarity .bt-reviews__list-item__stars li {
  color: #EFCA82;
}

#bt-wrapper-website-builder.bt-clarity .bt-reviews__list-item__stars li.no-active {
  color: rgba(239, 202, 130, 0.4);
}

#bt-wrapper-website-builder.bt-sandro .bt-hero .bt-container {
  max-width: 100%;
  padding: 0;
}

#bt-wrapper-website-builder.bt-sandro .bt-hero__caption {
  background: none;
  padding: 0;
  min-height: 0;
}

#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption {
  font-size: 48px;
  font-weight: 300;
  font-family: var(--main-title-font), sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
}

#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 90px;
  background: var(--main-primary-color);
  top: 110%;
}

#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption h1,
#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption h2,
#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption h3,
#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption div {
  color: #ffffff;
  font-weight: 300;
  font-family: var(--main-title-font), sans-serif;
}

#bt-wrapper-website-builder.bt-sandro .bt-hero__caption .bt-btn {
  display: none;
}

#bt-wrapper-website-builder.bt-sandro .bt-hero.bt-hero--bg-off .bt-hero__inner {
  min-height: 0;
}

@media screen and (max-width: 991px) {
  #bt-wrapper-website-builder.bt-sandro .bt-hero__inner {
    min-height: 410px;
    padding: 40px 35px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-hero__caption {
    padding: 35px 30px;
    min-height: 130px;
    flex-direction: column;
    align-items: center;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption {
    font-size: 36px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-hero__caption .bt-btn {
    display: inline-block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #bt-wrapper-website-builder.bt-sandro .bt-hero__inner {
    min-height: 250px;
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-hero__caption {
    padding: 16px 30px;
  }

  #bt-wrapper-website-builder.bt-sandro .bt-hero__caption .caption {
    font-size: 32px;
  }
}

.bt-services {
  margin-bottom: 45px;
}

.bt-services__heading {
  padding-bottom: 16px;
}

.bt-services__heading .legend {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  color: var(--main-body-color);
  font-family: var(--main-title-font), sans-serif;
}

.bt-services__list .bt-table {
  width: 100%;
}

.bt-services__list .bt-table tbody tr {
  border-bottom: 1px dotted #ececec;
  transition: 0.1s;
}

.bt-services__list .bt-table tbody tr:hover {
  border-style: solid;
  border-color: rgba(var(--main-primary-color-rgb), 0.7);
}

.bt-services__list .bt-table tbody tr td {
  padding: 20px 0;
}

.bt-services__list .bt-table tbody tr td .title {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  color: var(--main-body-color);
  font-family: var(--main-body-font), sans-serif;
}

.bt-services__list .bt-table tbody tr td .title .time {
  color: rgba(var(--main-body-color-rgb), 0.5);
  font-size: 15px;
}

.bt-services__list .bt-table tbody tr td .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-body-color);
  display: block;
  text-align: right;
}

.bt-services__list .bt-table tbody tr td:nth-child(2) {
  text-align: right;
}

.bt-team {
  align-items: flex-start;
  padding-top: 15px;
}

.bt-team__item {
  display: flex;
  margin-bottom: 40px;
}

.bt-team__item-image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-right: 25px;
}

.bt-team__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bt-team__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bt-team__item-info_name {
  display: block;
  font-size: 22px;
  color: var(--main-body-color);
  margin-bottom: 6px;
}

.bt-team__item-info_status {
  font-size: 16px;
  color: #979797;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 9px;
}

.bt-gallery {
  padding-top: 20px;
}

.bt-gallery > span {
  width: 100%;
  display: block;
}

.bt-gallery__item {
  padding: 0 15px 30px;
}

.bt-gallery__item-wrapper {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 78%;
  padding-top: 78%;
  overflow: hidden;
  background: #EBEBEB;
}

.bt-gallery__item-wrapper__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--main-body-color-rgb), 0.5);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}

.bt-gallery__item-wrapper__placeholder i {
  font-size: 38px;
  color: #ffffff;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.4);
}

.bt-gallery__item-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bt-gallery__item-wrapper:hover .bt-gallery__item-wrapper__placeholder {
  opacity: 1;
}

.bt-gallery__item-wrapper:hover .bt-gallery__item-wrapper__placeholder i {
  opacity: 1;
  transform: scale(1);
}

.contact-view {
  padding-bottom: 80px;
}

.contact-view__map {
  padding-right: 30px;
}

.contact-view__map-wrapper {
  width: 100%;
  height: 95%;
  padding-top: 95%;
  position: relative;
  background: #fafafa;
}

.contact-view__map-wrapper #map {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-view__map-wrapper #map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-view__info {
  padding-left: 30px;
  padding-top: 15px;
}

.contact-view__info .name-salon {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-body-color);
  display: block;
  margin-bottom: 12px;
}

.contact-view__info address {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--main-body-color);
  font-weight: normal;
}

.contact-view__info .phone-number {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-view__info .phone-number a {
  text-decoration: none;
  color: var(--main-primary-color);
}

.contact-view__info .phone-number a:hover {
  text-decoration: underline;
}

.contact-view__info .list-schedule {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 280px;
}

.contact-view__info .list-schedule li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--main-body-color);
  font-weight: normal;
  margin-bottom: 15px;
}

.contact-view__info .list-schedule li .day {
  min-width: 120px;
  display: inline-block;
}

.contact-view__info .list-schedule li .time {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.contact-view__info .list-schedule li.closed .day {
  opacity: 0.6;
}

.contact-view__info .list-schedule li.closed .time {
  opacity: 0.6;
}

.contact-view__info .list-schedule li.closed .time:after {
  background: var(--main-body-color);
}

@media screen and (max-width: 991px) {
  .contact-view {
    padding-bottom: 50px;
  }

  .contact-view__map {
    order: 2;
    padding-right: 15px;
  }

  .contact-view__info {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 30px;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-view__info .name-salon {
    position: relative;
    padding-bottom: 16px;
  }

  .contact-view__info .name-salon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    border-radius: 5px;
    background: var(--main-primary-color);
  }

  .contact-view__info .list-schedule {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .contact-view {
    padding-bottom: 0;
  }
}

.bt-booking__policy {
  padding-left: 30px !important;
  border-left: 1px dotted #ececec;
}

.bt-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.bt-404__inner-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.bt-404__inner-icon img {
  height: 260px;
  width: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.bt-404__inner-icon img.max-h-100 {
  height: 100px;
}

.bt-404__inner-icon .text-icon {
  display: inline-block;
  text-align: center;
  font-family: var(--main-title-font), sans-serif;
  color: #555555;
  font-size: 24px;
  font-weight: normal;
  padding-top: 12px;
}

.bt-404__inner-number {
  margin-bottom: 28px;
}

.bt-404__inner-number img {
  height: 85px;
  width: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.bt-404__inner-description h2 {
  font-size: 32px;
  font-weight: normal;
  font-family: var(--main-title-font), sans-serif;
  color: #555555;
  margin-bottom: 18px;
}

.bt-404__inner-description h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 18px;
  font-family: var(--main-title-font), sans-serif;
  color: #555555;
}

.bt-404__inner-description p {
  color: #555555;
  font-family: var(--main-title-font), sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .bt-404__inner {
    padding: 15px;
  }

  .bt-404__inner-icon {
    margin-bottom: 20px;
  }

  .bt-404__inner-icon img {
    height: 220px;
  }

  .bt-404__inner-number {
    margin-bottom: 20px;
  }

  .bt-404__inner-number img {
    height: 60px;
  }

  .bt-404__inner-description h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .bt-404__inner-description p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

