body {
  background: url("/cache/thumbs/0x0-none/background-bg.gif") repeat-y top 110px left, url("/cache/thumbs/0x0-none/background-bg.gif") repeat-y top 110px left 33%, url("/cache/thumbs/0x0-none/background-bg.gif") repeat-y top 110px left 67%, url("/cache/thumbs/0x0-none/background-bg.gif") repeat-y top 110px right;
}
.homeBanner {
  height: calc(100vh - 110px);
  min-height: 600px;
}
.homeBanner .w-banner2-style3,
.homeBanner .ui-banner,
.homeBanner .ui-banner-images,
.homeBanner .ui-banner-image {
  height: calc(100vh - 110px);
  min-height: 600px;
}
.homeBanner img {
  height: 100%;
}
@supports (object-fit: cover) {
  .homeBanner img {
    object-fit: cover;
  }
}
.logic-home .w-banner2-style3 {
  position: relative;
  z-index: 0;
}
.logic-home .w-banner2-style3:after,
.logic-home .w-banner2-style3:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
  z-index: 1;
}
.logic-home .w-banner2-style3:after {
  left: 33%;
}
.logic-home .w-banner2-style3:before {
  left: 67%;
}
.logic-home .w-banner2-style3 .ui-banner-textBox {
  width: 34%;
  min-height: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(193,35,31,0.75) !important;
  padding: calc(2.1875vw + 8px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.logic-home .w-banner2-style3 .more a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  content: '\f054';
}
.logic-home .w-banner2-style3 .more a:before {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .logic-home .w-banner2-style3:after,
  .logic-home .w-banner2-style3:before {
    display: none;
  }
  .logic-home .w-banner2-style3 .ui-banner-textBox {
    width: 66%;
  }
  .logic-home .w-banner2-style3 .aspect-16-9:after,
  .logic-home .w-banner2-style3 .aspect-16-9 .ui-banner-image:after {
    padding-top: 100%;
  }
}
.w-menu-grid-style3 {
  position: relative;
  z-index: 0;
}
.w-menu-grid-style3 .w-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.w-menu-grid-style3 .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.w-menu-grid-style3 .w-menu-gridThumb {
  position: relative;
  z-index: 0;
  width: 33.33% !important;
}
.w-menu-grid-style3 .w-menu-gridThumb a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  content: '\f054';
}
.w-menu-grid-style3 .w-menu-gridThumb a:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
.w-menu-grid-style3 .w-menu-gridThumb:hover {
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.75);
  box-shadow: 0 0 30px rgba(0,0,0,0.75);
  z-index: 1;
}
.w-menu-grid-style3 .w-menu-gridThumb:hover .w-menu-gridThumb-holder {
  background-color: #c1231f;
}
.w-menu-grid-style3 .w-menu-gridThumb:hover .image {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
}
.w-menu-grid-style3 .w-menu-gridThumb:hover a {
  text-decoration: none;
}
.w-menu-grid-style3 .w-menu-gridThumb:hover a:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
