@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Be+Vietnam+Pro:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #c8cfda !important;
}
.bg-success {
  background-color: #e48429 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c8cfda !important;
  border-color: #c8cfda !important;
  color: #424e61 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #424e61 !important;
  background-color: #9aa7bb !important;
  border-color: #9aa7bb !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #424e61 !important;
  background-color: #9aa7bb !important;
  border-color: #9aa7bb !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-secondary {
  border: 0px!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a5059 !important;
  border-color: #4a5059 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #272a2f !important;
  border-color: #272a2f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #272a2f !important;
  border-color: #272a2f !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-info {
  border: 0px!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-success {
  border: 0px!important;
}
.btn-success,
.btn-success:active {
  background-color: #e48429 !important;
  border-color: #e48429 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ab5e16 !important;
  border-color: #ab5e16 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ab5e16 !important;
  border-color: #ab5e16 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-warning {
  border: 0px!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-danger {
  border: 0px!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-white {
  border: 0px!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-black {
  border: 0px!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #4a5059 !important;
  box-shadow: none!important;
}
.btn-primary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c8cfda;
  color: #c8cfda;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #424e61;
  background-color: #c8cfda;
  border-color: #c8cfda;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #424e61 !important;
  background-color: #c8cfda !important;
  border-color: #c8cfda !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a5059;
  color: #4a5059;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a5059;
  border-color: #4a5059;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a5059 !important;
  border-color: #4a5059 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-info-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-success-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #e48429;
  color: #e48429;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e48429;
  border-color: #e48429;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e48429 !important;
  border-color: #e48429 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-danger-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-black-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: white!important;
  color: #c8cfda !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c8cfda !important;
}
.text-secondary {
  color: #4a5059 !important;
}
.text-success {
  color: #e48429 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #798290 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #efb884 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c8cfda;
  border-color: #c8cfda;
  color: #4c5a71;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c8cfda;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbecde;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c8cfda;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c8cfda;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c8cfda;
  border-bottom-color: #c8cfda;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c8cfda !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a5059 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c8cfda' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rOMpjtv9jM {
  padding-top: 330px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/silver-jubilee-bridge-runcorn-at-night-geograph-4431283-2000x1104.jpg");
}
.cid-rOMpjtv9jM .link-wrap {
  width: 100%;
}
.cid-rOMpjtv9jM .link {
  display: inline-block;
}
.cid-rOMpjtv9jM .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-rOMpjtv9jM .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-rOMpjtv9jM .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rOMpjtv9jM .link a:hover {
  text-decoration: underline;
}
.cid-rOMpjtv9jM .link,
.cid-rOMpjtv9jM .link-wrap {
  color: #0077ff;
}
.cid-rOMpjtv9jM .mbr-text,
.cid-rOMpjtv9jM .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-rOMpjtv9jM {
    padding-top: 110px;
  }
  .cid-rOMpjtv9jM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTbLNYwsr7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #222222;
}
.cid-uTbLNYwsr7 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #e48429;
  margin-bottom: 2rem;
}
.cid-uTyQeZjkDV {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #222222;
}
.cid-uTyQeZjkDV img {
  width: 120px;
  margin: auto;
}
.cid-uTyQeZjkDV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTyQeZjkDV .card {
    max-width: 14.28%;
  }
}
.cid-uTbwR4JHD3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/4000-traditional-kitchen-copy-b0032bd6-78c7-4ee3-a82d-e57bd87536cb-2000x.webp");
}
.cid-uTbwR4JHD3 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uTbwR4JHD3 .card-box {
  padding-top: 3rem;
}
.cid-uTbwR4JHD3 .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uTbwR4JHD3 .btn-md {
  padding: 1rem;
}
.cid-uTbwR4JHD3 .btn-primary-outline,
.cid-uTbwR4JHD3 .btn-secondary-outline,
.cid-uTbwR4JHD3 .btn-info-outline,
.cid-uTbwR4JHD3 .btn-success-outline,
.cid-uTbwR4JHD3 .btn-warning-outline,
.cid-uTbwR4JHD3 .btn-danger-outline,
.cid-uTbwR4JHD3 .btn-black-outline,
.cid-uTbwR4JHD3 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uTbwR4JHD3 .btn-primary-outline span,
.cid-uTbwR4JHD3 .btn-secondary-outline span,
.cid-uTbwR4JHD3 .btn-info-outline span,
.cid-uTbwR4JHD3 .btn-success-outline span,
.cid-uTbwR4JHD3 .btn-warning-outline span,
.cid-uTbwR4JHD3 .btn-danger-outline span,
.cid-uTbwR4JHD3 .btn-black-outline span,
.cid-uTbwR4JHD3 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uTbwR4JHD3 .btn-primary-outline:hover span,
.cid-uTbwR4JHD3 .btn-secondary-outline:hover span,
.cid-uTbwR4JHD3 .btn-info-outline:hover span,
.cid-uTbwR4JHD3 .btn-success-outline:hover span,
.cid-uTbwR4JHD3 .btn-warning-outline:hover span,
.cid-uTbwR4JHD3 .btn-danger-outline:hover span,
.cid-uTbwR4JHD3 .btn-black-outline:hover span,
.cid-uTbwR4JHD3 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uTbwR4JHD3 .btn-primary-outline:hover,
.cid-uTbwR4JHD3 .btn-secondary-outline:hover,
.cid-uTbwR4JHD3 .btn-info-outline:hover,
.cid-uTbwR4JHD3 .btn-success-outline:hover,
.cid-uTbwR4JHD3 .btn-warning-outline:hover,
.cid-uTbwR4JHD3 .btn-danger-outline:hover,
.cid-uTbwR4JHD3 .btn-black-outline:hover,
.cid-uTbwR4JHD3 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #c8cfda !important;
  box-shadow: none!important;
}
.cid-uTbwR4JHD3 .btn-primary-outline:active,
.cid-uTbwR4JHD3 .btn-secondary-outline:active,
.cid-uTbwR4JHD3 .btn-info-outline:active,
.cid-uTbwR4JHD3 .btn-success-outline:active,
.cid-uTbwR4JHD3 .btn-warning-outline:active,
.cid-uTbwR4JHD3 .btn-danger-outline:active,
.cid-uTbwR4JHD3 .btn-black-outline:active,
.cid-uTbwR4JHD3 .btn-white-outline:active,
.cid-uTbwR4JHD3 .btn-primary-outline:focus,
.cid-uTbwR4JHD3 .btn-secondary-outline:focus,
.cid-uTbwR4JHD3 .btn-info-outline:focus,
.cid-uTbwR4JHD3 .btn-success-outline:focus,
.cid-uTbwR4JHD3 .btn-warning-outline:focus,
.cid-uTbwR4JHD3 .btn-danger-outline:focus,
.cid-uTbwR4JHD3 .btn-black-outline:focus,
.cid-uTbwR4JHD3 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uTbwR4JHD3 .btn-primary-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-secondary-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-info-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-success-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-warning-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-danger-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-black-outline .mbr-iconfont,
.cid-uTbwR4JHD3 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uTbwR4JHD3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #222222;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uTbwR4JHD3 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(97, 105, 117, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uTbwR4JHD3 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uTbwR4JHD3 .link-wrap:hover {
  color: #c8cfda !important;
}
.cid-uTbwR4JHD3 .link-wrap:hover:hover .link-ico {
  color: #c8cfda !important;
}
.cid-uTbwR4JHD3 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uTbwR4JHD3 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uTbwR4JHD3 .card-title {
  color: #cccccc;
  text-align: center;
}
.cid-uTbwR4JHD3 .row {
  justify-content: center;
}
.cid-uTbwR4JHD3 .main-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTbwR4JHD3 P {
  text-align: center;
}
.cid-uTbwR4JHD3 .mbr-text,
.cid-uTbwR4JHD3 .link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uTbwR4JHD3 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rOMplDqUEA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-rOMplDqUEA .link-wrap {
  width: 100%;
}
.cid-rOMplDqUEA .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-rOMplDqUEA .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #c8cfda;
  font-size: 0.8rem;
}
.cid-rOMplDqUEA .link,
.cid-rOMplDqUEA .link-wrap {
  color: #555555;
}
.cid-rOMplDqUEA img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rOMplDqUEA .card {
    margin-bottom: 2rem!important;
  }
}
.cid-tvdSLObC4Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tvdSLObC4Z .card-box {
  z-index: 10;
  position: relative;
}
.cid-tvdSLObC4Z .link-wrap {
  width: 100%;
}
.cid-tvdSLObC4Z .link {
  display: inline-block;
}
.cid-tvdSLObC4Z .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tvdSLObC4Z .link a:hover {
  text-decoration: underline;
}
.cid-tvdSLObC4Z .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tvdSLObC4Z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tvdSLObC4Z .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tvdSLObC4Z .link,
.cid-tvdSLObC4Z .link-wrap {
  text-align: center;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tvdSLObC4Z .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvdSLObC4Z .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-rOMpmSLXng {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #222222;
}
.cid-rOMpmSLXng li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-rOMpmSLXng .container {
    max-width: 1400px;
  }
}
.cid-rOMpmSLXng .row {
  justify-content: space-between;
}
.cid-rOMpmSLXng .item-wrap {
  margin-bottom: 14px;
}
.cid-rOMpmSLXng h4 {
  margin: 0;
  font-weight: 600;
}
.cid-rOMpmSLXng ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rOMpmSLXng .row {
    justify-content: flex-start;
  }
  .cid-rOMpmSLXng .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rOMpmSLXng .item5 {
  color: #cccccc;
}
.cid-rOMpmSLXng .item4 {
  color: #cccccc;
}
.cid-rOMpmSLXng .item3 {
  color: #cccccc;
}
.cid-rOMpmSLXng .item2 {
  color: #cccccc;
}
.cid-rOMpmSLXng .item1 {
  color: #cccccc;
}
.cid-uWdMI9EFI4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uWdMI9EFI4 a:link {
  text-decoration: none;
}
.cid-uWdMI9EFI4 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uWdMI9EFI4 .icon-transition span:hover {
  background-color: #e48429;
}
.cid-uWdMI9EFI4 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWdMI9EFI4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uWdMI9EFI4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uWdMI9EFI4 .content-text,
.cid-uWdMI9EFI4 .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #222222 !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTvYO5LnvX {
  padding-top: 450px;
  padding-bottom: 90px;
}
.cid-uTvYO5LnvX .link-wrap {
  width: 100%;
}
.cid-uTvYO5LnvX .link {
  display: inline-block;
}
.cid-uTvYO5LnvX .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uTvYO5LnvX .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uTvYO5LnvX .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTvYO5LnvX .link a:hover {
  text-decoration: underline;
}
.cid-uTvYO5LnvX .link,
.cid-uTvYO5LnvX .link-wrap {
  color: #e48429;
}
.cid-uTvYO5LnvX .mbr-text,
.cid-uTvYO5LnvX .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uTvYO5LnvX {
    padding-top: 150px;
  }
  .cid-uTvYO5LnvX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTw4E3Bf41 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uTw4E3Bf41 .container {
    max-width: 1400px;
  }
}
.cid-uTw4E3Bf41 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTw4E3Bf41 .card {
  border-radius: 0;
  background: #333333;
}
.cid-uTw4E3Bf41 .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uTw4E3Bf41 .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uTw4E3Bf41 .img-col {
  padding: 0;
}
.cid-uTw4E3Bf41 .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uTw4E3Bf41 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uTw4E3Bf41 .mbr-text,
.cid-uTw4E3Bf41 .mbr-section-btn {
  text-align: left;
}
.cid-uTw4Ezc9gW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uTw4Ezc9gW .container {
    max-width: 1400px;
  }
}
.cid-uTw4Ezc9gW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTw4Ezc9gW .card {
  border-radius: 0;
  background: #333333;
}
.cid-uTw4Ezc9gW .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uTw4Ezc9gW .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uTw4Ezc9gW .img-col {
  padding: 0;
}
.cid-uTw4Ezc9gW .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uTw4Ezc9gW .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uTw4Ezc9gW .mbr-text,
.cid-uTw4Ezc9gW .mbr-section-btn {
  text-align: left;
}
.cid-uVJpzZtQQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVJpzZtQQU .container {
    max-width: 1400px;
  }
}
.cid-uVJpzZtQQU img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVJpzZtQQU .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVJpzZtQQU .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVJpzZtQQU .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVJpzZtQQU .img-col {
  padding: 0;
}
.cid-uVJpzZtQQU .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVJpzZtQQU .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVJpzZtQQU .mbr-text,
.cid-uVJpzZtQQU .mbr-section-btn {
  text-align: left;
}
.cid-uVQGYsfAO3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uVQGYsfAO3 .mbr-text,
.cid-uVQGYsfAO3 .mbr-section-btn {
  color: #999999;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uVQGYsfAO3 a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uVQGYsfAO3 a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVQGYsfAO3 a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVQGYsfAO3 h1,
.cid-uVQGYsfAO3 p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-uVQGYsfAO3 h1,
  .cid-uVQGYsfAO3 p {
    letter-spacing: -2px;
  }
}
.cid-uTw4S9hiEd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTw4S9hiEd .link-wrap {
  width: 100%;
}
.cid-uTw4S9hiEd .card-box,
.cid-uTw4S9hiEd .img-wrapper {
  width: 50%;
}
.cid-uTw4S9hiEd img {
  margin: auto;
  width: 140px;
}
.cid-uTw4S9hiEd .link {
  display: inline-block;
}
.cid-uTw4S9hiEd .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uTw4S9hiEd .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uTw4S9hiEd .link a:hover {
  text-decoration: underline;
}
.cid-uTw4S9hiEd .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uTw4S9hiEd .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #c8cfda;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uTw4S9hiEd .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uTw4S9hiEd .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uTw4S9hiEd .link,
.cid-uTw4S9hiEd .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTw4S9hiEd .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTw4S9hiEd .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uTw4S9hiEd .card-box,
  .cid-uTw4S9hiEd .img-wrapper {
    width: 100%;
  }
  .cid-uTw4S9hiEd .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uTw4S9hiEd .card-subtitle {
  color: #0077ff;
}
.cid-uTw4S9hiEd .mbr-text,
.cid-uTw4S9hiEd .link-wrap {
  color: #555555;
}
.cid-uTw4UeALM9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTw4UeALM9 .link-wrap {
  width: 100%;
}
.cid-uTw4UeALM9 .link {
  display: inline-block;
}
.cid-uTw4UeALM9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uTw4UeALM9 .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTw4UeALM9 .icon-title {
  margin: 0;
}
.cid-uTw4UeALM9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-uTw4UeALM9 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uTw4UeALM9 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTw4UeALM9 .link a:hover {
  text-decoration: underline;
}
.cid-uTw4UeALM9 .link,
.cid-uTw4UeALM9 .link-wrap {
  color: #0077ff;
}
.cid-uTw4UeALM9 .mbr-text,
.cid-uTw4UeALM9 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uTw4UeALM9 .card {
    margin-bottom: 2rem;
  }
}
.cid-uVJq02Dpe5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #222222;
}
.cid-uVJq02Dpe5 .link-wrap {
  width: 100%;
}
.cid-uVJq02Dpe5 .link {
  display: inline-block;
}
.cid-uVJq02Dpe5 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uVJq02Dpe5 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uVJq02Dpe5 .link a:hover {
  text-decoration: underline;
}
.cid-uTz8m4RwQs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uTz8m4RwQs a:link {
  text-decoration: none;
}
.cid-uTz8m4RwQs .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uTz8m4RwQs .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uTz8m4RwQs .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTz8m4RwQs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uTz8m4RwQs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uTz8m4RwQs .content-text,
.cid-uTz8m4RwQs .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #222222 !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVLoGAMUo4 {
  padding-top: 450px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/worcester-bosch-model-and-installer-interacting-with-easycontrol-1-2000x1334.jpg");
}
.cid-uVLoGAMUo4 .link-wrap {
  width: 100%;
}
.cid-uVLoGAMUo4 .link {
  display: inline-block;
}
.cid-uVLoGAMUo4 .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uVLoGAMUo4 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVLoGAMUo4 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVLoGAMUo4 .link a:hover {
  text-decoration: underline;
}
.cid-uVLoGAMUo4 .link,
.cid-uVLoGAMUo4 .link-wrap {
  color: #e48429;
}
.cid-uVLoGAMUo4 .mbr-text,
.cid-uVLoGAMUo4 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uVLoGAMUo4 {
    padding-top: 150px;
  }
  .cid-uVLoGAMUo4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVLoGEEB9u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVLoGEEB9u .container {
    max-width: 1400px;
  }
}
.cid-uVLoGEEB9u img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVLoGEEB9u .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVLoGEEB9u .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVLoGEEB9u .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVLoGEEB9u .img-col {
  padding: 0;
}
.cid-uVLoGEEB9u .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVLoGEEB9u .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVLoGEEB9u .mbr-text,
.cid-uVLoGEEB9u .mbr-section-btn {
  text-align: left;
}
.cid-uVLoGG20jP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVLoGG20jP .container {
    max-width: 1400px;
  }
}
.cid-uVLoGG20jP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVLoGG20jP .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVLoGG20jP .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVLoGG20jP .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVLoGG20jP .img-col {
  padding: 0;
}
.cid-uVLoGG20jP .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVLoGG20jP .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVLoGG20jP .mbr-text,
.cid-uVLoGG20jP .mbr-section-btn {
  text-align: left;
}
.cid-uVLoGH9dpV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVLoGH9dpV .container {
    max-width: 1400px;
  }
}
.cid-uVLoGH9dpV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVLoGH9dpV .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVLoGH9dpV .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVLoGH9dpV .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVLoGH9dpV .img-col {
  padding: 0;
}
.cid-uVLoGH9dpV .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVLoGH9dpV .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVLoGH9dpV .mbr-text,
.cid-uVLoGH9dpV .mbr-section-btn {
  text-align: left;
}
.cid-uVLoGJSZtW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVLoGJSZtW .link-wrap {
  width: 100%;
}
.cid-uVLoGJSZtW .card-box,
.cid-uVLoGJSZtW .img-wrapper {
  width: 50%;
}
.cid-uVLoGJSZtW img {
  margin: auto;
  width: 140px;
}
.cid-uVLoGJSZtW .link {
  display: inline-block;
}
.cid-uVLoGJSZtW .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uVLoGJSZtW .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uVLoGJSZtW .link a:hover {
  text-decoration: underline;
}
.cid-uVLoGJSZtW .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uVLoGJSZtW .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #c8cfda;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uVLoGJSZtW .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uVLoGJSZtW .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uVLoGJSZtW .link,
.cid-uVLoGJSZtW .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVLoGJSZtW .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVLoGJSZtW .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uVLoGJSZtW .card-box,
  .cid-uVLoGJSZtW .img-wrapper {
    width: 100%;
  }
  .cid-uVLoGJSZtW .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uVLoGJSZtW .card-subtitle {
  color: #0077ff;
}
.cid-uVLoGJSZtW .mbr-text,
.cid-uVLoGJSZtW .link-wrap {
  color: #555555;
}
.cid-uVLoGKIc3p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVLoGKIc3p .link-wrap {
  width: 100%;
}
.cid-uVLoGKIc3p .link {
  display: inline-block;
}
.cid-uVLoGKIc3p .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uVLoGKIc3p .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVLoGKIc3p .icon-title {
  margin: 0;
}
.cid-uVLoGKIc3p .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-uVLoGKIc3p .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVLoGKIc3p .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVLoGKIc3p .link a:hover {
  text-decoration: underline;
}
.cid-uVLoGKIc3p .link,
.cid-uVLoGKIc3p .link-wrap {
  color: #0077ff;
}
.cid-uVLoGKIc3p .mbr-text,
.cid-uVLoGKIc3p .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uVLoGKIc3p .card {
    margin-bottom: 2rem;
  }
}
.cid-uVLoGMLTyp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVLoGMLTyp a:link {
  text-decoration: none;
}
.cid-uVLoGMLTyp .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVLoGMLTyp .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVLoGMLTyp .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVLoGMLTyp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVLoGMLTyp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVLoGMLTyp .content-text,
.cid-uVLoGMLTyp .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uVLoGOaWJZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVLoGOaWJZ .dropdown-menu {
  padding: 0;
}
.cid-uVLoGOaWJZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVLoGOaWJZ .dropdown-item:hover,
.cid-uVLoGOaWJZ .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-uVLoGOaWJZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVLoGOaWJZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVLoGOaWJZ .nav-link {
  position: relative;
}
.cid-uVLoGOaWJZ .container {
  display: flex;
  margin: auto;
}
.cid-uVLoGOaWJZ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVLoGOaWJZ .navbar-caption {
  padding-right: 4rem;
}
.cid-uVLoGOaWJZ .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uVLoGOaWJZ .dropdown-menu,
.cid-uVLoGOaWJZ .navbar.opened {
  background: #222222 !important;
}
.cid-uVLoGOaWJZ .nav-item:focus,
.cid-uVLoGOaWJZ .nav-link:focus {
  outline: none;
}
.cid-uVLoGOaWJZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVLoGOaWJZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVLoGOaWJZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVLoGOaWJZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVLoGOaWJZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVLoGOaWJZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVLoGOaWJZ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-uVLoGOaWJZ .navbar.opened {
  transition: all .3s;
}
.cid-uVLoGOaWJZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVLoGOaWJZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVLoGOaWJZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVLoGOaWJZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVLoGOaWJZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uVLoGOaWJZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVLoGOaWJZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVLoGOaWJZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uVLoGOaWJZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVLoGOaWJZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVLoGOaWJZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVLoGOaWJZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVLoGOaWJZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVLoGOaWJZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVLoGOaWJZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVLoGOaWJZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uVLoGOaWJZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVLoGOaWJZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVLoGOaWJZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVLoGOaWJZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVLoGOaWJZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVLoGOaWJZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVLoGOaWJZ .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-uVLoGOaWJZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVLoGOaWJZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVLoGOaWJZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVLoGOaWJZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVLoGOaWJZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVLoGOaWJZ .dropdown-item.active,
.cid-uVLoGOaWJZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVLoGOaWJZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVLoGOaWJZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVLoGOaWJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVLoGOaWJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-uVLoGOaWJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVLoGOaWJZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVLoGOaWJZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVLoGOaWJZ .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-uVLoGOaWJZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVLoGOaWJZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-uVLoGOaWJZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVLoGOaWJZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVLoGOaWJZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVLoGOaWJZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVLoGOaWJZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVLoGOaWJZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVLoGOaWJZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVLoGOaWJZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVLoGOaWJZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVLoGOaWJZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVLoGOaWJZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVLoGOaWJZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVLoGOaWJZ .navbar {
    height: 77px;
  }
  .cid-uVLoGOaWJZ .navbar.opened {
    height: auto;
  }
  .cid-uVLoGOaWJZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKPy5GrHi {
  padding-top: 450px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gas-system-diagram-1814x1814.jpg");
}
.cid-uVKPy5GrHi .link-wrap {
  width: 100%;
}
.cid-uVKPy5GrHi .link {
  display: inline-block;
}
.cid-uVKPy5GrHi .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uVKPy5GrHi .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVKPy5GrHi .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVKPy5GrHi .link a:hover {
  text-decoration: underline;
}
.cid-uVKPy5GrHi .link,
.cid-uVKPy5GrHi .link-wrap {
  color: #e48429;
}
.cid-uVKPy5GrHi .mbr-text,
.cid-uVKPy5GrHi .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uVKPy5GrHi {
    padding-top: 150px;
  }
  .cid-uVKPy5GrHi .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVKPy78IxQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVKPy78IxQ .container {
    max-width: 1400px;
  }
}
.cid-uVKPy78IxQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVKPy78IxQ .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVKPy78IxQ .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVKPy78IxQ .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVKPy78IxQ .img-col {
  padding: 0;
}
.cid-uVKPy78IxQ .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVKPy78IxQ .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVKPy78IxQ .mbr-text,
.cid-uVKPy78IxQ .mbr-section-btn {
  text-align: left;
}
.cid-uVKPy7Ky3l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVKPy7Ky3l .container {
    max-width: 1400px;
  }
}
.cid-uVKPy7Ky3l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVKPy7Ky3l .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVKPy7Ky3l .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVKPy7Ky3l .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVKPy7Ky3l .img-col {
  padding: 0;
}
.cid-uVKPy7Ky3l .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVKPy7Ky3l .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVKPy7Ky3l .mbr-text,
.cid-uVKPy7Ky3l .mbr-section-btn {
  text-align: left;
}
.cid-uVKPy8iMMB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVKPy8iMMB .container {
    max-width: 1400px;
  }
}
.cid-uVKPy8iMMB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVKPy8iMMB .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVKPy8iMMB .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVKPy8iMMB .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVKPy8iMMB .img-col {
  padding: 0;
}
.cid-uVKPy8iMMB .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVKPy8iMMB .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVKPy8iMMB .mbr-text,
.cid-uVKPy8iMMB .mbr-section-btn {
  text-align: left;
}
.cid-uVLslxRR9e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uVLslxRR9e .mbr-text,
.cid-uVLslxRR9e .mbr-section-btn {
  color: #999999;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uVLslxRR9e a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uVLslxRR9e a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVLslxRR9e a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVLslxRR9e h1,
.cid-uVLslxRR9e p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-uVLslxRR9e h1,
  .cid-uVLslxRR9e p {
    letter-spacing: -2px;
  }
}
.cid-uVKPy8LGZy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVKPy8LGZy .link-wrap {
  width: 100%;
}
.cid-uVKPy8LGZy .card-box,
.cid-uVKPy8LGZy .img-wrapper {
  width: 50%;
}
.cid-uVKPy8LGZy img {
  margin: auto;
  width: 140px;
}
.cid-uVKPy8LGZy .link {
  display: inline-block;
}
.cid-uVKPy8LGZy .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uVKPy8LGZy .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uVKPy8LGZy .link a:hover {
  text-decoration: underline;
}
.cid-uVKPy8LGZy .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uVKPy8LGZy .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #c8cfda;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uVKPy8LGZy .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uVKPy8LGZy .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uVKPy8LGZy .link,
.cid-uVKPy8LGZy .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVKPy8LGZy .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVKPy8LGZy .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uVKPy8LGZy .card-box,
  .cid-uVKPy8LGZy .img-wrapper {
    width: 100%;
  }
  .cid-uVKPy8LGZy .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uVKPy8LGZy .card-subtitle {
  color: #0077ff;
}
.cid-uVKPy8LGZy .mbr-text,
.cid-uVKPy8LGZy .link-wrap {
  color: #555555;
}
.cid-uVKPy9nw1X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVKPy9nw1X .link-wrap {
  width: 100%;
}
.cid-uVKPy9nw1X .link {
  display: inline-block;
}
.cid-uVKPy9nw1X .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uVKPy9nw1X .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVKPy9nw1X .icon-title {
  margin: 0;
}
.cid-uVKPy9nw1X .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-uVKPy9nw1X .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVKPy9nw1X .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVKPy9nw1X .link a:hover {
  text-decoration: underline;
}
.cid-uVKPy9nw1X .link,
.cid-uVKPy9nw1X .link-wrap {
  color: #0077ff;
}
.cid-uVKPy9nw1X .mbr-text,
.cid-uVKPy9nw1X .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uVKPy9nw1X .card {
    margin-bottom: 2rem;
  }
}
.cid-uVKPyaEheF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #222222;
}
.cid-uVKPyaEheF .link-wrap {
  width: 100%;
}
.cid-uVKPyaEheF .link {
  display: inline-block;
}
.cid-uVKPyaEheF .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uVKPyaEheF .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uVKPyaEheF .link a:hover {
  text-decoration: underline;
}
.cid-uVKPyb9Uo7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVKPyb9Uo7 a:link {
  text-decoration: none;
}
.cid-uVKPyb9Uo7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVKPyb9Uo7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVKPyb9Uo7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVKPyb9Uo7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVKPyb9Uo7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVKPyb9Uo7 .content-text,
.cid-uVKPyb9Uo7 .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uVKPybN6yw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVKPybN6yw .dropdown-menu {
  padding: 0;
}
.cid-uVKPybN6yw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKPybN6yw .dropdown-item:hover,
.cid-uVKPybN6yw .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-uVKPybN6yw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVKPybN6yw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKPybN6yw .nav-link {
  position: relative;
}
.cid-uVKPybN6yw .container {
  display: flex;
  margin: auto;
}
.cid-uVKPybN6yw .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVKPybN6yw .navbar-caption {
  padding-right: 4rem;
}
.cid-uVKPybN6yw .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uVKPybN6yw .dropdown-menu,
.cid-uVKPybN6yw .navbar.opened {
  background: #222222 !important;
}
.cid-uVKPybN6yw .nav-item:focus,
.cid-uVKPybN6yw .nav-link:focus {
  outline: none;
}
.cid-uVKPybN6yw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVKPybN6yw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKPybN6yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVKPybN6yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVKPybN6yw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKPybN6yw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKPybN6yw .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-uVKPybN6yw .navbar.opened {
  transition: all .3s;
}
.cid-uVKPybN6yw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVKPybN6yw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVKPybN6yw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKPybN6yw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKPybN6yw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uVKPybN6yw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKPybN6yw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKPybN6yw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uVKPybN6yw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKPybN6yw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVKPybN6yw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVKPybN6yw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKPybN6yw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKPybN6yw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKPybN6yw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKPybN6yw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uVKPybN6yw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVKPybN6yw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKPybN6yw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKPybN6yw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKPybN6yw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVKPybN6yw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVKPybN6yw .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-uVKPybN6yw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVKPybN6yw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVKPybN6yw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVKPybN6yw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKPybN6yw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKPybN6yw .dropdown-item.active,
.cid-uVKPybN6yw .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKPybN6yw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKPybN6yw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKPybN6yw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKPybN6yw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-uVKPybN6yw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKPybN6yw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKPybN6yw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVKPybN6yw .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-uVKPybN6yw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVKPybN6yw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-uVKPybN6yw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVKPybN6yw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVKPybN6yw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVKPybN6yw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVKPybN6yw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVKPybN6yw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVKPybN6yw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVKPybN6yw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVKPybN6yw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVKPybN6yw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVKPybN6yw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVKPybN6yw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKPybN6yw .navbar {
    height: 77px;
  }
  .cid-uVKPybN6yw .navbar.opened {
    height: auto;
  }
  .cid-uVKPybN6yw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVK1Th7c2U {
  padding-top: 450px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/worcester-bosch-greenstar-heatslave-model-and-service-engineer-utility-2000x1333.jpg");
}
.cid-uVK1Th7c2U .link-wrap {
  width: 100%;
}
.cid-uVK1Th7c2U .link {
  display: inline-block;
}
.cid-uVK1Th7c2U .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uVK1Th7c2U .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVK1Th7c2U .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVK1Th7c2U .link a:hover {
  text-decoration: underline;
}
.cid-uVK1Th7c2U .link,
.cid-uVK1Th7c2U .link-wrap {
  color: #e48429;
}
.cid-uVK1Th7c2U .mbr-text,
.cid-uVK1Th7c2U .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uVK1Th7c2U {
    padding-top: 150px;
  }
  .cid-uVK1Th7c2U .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVK1TjlJ0X {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVK1TjlJ0X .container {
    max-width: 1400px;
  }
}
.cid-uVK1TjlJ0X img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVK1TjlJ0X .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVK1TjlJ0X .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVK1TjlJ0X .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVK1TjlJ0X .img-col {
  padding: 0;
}
.cid-uVK1TjlJ0X .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVK1TjlJ0X .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVK1TjlJ0X .mbr-text,
.cid-uVK1TjlJ0X .mbr-section-btn {
  text-align: left;
}
.cid-uWcOTdKzxv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWcOTdKzxv .link-wrap {
  width: 100%;
}
.cid-uWcOTdKzxv .link {
  display: inline-block;
}
.cid-uWcOTdKzxv .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uWcOTdKzxv .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uWcOTdKzxv .link a:hover {
  text-decoration: underline;
}
.cid-uWcOTdKzxv .mbr-text,
.cid-uWcOTdKzxv .link-wrap {
  color: #ffffff;
}
.cid-uVK8HpHB7v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uVK8HpHB7v .mbr-text,
.cid-uVK8HpHB7v .mbr-section-btn {
  color: #999999;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uVK8HpHB7v a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uVK8HpHB7v a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVK8HpHB7v a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVK8HpHB7v h1,
.cid-uVK8HpHB7v p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-uVK8HpHB7v h1,
  .cid-uVK8HpHB7v p {
    letter-spacing: -2px;
  }
}
.cid-uVK1TkaCiy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVK1TkaCiy .container {
    max-width: 1400px;
  }
}
.cid-uVK1TkaCiy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVK1TkaCiy .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVK1TkaCiy .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVK1TkaCiy .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVK1TkaCiy .img-col {
  padding: 0;
}
.cid-uVK1TkaCiy .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVK1TkaCiy .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVK1TkaCiy .mbr-text,
.cid-uVK1TkaCiy .mbr-section-btn {
  text-align: left;
}
.cid-uVK1TllRfu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVK1TllRfu .link-wrap {
  width: 100%;
}
.cid-uVK1TllRfu .card-box,
.cid-uVK1TllRfu .img-wrapper {
  width: 50%;
}
.cid-uVK1TllRfu img {
  margin: auto;
  width: 140px;
}
.cid-uVK1TllRfu .link {
  display: inline-block;
}
.cid-uVK1TllRfu .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uVK1TllRfu .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uVK1TllRfu .link a:hover {
  text-decoration: underline;
}
.cid-uVK1TllRfu .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uVK1TllRfu .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #c8cfda;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uVK1TllRfu .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uVK1TllRfu .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uVK1TllRfu .link,
.cid-uVK1TllRfu .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVK1TllRfu .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVK1TllRfu .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uVK1TllRfu .card-box,
  .cid-uVK1TllRfu .img-wrapper {
    width: 100%;
  }
  .cid-uVK1TllRfu .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uVK1TllRfu .card-subtitle {
  color: #0077ff;
}
.cid-uVK1TllRfu .mbr-text,
.cid-uVK1TllRfu .link-wrap {
  color: #555555;
}
.cid-uVK1Tmob3s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVK1Tmob3s .link-wrap {
  width: 100%;
}
.cid-uVK1Tmob3s .link {
  display: inline-block;
}
.cid-uVK1Tmob3s .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uVK1Tmob3s .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVK1Tmob3s .icon-title {
  margin: 0;
}
.cid-uVK1Tmob3s .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-uVK1Tmob3s .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVK1Tmob3s .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVK1Tmob3s .link a:hover {
  text-decoration: underline;
}
.cid-uVK1Tmob3s .link,
.cid-uVK1Tmob3s .link-wrap {
  color: #0077ff;
}
.cid-uVK1Tmob3s .mbr-text,
.cid-uVK1Tmob3s .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uVK1Tmob3s .card {
    margin-bottom: 2rem;
  }
}
.cid-uVK1TnFJeI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVK1TnFJeI a:link {
  text-decoration: none;
}
.cid-uVK1TnFJeI .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVK1TnFJeI .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVK1TnFJeI .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVK1TnFJeI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVK1TnFJeI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVK1TnFJeI .content-text,
.cid-uVK1TnFJeI .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uVK1TootST .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVK1TootST .dropdown-menu {
  padding: 0;
}
.cid-uVK1TootST .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVK1TootST .dropdown-item:hover,
.cid-uVK1TootST .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-uVK1TootST .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVK1TootST .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVK1TootST .nav-link {
  position: relative;
}
.cid-uVK1TootST .container {
  display: flex;
  margin: auto;
}
.cid-uVK1TootST .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVK1TootST .navbar-caption {
  padding-right: 4rem;
}
.cid-uVK1TootST .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uVK1TootST .dropdown-menu,
.cid-uVK1TootST .navbar.opened {
  background: #222222 !important;
}
.cid-uVK1TootST .nav-item:focus,
.cid-uVK1TootST .nav-link:focus {
  outline: none;
}
.cid-uVK1TootST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVK1TootST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVK1TootST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVK1TootST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVK1TootST .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVK1TootST .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVK1TootST .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-uVK1TootST .navbar.opened {
  transition: all .3s;
}
.cid-uVK1TootST .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVK1TootST .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVK1TootST .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVK1TootST .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVK1TootST .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uVK1TootST .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVK1TootST .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVK1TootST .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uVK1TootST .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVK1TootST .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVK1TootST .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVK1TootST .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVK1TootST .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVK1TootST .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVK1TootST .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVK1TootST .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uVK1TootST .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVK1TootST .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVK1TootST .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVK1TootST .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVK1TootST .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVK1TootST .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVK1TootST .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-uVK1TootST .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVK1TootST .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVK1TootST .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVK1TootST .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVK1TootST .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVK1TootST .dropdown-item.active,
.cid-uVK1TootST .dropdown-item:active {
  background-color: transparent;
}
.cid-uVK1TootST .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVK1TootST .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVK1TootST .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVK1TootST .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-uVK1TootST .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVK1TootST .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVK1TootST ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVK1TootST .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-uVK1TootST button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVK1TootST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-uVK1TootST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVK1TootST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVK1TootST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVK1TootST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVK1TootST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVK1TootST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVK1TootST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVK1TootST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVK1TootST .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVK1TootST a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVK1TootST .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVK1TootST .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVK1TootST .navbar {
    height: 77px;
  }
  .cid-uVK1TootST .navbar.opened {
    height: auto;
  }
  .cid-uVK1TootST .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #222222 !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTziQfQuea {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/467848953-10160883917921859-572389143430260940-n-1080x829.jpeg");
}
.cid-uTziQfQuea .link-wrap {
  width: 100%;
}
.cid-uTziQfQuea .link {
  display: inline-block;
}
.cid-uTziQfQuea .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uTziQfQuea .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uTziQfQuea .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTziQfQuea .link a:hover {
  text-decoration: underline;
}
.cid-uTziQfQuea .link,
.cid-uTziQfQuea .link-wrap {
  color: #0077ff;
}
.cid-uTziQfQuea .mbr-text,
.cid-uTziQfQuea .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uTziQfQuea {
    padding-top: 150px;
  }
  .cid-uTziQfQuea .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uTziJrBOYp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222222;
}
.cid-uTziJrBOYp .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-uTziJrBOYp .mbr-iconfont:hover {
  color: #777777;
}
.cid-uTziJrBOYp .card-img {
  position: relative;
  overflow: hidden;
}
.cid-uTziJrBOYp a {
  font-weight: 600;
}
.cid-uTziJrBOYp .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-uTziJrBOYp .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uTziJrBOYp .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-uTziJrBOYp .card-wrapper {
  height: 100%;
}
.cid-uTziJrBOYp .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-uTziJrBOYp .text {
  color: #767676;
}
.cid-uTziJrBOYp .card-subtitle {
  color: #e48429;
}
.cid-uTzkltxlDg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uTzkltxlDg .container {
    max-width: 1400px;
  }
}
.cid-uTzkltxlDg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTzkltxlDg .card {
  border-radius: 0;
  background: #333333;
}
.cid-uTzkltxlDg .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uTzkltxlDg .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uTzkltxlDg .img-col {
  padding: 0;
}
.cid-uTzkltxlDg .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uTzkltxlDg .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uW1fXl8lbO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222222;
}
.cid-uW1fXl8lbO .card {
  background: #000000;
  padding: 5rem 5rem;
}
.cid-uW1fXl8lbO img {
  width: 100%;
}
.cid-uW1fXl8lbO .content {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uW1fXl8lbO .card {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uW1fXl8lbO .card {
    padding: 2rem 1rem;
  }
}
.cid-uVLwlriywf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVLwlriywf a:link {
  text-decoration: none;
}
.cid-uVLwlriywf .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVLwlriywf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVLwlriywf .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVLwlriywf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVLwlriywf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVLwlriywf .content-text,
.cid-uVLwlriywf .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uVLBwNV7pI {
  padding-top: 450px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/worcester-bosch-greenstar-heatslave-model-and-service-engineer-utility-2000x1333.jpg");
}
.cid-uVLBwNV7pI .link-wrap {
  width: 100%;
}
.cid-uVLBwNV7pI .link {
  display: inline-block;
}
.cid-uVLBwNV7pI .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uVLBwNV7pI .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVLBwNV7pI .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVLBwNV7pI .link a:hover {
  text-decoration: underline;
}
.cid-uVLBwNV7pI .link,
.cid-uVLBwNV7pI .link-wrap {
  color: #e48429;
}
.cid-uVLBwNV7pI .mbr-text,
.cid-uVLBwNV7pI .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uVLBwNV7pI {
    padding-top: 150px;
  }
  .cid-uVLBwNV7pI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVLBwQsNhN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVLBwQsNhN .container {
    max-width: 1400px;
  }
}
.cid-uVLBwQsNhN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVLBwQsNhN .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVLBwQsNhN .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVLBwQsNhN .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVLBwQsNhN .img-col {
  padding: 0;
}
.cid-uVLBwQsNhN .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVLBwQsNhN .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVLBwQsNhN .mbr-text,
.cid-uVLBwQsNhN .mbr-section-btn {
  text-align: left;
}
.cid-uX6eSqx0k3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uX6eSqx0k3 p {
  line-height: 1.6;
}
.cid-uX6eSqx0k3 .card-box {
  width: -webkit-fill-available;
}
.cid-uX6eSqx0k3 .card-img {
  width: auto;
}
.cid-uX6eSqx0k3 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-uX6eSqx0k3 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uX6eSqx0k3 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-uX6eSqx0k3 .card {
  height: 100%;
  margin: auto;
}
.cid-uX6eSqx0k3 img {
  width: 100%;
  heigth: auto;
}
.cid-uX6eSqx0k3 .card-title1 {
  color: #073b4c;
}
.cid-uX6eSqx0k3 .mbr-text1 {
  color: #767676;
}
.cid-uX6eSqx0k3 .card-title2 {
  color: #7f1933;
}
.cid-uX6eSqx0k3 .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-uX6eSqx0k3 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-uX6eSqx0k3 .card-img {
    order: 1;
  }
  .cid-uX6eSqx0k3 .card-box {
    order: 2;
  }
}
.cid-uVLBwRUBqW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uVLBwRUBqW .mbr-text,
.cid-uVLBwRUBqW .mbr-section-btn {
  color: #999999;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uVLBwRUBqW a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uVLBwRUBqW a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVLBwRUBqW a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVLBwRUBqW h1,
.cid-uVLBwRUBqW p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-uVLBwRUBqW h1,
  .cid-uVLBwRUBqW p {
    letter-spacing: -2px;
  }
}
.cid-uVLBwX3STj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVLBwX3STj a:link {
  text-decoration: none;
}
.cid-uVLBwX3STj .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVLBwX3STj .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVLBwX3STj .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVLBwX3STj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVLBwX3STj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVLBwX3STj .content-text,
.cid-uVLBwX3STj .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uVLBwXPVn4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVLBwXPVn4 .dropdown-menu {
  padding: 0;
}
.cid-uVLBwXPVn4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVLBwXPVn4 .dropdown-item:hover,
.cid-uVLBwXPVn4 .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-uVLBwXPVn4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVLBwXPVn4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVLBwXPVn4 .nav-link {
  position: relative;
}
.cid-uVLBwXPVn4 .container {
  display: flex;
  margin: auto;
}
.cid-uVLBwXPVn4 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVLBwXPVn4 .navbar-caption {
  padding-right: 4rem;
}
.cid-uVLBwXPVn4 .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uVLBwXPVn4 .dropdown-menu,
.cid-uVLBwXPVn4 .navbar.opened {
  background: #222222 !important;
}
.cid-uVLBwXPVn4 .nav-item:focus,
.cid-uVLBwXPVn4 .nav-link:focus {
  outline: none;
}
.cid-uVLBwXPVn4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVLBwXPVn4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVLBwXPVn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVLBwXPVn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVLBwXPVn4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVLBwXPVn4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVLBwXPVn4 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-uVLBwXPVn4 .navbar.opened {
  transition: all .3s;
}
.cid-uVLBwXPVn4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVLBwXPVn4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVLBwXPVn4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVLBwXPVn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVLBwXPVn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uVLBwXPVn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVLBwXPVn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVLBwXPVn4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uVLBwXPVn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVLBwXPVn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVLBwXPVn4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVLBwXPVn4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVLBwXPVn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVLBwXPVn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVLBwXPVn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVLBwXPVn4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uVLBwXPVn4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVLBwXPVn4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVLBwXPVn4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVLBwXPVn4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVLBwXPVn4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVLBwXPVn4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVLBwXPVn4 .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-uVLBwXPVn4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVLBwXPVn4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVLBwXPVn4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVLBwXPVn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVLBwXPVn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVLBwXPVn4 .dropdown-item.active,
.cid-uVLBwXPVn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVLBwXPVn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVLBwXPVn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVLBwXPVn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVLBwXPVn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-uVLBwXPVn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVLBwXPVn4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVLBwXPVn4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVLBwXPVn4 .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-uVLBwXPVn4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVLBwXPVn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-uVLBwXPVn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVLBwXPVn4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVLBwXPVn4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVLBwXPVn4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVLBwXPVn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVLBwXPVn4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVLBwXPVn4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVLBwXPVn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVLBwXPVn4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVLBwXPVn4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVLBwXPVn4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVLBwXPVn4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVLBwXPVn4 .navbar {
    height: 77px;
  }
  .cid-uVLBwXPVn4 .navbar.opened {
    height: auto;
  }
  .cid-uVLBwXPVn4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVQBDRGs20 {
  padding-top: 450px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/worcester-bosch-greenstar-heatslave-model-and-service-engineer-utility-2000x1333.jpg");
}
.cid-uVQBDRGs20 .link-wrap {
  width: 100%;
}
.cid-uVQBDRGs20 .link {
  display: inline-block;
}
.cid-uVQBDRGs20 .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-uVQBDRGs20 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVQBDRGs20 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVQBDRGs20 .link a:hover {
  text-decoration: underline;
}
.cid-uVQBDRGs20 .link,
.cid-uVQBDRGs20 .link-wrap {
  color: #e48429;
}
.cid-uVQBDRGs20 .mbr-text,
.cid-uVQBDRGs20 .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-uVQBDRGs20 {
    padding-top: 150px;
  }
  .cid-uVQBDRGs20 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVQBDUs1Fj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVQBDUs1Fj .container {
    max-width: 1400px;
  }
}
.cid-uVQBDUs1Fj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVQBDUs1Fj .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVQBDUs1Fj .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVQBDUs1Fj .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVQBDUs1Fj .img-col {
  padding: 0;
}
.cid-uVQBDUs1Fj .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVQBDUs1Fj .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVQBDUs1Fj .mbr-text,
.cid-uVQBDUs1Fj .mbr-section-btn {
  text-align: left;
}
.cid-uVQBDV8mQe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uVQBDV8mQe .mbr-text,
.cid-uVQBDV8mQe .mbr-section-btn {
  color: #999999;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uVQBDV8mQe a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uVQBDV8mQe a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVQBDV8mQe a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uVQBDV8mQe h1,
.cid-uVQBDV8mQe p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-uVQBDV8mQe h1,
  .cid-uVQBDV8mQe p {
    letter-spacing: -2px;
  }
}
.cid-uVQBDVVhBb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-uVQBDVVhBb .container {
    max-width: 1400px;
  }
}
.cid-uVQBDVVhBb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVQBDVVhBb .card {
  border-radius: 0;
  background: #333333;
}
.cid-uVQBDVVhBb .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-uVQBDVVhBb .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-uVQBDVVhBb .img-col {
  padding: 0;
}
.cid-uVQBDVVhBb .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uVQBDVVhBb .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uVQBDVVhBb .mbr-text,
.cid-uVQBDVVhBb .mbr-section-btn {
  text-align: left;
}
.cid-uWcFGjrlm1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWcFGjrlm1 .link-wrap {
  width: 100%;
}
.cid-uWcFGjrlm1 .link {
  display: inline-block;
}
.cid-uWcFGjrlm1 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uWcFGjrlm1 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uWcFGjrlm1 .link a:hover {
  text-decoration: underline;
}
.cid-uWcFGjrlm1 .mbr-text,
.cid-uWcFGjrlm1 .link-wrap {
  color: #ffffff;
}
.cid-uWcLfxtIhF {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uWcLfxtIhF .mbr-text,
.cid-uWcLfxtIhF .mbr-section-btn {
  color: #999999;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-uWcLfxtIhF a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-uWcLfxtIhF a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uWcLfxtIhF a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-uWcLfxtIhF h1,
.cid-uWcLfxtIhF p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-uWcLfxtIhF h1,
  .cid-uWcLfxtIhF p {
    letter-spacing: -2px;
  }
}
.cid-uVQBDWADGX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVQBDWADGX .link-wrap {
  width: 100%;
}
.cid-uVQBDWADGX .card-box,
.cid-uVQBDWADGX .img-wrapper {
  width: 50%;
}
.cid-uVQBDWADGX img {
  margin: auto;
  width: 140px;
}
.cid-uVQBDWADGX .link {
  display: inline-block;
}
.cid-uVQBDWADGX .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uVQBDWADGX .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uVQBDWADGX .link a:hover {
  text-decoration: underline;
}
.cid-uVQBDWADGX .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uVQBDWADGX .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #c8cfda;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uVQBDWADGX .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uVQBDWADGX .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uVQBDWADGX .link,
.cid-uVQBDWADGX .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVQBDWADGX .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVQBDWADGX .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uVQBDWADGX .card-box,
  .cid-uVQBDWADGX .img-wrapper {
    width: 100%;
  }
  .cid-uVQBDWADGX .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uVQBDWADGX .card-subtitle {
  color: #0077ff;
}
.cid-uVQBDWADGX .mbr-text,
.cid-uVQBDWADGX .link-wrap {
  color: #555555;
}
.cid-uVQBDYjaUq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVQBDYjaUq .link-wrap {
  width: 100%;
}
.cid-uVQBDYjaUq .link {
  display: inline-block;
}
.cid-uVQBDYjaUq .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uVQBDYjaUq .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVQBDYjaUq .icon-title {
  margin: 0;
}
.cid-uVQBDYjaUq .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-uVQBDYjaUq .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-uVQBDYjaUq .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #e48429;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVQBDYjaUq .link a:hover {
  text-decoration: underline;
}
.cid-uVQBDYjaUq .link,
.cid-uVQBDYjaUq .link-wrap {
  color: #0077ff;
}
.cid-uVQBDYjaUq .mbr-text,
.cid-uVQBDYjaUq .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uVQBDYjaUq .card {
    margin-bottom: 2rem;
  }
}
.cid-uVQBDZwJDg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVQBDZwJDg a:link {
  text-decoration: none;
}
.cid-uVQBDZwJDg .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVQBDZwJDg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVQBDZwJDg .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVQBDZwJDg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVQBDZwJDg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVQBDZwJDg .content-text,
.cid-uVQBDZwJDg .inner-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-uVQBE0by9v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVQBE0by9v .dropdown-menu {
  padding: 0;
}
.cid-uVQBE0by9v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVQBE0by9v .dropdown-item:hover,
.cid-uVQBE0by9v .dropdown-item:focus {
  background: #c8cfda !important;
  color: white!important;
}
.cid-uVQBE0by9v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uVQBE0by9v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVQBE0by9v .nav-link {
  position: relative;
}
.cid-uVQBE0by9v .container {
  display: flex;
  margin: auto;
}
.cid-uVQBE0by9v .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVQBE0by9v .navbar-caption {
  padding-right: 4rem;
}
.cid-uVQBE0by9v .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uVQBE0by9v .dropdown-menu,
.cid-uVQBE0by9v .navbar.opened {
  background: #222222 !important;
}
.cid-uVQBE0by9v .nav-item:focus,
.cid-uVQBE0by9v .nav-link:focus {
  outline: none;
}
.cid-uVQBE0by9v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVQBE0by9v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVQBE0by9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVQBE0by9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVQBE0by9v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVQBE0by9v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVQBE0by9v .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #222222;
  background: none;
}
.cid-uVQBE0by9v .navbar.opened {
  transition: all .3s;
}
.cid-uVQBE0by9v .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVQBE0by9v .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVQBE0by9v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVQBE0by9v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVQBE0by9v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uVQBE0by9v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVQBE0by9v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVQBE0by9v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uVQBE0by9v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVQBE0by9v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVQBE0by9v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVQBE0by9v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVQBE0by9v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVQBE0by9v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVQBE0by9v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVQBE0by9v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uVQBE0by9v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVQBE0by9v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVQBE0by9v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVQBE0by9v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVQBE0by9v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVQBE0by9v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVQBE0by9v .navbar.navbar-short {
  background: #222222 !important;
  min-height: 60px;
}
.cid-uVQBE0by9v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVQBE0by9v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVQBE0by9v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVQBE0by9v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVQBE0by9v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVQBE0by9v .dropdown-item.active,
.cid-uVQBE0by9v .dropdown-item:active {
  background-color: transparent;
}
.cid-uVQBE0by9v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVQBE0by9v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVQBE0by9v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVQBE0by9v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222222;
}
.cid-uVQBE0by9v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVQBE0by9v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVQBE0by9v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVQBE0by9v .navbar-buttons {
  text-align: center;
  min-width: 180px;
}
.cid-uVQBE0by9v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVQBE0by9v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8cfda;
}
.cid-uVQBE0by9v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVQBE0by9v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVQBE0by9v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVQBE0by9v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVQBE0by9v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVQBE0by9v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVQBE0by9v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVQBE0by9v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVQBE0by9v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVQBE0by9v a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVQBE0by9v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVQBE0by9v .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVQBE0by9v .navbar {
    height: 77px;
  }
  .cid-uVQBE0by9v .navbar.opened {
    height: auto;
  }
  .cid-uVQBE0by9v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
