@import url('https://use.typekit.net/vjp3uku.css');
@font-face {
  font-family: 'Esteban';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GdOs.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
html {
  -webkit-tap-highlight-color: rgba(131, 131, 131, 0.8);
}
body {
  position: relative;
}
body {
  font-family: 'Inter', sans-serif;
  color: #5B5656;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-active {
  overflow: hidden !important;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: inherit;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
}
h1 + p,
h2 + p,
h3 + p {
  padding-top: 15px;
}
p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
p + p {
  padding-top: 15px;
}
.container-fluid {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    max-width: 1710px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.container-fluid .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .container-fluid .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.xs-only {
  display: block!important;
}
@media only screen and (min-width: 768px) {
  .xs-only {
    display: none!important;
  }
}
.no-margins {
  margin: 0!important;
}
.fadeItem {
  opacity: 0;
}
.hide-element2 {
  visibility: hidden;
  opacity: 0;
}
.special-font {
  font-family: 'richmond-display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
@media only screen and (min-width: 992px) {
  .special-font {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: normal;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  min-height: 0 !important;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.release_v1_0_3 {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.cky-consent-bar {
  padding: 14px 24px !important;
}
.cky-consent-bar .cky-notice .cky-title {
  display: none;
}
.cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des a {
  text-decoration: underline;
}
.cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  padding: 6px 24px;
  font-weight: 500;
  margin: 0 8px 0 0;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  min-height: 0;
}
.project-nav .container-fluid .row [class*="col-"]:last-child,
.project-nav .container .row [class*="col-"]:last-child {
  text-align: right;
}
.project-nav a {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .project-nav a {
    font-size: 21px;
    line-height: 27px;
  }
}
.project-nav a span {
  color: #5B5656;
  font-size: 14px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .project-nav a span {
    font-size: 16px;
  }
}
.project-nav2 {
  position: relative;
  border: 1px solid #000000;
  border-left-width: 0;
  border-right-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  margin-bottom: 30px;
  outline: none;
  cursor: pointer;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
  .project-nav2 {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .project-nav2 {
    padding: 60px 60px;
  }
}
.project-nav2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  display: none;
}
@media only screen and (min-width: 992px) {
  .project-nav2:before {
    display: block;
  }
}
.project-nav2 .project-name {
  position: relative;
  font-family: 'Esteban', serif;
  color: #000000;
  text-transform: uppercase;
  -ms-flex: 1;
  flex: 1;
}
.project-nav2 .project-name span {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  padding-right: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .project-nav2 .project-name span {
    font-size: 45px;
    line-height: 45px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .project-nav2 .project-name span {
    font-size: 90px;
    line-height: 90px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .project-nav2 .project-name span {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .project-nav2 .project-name span {
    font-size: 120px;
    line-height: 120px;
  }
}
.project-nav2 .project-name span span {
  position: absolute;
  top: -25px;
  left: 0;
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .project-nav2 .project-name span span {
    top: -30px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .project-nav2 .project-name span span {
    top: -40px;
    font-size: 23px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .project-nav2 .project-name span span:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
.project-nav2 .project-thumbnail {
  position: relative;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
@media only screen and (min-width: 768px) {
  .project-nav2 .project-thumbnail {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .project-nav2 .project-thumbnail {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .project-nav2 .project-thumbnail {
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
  }
}
@media only screen and (min-width: 1400px) {
  .project-nav2 .project-thumbnail {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
  }
}
.project-nav2 .project-thumbnail .image {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.project-nav2 .project-thumbnail .image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .project-nav2 .project-thumbnail .image:hover {
    opacity: .75;
  }
}
@media only screen and (min-width: 992px) {
  .project-nav2:hover:before {
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 992px) {
}
.btn {
  border-radius: 0;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-primary:hover {
  background-color: #2e2e2e;
}
.btn.full-width {
  display: block;
  width: 100%;
}
label {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group .form-group-select {
  position: relative;
}
.form-group .form-group-select:after {
  position: absolute;
  font-size: 4rem;
  content: " " !important;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 1.125rem;
  right: 0.75rem;
  color: #000000;
  pointer-events: none;
}
.form-group.large-space {
  padding: 6.5rem 0;
}
@media only screen and (min-width: 768px) {
  .form-group.large-space {
    padding: 12.5rem 0;
  }
}
.form-group.medium-space {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .form-group.medium-space {
    padding: 6rem 0;
  }
}
.form-group.small-space {
  padding: 2rem 0;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .form-group.small-space {
    padding: 2rem 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.675rem 0.75rem 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.form-control:active {
  outline: none!important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f7f7f7;
  border-color: #000000;
}
select.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 3rem !important;
  border-radius: 3px;
}
select.form-control.mce_inline_error {
  border-color: #6B0505;
}
.separator {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .separator {
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1400px) {
}
.separator.line {
  height: 2px;
  min-height: 2px !important;
}
.separator.line:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
}
.separator.line.large {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .separator.line.large {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.separator.line.medium {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .separator.line.medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.separator.line.small {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .separator.line.small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.separator.large {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .separator.large {
    padding-top: 70px;
  }
}
.separator.medium {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .separator.medium {
    padding-top: 35px;
  }
}
.separator.small {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .separator.small {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .separator.mobile-only {
    display: none;
  }
}
.widget {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
}
.widget.no-space {
  margin-top: 0!important;
}
.widget.bkg-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .widget.bkg-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .widget.bkg-padding {
    padding: 40px 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.widget.bkg-padding-top .description {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .widget.bkg-padding-top .description {
    padding: 40px 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.widget.bkg-padding-top .description + .image-bg {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .widget.bkg-padding-top .description + .image-bg {
    margin-top: 0;
  }
}
.widget.cover .image .image-block {
  margin-left: -15px;
  margin-right: -15px;
  height: calc(100vh - 57px);
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .widget.cover .image .image-block {
    padding: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .widget.cover .image .image-block {
    margin-top: -40px;
  }
}
.widget.cover .image .image-block .image-wrapper {
  height: 100% !important;
}
.widget.cover .image .image-block .image-wrapper > img {
  visibility: hidden;
}
.widget.cover .image .image-placeholder {
  max-width: 100% !important;
}
.widget.cover-fullwidth,
.widget.fullwidth-image {
  filter: blur(0);
  transition: filter 0.5s ease-out;
  /* Added 08.27 */
}
.widget.cover-fullwidth.blur-loaded,
.widget.fullwidth-image.blur-loaded {
  filter: blur(0);
  /* Added 08.27 */
}
@media only screen and (max-width: 767px) {
  .widget.cover-fullwidth {
    padding: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .widget.cover-fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .widget.cover-fullwidth {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.widget.cover-fullwidth .image {
  position: relative;
  height: calc(100vh - 57px);
}
@media only screen and (min-width: 992px) {
  .widget.cover-fullwidth .image {
    height: calc(100vh - 60px);
  }
}
.widget.cover-fullwidth .image .image-block {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
}
.widget.cover-fullwidth .image .image-block .image-wrapper {
  position: relative;
  height: calc(100vh - 57px);
}
@media only screen and (min-width: 992px) {
  .widget.cover-fullwidth .image .image-block .image-wrapper {
    height: calc(100vh - 60px);
  }
}
.widget.cover-fullwidth .image .image-block .image-wrapper > img {
  visibility: hidden;
}
.widget.cover-fullwidth .image .image-placeholder {
  max-width: 100% !important;
}
.widget.fullwidth-image .image {
  background-color: transparent !important;
}
@media only screen and (min-width: 768px) {
  .widget.fullwidth-image .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 992px) {
  .widget.fullwidth-image .image {
    margin: 0 -60px;
  }
}
.widget.fullwidth-image .image .image-block {
  margin-left: -15px;
  margin-right: -15px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .widget.fullwidth-image .image .image-block {
    padding: 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .widget.fullwidth-image .image .image-block {
    max-height: calc(100vh - 130px);
    overflow-y: hidden;
  }
}
.widget.fullwidth-image .image .image-block .image-wrapper > img {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .widget.fullwidth-image .image .image-block .image-wrapper > img {
    visibility: hidden;
  }
}
.widget.fullwidth-image .image .image-placeholder {
  max-width: 100% !important;
}
.widget.widget-02 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description .description-wrapper {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description > div {
    font-size: 25px;
    line-height: 145%;
    letter-spacing: normal !important;
  }
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description h1 {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: .75px;
  }
}
.widget-01.version-2 .description h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description h2 {
    font-size: 33px;
    line-height: 135%;
    letter-spacing: .75px;
  }
}
.widget-01.version-2 .description h2 + p {
  padding-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description h2 + p {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description p {
    font-size: 25px;
    line-height: 145%;
    letter-spacing: normal !important;
  }
}
.widget-01.version-2 .description div.categories {
  padding: 2rem 0 2rem 0;
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description div.categories {
    padding: 5rem 0 0 0;
  }
}
.widget-01.version-2 .description div.categories ul {
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description div.categories ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
    margin-right: 0;
  }
}
.widget-01.version-2 .description div.categories ul li {
  font-size: .75rem;
  line-height: normal;
  padding: .5rem 1rem;
  background-color: #FFF3E2;
  border-radius: 1rem;
  display: inline-block;
  text-transform: initial;
  margin: 0 .5rem .75rem 0;
}
@media only screen and (min-width: 992px) {
  .widget-01.version-2 .description div.categories ul li {
    font-size: 1.375rem;
    padding: 0.75rem 1.875rem;
    border-radius: 2rem;
    margin: 0;
  }
}
@keyframes fadeInW20 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInW20 {
  animation: fadeInW20 5s forwards;
}
@keyframes fadeOutW20 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOutW20 {
  animation: fadeOutW20 5s forwards;
}
.widget-20.full-width {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .widget-20.full-width {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 992px) {
  .widget-20.full-width {
    margin: 0 -60px;
  }
}
.widget-20.full-width .container-fluid {
  max-width: 100%;
}
.widget-20 .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity 2s ease-in-out;
}
.widget-20 .item:nth-child(5) {
  z-index: 5;
}
.widget-20 .item:nth-child(4) {
  z-index: 4;
}
.widget-20 .item:nth-child(3) {
  z-index: 3;
}
.widget-20 .item:nth-child(2) {
  z-index: 2;
}
.widget-20 .item:nth-child(1) {
  z-index: 1;
  opacity: 0;
}
.widget-20 .item.visible {
  opacity: 1;
}
.widget-20 .thumbnail {
  position: relative;
  display: block;
}
.widget-20 .thumbnail > img {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.widget-20 .thumbnail .item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  transition: opacity 2s ease-in-out;
}
.widget-20 .thumbnail .item:nth-child(1) {
  z-index: 5;
}
.widget-20 .thumbnail .item:nth-child(2) {
  z-index: 4;
}
.widget-20 .thumbnail .item:nth-child(3) {
  z-index: 3;
}
.widget-20 .thumbnail .item:nth-child(4) {
  z-index: 2;
}
.widget-20 .thumbnail .item:nth-child(5) {
  z-index: 1;
}
.widget-20 .thumbnail .item.visible {
  opacity: 1;
}
.widget-20 .thumbnail .logo-over {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}
@media only screen and (min-width: 768px) {
  .widget-20 .thumbnail .logo-over {
    max-width: 35%;
  }
}
.widget-20 .thumbnail .logo-over img {
  width: 100%;
}
.widget-21 {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0 !important;
  margin: 0;
  min-height: calc(100vh - 60px);
}
.widget-21.full-width {
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .widget-21.full-width {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 992px) {
  .widget-21.full-width {
    margin: 0 -60px;
  }
}
.widget-21.full-width .container-fluid {
  max-width: 100%;
}
.widget-21.full-width .description-top,
.widget-21.full-width .description-bottom {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (min-width: 768px) {
  .widget-21.full-width .description-top,
  .widget-21.full-width .description-bottom {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  .widget-21.full-width .description-top,
  .widget-21.full-width .description-bottom {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.widget-21 .description-top {
  margin-top: auto;
  padding: 8vh 0 4vh 0;
}
.widget-21 .description-bottom {
  padding: 8vh 0;
}
.contact-form {
  margin: 0 auto;
}
.contact-form form {
  padding-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .contact-form form {
    padding-top: .75rem;
  }
}
@media only screen and (max-width: 767px) {
}
.contact-form .form-group {
  margin-bottom: 2rem;
}
.contact-form .form-group.recaptcha-disclaimer {
  margin-bottom: 0;
  transform: translateY(-20px);
  display: none !important;
}
.contact-form .form-group.recaptcha-disclaimer p {
  line-height: normal;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group.recaptcha-disclaimer p {
    max-width: 100%;
  }
}
.contact-form .form-group.recaptcha-disclaimer p small {
  font-size: 70% !important;
}
.contact-form .form-group button {
  border-radius: 3px !important;
}
.contact-form .form-group .wpcf7-list-item {
  margin: 0 0 0 0 !important;
}
.contact-form .form-group .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.contact-form .form-group .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}
.contact-form .form-group .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  border: 3px solid #000000;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:before {
    top: 3px;
  }
}
.contact-form .form-group .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 14px;
  background: #ffffff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
  display: none;
}
.contact-form .form-group .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #000000;
}
.contact-form .form-group .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  display: block;
}
.contact-form .form-group.custom-field {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group.custom-field {
    margin-bottom: 4rem;
  }
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  transition: transition, all 0.2s ease-out;
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap:focus::placeholder {
  color: transparent !important;
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap:hover:after,
.contact-form .form-group.custom-field .wpcf7-form-control-wrap:focus:after,
.contact-form .form-group.custom-field .wpcf7-form-control-wrap:active:after {
  height: 4px;
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap input.form-control {
  position: relative;
  padding: 0.675rem 0.75rem 0.625rem 0;
  border-width: 0 0 0 0 !important;
  border-radius: 0 !important;
  font-size: 1.25rem;
  text-transform: inherit !important;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group.custom-field .wpcf7-form-control-wrap input.form-control {
    padding: 1rem 0.75rem 1rem 0;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap input.form-control:focus,
.contact-form .form-group.custom-field .wpcf7-form-control-wrap input.form-control:active {
  outline: none!important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  border-color: transparent;
}
.contact-form .form-group.custom-field .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
}
.contact-form .form-group.custom-field.required .wpcf7-form-control-wrap:before {
  content: "*";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #EC131E;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group.custom-field.required .wpcf7-form-control-wrap:before {
    font-size: 1.5rem;
  }
}
.contact-form .form-group.wpcf7-submit-placeholder p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.contact-form .form-group.wpcf7-submit-placeholder p:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../svg/arrow-right-black.svg');
  width: 32px;
  height: 32px;
  display: block;
  transition: .3s;
}
.contact-form .form-group.wpcf7-submit-placeholder p:hover:before {
  transform: translate(10px, -50%);
}
.contact-form .form-group.wpcf7-submit-placeholder .wpcf7-spinner {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .contact-form .form-group.novalidate {
    margin-top: 30px;
  }
}
.contact-form label {
  font-size: 1.25rem;
  text-transform: inherit !important;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .contact-form label {
    font-size: 1.5rem;
  }
}
.contact-form a {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .contact-form a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form a:hover:before {
    width: 100%;
  }
}
.contact-form textarea.form-control {
  height: 10.25rem !important;
  border-radius: 3px;
  resize: none;
}
@media only screen and (min-width: 768px) {
  .contact-form textarea.form-control {
    height: 10.25rem !important;
    font-size: 1rem;
  }
}
.contact-form .btn {
  font-weight: 300;
  padding: 1.325rem 3rem 1.325rem;
  height: 4.5rem;
  border-radius: 3px !important;
}
.contact-form .btn.btn-primary {
  position: relative;
  height: auto;
  padding: 1.325rem 2.5rem 1.325rem 0;
  border: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1rem;
  color: #000000;
  background-color: #ffffff;
}
.contact-form .btn.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000 !important;
}
.contact-form .services {
  list-style: none;
  margin: 0.75rem 0 0 0;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center!important;
}
.contact-form .services li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: -1px;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .contact-form .services li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form .services li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.contact-form .services li:nth-child(3) {
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contact-form .services li:nth-child(3) {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
.contact-form .services li:last-child {
  border-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .contact-form .services li:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form .services li:nth-last-child(-n+3) {
    border-bottom: 1px solid #000000;
  }
}
.contact-form .services li .form-group {
  display: flex;
  align-items: center!important;
  margin-bottom: 0;
}
.contact-form .services li label {
  text-transform: inherit !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
}
.contact-form .services li input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 0.625rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
}
.contact-form .services li input[type=checkbox]:checked {
  background-color: #000000;
}
.contact-form div.mce_inline_error {
  margin: 0 0 0 0 !important;
  padding: 5px 0 0 0 !important;
  color: #6B0505 !important;
  background-color: transparent !important;
}
.contact-form .description {
  font-size: 18px;
  line-height: 24px;
  opacity: 1;
  color: #000000;
  transition: opacity 1s ease-in, margin 1s ease-in;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .contact-form .description {
    font-size: 21px;
    line-height: 27px;
  }
}
.contact-form .description .description-wrapper {
  max-width: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .contact-form .description .description-wrapper {
    max-width: 50%;
  }
}
.contact-form .description .description-wrapper.center_alignment {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contact-form .description .description-wrapper.center_alignment {
    width: 100%;
    margin: 0 auto;
  }
}
.contact-form .description .description-wrapper.right_alignment {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contact-form .description .description-wrapper.right_alignment {
    width: 50%;
    float: right;
  }
}
.contact-form .description ul.categories {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  list-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-form .description ul.categories {
    display: block;
  }
}
.contact-form .description ul.categories li {
  display: inline;
  text-transform: uppercase;
  color: #acacac;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .contact-form .description ul.categories li {
    font-size: 16px;
  }
}
.contact-form .description ul.categories li + li {
  margin-left: 0;
}
.contact-form .description ul.categories + p {
  padding-top: 35px;
}
@media only screen and (min-width: 992px) {
  .contact-form .description ul.categories + p {
    padding-top: 70px;
  }
}
.contact-form .description ul + p {
  padding-top: 15px;
}
.contact-form .description .description-block {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .contact-form .description .description-block {
    padding-bottom: 3rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form .description .description-block {
    padding-bottom: 4rem !important;
  }
}
.contact-form .description .description-block + .description-block {
  position: relative;
  padding-top: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .contact-form .description .description-block + .description-block {
    padding-top: 3rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .contact-form .description .description-block + .description-block {
    padding-top: 4rem !important;
  }
}
.contact-form .description .description-block + .description-block:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8rem;
  height: 1px;
  display: block;
  background-color: #000000;
}
.contact-form .description h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .contact-form .description h1 {
    font-size: 2.5rem;
  }
}
.contact-form .description h1 + p,
.contact-form .description h1 + .description-block {
  padding-top: 35px;
}
@media only screen and (min-width: 992px) {
}
.contact-form .description h3 {
  font-size: 26px;
  line-height: 36px;
  color: #000000;
}
.contact-form .description h4 {
  font-size: 23px;
  line-height: 31px;
  color: #236D93;
}
.contact-form .description h4 a {
  color: #236D93;
  display: inline-block;
}
.contact-form .description h4 a + a {
  margin-left: 10px;
}
.contact-form .description h5 {
  font-size: 22px;
  line-height: 26px;
  color: #7A787B;
  text-transform: uppercase;
}
.contact-form .form-block.hide-form form {
  display: none !important;
}
.contact-form .form-block.hide-form .thank-you-msg {
  display: block;
}
.contact-form .form-block .thank-you-msg {
  font-size: 18px;
  line-height: 24px;
  opacity: 1;
  color: #000000;
  transition: opacity 1s ease-in, margin 1s ease-in;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 992px) {
  .contact-form .form-block .thank-you-msg {
    font-size: 21px;
    line-height: 27px;
    padding-top: .75rem;
  }
}
.widget-services {
  color: #000000;
}
@media only screen and (max-width: 767px) {
}
.widget-services h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .widget-services h1 {
    font-size: 2.5rem;
  }
}
.widget-services .description {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0 0 0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .widget-services .description {
    padding: 20px 0 0 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .widget-services .description {
    font-size: 20px;
    line-height: 38px;
    padding: 10px 0 0 0;
  }
}
.widget-services .description a {
  background-repeat: unset;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
}
.widget-services .image-service {
  padding-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .widget-services .image-service {
    padding-top: 3rem;
  }
}
.widget-services .image-service img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.widget-services .item {
  padding-bottom: 60px;
  font-size: 20px;
}
.widget-services .item h3 {
  font-size: 25px !important;
  line-height: 30px;
}
.widget-services .item ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .widget-services .item ul {
    padding: 40px 0 0 0;
  }
}
.widget-services .item ul li {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .widget-services .item ul li {
    font-size: 20px;
    line-height: 38px;
  }
}
.widget-services.layout-service-1 h1,
.widget-services.layout-service-1 h2 {
  font-weight: 500;
}
.widget-services.layout-service-1 h1 {
  font-weight: 500;
  font-size: 30px !important;
  line-height: normal !important;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-1 h1 {
    font-size: 45px !important;
  }
}
.widget-services.layout-service-1 .description {
  padding: 0 0 0 0;
}
.widget-services.layout-service-1 .item h3 {
  font-weight: 700;
  font-size: 22px !important;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-1 .item h3 {
    font-size: 22px !important;
  }
}
.widget-services.layout-service-1 .item h3 + ul {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-1 .item h3 + ul {
    padding: 40px 0 0 0;
  }
}
.widget-services.layout-service-1 .item ul {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-1 .item ul {
    padding: 0 0 0 0;
  }
}
.widget-services.layout-service-1 .item ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-1 .item ul li {
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 2px;
  }
}
.widget-services.layout-service-1 .item ul li a {
  color: #000000;
  text-decoration: none;
}
.widget-services.layout-service-1 .row + .row.justify-content-between {
  padding-top: 54px;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-1 .row + .row.justify-content-between {
    padding-top: 54px;
  }
}
.widget-services.layout-service-2 h1,
.widget-services.layout-service-2 h2 {
  font-weight: 700;
}
.widget-services.layout-service-2 h2 {
  font-weight: 700;
  font-size: 32px !important;
  line-height: normal !important;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-2 h2 {
    font-size: 48px !important;
    line-height: 48px !important;
    transform: translateY(-16px);
  }
}
.widget-services.layout-service-2 .description {
  padding: 0 0 0 0;
}
.widget-services.layout-service-2 .items-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .widget-services.layout-service-2 .items-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .widget-services.layout-service-2 .items-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.widget-services.layout-service-2 .item {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .widget-services.layout-service-2 .item {
    padding-bottom: 1.5rem;
  }
}
.widget-services.layout-service-2 .item h3 {
  font-weight: 700;
  font-size: 22px !important;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-2 .item h3 {
    font-size: 26px !important;
  }
}
.widget-services.layout-service-2 .item h3 + ul {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-2 .item h3 + ul {
    padding: 24px 0 0 0;
  }
}
.widget-services.layout-service-2 .item ul {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-2 .item ul {
    padding: 0 0 0 0;
  }
}
.widget-services.layout-service-2 .item ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-2 .item ul li {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
.widget-services.layout-service-2 .item ul li a {
  color: #000000;
  text-decoration: none;
}
.widget-services.layout-service-2 .row + .row.justify-content-between {
  padding-top: 54px;
}
@media only screen and (min-width: 992px) {
  .widget-services.layout-service-2 .row + .row.justify-content-between {
    padding-top: 54px;
  }
}
.widget-services .row + .row.justify-content-between {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .widget-services .row + .row.justify-content-between {
    padding-top: 90px;
  }
}
.widget-collage .item img {
  width: 100%;
  height: auto;
}
.widget-collage .item .item-wrapper {
  transition: opacity 1s ease-in, margin 1s ease-in;
}
.widget-collage .item .item-wrapper p + img,
.widget-collage .item .item-wrapper p + .image {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
}
.widget-testimonial h2 {
  font-size: 1.75rem;
  margin-bottom: 20px !important;
}
.widget-testimonial .testimonial-connect {
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 992px) {
  .widget-testimonial .testimonial-connect {
    margin-bottom: 40px !important;
  }
}
.widget-testimonial .testimonial-connect a {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .widget-testimonial .testimonial-connect a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .widget-testimonial .testimonial-connect a:hover:before {
    width: 100%;
  }
}
.widget-testimonial .owl-carousel .owl-dots {
  text-align: left;
  padding-top: 5px;
}
.widget-testimonial .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #acacac;
}
.widget-testimonial .owl-carousel .owl-dots .owl-dot.active span {
  background: #000000;
}
.widget-testimonial p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .widget-testimonial p {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.91px;
  }
}
.widget-testimonial h5 {
  color: #acacac;
  font-size: 14px;
  letter-spacing: .5px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .widget-testimonial h5 {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .widget-testimonial h5 {
    font-size: 16px;
    letter-spacing: .7px;
  }
}
@media only screen and (max-width: 767px) {
}
.widget-related .product-list2 h2 {
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
}
.widget-related .product-list2 .item {
  padding-top: 24px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .widget-related .product-list2 .item {
    padding-top: 24px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .widget-related .product-list2 .item {
    padding-top: 30px;
  }
}
.widget-related .product-list2 .item .image {
  cursor: pointer;
  position: relative;
}
.widget-related .product-list2 .item .image .image-featured,
.widget-related .product-list2 .item .image .image-alternative {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 236px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.2s ease-in;
}
.widget-related .product-list2 .item .image .image-alternative {
  opacity: 0;
}
.widget-related .product-list2 .item .name {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .widget-related .product-list2 .item .name {
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .widget-related .product-list2 .item.details-no {
    margin-bottom: 0;
  }
}
.widget-related .product-list2 .item.details-no .name,
.widget-related .product-list2 .item.details-no .categories {
  display: none !important;
}
.widget-related .product-list2 .item.rollover-no .image .image-alternative {
  visibility: hidden;
}
@keyframes width-animation {
  from {
    width: 0;
  }
  to {
    width: 0;
  }
}
@keyframes opacity-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.widget-animated-text {
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}
@media only screen and (min-width: 768px) {
  .widget-animated-text {
    font-size: 52px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .widget-animated-text {
    font-size: 64px;
    line-height: 76px;
  }
}
.widget-animated-text .animated-text-wrapper {
  display: inline;
}
.widget-animated-text .animated-text-wrapper > span {
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
  .widget-animated-text .animated-text-wrapper > span:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 5px;
    background-color: #000000;
    height: 3px;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .widget-animated-text .animated-text-wrapper > span:before {
    bottom: -10px;
    height: 5px;
  }
}
.widget-animated-text .animated-text-wrapper > span > span {
  position: relative;
  display: inline-block;
}
.widget-animated-text .animated-text-wrapper > span > span:after {
  content: "\00a0";
}
.widget-animated-text .animated-text-wrapper > span > span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  background-color: #000000;
  height: 3px;
}
@media only screen and (min-width: 768px) {
  .widget-animated-text .animated-text-wrapper > span > span:before {
    position: relative;
    bottom: -5px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
}
.widget-animated-text .animated-text-wrapper > span.active {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .widget-animated-text .animated-text-wrapper > span.active {
    animation: opacity-animation ease-in-out 0.8s forwards;
  }
}
@media only screen and (min-width: 768px) {
  .widget-animated-text .animated-text-wrapper > span.active:before {
    animation: width-animation ease-in-out 0.5s forwards;
  }
}
@media only screen and (min-width: 992px) {
}
.widget-animated-text .animated-text-wrapper > span.active > span {
  position: relative;
}
.widget-animated-text .animated-text-wrapper > span.active > span:before {
  animation: width-animation ease-in-out 0.5s forwards;
}
@media only screen and (min-width: 768px) {
  .widget-animated-text .animated-text-wrapper > span.active > span:before {
    animation: none;
  }
}
.widget-video-mobile .video-mobile-wrapper {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .widget-video-mobile .video-mobile-wrapper {
    max-width: 100% !important;
  }
}
.widget-video-mobile .video-mobile-wrapper .half-bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5000px;
  height: 50%;
  z-index: 0;
  background-color: #fff;
}
.widget-video-mobile .video-mobile-wrapper .half-bg.bkg-default {
  height: 100%;
}
.widget-video-mobile .video-mobile-wrapper .half-bg.bkg-bottom {
  bottom: 0;
}
.widget-video-mobile .video-mobile-wrapper .half-bg.bkg-top {
  top: 0;
}
.widget-video-mobile .video-mobile-placeholder {
  border-radius: 20px;
  border-color: #f2f0f0;
  background-color: #f2f0f0;
  border-style: solid;
  border-width: 32px 10px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .widget-video-mobile .video-mobile-placeholder {
    border-radius: 40px;
    border-width: 64px 20px;
    min-width: 380px;
  }
}
.widget-video-mobile .video-mobile-placeholder:before {
  content: " ";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI2N3B4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDY3IDkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPkdyb3VwPC90aXRsZT48ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iUGhvbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzkuMDAwMDAwLCAtMzIuMDAwMDAwKSIgZmlsbD0iI0Q2RDZENiIgZmlsbC1ydWxlPSJub256ZXJvIj48ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3OS4zMzAwMDAsIDMyLjY2MDAwMCkiPjxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjEuOTMiIHdpZHRoPSI0MC40NCIgaGVpZ2h0PSIzLjgzIiByeD0iMS45MTUiLz48Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNjIuMDUiIGN5PSIzLjY3IiByPSIzLjY3Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  width: 100%;
  height: 12px;
  position: absolute;
  top: -20px;
  z-index: 9;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .widget-video-mobile .video-mobile-placeholder:before {
    top: -32px;
    height: 12px;
    background-position: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .widget-video-mobile .video-mobile-placeholder.div-video-wrapper,
  .widget-video-mobile .video-mobile-placeholder.div-image-wrapper {
    max-width: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-video-mobile .video-mobile-placeholder.div-video-wrapper {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .widget-video-mobile .video-mobile-placeholder.div-image-wrapper {
    margin-top: 60px;
  }
}
.widget-video-mobile .video-mobile-placeholder .div-1 {
  overflow: hidden;
  position: relative;
}
.widget-video-mobile .video-mobile-placeholder .div-1 .div-2 {
  position: relative;
  height: 0;
  padding-top: 180.53691275167785%;
}
.widget-video-mobile .video-mobile-placeholder .div-1 .div-2 .div-3 {
  position: absolute;
  top: 0;
  left: -1px;
  width: 104% !important;
  height: 104% !important;
  margin-left: -8.3px;
  margin-top: -2px;
}
@media only screen and (min-width: 992px) {
  .widget-video-mobile .video-mobile-placeholder .div-1 .div-2 .div-3 {
    margin-left: -6px;
  }
}
@media only screen and (min-width: 1400px) {
  .widget-video-mobile .video-mobile-placeholder .div-1 .div-2 .div-3 {
    margin-left: -7px;
  }
}
.widget-video-mobile .video-mobile-placeholder .div-1 .div-2 .div-3 .div-4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.widget-video-mobile .video-mobile-placeholder .div-1 .div-2 .div-3 .div-4 iframe {
  border: 0;
  height: 100% !important;
  width: 100% !important;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.widget-video-mobile .video-mobile-placeholder .div-img {
  --aspect-ratio: 0.55431755;
}
.widget-video-mobile .video-mobile-placeholder .div-img:before {
  content: "";
  display: block;
  aspect-ratio: 0.55431755;
}
.widget-video-mobile .video-mobile-placeholder .div-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
}
.widget-video-desktop .video-desktop-wrapper {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .widget-video-desktop .video-desktop-wrapper {
    max-width: 100% !important;
  }
}
.widget-video-desktop .video-desktop-placeholder {
  border-radius: 20px;
  border-color: #f2f0f0;
  background-color: #f2f0f0;
  border-style: solid;
  border-width: 32px 10px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .widget-video-desktop .video-desktop-placeholder {
    padding-top: 32px;
    border-radius: 8px;
    border-width: 1px 1px 1px 1px;
  }
}
.widget-video-desktop .video-desktop-placeholder:before {
  content: " ";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1NnB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA1NiAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+R3JvdXA8L3RpdGxlPjxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJXZWIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNy4wMDAwMDAsIC0xMC4wMDAwMDApIiBmaWxsPSIjRDZENkQ2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcuNzkwMDAwLCAxMC41MzAwMDApIj48Y2lyY2xlIGlkPSJPdmFsIiBjeD0iNS44NiIgY3k9IjUuODYiIHI9IjUuODYiLz48Y2lyY2xlIGlkPSJPdmFsIiBjeD0iMjcuMzYiIGN5PSI1Ljg2IiByPSI1Ljg2Ii8+PGNpcmNsZSBpZD0iT3ZhbCIgY3g9IjQ4Ljc2IiBjeT0iNS44NiIgcj0iNS44NiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  width: 56px;
  height: 13px;
  position: absolute;
  top: -1.2rem;
  left: 1.6rem;
  z-index: 9;
}
@media only screen and (min-width: 992px) {
  .widget-video-desktop .video-desktop-placeholder:before {
    width: 56px;
    height: 13px;
    top: 9px;
    left: 16px;
  }
}
.widget-video-desktop .video-desktop-placeholder .div-1 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.widget-video-desktop .video-desktop-placeholder .div-1 .div-2 {
  position: relative;
  height: 0;
  padding-top: 56%;
}
.widget-video-desktop .video-desktop-placeholder .div-1 .div-2 .div-3 {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100.25%;
  height: 100.5%;
}
.widget-video-desktop .video-desktop-placeholder .div-1 .div-2 .div-3 .div-4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.widget-video-desktop .video-desktop-placeholder .div-1 .div-2 .div-3 .div-4 iframe {
  border: 0;
  height: 100% !important;
  width: 100% !important;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
header.header-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw !important;
  min-height: 57px;
  overflow: hidden;
  background-color: #f1f1f1;
  opacity: 1;
  transition: opacity 1s ease-in;
}
@media only screen and (min-width: 768px) {
  header.header-site {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site {
    min-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
header.header-site.nav-up {
  top: 0;
}
header.header-site.nav-up .mobile-toggle {
  top: 0;
}
header.header-site .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  header.header-site .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
header.header-site .container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  header.header-site .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site .container-fluid .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
header.header-site .container-fluid .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  header.header-site .container-fluid .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site .container-fluid .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
header.header-site.hide-element2 {
  opacity: 0;
}
header.header-site .custom-nav {
  display: flex;
  justify-content: flex-end !important;
  padding-right: 45px;
}
@media only screen and (min-width: 992px) {
  header.header-site .custom-nav {
    padding-right: 0;
  }
}
header.header-site .custom-nav > a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000000;
  display: none;
}
@media only screen and (min-width: 992px) {
  header.header-site .custom-nav > a {
    font-size: 1rem;
    display: inline-block;
    margin-top: 7px;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site .custom-nav > a:hover {
    opacity: .7;
  }
}
header.header-site .mobile-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 57px;
  height: 57px;
  transform: scale(1);
  transition: top 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  header.header-site .mobile-toggle {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site .mobile-toggle {
    width: 80px;
    height: 60px;
    right: 30px;
    display: none;
  }
}
header.header-site .mobile-toggle svg {
  width: 29px;
  height: 26px;
}
header.header-site .mobile-toggle svg rect {
  fill: #000000;
}
header.header-site .mobile-toggle .bars {
  width: 27px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
@media only screen and (min-width: 768px) {
  header.header-site .mobile-toggle .bars {
    width: 27px;
    height: 15px;
  }
}
header.header-site .mobile-toggle .bars span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header.header-site .mobile-toggle .bars span:nth-child(1) {
  top: 0;
}
header.header-site .mobile-toggle .bars span:nth-child(2) {
  top: 7px;
}
@media only screen and (min-width: 768px) {
}
header.header-site .mobile-toggle .bars span:nth-child(3) {
  top: 14px;
}
@media only screen and (min-width: 768px) {
}
header.header-site .mobile-toggle.is-active .bars span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}
header.header-site .mobile-toggle.is-active .bars span:nth-child(2) {
  opacity: 0;
}
header.header-site .mobile-toggle.is-active .bars span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
header.header-site .logo {
  color: #000000;
}
header.header-site .logo span {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 52px;
  letter-spacing: 0.52px;
  color: #000000;
  transition: color 400ms;
}
@media only screen and (min-width: 992px) {
  header.header-site .logo span {
    font-size: 2.125rem;
    line-height: 54px;
    height: 60px;
    letter-spacing: 0.52px;
  }
}
header.header-site .logo svg {
  width: 40px;
  height: 33px;
}
header.header-site .logo svg polygon {
  fill: #000000;
  transition: fill 400ms;
}
header.header-site .logo:hover span {
  color: #cccccc;
}
header.header-site .logo:hover svg polygon {
  fill: #cccccc;
}
header.header-site .top-nav {
  list-style: none;
  padding: 42px 15px 57px 15px;
  margin: 0 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
  header.header-site .top-nav {
    padding: 90px 50px 110px 50px;
  }
}
header.header-site .top-nav li {
  text-align: center;
}
@media only screen and (min-width: 992px) {
}
header.header-site .top-nav li:nth-child(1) {
  margin-top: 25vh;
}
@media only screen and (min-width: 992px) {
  header.header-site .top-nav li:nth-child(1) {
    margin-top: 18vh;
  }
}
@media only screen and (min-width: 768px) {
}
header.header-site .top-nav li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 1rem;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) {
  header.header-site .top-nav li a {
    display: block;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  header.header-site .top-nav li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  header.header-site .top-nav li a:hover {
    opacity: .7;
  }
}
@media only screen and (min-width: 768px) {
  header.header-site .top-nav li a:hover:before {
    width: 0;
  }
}
@media only screen and (min-width: 768px) {
  header.header-site .top-nav li a.active:before {
    width: 0;
  }
}
@media only screen and (min-width: 768px) {
  header.header-site .top-nav li.current-menu-item a:before {
    width: 0;
  }
}
header.header-site .top-nav-desktop {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) {
  header.header-site .top-nav-desktop {
    display: flex;
  }
}
header.header-site .top-nav-desktop li:not(:last-child) {
  padding-right: 12px;
}
header.header-site .top-nav-desktop li > a {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  header.header-site .top-nav-desktop li > a {
    font-size: 1rem;
    line-height: 1.313rem;
    display: inline-block;
    padding: .438rem .875rem;
    border-radius: 1.875rem;
    background-color: #ffffff;
    margin-top: 5px;
    transition: all .2s;
  }
}
@media only screen and (min-width: 992px) {
  header.header-site .top-nav-desktop li > a:hover {
    color: #ffffff;
    background-color: #003d99;
  }
}
header.header-site .top-nav-desktop li.current-menu-item > a {
  color: #ffffff;
  background-color: #000000;
}
header.header-site .menu-header-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-height: 0;
  transition: max-height 0.6s cubic-bezier(0, 0.5, 0, 1);
  overflow: hidden;
  background-color: #000000;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  header.header-site .menu-header-menu-container {
    width: 50%;
  }
}
header.header-site .menu-header-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
}
header.header-site.is-active .logo svg polygon {
  fill: #ffffff;
}
header.header-site.is-active .logo:hover svg polygon {
  fill: #cccccc;
}
header.header-site.is-active .logo + .top-nav {
  margin-right: 230px;
}
header.header-site.is-active .mobile-toggle .bars span {
  background: #ffffff;
}
header.header-site.is-active .menu-header-menu-container {
  background-color: #000000;
  max-height: 100vh;
  transition: max-height 1s cubic-bezier(1, 0, 0.5, 1);
}
header.header-site.is-active .menu-header-menu-overlay {
  visibility: visible;
  opacity: 1;
}
body.wih-front-page header.header-site {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  body.wih-front-page header.header-site .top-nav-desktop li > a {
    background-color: #edeeef;
  }
}
@media only screen and (min-width: 992px) {
  body.wih-front-page header.header-site .top-nav-desktop li > a:hover {
    background-color: #003d99;
  }
}
body.wih-front-page header.header-site .top-nav li:nth-child(1) a:before,
body.single-project header.header-site .top-nav li:nth-child(1) a:before,
body.post-type-archive-project header.header-site .top-nav li:nth-child(1) a:before {
  width: 0;
}
body.wih-front-page header.header-site .top-nav li:nth-child(1) a:hover:before,
body.single-project header.header-site .top-nav li:nth-child(1) a:hover:before,
body.post-type-archive-project header.header-site .top-nav li:nth-child(1) a:hover:before {
  width: 0;
}
body.admin-bar header.header-site .mobile-toggle {
  top: 32px;
}
[data-entrance] {
  visibility: hidden;
}
[data-entrance="nothing"] {
  opacity: 1;
  visibility: visible;
}
/*This is the state after animating */
[data-entrance="nothing"].has-animated {
  opacity: 1;
  visibility: visible;
}
main.main-site {
  visibility: visible;
  transition: opacity 1s ease-in;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  main.main-site {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  main.main-site {
    padding-left: 40px;
    padding-right: 40px;
    min-height: calc(100vh - 280px);
  }
}
main.main-site.hide-element2 {
  opacity: 0;
}
main.main-site.padding-top {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  main.main-site.padding-top {
    padding-top: 120px;
  }
}
main .above-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
}
main .above-projects .container-fluid2 {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  main .above-projects .container-fluid2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  main .above-projects .container-fluid2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
main .above-projects .container-fluid2 .row {
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  main .above-projects .container-fluid2 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  main .above-projects .container-fluid2 .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
main .above-projects .container-fluid2 .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  main .above-projects .container-fluid2 .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  main .above-projects .container-fluid2 .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.wih-front-page .above-projects .projects {
  position: relative;
}
.wih-front-page .above-projects .projects:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5000px;
  height: 100%;
  background-color: #F2EDE8;
  display: block;
}
.wih-front-page .above-projects .projects .wpb-content-wrapper {
  position: relative;
  z-index: 1;
}
.wih-front-page .product-list2 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .wih-front-page .product-list2 {
    padding-bottom: 120px;
  }
}
.wih-front-page .product-list2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5000px;
  height: 100%;
  background-color: #F2EDE8;
  display: block;
}
.wih-front-page .product-list2 .container-fluid {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  body.admin-bar header.header-site {
    top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  body.admin-bar main.main-site {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 992px) {
}
footer.footer-site .footer-nav {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  footer.footer-site .footer-nav {
    padding-bottom: 100px;
  }
}
footer.footer-site .footer-nav .bottom-nav {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
footer.footer-site .footer-nav .bottom-nav li {
  display: inline-block;
  padding: 0 10px;
}
footer.footer-site .footer-nav .bottom-nav li a {
  position: relative;
  display: inline-block;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  footer.footer-site .footer-nav .bottom-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer-site .footer-nav .bottom-nav li a:hover:before {
    width: 100%;
  }
}
footer.footer-site .footer-newsletter {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  footer.footer-site .footer-newsletter {
    padding-bottom: 40px;
  }
}
footer.footer-site .footer-newsletter h3 {
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.1875rem;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  footer.footer-site .footer-newsletter h3 {
    font-size: 1.25rem;
    line-height: 1.25em;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer-site .footer-newsletter h3 {
    font-size: 1.625rem;
    line-height: 1.35em;
  }
}
footer.footer-site .footer-newsletter .footer-newsletter-form {
  max-width: 400px;
  margin: 0 auto;
}
footer.footer-site .footer-newsletter .footer-newsletter-form .row {
  margin-right: 0;
  margin-left: 0;
}
footer.footer-site .footer-newsletter .footer-newsletter-form .row [class*="col"] {
  padding-right: 0;
  padding-left: 0;
}
footer.footer-site .footer-newsletter .footer-newsletter-form form {
  padding-top: 20px;
}
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"],
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"],
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"],
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"],
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"],
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"],
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input {
  border-width: 0 0 1px 0;
  height: 2.375rem;
  padding: 0.375rem 0;
  width: 100%;
  border-radius: 0;
}
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:focus,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:active,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:active {
  outline: none!important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border-color: #000000;
}
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:focus::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:active::-webkit-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:active::-webkit-input-placeholder {
  color: transparent;
}
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:focus:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:active:-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:active:-moz-placeholder {
  color: transparent;
}
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:focus::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:active::-moz-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:active::-moz-placeholder {
  color: transparent;
}
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:focus:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="text"]:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="search"]:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="password"]:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="email"]:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="tel"]:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input[type="number"]:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.form-control:active:-ms-input-placeholder,
footer.footer-site .footer-newsletter .footer-newsletter-form input.default-input:active:-ms-input-placeholder {
  color: transparent;
}
footer.footer-site .footer-newsletter .footer-newsletter-form .btn {
  margin-left: 1rem;
}
footer.footer-site .footer-copyright {
  text-align: center;
  font-size: 80%;
  opacity: .7;
  padding-top: 40px;
}
footer.footer-site .mc-message {
  font-size: 12px;
  text-align: left;
  padding: 10px 0 0 0;
}
footer.footer-site.dark {
  background-color: #000000;
  padding: 50px 0 20px 0;
}
@media only screen and (min-width: 992px) {
}
footer.footer-site.dark .footer-nav .bottom-nav li a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  footer.footer-site.dark .footer-nav .bottom-nav li a:before {
    background-color: #ffffff;
  }
}
footer.footer-site.dark .footer-newsletter h3 {
  color: #ffffff;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"],
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"],
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"],
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"],
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"],
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"],
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input {
  color: #ffffff;
  background-color: #000000;
  border-color: #ffffff;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:focus,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:active,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:active {
  outline: none!important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #000000;
  border-color: #ffffff;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:focus::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:active::-webkit-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:active::-webkit-input-placeholder {
  color: transparent;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:focus:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:active:-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:active:-moz-placeholder {
  color: transparent;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:focus::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:active::-moz-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:active::-moz-placeholder {
  color: transparent;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:focus:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="text"]:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="search"]:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="password"]:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="email"]:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="tel"]:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input[type="number"]:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.form-control:active:-ms-input-placeholder,
footer.footer-site.dark .footer-newsletter .footer-newsletter-form input.default-input:active:-ms-input-placeholder {
  color: transparent;
}
footer.footer-site.dark .footer-newsletter .footer-newsletter-form .btn.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
footer.footer-site.dark .footer-copyright {
  color: #ffffff;
}
footer.footer-site.boxed {
  background-color: #000000;
  padding: 50px 0 40px 0;
  border-radius: 16px;
  margin: 24px 12px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed {
    padding: 90px 40px 40px 40px;
    margin: 24px;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-top .row {
    margin-left: -37px;
    margin-right: -37px;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-top .row [class*="col-"] {
    padding-left: 37px;
    padding-right: 37px;
  }
}
footer.footer-site.boxed .footer-top h4 {
  font-weight: 700;
  font-size: 20px;
}
footer.footer-site.boxed .footer-top ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 16px 0 0 0;
}
footer.footer-site.boxed .footer-top ul li {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-top ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
footer.footer-site.boxed .footer-top .footer-navigation {
  list-style: none;
  margin: 0 0 0 0;
  padding: 32px 0 0 0;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-top .footer-navigation {
    padding: 0 0 0 0;
  }
}
footer.footer-site.boxed .footer-top .footer-navigation li a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-top .footer-navigation li a {
    font-size: 20px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  footer.footer-site.boxed .footer-top .footer-navigation li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
  }
}
footer.footer-site.boxed .footer-top .footer-navigation li a:hover {
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  footer.footer-site.boxed .footer-top .footer-navigation li a:hover:before {
    width: 100%;
  }
}
footer.footer-site.boxed .footer-bottom {
  padding: 20px 0 0 0;
  margin-top: 50px;
  border-top: 1px solid #ffffff;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-bottom {
    padding: 30px 0 0 0;
    margin-top: 90px;
  }
}
footer.footer-site.boxed .footer-bottom .footer-info h3 {
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-bottom .footer-info h3 {
    font-size: 28px;
  }
}
footer.footer-site.boxed .footer-bottom .footer-info p {
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-bottom .footer-info p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
footer.footer-site.boxed .footer-newsletter {
  padding-bottom: 0;
}
footer.footer-site.boxed .footer-newsletter h3 {
  color: #ffffff;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"],
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"],
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"],
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"],
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"],
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"],
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input {
  border-width: 1px;
  height: 2.5rem;
  padding: 0.375rem 1rem;
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"],
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"],
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"],
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"],
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"],
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"],
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control,
  footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input {
    min-width: 310px;
  }
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input::-webkit-input-placeholder {
  color: #000000;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:-moz-placeholder {
  color: #000000;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input::-moz-placeholder {
  color: #000000;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:-ms-input-placeholder {
  color: #000000;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:active,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:active {
  outline: none!important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border-color: #ffffff;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:focus::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:active::-webkit-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:active::-webkit-input-placeholder {
  color: transparent;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:focus:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:active:-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:active:-moz-placeholder {
  color: transparent;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:focus::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:active::-moz-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:active::-moz-placeholder {
  color: transparent;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:focus:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="text"]:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="search"]:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="password"]:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="email"]:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="tel"]:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input[type="number"]:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.form-control:active:-ms-input-placeholder,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form input.default-input:active:-ms-input-placeholder {
  color: transparent;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form .btn {
  margin-left: 0;
  padding: .375rem .75rem;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 40px;
  background-image: url('../svg/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 32px 32px;
  min-width: 50px;
  transition: .3s;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form .btn:hover {
  background-position: 50% center;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form .btn.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form .btn:focus,
footer.footer-site.boxed .footer-newsletter .footer-newsletter-form .btn:active {
  outline: none !important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
footer.footer-site.boxed .footer-copyright {
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  padding-top: 8px;
  opacity: 1;
  transform: translateY(16px);
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-copyright {
    transform: translateY(24px);
  }
}
footer.footer-site.boxed .footer-copyright > span {
  opacity: .7;
}
footer.footer-site.boxed .footer-copyright .footer-subnav {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 4px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer.footer-site.boxed .footer-copyright .footer-subnav {
    text-align: right;
  }
}
footer.footer-site.boxed .footer-copyright .footer-subnav li {
  display: inline-block;
}
footer.footer-site.boxed .footer-copyright .footer-subnav li a {
  color: #ffffff;
  text-decoration: none;
  opacity: .7;
}
footer.footer-site.boxed .footer-copyright .footer-subnav li a:hover {
  opacity: 1;
}
.front-page {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  .front-page {
    padding-top: 185px;
  }
}
.product-list {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .product-list {
    padding-top: 185px;
  }
}
.product-list .description {
  font-size: 18px;
  line-height: 29px;
}
.product-list .description p {
  padding: 25px 15px 25px 0;
}
@media only screen and (min-width: 992px) {
}
.product-list .item:before,
.product-list .item:after {
  display: table;
  content: " ";
}
.product-list .item:after {
  clear: both;
}
.product-list .item.first {
  visibility: visible;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .product-list .item .item-wrapper {
    width: 65%;
  }
}
.product-list .item .item-wrapper .image {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-list .item .item-wrapper .image img {
  width: 100%;
  height: auto;
}
.product-list .item .item-wrapper .image:hover {
  opacity: .8;
}
.product-list .item .item-wrapper .name {
  padding-top: 15px;
}
.product-list .item .item-wrapper .name a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-list .item .item-wrapper .name a:hover {
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .product-list .item:nth-child(2n+1) .item-wrapper {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .product-list .item + .item {
    margin-top: 100px;
  }
}
.product-list2 {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .product-list2 {
    padding: 0 0;
  }
}
@media only screen and (min-width: 992px) {
}
.product-list2 .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list2 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list2 .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.product-list2 .container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list2 .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list2 .container-fluid .row {
    margin-right: -53px;
    margin-left: -53px;
  }
}
.product-list2 .container-fluid .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list2 .container-fluid .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list2 .container-fluid .row [class*="col-"] {
    padding-right: 53px;
    padding-left: 53px;
  }
}
.product-list2 h2 {
  font-size: 20px;
  letter-spacing: 1.03px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
}
.product-list2 .item {
  margin-bottom: 36px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-list2 .item {
    padding-top: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list2 .item {
    padding-top: 40px;
  }
}
.product-list2 .item.pt20 {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-list2 .item.pt20 {
    padding-top: 20px;
  }
}
.product-list2 .item .image {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  transition: opacity 0.2s ease-in;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-list2 .item .image {
    margin-bottom: 15px;
  }
}
.product-list2 .item .image a {
  display: block;
}
.product-list2 .item .image img {
  width: 100%;
}
.product-list2 .item .image + .image {
  margin-top: 0 !important;
}
.product-list2 .item .image .image-featured,
.product-list2 .item .image .image-alternative {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 236px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.2s ease-in;
}
.product-list2 .item .image .image-alternative {
  opacity: 0;
}
.product-list2 .item .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .product-list2 .item .name {
    font-size: 18px;
    letter-spacing: .7px;
  }
}
.product-list2 .item .categories {
  text-transform: uppercase;
  color: #acacac;
  font-size: 14px;
  letter-spacing: .7px;
}
@media only screen and (min-width: 992px) {
  .product-list2 .item .categories {
    font-size: 15px;
    letter-spacing: .7px;
    padding-top: 2px;
  }
}
@media only screen and (min-width: 992px) {
}
.product-list2 .item:hover .image .image-alternative {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .product-list2 [data-entrance] {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.product-list3 {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .product-list3 {
    padding: 0 0;
  }
}
@media only screen and (min-width: 992px) {
}
.product-list3 .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list3 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list3 .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.product-list3 .container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list3 .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list3 .container-fluid .row {
    margin-right: -53px;
    margin-left: -53px;
  }
}
.product-list3 .container-fluid .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list3 .container-fluid .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list3 .container-fluid .row [class*="col-"] {
    padding-right: 53px;
    padding-left: 53px;
  }
}
.product-list3 h2 {
  font-size: 20px;
  letter-spacing: 1.03px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
}
.product-list3 .item {
  margin-bottom: 36px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-list3 .item {
    padding-top: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list3 .item {
    padding-top: 40px;
  }
}
.product-list3 .item.pt20 {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-list3 .item.pt20 {
    padding-top: 20px;
  }
}
.product-list3 .item .image {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  transition: opacity 0.2s ease-in;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-list3 .item .image {
    margin-bottom: 15px;
  }
}
.product-list3 .item .image a {
  display: block;
}
.product-list3 .item .image img {
  width: 100%;
}
.product-list3 .item .image + .image {
  margin-top: 0 !important;
}
.product-list3 .item .image .image-featured,
.product-list3 .item .image .image-alternative {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 236px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.2s ease-in;
}
.product-list3 .item .image .image-alternative {
  opacity: 0;
}
.product-list3 .item .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .product-list3 .item .name {
    font-size: 18px;
    letter-spacing: .7px;
  }
}
.product-list3 .item .categories {
  color: #000000;
  font-size: 14px;
  letter-spacing: .7px;
}
@media only screen and (min-width: 992px) {
  .product-list3 .item .categories {
    font-size: 17px;
    letter-spacing: .7px;
    padding-top: 2px;
  }
}
@media only screen and (min-width: 992px) {
}
.product-list3 .item:hover .image .image-alternative {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .product-list3 [data-entrance] {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.product-list4 {
  position: relative;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .product-list4 {
    padding: 0 0;
  }
}
.product-list4 h2 {
  font-size: 20px;
  letter-spacing: 1.03px;
  font-weight: 500;
  color: inherit;
}
@media only screen and (min-width: 992px) {
}
.product-list4 .item {
  padding-top: 24px;
  margin-bottom: 24px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-list4 .item {
    padding-top: 36px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4 .item {
    padding-top: 40px;
  }
}
.product-list4 .item .image {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  transition: opacity 0.2s ease-in;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-list4 .item .image {
    margin-bottom: 15px;
  }
}
.product-list4 .item .image a {
  display: block;
}
.product-list4 .item .image img {
  width: 100%;
}
.product-list4 .item .image + .image {
  margin-top: 0 !important;
}
.product-list4 .item .image .image-featured,
.product-list4 .item .image .image-alternative {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.2s ease-in;
}
.product-list4 .item .image .image-alternative {
  opacity: 0;
}
.product-list4 .item .image.thumbnail .image-featured,
.product-list4 .item .image.thumbnail .image-alternative {
  opacity: 0;
  visibility: visible;
  transition: opacity 2s ease-in-out;
}
.product-list4 .item .image.thumbnail .image-featured.visible,
.product-list4 .item .image.thumbnail .image-alternative.visible {
  opacity: 1;
}
.product-list4 .item .image.thumbnail .image-alternative {
  z-index: 1;
}
.product-list4 .item .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .product-list4 .item .name {
    font-size: 18px;
    letter-spacing: .7px;
  }
}
.product-list4 .item .categories {
  color: #000000;
  font-size: 14px;
  letter-spacing: .7px;
}
@media only screen and (min-width: 992px) {
  .product-list4 .item .categories {
    font-size: 17px;
    letter-spacing: .7px;
    padding-top: 2px;
  }
}
.product-list4 .item .categories span {
  display: inline-block;
}
.product-list4 .item:hover .image:not(.thumbnail) .image-alternative {
  opacity: 1;
}
.product-list4 .item.name-no .name {
  display: none;
}
.product-list4 .item.categories-no .categories {
  display: none;
}
@media only screen and (max-width: 767px) {
}
.product-list4.work-grid-4 .container-fluid.work-grid-4 .row,
.product-list4.work-grid-3 .container-fluid.work-grid-4 .row,
.product-list4.work-grid-2 .container-fluid.work-grid-4 .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-4 .row,
  .product-list4.work-grid-3 .container-fluid.work-grid-4 .row,
  .product-list4.work-grid-2 .container-fluid.work-grid-4 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-4 .row,
  .product-list4.work-grid-3 .container-fluid.work-grid-4 .row,
  .product-list4.work-grid-2 .container-fluid.work-grid-4 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.product-list4.work-grid-4 .container-fluid.work-grid-4 .row [class*="col-"],
.product-list4.work-grid-3 .container-fluid.work-grid-4 .row [class*="col-"],
.product-list4.work-grid-2 .container-fluid.work-grid-4 .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-4 .row [class*="col-"],
  .product-list4.work-grid-3 .container-fluid.work-grid-4 .row [class*="col-"],
  .product-list4.work-grid-2 .container-fluid.work-grid-4 .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-4 .row [class*="col-"],
  .product-list4.work-grid-3 .container-fluid.work-grid-4 .row [class*="col-"],
  .product-list4.work-grid-2 .container-fluid.work-grid-4 .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.product-list4.work-grid-4 .container-fluid.work-grid-3 .row,
.product-list4.work-grid-3 .container-fluid.work-grid-3 .row,
.product-list4.work-grid-2 .container-fluid.work-grid-3 .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-3 .row,
  .product-list4.work-grid-3 .container-fluid.work-grid-3 .row,
  .product-list4.work-grid-2 .container-fluid.work-grid-3 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-3 .row,
  .product-list4.work-grid-3 .container-fluid.work-grid-3 .row,
  .product-list4.work-grid-2 .container-fluid.work-grid-3 .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.product-list4.work-grid-4 .container-fluid.work-grid-3 .row [class*="col-"],
.product-list4.work-grid-3 .container-fluid.work-grid-3 .row [class*="col-"],
.product-list4.work-grid-2 .container-fluid.work-grid-3 .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-3 .row [class*="col-"],
  .product-list4.work-grid-3 .container-fluid.work-grid-3 .row [class*="col-"],
  .product-list4.work-grid-2 .container-fluid.work-grid-3 .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-3 .row [class*="col-"],
  .product-list4.work-grid-3 .container-fluid.work-grid-3 .row [class*="col-"],
  .product-list4.work-grid-2 .container-fluid.work-grid-3 .row [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.product-list4.work-grid-4 .container-fluid.work-grid-2 .row,
.product-list4.work-grid-3 .container-fluid.work-grid-2 .row,
.product-list4.work-grid-2 .container-fluid.work-grid-2 .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-2 .row,
  .product-list4.work-grid-3 .container-fluid.work-grid-2 .row,
  .product-list4.work-grid-2 .container-fluid.work-grid-2 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-2 .row,
  .product-list4.work-grid-3 .container-fluid.work-grid-2 .row,
  .product-list4.work-grid-2 .container-fluid.work-grid-2 .row {
    margin-right: -40px;
    margin-left: -40px;
  }
}
.product-list4.work-grid-4 .container-fluid.work-grid-2 .row [class*="col-"],
.product-list4.work-grid-3 .container-fluid.work-grid-2 .row [class*="col-"],
.product-list4.work-grid-2 .container-fluid.work-grid-2 .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-2 .row [class*="col-"],
  .product-list4.work-grid-3 .container-fluid.work-grid-2 .row [class*="col-"],
  .product-list4.work-grid-2 .container-fluid.work-grid-2 .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-4 .container-fluid.work-grid-2 .row [class*="col-"],
  .product-list4.work-grid-3 .container-fluid.work-grid-2 .row [class*="col-"],
  .product-list4.work-grid-2 .container-fluid.work-grid-2 .row [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.product-list4.work-grid-4 .container-fluid .item .image:hover,
.product-list4.work-grid-3 .container-fluid .item .image:hover,
.product-list4.work-grid-2 .container-fluid .item .image:hover {
  opacity: .75;
}
.product-list4.other-grid-4 .container-fluid,
.product-list4.other-grid-3 .container-fluid,
.product-list4.other-grid-2 .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
  .product-list4.other-grid-4 .container-fluid,
  .product-list4.other-grid-3 .container-fluid,
  .product-list4.other-grid-2 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.other-grid-4 .container-fluid,
  .product-list4.other-grid-3 .container-fluid,
  .product-list4.other-grid-2 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.product-list4.other-grid-4 .container-fluid .row,
.product-list4.other-grid-3 .container-fluid .row,
.product-list4.other-grid-2 .container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.other-grid-4 .container-fluid .row,
  .product-list4.other-grid-3 .container-fluid .row,
  .product-list4.other-grid-2 .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.other-grid-4 .container-fluid .row,
  .product-list4.other-grid-3 .container-fluid .row,
  .product-list4.other-grid-2 .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.product-list4.other-grid-4 .container-fluid .row [class*="col-"],
.product-list4.other-grid-3 .container-fluid .row [class*="col-"],
.product-list4.other-grid-2 .container-fluid .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.other-grid-4 .container-fluid .row [class*="col-"],
  .product-list4.other-grid-3 .container-fluid .row [class*="col-"],
  .product-list4.other-grid-2 .container-fluid .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.other-grid-4 .container-fluid .row [class*="col-"],
  .product-list4.other-grid-3 .container-fluid .row [class*="col-"],
  .product-list4.other-grid-2 .container-fluid .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.product-list4.other-grid-4 h2,
.product-list4.other-grid-3 h2,
.product-list4.other-grid-2 h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (min-width: 992px) {
  .product-list4.other-grid-4 h2,
  .product-list4.other-grid-3 h2,
  .product-list4.other-grid-2 h2 {
    font-size: 20px;
    font-weight: 700;
  }
}
.product-list4.other-grid-4 .item .image:hover,
.product-list4.other-grid-3 .item .image:hover,
.product-list4.other-grid-2 .item .image:hover {
  opacity: .75;
}
.product-list4.other-grid-4 .item .name,
.product-list4.other-grid-3 .item .name,
.product-list4.other-grid-2 .item .name {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (min-width: 992px) {
  .product-list4.other-grid-4 .item .name,
  .product-list4.other-grid-3 .item .name,
  .product-list4.other-grid-2 .item .name {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 767px) {
}
.product-list4.work-grid-2 .container-fluid.other-grid-2 .row,
.product-list4.other-grid-2 .container-fluid.other-grid-2 .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-2 .container-fluid.other-grid-2 .row,
  .product-list4.other-grid-2 .container-fluid.other-grid-2 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-2 .container-fluid.other-grid-2 .row,
  .product-list4.other-grid-2 .container-fluid.other-grid-2 .row {
    margin-right: -40px;
    margin-left: -40px;
  }
}
.product-list4.work-grid-2 .container-fluid.other-grid-2 .row [class*="col-"],
.product-list4.other-grid-2 .container-fluid.other-grid-2 .row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-list4.work-grid-2 .container-fluid.other-grid-2 .row [class*="col-"],
  .product-list4.other-grid-2 .container-fluid.other-grid-2 .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-list4.work-grid-2 .container-fluid.other-grid-2 .row [class*="col-"],
  .product-list4.other-grid-2 .container-fluid.other-grid-2 .row [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
  .product-list4 .container-fluid.work-grid-2 .row div:nth-child(2) > div {
    transition: 1s .2s !important;
  }
}
.product-detail {
  padding-top: 57px;
}
@media only screen and (min-width: 992px) {
  .product-detail {
    padding-top: 60px;
  }
}
.product-detail section.background {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .product-detail section.background {
    padding: 80px 0;
  }
}
.product-detail section.background.grey {
  background-color: #f7f7f7;
}
.product-detail .description {
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
  color: #000000;
  transition: opacity 1s ease-in, margin 1s ease-in;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-detail .description {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail .description {
    font-size: 25px;
    line-height: 36px;
  }
}
.product-detail .description .description-placeholder {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-detail .description .description-placeholder {
    max-width: 100% !important;
  }
}
.product-detail .description .description-wrapper {
  max-width: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .product-detail .description .description-wrapper {
    max-width: 100% !important;
  }
}
.product-detail .description .description-wrapper.center_alignment {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-detail .description .description-wrapper.center_alignment {
    width: 100%;
    margin: 0 auto;
  }
}
.product-detail .description .description-wrapper.right_alignment {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .product-detail .description .description-wrapper.right_alignment {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .description .description-wrapper.block_center_alignment {
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .description .description-wrapper.block_right_alignment {
    margin: 0 0 0 auto !important;
  }
}
.product-detail .description div.categories {
  padding: 24px 0 0 0;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  line-height: 29px;
}
@media only screen and (min-width: 768px) {
  .product-detail .description div.categories {
    display: block;
    min-width: 170px;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail .description div.categories {
    padding: 84px 0 0 0;
    font-size: 15px;
  }
}
.product-detail .description div.categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail .description div.categories + p {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .product-detail .description div.categories + p {
    padding-top: 35px;
  }
}
.product-detail .description div.categories.d-none + p {
  padding-top: 35px !important;
}
.product-detail .description ul.categories {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-detail .description ul.categories {
    display: block;
  }
}
.product-detail .description ul.categories li {
  display: inline;
  text-transform: uppercase;
  color: #acacac;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .product-detail .description ul.categories li {
    font-size: 16px;
  }
}
.product-detail .description ul.categories li + li {
  margin-left: 0;
}
.product-detail .description ul.categories + p {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .product-detail .description ul.categories + p {
    padding-top: 35px;
  }
}
.product-detail .description ul + p {
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .product-detail .description p {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
}
.product-detail .description h1 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 992px) {
  .product-detail .description h1 {
    font-size: 2.5rem;
  }
}
.product-detail .description h1.p1 {
  font-weight: 500;
  font-size: 1.75rem !important;
  line-height: 2.25rem !important;
}
@media only screen and (min-width: 768px) {
  .product-detail .description h1.p1 {
    font-size: 1.875rem !important;
    line-height: 2.75rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail .description h1.p1 {
    font-size: 2.1875rem !important;
    line-height: 3.5rem !important;
  }
}
.product-detail .description h1 + p,
.product-detail .description h1 + div {
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .product-detail .description h1 + p,
  .product-detail .description h1 + div {
    padding-top: 35px;
  }
}
.product-detail .description h1 + .categories {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-detail .description h1 + .categories {
    display: block;
  }
}
.product-detail .description h3 {
  font-size: 26px;
  line-height: 36px;
  color: #000000;
}
.product-detail .description h4 {
  font-size: 23px;
  line-height: 31px;
  color: #236D93;
}
.product-detail .description h4 a {
  color: #236D93;
  display: inline-block;
}
.product-detail .description h4 a + a {
  margin-left: 10px;
}
.product-detail .description h5 {
  font-size: 22px;
  line-height: 26px;
  color: #7A787B;
  text-transform: uppercase;
}
.product-detail .description + .image {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-detail .description + .image {
    padding-top: 40px;
  }
}
.product-detail .description + .image-bg {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-detail .description + .image-bg {
    margin-top: 40px;
  }
}
.product-detail .image,
.product-detail .image-bg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-detail .image,
  .product-detail .image-bg {
    max-width: 100% !important;
  }
}
.product-detail .image .image-placeholder,
.product-detail .image-bg .image-placeholder {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-placeholder,
  .product-detail .image-bg .image-placeholder {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block,
  .product-detail .image-bg .image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-block.images-count-1 .image-wrapper,
  .product-detail .image-bg .image-block.images-count-1 .image-wrapper {
    margin: 0 !important;
  }
}
.product-detail .image .image-block.images-count-2,
.product-detail .image-bg .image-block.images-count-2 {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-block.images-count-2 .image-wrapper,
  .product-detail .image-bg .image-block.images-count-2 .image-wrapper {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block.images-count-2 .image-wrapper,
  .product-detail .image-bg .image-block.images-count-2 .image-wrapper {
    padding-right: 15px;
  }
}
.product-detail .image .image-block.images-count-2 .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block.images-count-2 .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block.images-count-2 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block.images-count-2 .image-wrapper + .image-wrapper {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
.product-detail .image .image-block.images-count-3,
.product-detail .image-bg .image-block.images-count-3 {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-block.images-count-3 .image-wrapper,
  .product-detail .image-bg .image-block.images-count-3 .image-wrapper {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block.images-count-3 .image-wrapper,
  .product-detail .image-bg .image-block.images-count-3 .image-wrapper {
    padding-right: 15px;
  }
}
.product-detail .image .image-block.images-count-3 .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block.images-count-3 .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block.images-count-3 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block.images-count-3 .image-wrapper + .image-wrapper {
    padding-top: 0;
    padding-left: 15px;
  }
}
.product-detail .image .image-block.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2,
  .product-detail .image-bg .image-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-2 .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-2 .image-wrapper {
    padding-right: 35px;
  }
}
.product-detail .image .image-block2.images-count-2 .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block2.images-count-2 .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-2 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-2 .image-wrapper + .image-wrapper {
    padding-top: 70px;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-block2.images-count-2 .image-wrapper:nth-child(1),
  .product-detail .image-bg .image-block2.images-count-2 .image-wrapper:nth-child(1) {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-block2.images-count-2 .image-wrapper:nth-child(2),
  .product-detail .image-bg .image-block2.images-count-2 .image-wrapper:nth-child(2) {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-3 .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-3 .image-wrapper {
    padding-right: 35px;
  }
}
.product-detail .image .image-block2.images-count-3 .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block2.images-count-3 .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-3 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-3 .image-wrapper + .image-wrapper {
    padding-top: 70px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.product-detail .image .image-block2.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block2.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 140px;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-4 .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-4 .image-wrapper {
    padding-right: 20px;
  }
}
.product-detail .image .image-block2.images-count-4 .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block2.images-count-4 .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-4 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-4 .image-wrapper + .image-wrapper {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-detail .image .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-detail .image .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper,
.product-detail .image-bg .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 210px;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-2 .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-2 .image-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-2 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-2 .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-3 .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-3 .image-wrapper {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-3 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-3 .image-wrapper + .image-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-4 .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-4 .image-wrapper {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-4 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-4 .image-wrapper + .image-wrapper {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.revers_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.revers_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-2 .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-2 .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-2 .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-2 .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-2 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-2 .image-wrapper + .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-2 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-2 .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-3 .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-3 .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-3 .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-3 .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-3 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-3 .image-wrapper + .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-3 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-3 .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-3 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-4 .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-4 .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-4 .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-4 .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-4 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-4 .image-wrapper + .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-4 .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-4 .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-block2.baseline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.baseline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image .image-block2.topline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper,
  .product-detail .image-bg .image-block2.topline_alignment.images-count-4 .image-wrapper + .image-wrapper + .image-wrapper + .image-wrapper {
    padding-top: 0;
  }
}
.product-detail .image .image-block2.baseline_alignment,
.product-detail .image-bg .image-block2.baseline_alignment {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.product-detail .image .image-block2.top_alignment,
.product-detail .image-bg .image-block2.top_alignment {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.product-detail .image .image-wrapper,
.product-detail .image-bg .image-wrapper {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
  margin-top: 0;
  transition: opacity 1s ease-in, margin 1s ease-in;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-wrapper,
  .product-detail .image-bg .image-wrapper {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .image .image-wrapper > div,
  .product-detail .image-bg .image-wrapper > div {
    margin: 0 !important;
  }
}
.product-detail .image .image-wrapper.caption-over .hover,
.product-detail .image-bg .image-wrapper.caption-over .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-detail .image .image-wrapper.caption-over .hover .caption-wrapper,
.product-detail .image-bg .image-wrapper.caption-over .hover .caption-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-detail .image .image-wrapper.caption-over .hover .caption-wrapper .caption,
.product-detail .image-bg .image-wrapper.caption-over .hover .caption-wrapper .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 20px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .product-detail .image .image-wrapper.caption-over .hover .caption-wrapper .caption,
  .product-detail .image-bg .image-wrapper.caption-over .hover .caption-wrapper .caption {
    font-size: 30px;
    line-height: 35px;
    font-style: oblique;
    padding: 30px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-detail .image .image-wrapper.caption-over .hover .caption-wrapper .caption,
  .product-detail .image-bg .image-wrapper.caption-over .hover .caption-wrapper .caption {
    padding: 30px 130px;
  }
}
.product-detail .image .image-wrapper.caption-over .hover .caption-wrapper .caption p + p,
.product-detail .image-bg .image-wrapper.caption-over .hover .caption-wrapper .caption p + p {
  padding-top: 25px;
}
.product-detail .image .image-wrapper .logo-over,
.product-detail .image-bg .image-wrapper .logo-over {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}
@media only screen and (min-width: 768px) {
  .product-detail .image .image-wrapper .logo-over,
  .product-detail .image-bg .image-wrapper .logo-over {
    max-width: 35%;
  }
}
.product-detail .image .image-wrapper .logo-over img,
.product-detail .image-bg .image-wrapper .logo-over img {
  width: 100%;
}
.product-detail .image .half-bg,
.product-detail .image-bg .half-bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5000px;
  height: 50%;
  z-index: 0;
}
.product-detail .image .half-bg.bkg-bottom,
.product-detail .image-bg .half-bg.bkg-bottom {
  bottom: 0;
}
.product-detail .image .half-bg.bkg-top,
.product-detail .image-bg .half-bg.bkg-top {
  top: 0;
}
.product-detail .image.fade-text .image-wrapper.caption-over .hover .caption-wrapper .caption,
.product-detail .image-bg.fade-text .image-wrapper.caption-over .hover .caption-wrapper .caption {
  display: none;
}
.product-detail .image.center-width,
.product-detail .image-bg.center-width {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .product-detail .image.center-width .image-wrapper,
  .product-detail .image-bg.center-width .image-wrapper {
    background: none!important;
  }
}
.product-detail .image.center-width img,
.product-detail .image-bg.center-width img {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}
.product-detail .image img,
.product-detail .image-bg img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: opacity 1s ease-in;
}
@media only screen and (min-width: 992px) {
  .product-detail .image img,
  .product-detail .image-bg img {
    display: block;
  }
}
.product-detail .image img.square,
.product-detail .image-bg img.square {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .product-detail .image img.square,
  .product-detail .image-bg img.square {
    display: none!important;
  }
}
.product-detail .image + .image,
.product-detail .image-bg + .image {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .product-detail .image + .image,
  .product-detail .image-bg + .image {
    margin-top: 75px;
  }
}
.product-detail .image + .description,
.product-detail .image-bg + .description {
  padding-top: 35px;
}
@media only screen and (min-width: 992px) {
  .product-detail .image + .description,
  .product-detail .image-bg + .description {
    padding-top: 75px;
  }
}
.product-detail .image-bg {
  position: relative;
}
.product-detail .image-bg .container-fluid .container {
  z-index: 1;
}
.product-detail .image-bg .half-bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5000px;
  height: 50%;
  z-index: 0;
}
.product-detail .image-bg .half-bg.bkg-bottom {
  bottom: 0;
}
.product-detail .image-bg .half-bg.bkg-top {
  top: 0;
}
.product-detail .quote {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-detail .quote {
    max-width: 100% !important;
  }
}
.product-detail .quote .quote-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .product-detail .quote .quote-content {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .quote .quote-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 992px) {
  .product-detail .quote .quote-content {
    padding: 30px;
  }
}
.product-detail .quote .quote-content .quote-text {
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .product-detail .quote .quote-content .quote-text {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail .quote .quote-content .quote-text {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.91px;
  }
}
.product-detail .quote .quote-content .quote-text.center_alignment {
  text-align: center;
}
.product-detail .quote .quote-content .quote-text.right_alignment {
  text-align: center;
}
.product-detail .quote .quote-content .quote-text + h1,
.product-detail .quote .quote-content .quote-text + h2,
.product-detail .quote .quote-content .quote-text + h3,
.product-detail .quote .quote-content .quote-text + h4 {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .product-detail .quote .quote-content .quote-text + h1,
  .product-detail .quote .quote-content .quote-text + h2,
  .product-detail .quote .quote-content .quote-text + h3,
  .product-detail .quote .quote-content .quote-text + h4 {
    padding-top: 24px;
  }
}
.product-detail .quote .quote-content h1,
.product-detail .quote .quote-content h2,
.product-detail .quote .quote-content h3,
.product-detail .quote .quote-content h4 {
  color: #000000;
  font-style: oblique;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.product-detail .quote .quote-content .h4,
.product-detail .quote .quote-content h4 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .product-detail .quote .quote-content .h4,
  .product-detail .quote .quote-content h4 {
    font-size: 1.5rem;
  }
}
.product-detail .quote .quote-overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.product-detail .quote .quote-image {
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-detail .quote .quote-image {
    display: block;
  }
}
.product-detail .quote .quote-image img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .product-detail .quote .quote-image img {
    visibility: visible;
  }
}
.product-detail.projects {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .product-detail.projects .description .description-wrapper h1 {
    line-height: 3.5rem;
  }
}
.product-detail.projects .description .description-wrapper h1 + p {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .product-detail.projects .description .description-wrapper h1 + p {
    padding-top: 15px;
  }
}
.product-detail .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .product-detail .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail .vc_row.vc_row-has-fill {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail .vc_row.vc_row-has-fill {
    margin-left: -40px;
    margin-right: -40px;
  }
}
body.single-project .product-detail {
  padding-top: 57px;
}
@media only screen and (min-width: 992px) {
  body.single-project .product-detail {
    padding-top: 60px;
  }
}
.below-projects .product-detail {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .below-projects .product-detail {
    padding-top: 0;
  }
}
