* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  border-style: none;
}
img:not([src]) {
  content: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
.lower-case {
  text-transform: lowercase !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'zona-thin', sans-serif;
  font-size: 14px;
  line-height: 24px;
  overflow-x: hidden;
  border: 20px solid #fff;
}
.benedenBovenCookieNotification > a {
  color: #FDC800 !important;
  font-weight: bold;
}
::-moz-selection {
  background: #b1b2b2;
  /* WebKit/Blink Browsers */
  color: #fff;
  opacity: 1;
}
::selection {
  background: #b1b2b2;
  /* WebKit/Blink Browsers */
  color: #fff;
  opacity: 1;
}
::-moz-selection {
  background: #b1b2b2;
  /* Gecko Browsers */
  color: #b1b2b2;
  opacity: 1;
}
@font-face {
  font-family: 'zona-bold';
  src: url('/fonts/zonapro-bold-webfont.woff2') format('woff2'), url('/fonts/zonapro-bold-webfont.ttf') format("truetype"), url('/fonts/zonapro-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'zona-thin';
  src: url('/fonts/zonapro-thin-webfont.woff2') format('woff2'), url('/fonts/zonapro-thin-webfont.ttf') format("truetype"), url('/fonts/zonapro-thin-webfont.woff') format('woff');
  font-weight: light;
  font-style: normal;
}
/*!---------- MIXINS ----------*/
.v-align-children {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.v-align-children-column {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.v-align-bottom {
  position: relative;
  transform: translate3d(0, -90%, 0);
  -webkit-transform: translate3d(0, -90%, 0);
  top: 90%;
  z-index: 2;
}
.box-shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
}
/*!---------- COLOURS ----------*/
.heading-color {
  color: #6e6e6e;
}
.bg-primary {
  background: #000 !important;
}
.bg-secondary {
  background: #f4f4f4 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-dark {
  background: #000 !important;
}
.color-body {
  color: #6e6e6e !important;
}
.color-primary {
  color: #000 !important;
}
.color-white {
  color: #fff !important;
}
/*!---------- TYPOGRAPHY ----------*/
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
.bold {
  font-family: 'zona-bold';
  color: #000 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'zona-thin', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6e6e6e;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 43px;
}
@media all and (max-width: 990px) {
  h1.large {
    font-size: 56px;
    line-height: 64px;
  }
}
h2 {
  font-size: 32px;
  line-height: 32px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  h1,
  h1.large,
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  h6,
  .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}
.uppercase {
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  color: #6e6e6e;
}
a {
  color: #6e6e6e;
  cursor: pointer;
}
.image-bg a,
.bg-primary a {
  color: #fff;
}
.image-bg a:hover,
.bg-primary a:hover {
  color: #fff;
}
.underline {
  text-decoration: underline;
}
.text-left {
  text-align: left !important;
}
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
}
.sub {
  font-size: 14px;
}
ul {
  list-style: none;
  line-height: 24px;
}
ul[data-bullet] li a {
  margin-right: 6px;
  display: inline-block;
}
ul[data-bullet] li:hover a {
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
ul[data-bullet] li i {
  color: #6e6e6e;
}
/*!---------- BUTTONS ----------*/
.btn {
  font-family: 'zona-thin', sans-serif;
  text-decoration: none;
  font-size: 18px;
  height: 48px;
  line-height: 44px;
  padding: 0px 26px 0px 26px;
  border: 2px solid #d9dada;
  border-radius: 0px;
  margin-right: 20px;
}
.btn-white {
  border: 2px solid #fff;
}
.btn:hover {
  color: #666;
  background-color: rgba(0, 0, 0, 0.08);
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn:last-of-type {
  margin-right: 0px;
}
@media all and (max-width: 767px) {
  .btn {
    margin-right: 0px;
  }
}
/*!----------  SECTIONS ----------*/
section,
footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
footer {
  padding-top: 16px;
  padding-bottom: 0px;
}
.bg-dark h1,
nav.bg-dark h1,
footer.bg-dark h1,
.bg-primary h1,
.bg-dark h2,
nav.bg-dark h2,
footer.bg-dark h2,
.bg-primary h2,
.bg-dark h3,
nav.bg-dark h3,
footer.bg-dark h3,
.bg-primary h3,
.bg-dark h4,
nav.bg-dark h4,
footer.bg-dark h4,
.bg-primary h4,
.bg-dark h5,
nav.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
nav.bg-dark h6,
footer.bg-dark h6,
.bg-primary h6 {
  color: #fff;
}
.bg-dark p,
nav.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
nav.bg-dark span,
footer.bg-dark span,
.bg-primary span,
.bg-dark li,
nav.bg-dark li,
footer.bg-dark li,
.bg-primary li {
  color: #fefefe;
}
@media all and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
.overlay-heavy:before {
  opacity: 0.6;
}
.bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.1;
  z-index: 2;
}
.image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
  color: #fff;
}
.image-bg p,
.image-bg span,
.image-bg li {
  color: #fff;
}
.image-bg .container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
.container.image-bg .row {
  position: relative;
  z-index: 3;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
/*!---------- NAVIGATION ----------*/
.logo {
  height: 70px;
}
.logo-home {
  height: 70px;
}
#mainNav {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'zona-thin', sans-serif;
  text-transform: lowercase;
}
.navbar {
  background: #fff;
}
.nav-item {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  text-decoration: none;
}
.nav-item:hover {
  border-bottom: 1px solid #ccc;
}
.nav-item:visited {
  color: #000;
}
.active .nav-item {
  border-bottom: 1px solid #ccc;
}
.navbar-nav li {
  margin-right: 32px;
}
.navbar-nav li:last-of-type {
  margin-right: 0px;
}
#mainNav.navbar-home {
  background: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'zona-thin', sans-serif;
  text-transform: lowercase;
}
.navbar-home .nav-item {
  color: #fff;
}
.navbar-home .nav-item:hover {
  border-bottom: 1px solid #fff;
}
.navbar-home .nav-item:visited {
  color: #fff;
}
#mainNav.navbar-shrink .nav-item:hover {
  border-bottom: 1px solid #000;
}
.navbar-toggler {
  position: fixed;
  z-index: 99999;
  right: 20px;
  top: 20px;
  background-color: none;
  border: none;
}
.navbar-toggler:focus {
  border: none;
}
.navbar-toggler.collapsed:before {
  font-size: 1.3em;
  color: #ccc;
  border: none;
  /* >> Symbol you want to use: */
  content: "\F0C9";
  /* >> Name of the FA free font (mandatory), e.g.:
               - 'Font Awesome 5 Free' for Regular and Solid symbols;
               - 'Font Awesome 5 Brand' for Brands symbols. */
  font-family: 'Font Awesome 5 Free';
  /* >> Weight of the font (mandatory):
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols;
               - 300 for Light symbols. */
  font-weight: 900;
  /* >> Optional styling: */
  display: inline-block;
  /* ... */
}
.navbar-toggler:before {
  font-size: 1.5em;
  color: #666;
  border: none;
  /* >> Symbol you want to use: */
  content: "\F00D";
  /* >> Name of the FA free font (mandatory), e.g.:
               - 'Font Awesome 5 Free' for Regular and Solid symbols;
               - 'Font Awesome 5 Brand' for Brands symbols. */
  font-family: 'Font Awesome 5 Free';
  /* >> Weight of the font (mandatory):
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols;
               - 300 for Light symbols. */
  font-weight: 900;
  /* >> Optional styling: */
  display: inline-block;
  /* ... */
}
#mainNav {
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
#mainNav.navbar-shrink {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mainNav.navbar-shrink .nav-item {
  color: #000;
}
#mainNav.navbar-shrink .logo-top {
  width: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#mainNav .logo-scrolled {
  height: 70px;
  visibility: hidden;
  opacity: 0;
}
#mainNav.navbar-shrink .logo-scrolled {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainNav .navbar-brand {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .navbar-nav {
    padding-top: 32px;
  }
  .nav-item {
    margin-right: 0px;
    margin-bottom: 16px;
    padding-left: 30px;
    font-size: 28px;
  }
  .active .nav-item {
    border-bottom: none;
  }
  .logo {
    height: 30px;
  }
  .navbar-nav li {
    margin-bottom: 32px;
  }
  .navbar-home .nav-item {
    color: #6e6e6e;
  }
  .navbar-home .nav-item:visited {
    color: #6e6e6e;
  }
  .navbar-home .nav-item:hover {
    border-bottom: none;
  }
  .navbar-nav {
    height: 100vh;
    width: 90%;
    right: 0;
    top: 0;
    padding-top: 64px;
    position: fixed;
    z-index: 99998;
    background: rgba(238, 238, 238, 0.95);
  }
}
/*!---------- PROJECTS ----------*/
.filter-item {
  margin-right: 24px;
}
.filter-item:hover {
  margin-right: 24px;
  border-bottom: 1px solid #ccc;
}
.filter-item.mixitup-control-active {
  border-bottom: 1px solid #ccc;
}
.project-tile {
  position: relative;
  width: 100%;
  background: #000;
  text-align: center;
}
.project-tile * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.project-tile img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  vertical-align: top;
}
.project-tile .hvr-content {
  position: absolute;
  font-size: 18px;
  width: 100%;
  opacity: 0;
  top: 50%;
  color: #fff;
  -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.project-tile .hvr-content .line {
  border-bottom: 1px solid #fff;
  width: 140px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.town {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.project-tile a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.project-tile:hover img {
  opacity: 0.15;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.project-tile:hover .hvr-content {
  opacity: 1;
  -webkit-transform: translate(0%, -50%) scale(1);
  transform: translate(0%, -50%) scale(1);
  -webkit-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
span.projects-line {
  border-bottom: 1px solid #b1b2b2;
  width: 240px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.project-next a {
  padding-right: 16px;
}
.project-previous a {
  padding-left: 16px;
}
.project-next a:hover {
  padding-right: 12px;
  text-decoration: underline;
}
.project-previous a:hover {
  padding-left: 12px;
  text-decoration: underline;
}
.project-overview a:hover {
  text-decoration: underline;
}
/*!---------- EMPLOYEES ----------*/
.employee {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .employee {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    margin-bottom: 32px;
  }
}
.social {
  font-size: 20px;
  color: #c5c5c5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.social:hover {
  color: #000;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*!---------- CONTACT ----------*/
.contact-section {
  background-size: 70vw;
  background-position: right;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .contact-section {
    background-size: 60vw;
  }
}
@media (max-width: 991.98px) {
  .contact-section {
    background-size: 0px;
  }
}
/*!---------- HEADER ----------*/
.page-title {
  padding: 0;
  height: 365px;
  margin-top: 100px;
}
.page-title.fullscreen {
  height: calc(100vh - 20px);
  margin-top: 0px;
}
@media all and (max-width: 990px) {
  .page-title.fullscreen {
    height: 50vh;
  }
}
.slogan {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 999;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 9px;
}
/*!---------- FOOTER ----------*/
footer {
  color: #6e6e6e;
  font-size: 12px;
}
footer a {
  color: #6e6e6e;
}
footer a:hover {
  color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
footer small {
  font-size: 12px;
}
/*!---------- SPACING ----------*/
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb240 {
  margin-bottom: 240px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}
@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}
