@font-face {
  font-family: Helvetica Neue LT W05_65 Medium;
  font-style: normal;
  /*   font-weight: 500; */
  src: url("../fonts/Helvetica-Neue-LT-W05_65-Medium.woff") format("woff");
}
@font-face {
  font-family: Helvetica Neue LT W05_45 Light;
  font-style: normal;
  /*   font-weight: 400; */
  src: url("../fonts/Helvetica-Neue-LT-W05_45-Light.woff") format("woff");
}
@font-face {
  font-family: Helvetica Neue LT W05_55 Roman;
  font-style: normal;
  /*   font-weight: 300; */
  src: url("../fonts/Helvetica-Neue-LT-W05_55-Roman.woff") format("woff");
}
@font-face {
  font-family: Helvetica Neue LT W05_75 Bold;
  font-style: normal;
  /*   font-weight: 700; */
  src: url("../fonts/Helvetica-Neue-LT-W05_75-Bold.woff") format("woff");
}
@font-face {
  font-family: Work Sans Light;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/WorkSans-Thin.woff") format("woff");
}
@font-face {
  font-family: Work Sans Book;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/WorkSans-Light.woff") format("woff");
}
@font-face {
  font-family: Work Sans Regular;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WorkSans-Regular.woff") format("woff");
}
@font-face {
  font-family: Work Sans Medium;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/WorkSans-Medium.woff") format("woff");
}
@font-face {
  font-family: Work Sans Bold;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/WorkSans-Bold.woff") format("woff");
}
/* Mixin List
@include transition
@include box-shadow
@include border-radius
@include transform
@include selection
@include placeholder
@include keyframes(bgcolor) {
    0% {
      background-color: #ffccf2;
    }
    50% {
      background-color: #ccffcc;
    }
    100% {
      background-color: #ccffff;
    } 
}
@include box-shadow(1px,1px,1px,0, #fff, true);
*/
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
html.mobile-menu-activated {
  overflow: hidden;
}

body {
  position: relative;
}
body .fusion-post-content *[id]:before,
body .post-content *[id]:before {
  display: block;
  content: " ";
  visibility: hidden;
  margin-top: -112px;
  height: 112px;
}
@media (max-width: 782px) {
  body .fusion-post-content *[id]:before,
body .post-content *[id]:before {
    margin-top: -126px;
    height: 126px;
  }
}
@media (min-width: 1200px) {
  body .fusion-post-content *[id]:before,
body .post-content *[id]:before {
    margin-top: -162px;
    height: 162px;
  }
}
body:not(.admin-bar) .fusion-post-content *[id]:before,
body:not(.admin-bar) .post-content *[id]:before {
  display: block;
  content: " ";
  visibility: hidden;
  margin-top: -80px;
  height: 80px;
}
@media (min-width: 1200px) {
  body:not(.admin-bar) .fusion-post-content *[id]:before,
body:not(.admin-bar) .post-content *[id]:before {
    margin-top: -130px;
    height: 130px;
  }
}
body:not(.admin-bar) .fusion-header-wrapper .fusion-header-v1 {
  top: 0;
}
body:not(.admin-bar) #mobile-menu {
  top: 0 !important;
}
body:not(.admin-bar) #mobile-menu .mobile-content {
  position: fixed;
  top: 80px !important;
}
body:not(.admin-bar) #mobile-menu.active .mobile-menu-inner .mobile-content {
  height: calc(100vh - 80px) !important;
}
body.error404 .fusion-header-wrapper, body.no-banner .fusion-header-wrapper {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body.error404 .fusion-header-wrapper, body.no-banner .fusion-header-wrapper {
    padding-top: 130px;
  }
}
body .fusion-header-wrapper {
  position: relative !important;
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body .fusion-header-wrapper {
    padding-top: 130px;
  }
}
body .fusion-header-wrapper .fusion-header-v1 {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
@media (min-width: 1200px) {
  body .fusion-header-wrapper .fusion-header-v1 {
    display: block;
  }
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header {
  background-color: #112239 !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  padding: 15px 0;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-logo .fusion-logo .fusion-logo-link img {
  height: 100px;
  width: auto;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation {
  margin-left: 130px;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 240px;
  height: 70px;
  display: block;
  background-image: url("../images/made-in-germany.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(55px, -20px);
  -moz-transform: translate(55px, -20px);
  -ms-transform: translate(55px, -20px);
  -o-transform: translate(55px, -20px);
  transform: translate(55px, -20px);
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0 {
  position: relative;
  line-height: 1;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0:not(:first-child) {
  margin-left: 25px;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0 > a {
  position: relative;
  color: #c49b6c;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 14px;
  padding: 20px 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0 > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  width: 100%;
  display: block;
  background-color: transparent;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.whatsBtn {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.whatsBtn > a {
  padding: 0 10px 0 35px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  height: 32px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-image: url("../images/icon-whatsapp.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  text-transform: none !important;
  min-width: 193.48px;
  min-width: -webkit-calc(161.48px + 32px);
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.whatsBtn > a span {
  margin-left: 5px;
  font-family: Helvetica Neue LT W05_45 Light !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.phoneBtn {
  position: relative;
  margin-left: 90px;
  line-height: 1;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.phoneBtn > a {
  padding: 0 10px 0 37px;
  border: 1px solid #fff;
  border-right: 0;
  color: #fff;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  height: 32px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-image: url("../images/icon-phone.png");
  background-position: 14px 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.emailBtn {
  margin-left: 0;
  font-size: 0;
  line-height: 0;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.emailBtn a {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 1px solid #fff;
  background-image: url("../images/icon-email.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0 > .sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  padding-top: 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0 > .sub-menu > .sub-inner {
  background-color: #fff;
  padding: 5px 0 7px;
  min-width: 220px;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.current-menu-ancestor > a:after, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.current-menu-parent > a:after, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.current-menu-item > a:after, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.current_page_item > a:after, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0.current_page_parent > a:after {
  background-color: #c49b6c;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0:focus-within > .sub-menu, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-0:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1 {
  position: relative;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1 > a {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  white-space: nowrap;
  text-decoration: none;
  color: #112239;
  min-width: 100%;
  font-size: 16px;
  line-height: 1.2;
  padding: 7px 20px;
  font-family: "Helvetica Neue LT W05_45 Light";
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1.current-menu-ancestor > a, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1.current-menu-parent > a, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1.current-menu-item > a, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1.current_page_item > a, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-1.current_page_parent > a {
  color: #c49b6c;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-navigation .desktop-menu .menu-item-depth-2 {
  display: none;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages {
  position: absolute;
  right: 0;
  top: 15px;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0 {
  position: relative;
  display: block;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0:not(:last-child) {
  margin-right: 30px;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0 > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 14px;
  line-height: 1;
  padding: 7px 15px;
  min-width: 120px;
  border: 1px solid #fff;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  white-space: nowrap;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0 > a img {
  display: block;
  margin: 0 !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0 > a span {
  display: block;
  margin: 0 0 0 7px !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0 > .sub-menu {
  position: absolute;
  right: 0px;
  top: 100%;
  min-width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0 > .sub-menu > .sub-inner {
  background-color: #fff;
  padding: 5px 0 7px;
  min-width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0:focus-within > .sub-menu, body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-0:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-1 {
  position: relative;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-1:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-1 > a {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  white-space: nowrap;
  text-decoration: none;
  color: #112239;
  min-width: 100%;
  font-size: 14px;
  line-height: 1.2;
  padding: 3px 15px;
  font-family: "Helvetica Neue LT W05_45 Light";
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-1 > a img {
  display: block;
  margin: 0 !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-1 > a span {
  display: block;
  margin: 0 0 0 7px !important;
}
body .fusion-header-wrapper .fusion-header-v1 .custom-header .fusion-row .inner .desktop-langugages .lang-menu .menu-item-depth-1 > .sub-menu {
  display: none;
}
body #mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #112239;
  z-index: 99999;
  top: 32px;
}
@media (min-width: 1200px) {
  body #mobile-menu {
    display: none;
  }
}
@media (max-width: 782px) {
  body #mobile-menu {
    top: 46px;
  }
}
body #mobile-menu .mobile-menu-inner {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
body #mobile-menu .mobile-menu-inner .mobile-header {
  height: 80px;
  padding: 0 30px;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-logo {
  margin: 15px 0;
  display: inline-block;
}
@media (min-width: 576px) {
  body #mobile-menu .mobile-menu-inner .mobile-header .mobile-logo {
    margin: 10px 0;
  }
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-logo a {
  display: inline-block;
  padding: 0;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-logo img {
  height: 50px;
  width: auto;
}
@media (min-width: 576px) {
  body #mobile-menu .mobile-menu-inner .mobile-header .mobile-logo img {
    height: 60px;
  }
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 9px 5px;
  z-index: 3;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner:after, body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner:before,
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #c49b6c;
  border-radius: 0px;
  position: absolute;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner:before, body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner:after {
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner:before {
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(0);
  -moz-transform: translate(-50%, 0%) rotate(0);
  -ms-transform: translate(-50%, 0%) rotate(0);
  -o-transform: translate(-50%, 0%) rotate(0);
  transform: translate(-50%, 0%) rotate(0);
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger .burger-inner:after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%) rotate(0);
  -moz-transform: translate(-50%, -100%) rotate(0);
  -ms-transform: translate(-50%, -100%) rotate(0);
  -o-transform: translate(-50%, -100%) rotate(0);
  transform: translate(-50%, -100%) rotate(0);
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger.active .burger-inner span {
  opacity: 0;
  width: 0;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger.active .burger-inner:before, body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger.active .burger-inner:after {
  top: 40%;
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger.active .burger-inner:before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -o-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger.active .burger-inner:after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -moz-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -o-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
body #mobile-menu .mobile-menu-inner .mobile-header .mobile-burger #burger :focus {
  outline: none;
}
body #mobile-menu .mobile-menu-inner .mobile-content {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #112239;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
  top: 112px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (max-width: 782px) {
  body #mobile-menu .mobile-menu-inner .mobile-content {
    top: 126px;
  }
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner {
  padding: 15px 30px 45px 30px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu {
  margin-bottom: 30px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 {
  position: relative;
  display: block;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 > a {
  line-height: 50px;
  font-size: 18px;
  color: #c49b6c;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 > .sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 > .sub-toggle:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 > .sub-toggle:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 > .sub-menu {
  display: none;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0 > .sub-menu > .sub-inner {
  padding: 5px 10px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.open > .sub-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.open > .sub-toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.current-menu-ancestor > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.current-menu-parent > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.current-menu-item > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.current_page_item > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.current_page_parent > a {
  color: #fff;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.whatsBtn {
  text-align: center;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.phoneBtn {
  text-align: center;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.emailBtn {
  text-align: center;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.whatsBtn {
  position: absolute;
  width: calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  text-align: center;
  left: 30px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.whatsBtn > a {
  padding-left: 40px;
  color: #fff;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  line-height: 60px;
  background-image: url("../images/icon-whatsapp.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  text-transform: none !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.whatsBtn > a span {
  margin-left: 4px;
  font-family: Helvetica Neue LT W05_45 Light !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.phoneBtn {
  position: relative;
  text-align: center;
  margin-bottom: 61px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.phoneBtn > a {
  padding-left: 35px;
  color: #fff;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  line-height: 60px;
  background-image: url("../images/icon-phone.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.emailBtn {
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 10px 0 0 0;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-0.emailBtn a {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-image: url("../images/icon-email.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1 {
  position: relative;
  display: block;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1 > a {
  line-height: 50px;
  font-size: 18px;
  color: #c49b6c;
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_45 Light";
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1.current-menu-ancestor > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1.current-menu-parent > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1.current-menu-item > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1.current_page_item > a, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-1.current_page_parent > a {
  color: #fff;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .mobile-menu .menu .menu-item-depth-2 {
  display: none;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0 {
  position: relative;
  display: block;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0:not(:last-child) {
  margin-right: 30px;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0 > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 14px;
  line-height: 1;
  padding: 7px 15px;
  min-width: 120px;
  border: 1px solid #fff;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  white-space: nowrap;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0 > a img {
  display: block;
  margin: 0 !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0 > a span {
  display: block;
  margin: 0 0 0 7px !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0 > .sub-menu {
  position: absolute;
  right: 0px;
  top: 100%;
  min-width: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0 > .sub-menu > .sub-inner {
  background-color: #fff;
  padding: 5px 0 7px;
  min-width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0:focus-within > .sub-menu, body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-0:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s 0.3s ease, visibility 0s 0.3s;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-1 {
  position: relative;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-1:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-1 > a {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  white-space: nowrap;
  text-decoration: none;
  color: #112239;
  min-width: 100%;
  font-size: 14px;
  line-height: 1.2;
  padding: 3px 15px;
  font-family: "Helvetica Neue LT W05_45 Light";
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-1 > a img {
  display: block;
  margin: 0 !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-1 > a span {
  display: block;
  margin: 0 0 0 7px !important;
}
body #mobile-menu .mobile-menu-inner .mobile-content .mobile-inner .lang-menu .menu-item-depth-1 > .sub-menu {
  display: none;
}
body #mobile-menu.active .mobile-menu-inner .mobile-content {
  height: calc(100vh - 112px);
}
@media (max-width: 782px) {
  body #mobile-menu.active .mobile-menu-inner .mobile-content {
    top: 126px;
    height: calc(100vh - 126px);
  }
}
body .tparrows {
  width: 32px !important;
  height: 32px !important;
  background: transparent !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  top: auto !important;
  bottom: 10px !important;
}
@media (min-width: 1300px) {
  body .tparrows {
    top: 50% !important;
    bottom: auto !important;
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 1400px) {
  body .tparrows {
    width: 50px !important;
    height: 50px !important;
  }
}
body .tparrows:before {
  content: none !important;
}
body .tparrows.tp-leftarrow {
  background-image: url("../images/arrow-left.png") !important;
  left: 0 !important;
}
@media (min-width: 1300px) {
  body .tparrows.tp-leftarrow {
    left: 0 !important;
  }
}
@media (max-width: 1299px) {
  body .tparrows.tp-leftarrow {
    -webkit-transform: translate(30px, 0) !important;
    -moz-transform: translate(30px, 0) !important;
    -ms-transform: translate(30px, 0) !important;
    -o-transform: translate(30px, 0) !important;
    transform: translate(30px, 0) !important;
  }
}
body .tparrows.tp-rightarrow {
  background-image: url("../images/arrow-right.png") !important;
  left: 0 !important;
}
@media (min-width: 1300px) {
  body .tparrows.tp-rightarrow {
    left: 100% !important;
  }
}
@media (max-width: 1299px) {
  body .tparrows.tp-rightarrow {
    -webkit-transform: translate(calc(100% + 40px), 0) !important;
    -moz-transform: translate(calc(100% + 40px), 0) !important;
    -ms-transform: translate(calc(100% + 40px), 0) !important;
    -o-transform: translate(calc(100% + 40px), 0) !important;
    transform: translate(calc(100% + 40px), 0) !important;
  }
}
body .helvetica45 {
  font-family: "Helvetica Neue LT W05_45 Light" !important;
}
body .slideBg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background-color: rgba(196, 155, 108, 0.8);
  z-index: 0;
}
body .slideBg:before {
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  width: 100vw;
  height: 18px;
  display: block;
  z-index: 1;
  background-color: #112239;
}
body .slideBtn {
  font-family: "Helvetica Neue LT W05_45 Light" !important;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #112239 !important;
  padding: 9px 20px !important;
  background-color: transparent !important;
  border: 1px solid #112239 !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
body .slideBtn:hover {
  color: #fff !important;
  background-color: #112239 !important;
}
@media (min-width: 576px) {
  body .slideBtn {
    font-size: 14px !important;
    line-height: 17px !important;
    padding: 10px 21px !important;
  }
}
@media (min-width: 768px) {
  body .slideBtn {
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 11px 22px !important;
  }
}
@media (min-width: 1200px) {
  body .slideBtn {
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 12px 24px !important;
  }
}
body.fusion-button_size-large .fusion-button-default-size, body.fusion-button_size-large button.button {
  padding: 12px 50px !important;
  line-height: 19px !important;
  font-size: 16px !important;
}
body .fusion-post-content p,
body .post-content p {
  margin: 0 0 20px 0;
}
body .fusion-post-content p:last-child,
body .post-content p:last-child {
  margin: 0;
}
body .fusion-post-content p:empty,
body .post-content p:empty {
  margin: 0;
}
body .borderStyle1 > * {
  position: relative;
  padding-bottom: 8px !important;
}
body .borderStyle1 > *:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 236px;
  height: 1px;
  display: block;
  background-color: #c49b6c;
  z-index: 0;
}
body .fusion-separator {
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  body .fusion-separator {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  body .fusion-separator {
    margin-bottom: 50px !important;
  }
}
body .list-style-square {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .list-style-square li {
  position: relative;
  padding-left: 33px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Helvetica Neue LT W05_65 Medium";
}
body .list-style-square li:not(:last-child) {
  margin-bottom: 15px;
}
body .list-style-square li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #c49b6c;
}
body #testimonials .fusion-builder-row {
  position: static;
}
body #testimonials .fusion-builder-row .fusion-layout-column {
  position: static;
}
body #testimonials .fusion-builder-row .fusion-layout-column .fusion-column-wrapper {
  position: static;
}
@-webkit-keyframes fade-in-slider {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-slider {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body .testimonials-wrapper {
  display: inline-block;
  width: 100%;
}
body .testimonials-list {
  position: static;
  opacity: 0;
  padding: 0 50px;
}
@media (min-width: 1200px) {
  body .testimonials-list {
    padding: 0;
  }
}
body .testimonials-list.slick-initialized {
  -webkit-animation: fade-in-slider 0.5s 0.5s ease forwards;
  animation: fade-in-slider 0.5s 0.5s ease forwards;
}
body .testimonials-list .slick-list {
  margin: 0 -40px;
}
body .testimonials-list .testimonial-item .testimonial-item-inner {
  padding: 0 40px;
}
body .testimonials-list .testimonial-item .testimonial-image {
  margin-bottom: 30px;
}
body .testimonials-list .testimonial-item .testimonial-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
body .testimonials-list .testimonial-item .testimonial-title {
  margin-bottom: 45px;
}
body .testimonials-list .testimonial-item .testimonial-title h3 {
  font-family: "Helvetica Neue LT W05_45 Light";
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
body .testimonials-list .testimonial-item .testimonial-text {
  font-family: "Helvetica Neue LT W05_45 Light";
  font-size: 14px;
  margin-bottom: 30px;
}
body .testimonials-list .testimonial-item .testimonial-name h4 {
  font-family: "Helvetica Neue LT W05_55 Roman";
  font-size: 14px;
  margin-bottom: 0;
}
body .testimonials-list .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  padding: 0;
  border: 0;
  width: 36px;
  height: 36px;
  display: block;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
@media (min-width: 1200px) {
  body .testimonials-list .slick-arrow {
    width: 44px;
    height: 44px;
  }
}
body .testimonials-list .slick-arrow.slick-prev {
  left: 30px;
  background-image: url("../images/arrow-left3.png");
}
@media (min-width: 1200px) {
  body .testimonials-list .slick-arrow.slick-prev {
    left: 35px;
  }
}
body .testimonials-list .slick-arrow.slick-next {
  right: 30px;
  background-image: url("../images/arrow-right3.png");
}
@media (min-width: 1200px) {
  body .testimonials-list .slick-arrow.slick-next {
    right: 35px;
  }
}
body .customToggles .customToggles_item:not(:last-child) {
  margin-bottom: 25px;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 0 0 100%;
  padding: 45px 30px;
  background-color: #112239;
  order: 2;
}
@media (min-width: 768px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left {
    padding: 75px 30px;
  }
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left {
    order: 1;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 0 0 33.3333333333%;
    padding: 90px 30px;
  }
}
@media (min-width: 1200px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left {
    padding: 100px 30px;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left .customToggles_item-header-left-inner {
  text-align: center;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left .customToggles_item-header-left-inner h3 {
  color: #fff;
  margin-bottom: 5px;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left .customToggles_item-header-left-inner p {
  color: #fff;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left .customToggles_item-header-left-inner .customTogglesOpenBtn {
  font-family: Helvetica Neue LT W05_45 Light;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  text-align: center;
  text-transform: none;
  transition: all 0.2s;
  padding: 12px 50px !important;
  line-height: 19px !important;
  font-size: 16px !important;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-left .customToggles_item-header-left-inner .customTogglesOpenBtn:hover {
  background: rgb(255, 255, 255);
  color: #112239;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-right {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 0 0 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  order: 1;
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-right {
    order: 2;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 0 0 66.6666666667%;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-header .customToggles_item-header-right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body {
  display: none;
  border: 1px solid #112239;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text {
  padding: 30px 30px 15px 30px;
}
@media (min-width: 768px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text {
    padding: 60px 60px 30px 60px;
  }
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text {
    padding: 90px 90px 45px 90px;
  }
}
@media (min-width: 1200px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text {
    padding: 120px 120px 60px 120px;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text h2 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-text h2 {
    margin-bottom: 45px;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-close {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-close {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-close {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-close {
    margin-bottom: 120px;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-close .customTogglesCloseBtn {
  font-family: Helvetica Neue LT W05_45 Light;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  text-align: center;
  text-transform: none;
  transition: all 0.2s;
  padding: 12px 50px !important;
  line-height: 19px !important;
  font-size: 16px !important;
  background: rgba(255, 255, 255, 0);
  color: #112239;
  border-color: #112239;
  cursor: pointer;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-close .customTogglesCloseBtn:hover {
  background: #112239;
  color: #fff;
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer {
  background-color: #112239;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 30px;
}
@media (min-width: 768px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer {
    padding: 30px 60px;
  }
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding: 30px 90px;
  }
}
@media (min-width: 1200px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer {
    padding: 35px 120px;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer h2 {
  color: #c49b6c;
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer h2 {
    margin-right: 45px;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer a {
  color: #112239 !important;
  margin-top: 15px;
}
@media (min-width: 992px) {
  body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer a {
    margin-top: 0;
  }
}
body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer a:hover, body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer a:focus, body .customToggles .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer a:active {
  color: #fff !important;
}
body .fusion-image-carousel {
  margin-bottom: 0;
}
body .fusion-image-carousel .fusion-carousel[data-columns="1"] .fusion-carousel-positioner .fusion-carousel-wrapper {
  height: 450px !important;
}
body .fusion-image-carousel .fusion-carousel[data-columns="1"] .fusion-carousel-positioner .fusion-carousel-wrapper .fusion-carousel-holder .fusion-carousel-item .fusion-carousel-item-wrapper .fusion-image-wrapper img {
  max-height: 450px !important;
  width: 100%;
  object-fit: cover;
}
body .fusion-image-carousel .fusion-carousel[data-columns="3"] .fusion-carousel-positioner .fusion-carousel-wrapper {
  height: calc((100vw - 80px) / 3) !important;
}
body .fusion-image-carousel .fusion-carousel[data-columns="3"] .fusion-carousel-positioner .fusion-carousel-wrapper .fusion-carousel-holder .fusion-carousel-item .fusion-carousel-item-wrapper .fusion-image-wrapper {
  width: 100%;
}
body .fusion-image-carousel .fusion-carousel[data-columns="3"] .fusion-carousel-positioner .fusion-carousel-wrapper .fusion-carousel-holder .fusion-carousel-item .fusion-carousel-item-wrapper .fusion-image-wrapper img {
  object-fit: cover;
  height: calc((100vw - 80px) / 3) !important;
  max-height: 100% !important;
  width: 100% !important;
}
body .fusion-image-carousel .fusion-carousel .fusion-carousel-positioner .fusion-carousel-nav .fusion-nav-prev {
  width: 36px;
  height: 36px;
  margin-top: -21px;
  background-color: transparent;
  background-image: url("../images/arrow-left2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
body .fusion-image-carousel .fusion-carousel .fusion-carousel-positioner .fusion-carousel-nav .fusion-nav-prev:before {
  content: none !important;
}
@media (min-width: 1200px) {
  body .fusion-image-carousel .fusion-carousel .fusion-carousel-positioner .fusion-carousel-nav .fusion-nav-prev {
    width: 42px;
    height: 42px;
  }
}
body .fusion-image-carousel .fusion-carousel .fusion-carousel-positioner .fusion-carousel-nav .fusion-nav-next {
  width: 36px;
  height: 36px;
  margin-top: -21px;
  background-color: transparent;
  background-image: url("../images/arrow-right2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
body .fusion-image-carousel .fusion-carousel .fusion-carousel-positioner .fusion-carousel-nav .fusion-nav-next:before {
  content: none !important;
}
@media (min-width: 1200px) {
  body .fusion-image-carousel .fusion-carousel .fusion-carousel-positioner .fusion-carousel-nav .fusion-nav-next {
    width: 42px;
    height: 42px;
  }
}
body .newsletter-form {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  margin: 0 -10px;
}
body .newsletter-form .newsletter-form-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 0 0 100%;
  padding: 0 10px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  body .newsletter-form .newsletter-form-item {
    margin-top: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 0 0 33.3333333333%;
  }
}
body .newsletter-form .newsletter-form-item label {
  color: #fff;
  font-family: "Helvetica Neue LT W05_55 Roman";
  font-size: 12px;
  display: inline-block;
  text-indent: 10px;
  width: 100%;
}
body .newsletter-form .newsletter-form-item label input {
  margin-top: 7px;
}
body .newsletter-form .newsletter-form-item input[type=text],
body .newsletter-form .newsletter-form-item input[type=email] {
  width: 100%;
  max-width: 100%;
}
body .newsletter-form .newsletter-form-item input[type=submit] {
  width: 100%;
  background: rgb(255, 255, 255);
  color: #112239;
  border-color: #fff;
  height: 40px;
  padding: 11px 29px;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  body .newsletter-form .newsletter-form-item input[type=submit] {
    margin: 0;
  }
}
body .fusion-form .fusion-form-field .fusion-form-label-wrapper label {
  padding: 0 10px;
  margin-bottom: 7px;
}
body .ilightbox-holder {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
body .ilightbox-thumbnails {
  display: none !important;
}
body .fusion-video {
  max-width: inherit !important;
  max-height: inherit !important;
  width: 100%;
  margin-bottom: 35px;
}
body .fusion-video .video-shortcode {
  width: 100%;
}
body .fusion-testimonials {
  position: relative;
  padding-top: 40px;
}
body .fusion-testimonials:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 141px;
  height: 20px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body .fusion-testimonials .reviews .review blockquote {
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  font-style: normal;
  color: #fff !important;
  margin-bottom: 10px;
}
body .fusion-testimonials .reviews .review blockquote q {
  padding: 0;
  font-style: normal;
  color: #fff !important;
}
body .fusion-testimonials .reviews .review .author {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-align: center;
}
body .fusion-testimonials .reviews .review .author .company-name {
  display: inline-block;
}
body .fusion-testimonials .reviews .review .author strong {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
body .fusion-testimonials .testimonial-pagination a {
  height: 16px;
  width: 16px;
  border: 0px solid !important;
  border-color: transparent !important;
  background-color: #fff !important;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
body .fusion-testimonials .testimonial-pagination a.activeSlide {
  border-color: #c5202a !important;
  background-color: #c5202a !important;
}
body .fusion-footer .fusion-footer-widget-area {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column {
  margin-top: 70px !important;
  margin-bottom: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 60px;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .widget .widget-title {
  margin: 0 0 20px 0 !important;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .widget .textwidget p {
  margin: 0 0 20px 0 !important;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .widget .textwidget p:last-child {
  margin: 0 !important;
}
@media (min-width: 992px) {
  body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(1) {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(1) img {
    margin-top: -20px;
    position: relative;
  }
}
@media (min-width: 992px) {
  body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(2) {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(3) {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(4) .widget .textwidget {
  font-family: "Helvetica Neue LT W05_45 Light";
  font-size: 10px;
  line-height: 1.2;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(4) .widget .textwidget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(4) .widget .textwidget ul li {
  position: relative;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(4) .widget .textwidget ul li:not(:last-child):after {
  content: "|";
  margin: 0 7px;
}
body .fusion-footer .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column:nth-child(4) .widget .textwidget ul li a {
  display: inline-block;
}

/*# sourceMappingURL=template.css.map */
