﻿/* Helpers */
/* Standard Colors */
/* Dimensions */
/* Debug */
/* Font Weight */
/* Mixins */
/* Libs */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

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

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* Utilities */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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,
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;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.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;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

/*@if $enable-grid-classes {
    .container-fluid {
        @include make-container();
    }
}*/
.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  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: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.container-inner {
  max-width: 930px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .large-gutters .row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .large-gutters > .row > .col,
  .large-gutters > .row > [class*=col-],
  .large-gutters > .row > [class^=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.mt-150,
.my-150 {
  margin-top: 150px !important;
}

.mb-150,
.my-150 {
  margin-bottom: 150px !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pt-150,
.py-150 {
  padding-top: 150px !important;
}

.pb-150,
.py-150 {
  padding-bottom: 150px !important;
}

@media (min-width: 576px) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 150px !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150px !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150px !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 150px !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150px !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 150px !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150px !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150px !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 150px !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 150px !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1500px) {
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 150px !important;
  }
  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 150px !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 50px !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 150px !important;
  }
  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 150px !important;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
[class^=ratio-],
[class*=" ratio-"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

[class^=ratio-]:before,
[class*=" ratio-"]:before {
  display: block;
  content: "";
}

[class^=ratio-] > div,
[class*=" ratio-"] > div,
[class^=ratio-] > picture,
[class*=" ratio-"] > picture,
[class^=ratio-] > img,
[class*=" ratio-"] > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16by9:before {
  padding-top: 56.25%;
}

.ratio-4by3:before {
  padding-top: 75%;
}

.ratio-4by5:before {
  padding-top: 125%;
}

.ratio-5by3:before {
  padding-top: 60%;
}

.ratio-5by4:before {
  padding-top: 80%;
}

.ratio-3by2:before {
  padding-top: 66.6666666667%;
}

.ratio-3by1:before {
  padding-top: 33.3333333333%;
}

.ratio-2by3:before {
  padding-top: 150%;
}

.ratio-2by1:before {
  padding-top: 50%;
}

.ratio-1by1:before {
  padding-top: 100%;
}

@media (min-width: 576px) {
  .ratio-sm-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-sm-4by3:before {
    padding-top: 75%;
  }
  .ratio-sm-4by5:before {
    padding-top: 125%;
  }
  .ratio-sm-5by3:before {
    padding-top: 60%;
  }
  .ratio-sm-5by4:before {
    padding-top: 80%;
  }
  .ratio-sm-3by2:before {
    padding-top: 66.6666666667%;
  }
  .ratio-sm-3by1:before {
    padding-top: 33.3333333333%;
  }
  .ratio-sm-2by3:before {
    padding-top: 150%;
  }
  .ratio-sm-2by1:before {
    padding-top: 50%;
  }
  .ratio-sm-1by1:before {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .ratio-md-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-md-4by3:before {
    padding-top: 75%;
  }
  .ratio-md-4by5:before {
    padding-top: 125%;
  }
  .ratio-md-5by3:before {
    padding-top: 60%;
  }
  .ratio-md-5by4:before {
    padding-top: 80%;
  }
  .ratio-md-3by2:before {
    padding-top: 66.6666666667%;
  }
  .ratio-md-3by1:before {
    padding-top: 33.3333333333%;
  }
  .ratio-md-2by3:before {
    padding-top: 150%;
  }
  .ratio-md-2by1:before {
    padding-top: 50%;
  }
  .ratio-md-1by1:before {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
  .ratio-lg-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-lg-4by3:before {
    padding-top: 75%;
  }
  .ratio-lg-4by5:before {
    padding-top: 125%;
  }
  .ratio-lg-5by3:before {
    padding-top: 60%;
  }
  .ratio-lg-5by4:before {
    padding-top: 80%;
  }
  .ratio-lg-3by2:before {
    padding-top: 66.6666666667%;
  }
  .ratio-lg-3by1:before {
    padding-top: 33.3333333333%;
  }
  .ratio-lg-2by3:before {
    padding-top: 150%;
  }
  .ratio-lg-2by1:before {
    padding-top: 50%;
  }
  .ratio-lg-1by1:before {
    padding-top: 100%;
  }
}
@media (min-width: 1200px) {
  .ratio-xl-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-xl-4by3:before {
    padding-top: 75%;
  }
  .ratio-xl-4by5:before {
    padding-top: 125%;
  }
  .ratio-xl-5by3:before {
    padding-top: 60%;
  }
  .ratio-xl-5by4:before {
    padding-top: 80%;
  }
  .ratio-xl-3by2:before {
    padding-top: 66.6666666667%;
  }
  .ratio-xl-3by1:before {
    padding-top: 33.3333333333%;
  }
  .ratio-xl-2by3:before {
    padding-top: 150%;
  }
  .ratio-xl-2by1:before {
    padding-top: 50%;
  }
  .ratio-xl-1by1:before {
    padding-top: 100%;
  }
}
@media (min-width: 1500px) {
  .ratio-xxl-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-xxl-4by3:before {
    padding-top: 75%;
  }
  .ratio-xxl-4by5:before {
    padding-top: 125%;
  }
  .ratio-xxl-5by3:before {
    padding-top: 60%;
  }
  .ratio-xxl-5by4:before {
    padding-top: 80%;
  }
  .ratio-xxl-3by2:before {
    padding-top: 66.6666666667%;
  }
  .ratio-xxl-3by1:before {
    padding-top: 33.3333333333%;
  }
  .ratio-xxl-2by3:before {
    padding-top: 150%;
  }
  .ratio-xxl-2by1:before {
    padding-top: 50%;
  }
  .ratio-xxl-1by1:before {
    padding-top: 100%;
  }
}
.text-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
}
h1, h3, h4, h5, h6,
.h1, .h3, .h4, .h5, .h6 {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.3em;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}

.h1, h1 {
  font-size: 3rem;
}

.h2, h2 {
  max-width: 360px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

.h3, h3 {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.h4, h4,
.h5, h5,
.h6, h6 {
  font-size: 1.5rem;
}

.text-primary {
  color: #735e4c;
}

.text-secondary {
  color: #0f2d2c;
}

.text-tertiary {
  color: #0c2322;
}

.text-black {
  color: #2e2e2e;
}

.text-agency {
  color: #fd4635;
}

main p,
main ul,
main ol {
  line-height: 1.6em;
  font-size: 1.15em;
}

main p:not(:last-child),
main ul:not(:last-child),
main ol:not(:last-child) {
  margin: 0 0 30px 0;
}

.font-weight-bold {
  font-weight: 600;
}

main em {
  display: inline-block;
  margin-bottom: 3px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1.2em;
}

.text-small {
  font-size: 0.85em;
}

.text-large {
  font-size: 1.1em;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 5rem;
  }
  .h2, h2 {
    font-size: 1.3em;
  }
  .h3, h3 {
    font-size: 2rem;
    line-height: 1.5em;
  }
  .h4, h4,
  .h5, h5,
  .h6, h6 {
    font-size: 1.6rem;
  }
  main p,
  main ul,
  main ol {
    line-height: 1.8em;
    font-size: 1.2em;
  }
  main em {
    font-size: 1.3em;
  }
  .text-large {
    font-size: 1.18em;
  }
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 7rem;
  }
  .h2, h2 {
    font-size: 1.5em;
  }
  .h3, h3 {
    font-size: 2.5rem;
  }
  main p,
  main ul,
  main ol {
    line-height: 1.8em;
    font-size: 1.2em;
  }
  main em {
    font-size: 1.4em;
  }
}
.bg-primary {
  background: #735e4c;
}

.bg-secondary {
  background: #0f2d2c;
}

.bg-tertiary {
  background: #0c2322;
}

.bg-white {
  background: #fff;
}

.btn {
  position: relative;
  display: inline-block;
  width: 160px;
  padding: 17px 15px;
  border: none;
  text-align: center;
  font: inherit;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1rem;
  cursor: default;
}

.btn:not(:disabled) {
  cursor: pointer;
}

.btn-primary {
  border-radius: 3px;
  color: #fff;
  background-color: #735e4c;
}

.btn-primary:disabled {
  background-color: rgba(115, 94, 76, 0.5);
  color: rgba(255, 255, 255, 0.1);
}

button:focus {
  outline: none;
}

/* Global */
.navbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 106px;
  transition: all 0.5s ease;
}

.navbar:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 200px;
  background: #fff;
}

.navbar-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 106px;
  padding: 10px 0;
  transition: all 0.5s ease;
}

.navbar .nav {
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em;
  line-height: 2.5em;
  font-weight: 600;
}

.nav-item a {
  display: block;
  padding: 12px 15px;
}

.navbar-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  position: fixed;
  top: 106px;
  right: -80%;
  width: 80%;
  max-width: 400px;
  bottom: 0;
  overflow-y: auto;
  transition: right 0.3s ease;
}

.navbar-toggler {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
}

.navbar-brand {
  position: relative;
  display: block;
  height: 26px;
  font-size: 1.75em;
}

.icon-logo {
  position: relative;
}

.icon-logo-line {
  position: absolute;
  top: 0.01em;
  color: #735e4c;
}

/* Animated Burger Icon */
.navbar-toggler__inner {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

.navbar-toggler__burger,
.navbar-toggler__burger:before,
.navbar-toggler__burger:after {
  position: absolute;
  right: 0;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  transition: 0.25s ease-in-out;
}

.navbar-toggler__burger:before,
.navbar-toggler__burger:after {
  content: "";
}

.navbar-toggler__burger {
  top: 5px;
  transition-delay: 0.5s;
}

.navbar-toggler__burger:before {
  top: 8px;
  transition-delay: 0.625s;
}

.navbar-toggler__burger:after {
  top: 16px;
  transition-delay: 0.75s;
}

@media (min-width: 992px) {
  .navbar-collapse {
    position: static;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    max-width: none;
    font-size: 0.9em;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar .nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-item {
    margin-right: 25px;
  }
  .nav-item a {
    padding: 14px 0;
  }
  .navbar .btn-primary {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    font-size: 1em;
  }
  .nav-item {
    margin-right: 40px;
  }
  .navbar-brand {
    height: 29px;
    font-size: 2.1em;
  }
  .navbar .btn-primary {
    width: 120px;
  }
}
@media (min-width: 1500px) {
  .navbar .btn-primary {
    width: 160px;
  }
  .navbar-brand {
    height: 34px;
    font-size: 2.4em;
  }
}
body {
  background: #0f2d2c;
  font-weight: 400;
  font: 14px Montserrat, Arial, sans-serif;
  color: #fff;
}

main {
  overflow: hidden;
}

.filter-bar {
  background: #f5f5f5;
}

.bg-dark {
  background: #353538;
}

.text-white {
  color: #fff;
}

.text-muted {
  color: #a8aab2;
}

a {
  color: inherit;
  transition: all 0.3s ease;
}

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

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

header {
  position: relative;
  padding-top: 106px;
}

header picture {
  position: absolute;
  top: 0;
  width: 100%;
}

.has-taper {
  position: relative;
}

.taper {
  position: relative;
  left: -5%;
  overflow: hidden;
  width: 110%;
  margin-top: -11%;
  border-top: 10px solid #735e4c;
  transform: rotate(6deg);
  transform-origin: 0 50%;
}

.taper > div {
  position: relative;
  left: 4.65%;
  width: 90.9%;
  transform: rotate(-6deg);
  transform-origin: 0 50%;
}

.taper-border {
  position: relative;
}

.taper-border:before,
.taper-border:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 10px;
  margin-top: -9%;
  padding-top: 20%;
  background: #735e4c;
}

.taper-border:after {
  right: 0;
}

.taper-spacer {
  width: 100%;
}

.taper-spacer:before {
  content: "";
  display: block;
  padding-top: 12%;
}

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

.gallery-taper:before {
  content: "";
  position: absolute;
  left: -5%;
  z-index: 20;
  display: block;
  width: 110%;
  padding-bottom: 20%;
  background: #091d1c;
  transform: rotate(-6deg);
  transform-origin: -78% 50%;
}

@media (min-width: 576px) {
  .taper {
    border-top-width: 15px;
  }
  .taper-border:before,
  .taper-border:after {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .taper {
    border-top-width: 20px;
  }
  .taper-border:before,
  .taper-border:after {
    width: 20px;
  }
}
.floorplan {
  position: relative;
}

.floorplan-label {
  width: 100%;
  text-align: center;
}

.floorplan-label strong {
  display: block;
  margin: 0 auto;
}

header .content {
  width: 100%;
}

.icon-knight-frank,
.icon-cushman-wakefield {
  font-size: 3em;
}

.agent-logo {
  width: auto;
  height: 46px;
}

.agent {
  line-height: 1.75em;
}

.icon-apam,
.icon-catella {
  font-size: 1.5em;
}

.icon-catella {
  margin-right: 10px;
  color: #aa1735;
}

.icon-apam {
  color: #421b50;
}

@media (min-width: 768px) {
  .icon-knight-frank,
  .icon-cushman-wakefield {
    font-size: 4em;
  }
  .icon-apam,
  .icon-catella {
    font-size: 2.2em;
  }
  .agent-logo {
    width: auto;
    height: 66px;
  }
}
.underline {
  position: relative;
}

.underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #735e4c;
  opacity: 0;
  transition: all 0.3s ease;
}

.underline:hover:before {
  bottom: -3px;
  opacity: 1;
}

#about {
  margin-top: -1px;
}

/* Elements */
.breadcrumb {
  background: #0f2d2c;
}

.breadcrumb-item:not(:first-of-type):before {
  display: inline-block;
  padding: 0 0.5rem;
  content: "/";
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

[class^=ratio-] img {
  height: 100%;
  object-fit: cover;
}