body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #76708a !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #76708a !important;
  border-color: #76708a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4d495a !important;
  border-color: #4d495a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4d495a !important;
  border-color: #4d495a !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #76708a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d495a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #76708a !important;
  border-color: #76708a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #76708a !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #464252 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #76708a;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9b6c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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-txqJTi7Hqt .navbar-dropdown {
  position: relative !important;
}
.cid-txqJTi7Hqt .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txqJTi7Hqt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txqJTi7Hqt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txqJTi7Hqt .dropdown-item:hover,
.cid-txqJTi7Hqt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txqJTi7Hqt .dropdown-item:hover span {
  color: white;
}
.cid-txqJTi7Hqt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txqJTi7Hqt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txqJTi7Hqt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txqJTi7Hqt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txqJTi7Hqt .nav-link {
  position: relative;
}
.cid-txqJTi7Hqt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txqJTi7Hqt .container {
    flex-wrap: nowrap;
  }
}
.cid-txqJTi7Hqt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txqJTi7Hqt .dropdown-menu,
.cid-txqJTi7Hqt .navbar.opened {
  background: #e9e9e9 !important;
}
.cid-txqJTi7Hqt .nav-item:focus,
.cid-txqJTi7Hqt .nav-link:focus {
  outline: none;
}
.cid-txqJTi7Hqt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txqJTi7Hqt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txqJTi7Hqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txqJTi7Hqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txqJTi7Hqt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txqJTi7Hqt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txqJTi7Hqt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
}
.cid-txqJTi7Hqt .navbar.opened {
  transition: all 0.3s;
}
.cid-txqJTi7Hqt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txqJTi7Hqt .navbar .navbar-logo img {
  width: auto;
}
.cid-txqJTi7Hqt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txqJTi7Hqt .navbar.collapsed {
  justify-content: center;
}
.cid-txqJTi7Hqt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txqJTi7Hqt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txqJTi7Hqt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-txqJTi7Hqt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txqJTi7Hqt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txqJTi7Hqt .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: 41%;
}
.cid-txqJTi7Hqt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txqJTi7Hqt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txqJTi7Hqt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txqJTi7Hqt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txqJTi7Hqt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txqJTi7Hqt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txqJTi7Hqt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txqJTi7Hqt .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: 40%;
  }
  .cid-txqJTi7Hqt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txqJTi7Hqt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txqJTi7Hqt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txqJTi7Hqt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txqJTi7Hqt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txqJTi7Hqt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txqJTi7Hqt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txqJTi7Hqt .navbar.navbar-short {
  min-height: 60px;
}
.cid-txqJTi7Hqt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txqJTi7Hqt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txqJTi7Hqt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txqJTi7Hqt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txqJTi7Hqt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txqJTi7Hqt .dropdown-item.active,
.cid-txqJTi7Hqt .dropdown-item:active {
  background-color: transparent;
}
.cid-txqJTi7Hqt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txqJTi7Hqt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txqJTi7Hqt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txqJTi7Hqt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-txqJTi7Hqt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txqJTi7Hqt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txqJTi7Hqt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txqJTi7Hqt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txqJTi7Hqt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txqJTi7Hqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-txqJTi7Hqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txqJTi7Hqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txqJTi7Hqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txqJTi7Hqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txqJTi7Hqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqJTi7Hqt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txqJTi7Hqt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txqJTi7Hqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txqJTi7Hqt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txqJTi7Hqt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txqJTi7Hqt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txqJTi7Hqt .navbar {
    height: 70px;
  }
  .cid-txqJTi7Hqt .navbar.opened {
    height: auto;
  }
  .cid-txqJTi7Hqt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txqIHlMN28 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tuile.jpeg");
}
.cid-txqIHlMN28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txqIHlMN28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txqIHlMN28 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txqIHlMN28 .mbr-text,
.cid-txqIHlMN28 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-txqUMxMoZy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-txqUMxMoZy .image-wrapper {
    padding: 1rem;
  }
}
.cid-txqUMxMoZy img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txqUMxMoZy img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txqUMxMoZy .mbr-text,
.cid-txqUMxMoZy .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-txqUMxMoZy .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-txqUMxMoZy .mbr-text2,
.cid-txqUMxMoZy .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-u3paYipblV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/decennale2-1920x308.png");
}
.cid-u3paYipblV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3paYipblV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3paYipblV .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3paYipblV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3paYipblV .container {
    padding: 0 25px;
  }
}
.cid-u3paYipblV .title-wrapper {
  padding: 100px 0;
}
.cid-u3paYipblV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3paYipblV .mbr-section-title {
  color: #ffffff;
}
.cid-txqOgHODIK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-txqOgHODIK .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-txqOgHODIK .container {
    max-width: 1400px;
  }
}
.cid-txqOgHODIK .card {
  margin: auto;
}
.cid-txqOgHODIK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-txqOgHODIK .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txqOgHODIK .row {
  justify-content: center;
}
.cid-txqOgHODIK .card-title,
.cid-txqOgHODIK .card-box {
  color: #e9e9e9;
}
.cid-u5A3pL2ZNS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5A3pL2ZNS .mbr-section-subtitle {
  color: #979797;
}
.cid-u5A29b1gLK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5A29b1gLK .container {
  max-width: 1132px;
}
.cid-u5A29b1gLK .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-u5A29b1gLK .b {
    margin-bottom: 20px;
  }
}
.cid-txr1qYbft0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txr1qYbft0 .mbr-section-subtitle {
  color: #76708a;
}
.cid-txr13zoqXr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txr13zoqXr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txr13zoqXr .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-txr13zoqXr .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-txr13zoqXr .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-txr13zoqXr .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-txr13zoqXr .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-txr13zoqXr .item-img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-txr13zoqXr .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-txr13zoqXr .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-txr13zoqXr .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-txr13zoqXr .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-txr13zoqXr .mbr-section-btn {
  margin-top: 20px;
}
.cid-txr13zoqXr .mbr-section-btn .btn:before {
  display: none;
}
.cid-txr13zoqXr .mbr-section-btn .btn:after {
  display: none;
}
.cid-txr13zoqXr .mbr-text,
.cid-txr13zoqXr .mbr-section-btn {
  text-align: left;
}
.cid-ty0W3gGzHM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ramonagepub-474x355.jpg");
}
.cid-ty0W3gGzHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0W3gGzHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0W3gGzHM .mbr-text,
.cid-ty0W3gGzHM .mbr-section-btn {
  color: #232323;
}
.cid-ty0W3gGzHM .card-title,
.cid-ty0W3gGzHM .card-box {
  color: #ffffff;
}
.cid-ty0W3gGzHM .mbr-text,
.cid-ty0W3gGzHM .link-wrap {
  color: #ffffff;
}
.cid-txqMahm4JJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txqMahm4JJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txqMahm4JJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txqMahm4JJ .mbr-section-title {
  color: #fd0909;
}
.cid-txqMahm4JJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txqLH5f0fV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txqLH5f0fV .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txqLH5f0fV .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-txqLH5f0fV .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-txqLH5f0fV .card img {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .cid-txqLH5f0fV .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-txqLH5f0fV .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-txqLH5f0fV .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-txqLH5f0fV .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-txqLH5f0fV .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-txqLH5f0fV .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-txqLH5f0fV .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-txqLH5f0fV .mbr-section-title {
  text-align: center;
  color: #e6c63a;
}
.cid-uq82m6S7S7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cgecontact-2000x1148.jpg");
}
.cid-uq82m6S7S7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uq82m6S7S7 textarea {
  min-height: 200px;
}
.cid-uq82m6S7S7 .btn {
  padding: 1rem 3rem;
}
.cid-uq82m6S7S7 .form-control,
.cid-uq82m6S7S7 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uq82m6S7S7 .form-control::-webkit-input-placeholder,
.cid-uq82m6S7S7 .field-input::-webkit-input-placeholder,
.cid-uq82m6S7S7 .form-control::-webkit-input-placeholder,
.cid-uq82m6S7S7 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq82m6S7S7 .form-control:-moz-placeholder,
.cid-uq82m6S7S7 .field-input:-moz-placeholder,
.cid-uq82m6S7S7 .form-control:-moz-placeholder,
.cid-uq82m6S7S7 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uq82m6S7S7 .form-control:hover,
.cid-uq82m6S7S7 .field-input:hover,
.cid-uq82m6S7S7 .form-control:focus,
.cid-uq82m6S7S7 .field-input:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uq82m6S7S7 .form-control:hover::-webkit-input-placeholder,
.cid-uq82m6S7S7 .field-input:hover::-webkit-input-placeholder,
.cid-uq82m6S7S7 .form-control:focus::-webkit-input-placeholder,
.cid-uq82m6S7S7 .field-input:focus::-webkit-input-placeholder,
.cid-uq82m6S7S7 .form-control:hover::-webkit-input-placeholder,
.cid-uq82m6S7S7 .field-input:hover::-webkit-input-placeholder,
.cid-uq82m6S7S7 .form-control:focus::-webkit-input-placeholder,
.cid-uq82m6S7S7 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq82m6S7S7 .form-control:hover:-moz-placeholder,
.cid-uq82m6S7S7 .field-input:hover:-moz-placeholder,
.cid-uq82m6S7S7 .form-control:focus:-moz-placeholder,
.cid-uq82m6S7S7 .field-input:focus:-moz-placeholder,
.cid-uq82m6S7S7 .form-control:hover:-moz-placeholder,
.cid-uq82m6S7S7 .field-input:hover:-moz-placeholder,
.cid-uq82m6S7S7 .form-control:focus:-moz-placeholder,
.cid-uq82m6S7S7 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uq82m6S7S7 .jq-number__spin:hover,
.cid-uq82m6S7S7 .jq-number__spin:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq82m6S7S7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq82m6S7S7 .jq-selectbox li,
.cid-uq82m6S7S7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq82m6S7S7 .jq-selectbox li:hover,
.cid-uq82m6S7S7 .jq-selectbox li.selected {
  background-color: #d0d0d2;
  color: #000000;
}
.cid-uq82m6S7S7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uq82m6S7S7 .jq-number__spin.minus:hover:after,
.cid-uq82m6S7S7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uq82m6S7S7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uq82m6S7S7 .jq-number__spin.minus:after,
.cid-uq82m6S7S7 .jq-number__spin.plus:after {
  border-top-color: #d0d0d2;
  border-bottom-color: #d0d0d2;
}
.cid-uq82m6S7S7 input::-webkit-clear-button {
  display: none;
}
.cid-uq82m6S7S7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uq82m6S7S7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uq82m6S7S7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uq82m6S7S7 .mbr-section-title {
  color: #ffffff;
}
.cid-tWfAzXhKBI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-tWfAzXhKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfAzXhKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfAzXhKBI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfAzXhKBI .row {
    text-align: center;
  }
  .cid-tWfAzXhKBI .row > div {
    margin: auto;
  }
  .cid-tWfAzXhKBI .social-row {
    justify-content: center;
  }
}
.cid-tWfAzXhKBI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWfAzXhKBI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 0rem;
  }
}
.cid-tWfAzXhKBI .mbr-text {
  color: #000000;
}
.cid-tWfAzXhKBI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWfAzXhKBI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWfAzXhKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-tWfAzXhKBI .copyright {
  color: #ffffff;
}
.cid-tWfAzXhKBI H5 {
  color: #76708a;
}
.cid-tWfBeusrdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txHXznSArg .navbar-dropdown {
  position: relative !important;
}
.cid-txHXznSArg .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txHXznSArg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txHXznSArg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txHXznSArg .dropdown-item:hover,
.cid-txHXznSArg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txHXznSArg .dropdown-item:hover span {
  color: white;
}
.cid-txHXznSArg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txHXznSArg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txHXznSArg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txHXznSArg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txHXznSArg .nav-link {
  position: relative;
}
.cid-txHXznSArg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txHXznSArg .container {
    flex-wrap: nowrap;
  }
}
.cid-txHXznSArg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txHXznSArg .dropdown-menu,
.cid-txHXznSArg .navbar.opened {
  background: #e9e9e9 !important;
}
.cid-txHXznSArg .nav-item:focus,
.cid-txHXznSArg .nav-link:focus {
  outline: none;
}
.cid-txHXznSArg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txHXznSArg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txHXznSArg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txHXznSArg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txHXznSArg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txHXznSArg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txHXznSArg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
}
.cid-txHXznSArg .navbar.opened {
  transition: all 0.3s;
}
.cid-txHXznSArg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txHXznSArg .navbar .navbar-logo img {
  width: auto;
}
.cid-txHXznSArg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txHXznSArg .navbar.collapsed {
  justify-content: center;
}
.cid-txHXznSArg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txHXznSArg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txHXznSArg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-txHXznSArg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txHXznSArg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txHXznSArg .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: 41%;
}
.cid-txHXznSArg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txHXznSArg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txHXznSArg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txHXznSArg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txHXznSArg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txHXznSArg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txHXznSArg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txHXznSArg .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: 40%;
  }
  .cid-txHXznSArg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txHXznSArg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txHXznSArg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txHXznSArg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txHXznSArg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txHXznSArg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txHXznSArg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txHXznSArg .navbar.navbar-short {
  min-height: 60px;
}
.cid-txHXznSArg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txHXznSArg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txHXznSArg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txHXznSArg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txHXznSArg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txHXznSArg .dropdown-item.active,
.cid-txHXznSArg .dropdown-item:active {
  background-color: transparent;
}
.cid-txHXznSArg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txHXznSArg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txHXznSArg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txHXznSArg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-txHXznSArg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txHXznSArg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txHXznSArg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txHXznSArg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txHXznSArg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txHXznSArg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-txHXznSArg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txHXznSArg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txHXznSArg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txHXznSArg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txHXznSArg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txHXznSArg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txHXznSArg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txHXznSArg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txHXznSArg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txHXznSArg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txHXznSArg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txHXznSArg .navbar {
    height: 70px;
  }
  .cid-txHXznSArg .navbar.opened {
    height: auto;
  }
  .cid-txHXznSArg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txHXzqWfq5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ramonage-1920x601.jpg");
}
.cid-txHXzqWfq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txHXzqWfq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txHXzqWfq5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txHXzqWfq5 .mbr-text,
.cid-txHXzqWfq5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-txHXzsrg3W {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-txHXzsrg3W .image-wrapper {
    padding: 1rem;
  }
}
.cid-txHXzsrg3W img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txHXzsrg3W img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txHXzsrg3W .mbr-text,
.cid-txHXzsrg3W .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-txHXzsrg3W .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-txHXzsrg3W .mbr-text2,
.cid-txHXzsrg3W .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-ty0YwpPyGC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ramonagepub-474x355.jpg");
}
.cid-ty0YwpPyGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0YwpPyGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0YwpPyGC .mbr-text,
.cid-ty0YwpPyGC .mbr-section-btn {
  color: #232323;
}
.cid-ty0YwpPyGC .card-title,
.cid-ty0YwpPyGC .card-box {
  color: #ffffff;
}
.cid-ty0YwpPyGC .mbr-text,
.cid-ty0YwpPyGC .link-wrap {
  color: #ffffff;
}
.cid-txI9H2wpzs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-txI9H2wpzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txI9H2wpzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txI9H2wpzs .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txI9H2wpzs .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-txI9H2wpzs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txI9H2wpzs .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-txHXzvkocc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txHXzvkocc .mbr-section-subtitle {
  color: #76708a;
}
.cid-txI95s5NEv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-txI95s5NEv .row {
  justify-content: center;
}
.cid-txI95s5NEv .col-title {
  margin-bottom: 2.5rem;
}
.cid-txI95s5NEv .mbr-section-title {
  color: #d9af3d;
  text-align: left;
}
.cid-txI95s5NEv .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txI95s5NEv .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txI95s5NEv .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txI95s5NEv .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txI95s5NEv .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-txI95s5NEv .card {
    min-height: 276px;
  }
}
.cid-txI95s5NEv .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txI95s5NEv .card:hover .card-title {
  text-decoration: underline;
}
.cid-txI95s5NEv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txI95s5NEv .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txI95s5NEv .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txI95s5NEv .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txI95s5NEv .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txI95s5NEv .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txI95s5NEv .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txI95s5NEv .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-txHXzy5exT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txHXzy5exT .mbr-fallback-image.disabled {
  display: none;
}
.cid-txHXzy5exT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txHXzy5exT .mbr-section-title {
  color: #fd0909;
}
.cid-txHXzy5exT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txHXzzhAR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txHXzzhAR3 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txHXzzhAR3 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-txHXzzhAR3 .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-txHXzzhAR3 .card img {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .cid-txHXzzhAR3 .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-txHXzzhAR3 .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-txHXzzhAR3 .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-txHXzzhAR3 .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-txHXzzhAR3 .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-txHXzzhAR3 .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-txHXzzhAR3 .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-txHXzzhAR3 .mbr-section-title {
  text-align: center;
  color: #e6c63a;
}
.cid-uq86lfmro8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cgecontact-2000x1148.jpg");
}
.cid-uq86lfmro8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uq86lfmro8 textarea {
  min-height: 200px;
}
.cid-uq86lfmro8 .btn {
  padding: 1rem 3rem;
}
.cid-uq86lfmro8 .form-control,
.cid-uq86lfmro8 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uq86lfmro8 .form-control::-webkit-input-placeholder,
.cid-uq86lfmro8 .field-input::-webkit-input-placeholder,
.cid-uq86lfmro8 .form-control::-webkit-input-placeholder,
.cid-uq86lfmro8 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86lfmro8 .form-control:-moz-placeholder,
.cid-uq86lfmro8 .field-input:-moz-placeholder,
.cid-uq86lfmro8 .form-control:-moz-placeholder,
.cid-uq86lfmro8 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uq86lfmro8 .form-control:hover,
.cid-uq86lfmro8 .field-input:hover,
.cid-uq86lfmro8 .form-control:focus,
.cid-uq86lfmro8 .field-input:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uq86lfmro8 .form-control:hover::-webkit-input-placeholder,
.cid-uq86lfmro8 .field-input:hover::-webkit-input-placeholder,
.cid-uq86lfmro8 .form-control:focus::-webkit-input-placeholder,
.cid-uq86lfmro8 .field-input:focus::-webkit-input-placeholder,
.cid-uq86lfmro8 .form-control:hover::-webkit-input-placeholder,
.cid-uq86lfmro8 .field-input:hover::-webkit-input-placeholder,
.cid-uq86lfmro8 .form-control:focus::-webkit-input-placeholder,
.cid-uq86lfmro8 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86lfmro8 .form-control:hover:-moz-placeholder,
.cid-uq86lfmro8 .field-input:hover:-moz-placeholder,
.cid-uq86lfmro8 .form-control:focus:-moz-placeholder,
.cid-uq86lfmro8 .field-input:focus:-moz-placeholder,
.cid-uq86lfmro8 .form-control:hover:-moz-placeholder,
.cid-uq86lfmro8 .field-input:hover:-moz-placeholder,
.cid-uq86lfmro8 .form-control:focus:-moz-placeholder,
.cid-uq86lfmro8 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uq86lfmro8 .jq-number__spin:hover,
.cid-uq86lfmro8 .jq-number__spin:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq86lfmro8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq86lfmro8 .jq-selectbox li,
.cid-uq86lfmro8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq86lfmro8 .jq-selectbox li:hover,
.cid-uq86lfmro8 .jq-selectbox li.selected {
  background-color: #d0d0d2;
  color: #000000;
}
.cid-uq86lfmro8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uq86lfmro8 .jq-number__spin.minus:hover:after,
.cid-uq86lfmro8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uq86lfmro8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uq86lfmro8 .jq-number__spin.minus:after,
.cid-uq86lfmro8 .jq-number__spin.plus:after {
  border-top-color: #d0d0d2;
  border-bottom-color: #d0d0d2;
}
.cid-uq86lfmro8 input::-webkit-clear-button {
  display: none;
}
.cid-uq86lfmro8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uq86lfmro8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uq86lfmro8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uq86lfmro8 .mbr-section-title {
  color: #ffffff;
}
.cid-tWfAzXhKBI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-tWfAzXhKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfAzXhKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfAzXhKBI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfAzXhKBI .row {
    text-align: center;
  }
  .cid-tWfAzXhKBI .row > div {
    margin: auto;
  }
  .cid-tWfAzXhKBI .social-row {
    justify-content: center;
  }
}
.cid-tWfAzXhKBI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWfAzXhKBI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 0rem;
  }
}
.cid-tWfAzXhKBI .mbr-text {
  color: #000000;
}
.cid-tWfAzXhKBI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWfAzXhKBI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWfAzXhKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-tWfAzXhKBI .copyright {
  color: #ffffff;
}
.cid-tWfAzXhKBI H5 {
  color: #76708a;
}
.cid-tWfBeusrdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txIezRvPY7 .navbar-dropdown {
  position: relative !important;
}
.cid-txIezRvPY7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txIezRvPY7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txIezRvPY7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txIezRvPY7 .dropdown-item:hover,
.cid-txIezRvPY7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txIezRvPY7 .dropdown-item:hover span {
  color: white;
}
.cid-txIezRvPY7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txIezRvPY7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txIezRvPY7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txIezRvPY7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txIezRvPY7 .nav-link {
  position: relative;
}
.cid-txIezRvPY7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txIezRvPY7 .container {
    flex-wrap: nowrap;
  }
}
.cid-txIezRvPY7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txIezRvPY7 .dropdown-menu,
.cid-txIezRvPY7 .navbar.opened {
  background: #e9e9e9 !important;
}
.cid-txIezRvPY7 .nav-item:focus,
.cid-txIezRvPY7 .nav-link:focus {
  outline: none;
}
.cid-txIezRvPY7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txIezRvPY7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txIezRvPY7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txIezRvPY7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txIezRvPY7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txIezRvPY7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txIezRvPY7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
}
.cid-txIezRvPY7 .navbar.opened {
  transition: all 0.3s;
}
.cid-txIezRvPY7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txIezRvPY7 .navbar .navbar-logo img {
  width: auto;
}
.cid-txIezRvPY7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txIezRvPY7 .navbar.collapsed {
  justify-content: center;
}
.cid-txIezRvPY7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txIezRvPY7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txIezRvPY7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-txIezRvPY7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txIezRvPY7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txIezRvPY7 .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: 41%;
}
.cid-txIezRvPY7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txIezRvPY7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txIezRvPY7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txIezRvPY7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txIezRvPY7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txIezRvPY7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txIezRvPY7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txIezRvPY7 .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: 40%;
  }
  .cid-txIezRvPY7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txIezRvPY7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txIezRvPY7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txIezRvPY7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txIezRvPY7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txIezRvPY7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txIezRvPY7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txIezRvPY7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txIezRvPY7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txIezRvPY7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txIezRvPY7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txIezRvPY7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txIezRvPY7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txIezRvPY7 .dropdown-item.active,
.cid-txIezRvPY7 .dropdown-item:active {
  background-color: transparent;
}
.cid-txIezRvPY7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txIezRvPY7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txIezRvPY7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txIezRvPY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-txIezRvPY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txIezRvPY7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txIezRvPY7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txIezRvPY7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txIezRvPY7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txIezRvPY7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-txIezRvPY7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txIezRvPY7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txIezRvPY7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txIezRvPY7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txIezRvPY7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txIezRvPY7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txIezRvPY7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txIezRvPY7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txIezRvPY7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txIezRvPY7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txIezRvPY7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txIezRvPY7 .navbar {
    height: 70px;
  }
  .cid-txIezRvPY7 .navbar.opened {
    height: auto;
  }
  .cid-txIezRvPY7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txIezUqGhn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/toitb-1920x1280.jpg");
}
.cid-txIezUqGhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-txIezUqGhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txIezUqGhn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txIezUqGhn .mbr-text,
.cid-txIezUqGhn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-txIezVOCbi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-txIezVOCbi .image-wrapper {
    padding: 1rem;
  }
}
.cid-txIezVOCbi img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txIezVOCbi img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txIezVOCbi .mbr-text,
.cid-txIezVOCbi .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-txIezVOCbi .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-txIezVOCbi .mbr-text2,
.cid-txIezVOCbi .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-txIpPCde4g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-txIpPCde4g .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-txIpPCde4g .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-txIezYE9sI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txIezYE9sI .mbr-section-subtitle {
  color: #76708a;
}
.cid-txIezZWm0Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-txIezZWm0Q .row {
  justify-content: center;
}
.cid-txIezZWm0Q .col-title {
  margin-bottom: 2.5rem;
}
.cid-txIezZWm0Q .mbr-section-title {
  color: #d9af3d;
  text-align: left;
}
.cid-txIezZWm0Q .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txIezZWm0Q .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txIezZWm0Q .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txIezZWm0Q .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txIezZWm0Q .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-txIezZWm0Q .card {
    min-height: 276px;
  }
}
.cid-txIezZWm0Q .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txIezZWm0Q .card:hover .card-title {
  text-decoration: underline;
}
.cid-txIezZWm0Q .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txIezZWm0Q .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txIezZWm0Q .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txIezZWm0Q .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txIezZWm0Q .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txIezZWm0Q .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txIezZWm0Q .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txIezZWm0Q .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-txIeA1spFK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txIeA1spFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txIeA1spFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txIeA1spFK .mbr-section-title {
  color: #fd0909;
}
.cid-txIeA1spFK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txIeA2XqbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txIeA2XqbA .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txIeA2XqbA .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-txIeA2XqbA .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-txIeA2XqbA .card img {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .cid-txIeA2XqbA .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-txIeA2XqbA .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-txIeA2XqbA .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-txIeA2XqbA .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-txIeA2XqbA .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-txIeA2XqbA .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-txIeA2XqbA .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-txIeA2XqbA .mbr-section-title {
  text-align: center;
  color: #e6c63a;
}
.cid-uq86nYfkiq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cgecontact-2000x1148.jpg");
}
.cid-uq86nYfkiq .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uq86nYfkiq textarea {
  min-height: 200px;
}
.cid-uq86nYfkiq .btn {
  padding: 1rem 3rem;
}
.cid-uq86nYfkiq .form-control,
.cid-uq86nYfkiq .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uq86nYfkiq .form-control::-webkit-input-placeholder,
.cid-uq86nYfkiq .field-input::-webkit-input-placeholder,
.cid-uq86nYfkiq .form-control::-webkit-input-placeholder,
.cid-uq86nYfkiq .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86nYfkiq .form-control:-moz-placeholder,
.cid-uq86nYfkiq .field-input:-moz-placeholder,
.cid-uq86nYfkiq .form-control:-moz-placeholder,
.cid-uq86nYfkiq .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uq86nYfkiq .form-control:hover,
.cid-uq86nYfkiq .field-input:hover,
.cid-uq86nYfkiq .form-control:focus,
.cid-uq86nYfkiq .field-input:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uq86nYfkiq .form-control:hover::-webkit-input-placeholder,
.cid-uq86nYfkiq .field-input:hover::-webkit-input-placeholder,
.cid-uq86nYfkiq .form-control:focus::-webkit-input-placeholder,
.cid-uq86nYfkiq .field-input:focus::-webkit-input-placeholder,
.cid-uq86nYfkiq .form-control:hover::-webkit-input-placeholder,
.cid-uq86nYfkiq .field-input:hover::-webkit-input-placeholder,
.cid-uq86nYfkiq .form-control:focus::-webkit-input-placeholder,
.cid-uq86nYfkiq .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86nYfkiq .form-control:hover:-moz-placeholder,
.cid-uq86nYfkiq .field-input:hover:-moz-placeholder,
.cid-uq86nYfkiq .form-control:focus:-moz-placeholder,
.cid-uq86nYfkiq .field-input:focus:-moz-placeholder,
.cid-uq86nYfkiq .form-control:hover:-moz-placeholder,
.cid-uq86nYfkiq .field-input:hover:-moz-placeholder,
.cid-uq86nYfkiq .form-control:focus:-moz-placeholder,
.cid-uq86nYfkiq .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uq86nYfkiq .jq-number__spin:hover,
.cid-uq86nYfkiq .jq-number__spin:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq86nYfkiq .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq86nYfkiq .jq-selectbox li,
.cid-uq86nYfkiq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq86nYfkiq .jq-selectbox li:hover,
.cid-uq86nYfkiq .jq-selectbox li.selected {
  background-color: #d0d0d2;
  color: #000000;
}
.cid-uq86nYfkiq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uq86nYfkiq .jq-number__spin.minus:hover:after,
.cid-uq86nYfkiq .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uq86nYfkiq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uq86nYfkiq .jq-number__spin.minus:after,
.cid-uq86nYfkiq .jq-number__spin.plus:after {
  border-top-color: #d0d0d2;
  border-bottom-color: #d0d0d2;
}
.cid-uq86nYfkiq input::-webkit-clear-button {
  display: none;
}
.cid-uq86nYfkiq input::-webkit-inner-spin-button {
  display: none;
}
.cid-uq86nYfkiq input::-webkit-outer-spin-button {
  display: none;
}
.cid-uq86nYfkiq input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uq86nYfkiq .mbr-section-title {
  color: #ffffff;
}
.cid-tWfAzXhKBI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-tWfAzXhKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfAzXhKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfAzXhKBI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfAzXhKBI .row {
    text-align: center;
  }
  .cid-tWfAzXhKBI .row > div {
    margin: auto;
  }
  .cid-tWfAzXhKBI .social-row {
    justify-content: center;
  }
}
.cid-tWfAzXhKBI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWfAzXhKBI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 0rem;
  }
}
.cid-tWfAzXhKBI .mbr-text {
  color: #000000;
}
.cid-tWfAzXhKBI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWfAzXhKBI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWfAzXhKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-tWfAzXhKBI .copyright {
  color: #ffffff;
}
.cid-tWfAzXhKBI H5 {
  color: #76708a;
}
.cid-tWfBeusrdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txIA6JXpH8 .navbar-dropdown {
  position: relative !important;
}
.cid-txIA6JXpH8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txIA6JXpH8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txIA6JXpH8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txIA6JXpH8 .dropdown-item:hover,
.cid-txIA6JXpH8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txIA6JXpH8 .dropdown-item:hover span {
  color: white;
}
.cid-txIA6JXpH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txIA6JXpH8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txIA6JXpH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txIA6JXpH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txIA6JXpH8 .nav-link {
  position: relative;
}
.cid-txIA6JXpH8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txIA6JXpH8 .container {
    flex-wrap: nowrap;
  }
}
.cid-txIA6JXpH8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txIA6JXpH8 .dropdown-menu,
.cid-txIA6JXpH8 .navbar.opened {
  background: #e9e9e9 !important;
}
.cid-txIA6JXpH8 .nav-item:focus,
.cid-txIA6JXpH8 .nav-link:focus {
  outline: none;
}
.cid-txIA6JXpH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txIA6JXpH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txIA6JXpH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txIA6JXpH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txIA6JXpH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txIA6JXpH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txIA6JXpH8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
}
.cid-txIA6JXpH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-txIA6JXpH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txIA6JXpH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-txIA6JXpH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txIA6JXpH8 .navbar.collapsed {
  justify-content: center;
}
.cid-txIA6JXpH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txIA6JXpH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txIA6JXpH8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-txIA6JXpH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txIA6JXpH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txIA6JXpH8 .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: 41%;
}
.cid-txIA6JXpH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txIA6JXpH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txIA6JXpH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txIA6JXpH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txIA6JXpH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txIA6JXpH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txIA6JXpH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txIA6JXpH8 .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: 40%;
  }
  .cid-txIA6JXpH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txIA6JXpH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txIA6JXpH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txIA6JXpH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txIA6JXpH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txIA6JXpH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txIA6JXpH8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txIA6JXpH8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txIA6JXpH8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txIA6JXpH8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txIA6JXpH8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txIA6JXpH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txIA6JXpH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txIA6JXpH8 .dropdown-item.active,
.cid-txIA6JXpH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-txIA6JXpH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txIA6JXpH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txIA6JXpH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txIA6JXpH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-txIA6JXpH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txIA6JXpH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txIA6JXpH8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txIA6JXpH8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txIA6JXpH8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txIA6JXpH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txIA6JXpH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txIA6JXpH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txIA6JXpH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txIA6JXpH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txIA6JXpH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txIA6JXpH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txIA6JXpH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txIA6JXpH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txIA6JXpH8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txIA6JXpH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txIA6JXpH8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txIA6JXpH8 .navbar {
    height: 70px;
  }
  .cid-txIA6JXpH8 .navbar.opened {
    height: auto;
  }
  .cid-txIA6JXpH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txIA6Mxz0d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dem-1920x1200.jpg");
}
.cid-txIA6Mxz0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-txIA6Mxz0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txIA6Mxz0d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txIA6Mxz0d .mbr-text,
.cid-txIA6Mxz0d .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-txIA6O7Wcn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-txIA6O7Wcn .image-wrapper {
    padding: 1rem;
  }
}
.cid-txIA6O7Wcn img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txIA6O7Wcn img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txIA6O7Wcn .mbr-text,
.cid-txIA6O7Wcn .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-txIA6O7Wcn .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-txIA6O7Wcn .mbr-text2,
.cid-txIA6O7Wcn .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-txICnuoq2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-txICnuoq2x .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-txICnuoq2x .wrapper {
    padding: 2rem 2rem;
  }
}
.cid-txICnuoq2x img,
.cid-txICnuoq2x .item-img {
  width: 100%;
}
.cid-txICnuoq2x .item:focus,
.cid-txICnuoq2x span:focus {
  outline: none;
}
.cid-txICnuoq2x .item {
  cursor: pointer;
  margin-bottom: 0rem;
}
.cid-txICnuoq2x .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-txICnuoq2x img {
  border-radius: 30px;
}
.cid-txICnuoq2x .item-title DIV {
  text-align: center;
}
.cid-txICnuoq2x .mbr-text,
.cid-txICnuoq2x .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-txICnuoq2x .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-txIA6QT3Vh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txIA6QT3Vh .mbr-section-subtitle {
  color: #76708a;
}
.cid-txIA6SdO7z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-txIA6SdO7z .row {
  justify-content: center;
}
.cid-txIA6SdO7z .col-title {
  margin-bottom: 2.5rem;
}
.cid-txIA6SdO7z .mbr-section-title {
  color: #d9af3d;
  text-align: left;
}
.cid-txIA6SdO7z .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txIA6SdO7z .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txIA6SdO7z .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txIA6SdO7z .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txIA6SdO7z .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-txIA6SdO7z .card {
    min-height: 276px;
  }
}
.cid-txIA6SdO7z .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txIA6SdO7z .card:hover .card-title {
  text-decoration: underline;
}
.cid-txIA6SdO7z .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txIA6SdO7z .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txIA6SdO7z .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txIA6SdO7z .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txIA6SdO7z .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txIA6SdO7z .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txIA6SdO7z .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txIA6SdO7z .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-txIA6TZzAC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txIA6TZzAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txIA6TZzAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txIA6TZzAC .mbr-section-title {
  color: #fd0909;
}
.cid-txIA6TZzAC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txIA6VnPVe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txIA6VnPVe .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txIA6VnPVe .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-txIA6VnPVe .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-txIA6VnPVe .card img {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .cid-txIA6VnPVe .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-txIA6VnPVe .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-txIA6VnPVe .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-txIA6VnPVe .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-txIA6VnPVe .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-txIA6VnPVe .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-txIA6VnPVe .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-txIA6VnPVe .mbr-section-title {
  text-align: center;
  color: #e6c63a;
}
.cid-uq86qu4BbZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cgecontact-2000x1148.jpg");
}
.cid-uq86qu4BbZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uq86qu4BbZ textarea {
  min-height: 200px;
}
.cid-uq86qu4BbZ .btn {
  padding: 1rem 3rem;
}
.cid-uq86qu4BbZ .form-control,
.cid-uq86qu4BbZ .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uq86qu4BbZ .form-control::-webkit-input-placeholder,
.cid-uq86qu4BbZ .field-input::-webkit-input-placeholder,
.cid-uq86qu4BbZ .form-control::-webkit-input-placeholder,
.cid-uq86qu4BbZ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86qu4BbZ .form-control:-moz-placeholder,
.cid-uq86qu4BbZ .field-input:-moz-placeholder,
.cid-uq86qu4BbZ .form-control:-moz-placeholder,
.cid-uq86qu4BbZ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uq86qu4BbZ .form-control:hover,
.cid-uq86qu4BbZ .field-input:hover,
.cid-uq86qu4BbZ .form-control:focus,
.cid-uq86qu4BbZ .field-input:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uq86qu4BbZ .form-control:hover::-webkit-input-placeholder,
.cid-uq86qu4BbZ .field-input:hover::-webkit-input-placeholder,
.cid-uq86qu4BbZ .form-control:focus::-webkit-input-placeholder,
.cid-uq86qu4BbZ .field-input:focus::-webkit-input-placeholder,
.cid-uq86qu4BbZ .form-control:hover::-webkit-input-placeholder,
.cid-uq86qu4BbZ .field-input:hover::-webkit-input-placeholder,
.cid-uq86qu4BbZ .form-control:focus::-webkit-input-placeholder,
.cid-uq86qu4BbZ .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86qu4BbZ .form-control:hover:-moz-placeholder,
.cid-uq86qu4BbZ .field-input:hover:-moz-placeholder,
.cid-uq86qu4BbZ .form-control:focus:-moz-placeholder,
.cid-uq86qu4BbZ .field-input:focus:-moz-placeholder,
.cid-uq86qu4BbZ .form-control:hover:-moz-placeholder,
.cid-uq86qu4BbZ .field-input:hover:-moz-placeholder,
.cid-uq86qu4BbZ .form-control:focus:-moz-placeholder,
.cid-uq86qu4BbZ .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uq86qu4BbZ .jq-number__spin:hover,
.cid-uq86qu4BbZ .jq-number__spin:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq86qu4BbZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq86qu4BbZ .jq-selectbox li,
.cid-uq86qu4BbZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq86qu4BbZ .jq-selectbox li:hover,
.cid-uq86qu4BbZ .jq-selectbox li.selected {
  background-color: #d0d0d2;
  color: #000000;
}
.cid-uq86qu4BbZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uq86qu4BbZ .jq-number__spin.minus:hover:after,
.cid-uq86qu4BbZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uq86qu4BbZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uq86qu4BbZ .jq-number__spin.minus:after,
.cid-uq86qu4BbZ .jq-number__spin.plus:after {
  border-top-color: #d0d0d2;
  border-bottom-color: #d0d0d2;
}
.cid-uq86qu4BbZ input::-webkit-clear-button {
  display: none;
}
.cid-uq86qu4BbZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uq86qu4BbZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uq86qu4BbZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uq86qu4BbZ .mbr-section-title {
  color: #ffffff;
}
.cid-tWfAzXhKBI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-tWfAzXhKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfAzXhKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfAzXhKBI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfAzXhKBI .row {
    text-align: center;
  }
  .cid-tWfAzXhKBI .row > div {
    margin: auto;
  }
  .cid-tWfAzXhKBI .social-row {
    justify-content: center;
  }
}
.cid-tWfAzXhKBI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWfAzXhKBI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 0rem;
  }
}
.cid-tWfAzXhKBI .mbr-text {
  color: #000000;
}
.cid-tWfAzXhKBI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWfAzXhKBI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWfAzXhKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-tWfAzXhKBI .copyright {
  color: #ffffff;
}
.cid-tWfAzXhKBI H5 {
  color: #76708a;
}
.cid-tWfBeusrdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txIEsje8vt .navbar-dropdown {
  position: relative !important;
}
.cid-txIEsje8vt .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txIEsje8vt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txIEsje8vt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txIEsje8vt .dropdown-item:hover,
.cid-txIEsje8vt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txIEsje8vt .dropdown-item:hover span {
  color: white;
}
.cid-txIEsje8vt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txIEsje8vt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txIEsje8vt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txIEsje8vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txIEsje8vt .nav-link {
  position: relative;
}
.cid-txIEsje8vt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txIEsje8vt .container {
    flex-wrap: nowrap;
  }
}
.cid-txIEsje8vt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txIEsje8vt .dropdown-menu,
.cid-txIEsje8vt .navbar.opened {
  background: #e9e9e9 !important;
}
.cid-txIEsje8vt .nav-item:focus,
.cid-txIEsje8vt .nav-link:focus {
  outline: none;
}
.cid-txIEsje8vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txIEsje8vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txIEsje8vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txIEsje8vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txIEsje8vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txIEsje8vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txIEsje8vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
}
.cid-txIEsje8vt .navbar.opened {
  transition: all 0.3s;
}
.cid-txIEsje8vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txIEsje8vt .navbar .navbar-logo img {
  width: auto;
}
.cid-txIEsje8vt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txIEsje8vt .navbar.collapsed {
  justify-content: center;
}
.cid-txIEsje8vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txIEsje8vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txIEsje8vt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-txIEsje8vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txIEsje8vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txIEsje8vt .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: 41%;
}
.cid-txIEsje8vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txIEsje8vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txIEsje8vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txIEsje8vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txIEsje8vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txIEsje8vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txIEsje8vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txIEsje8vt .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: 40%;
  }
  .cid-txIEsje8vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txIEsje8vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txIEsje8vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txIEsje8vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txIEsje8vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txIEsje8vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txIEsje8vt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txIEsje8vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-txIEsje8vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txIEsje8vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txIEsje8vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txIEsje8vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txIEsje8vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txIEsje8vt .dropdown-item.active,
.cid-txIEsje8vt .dropdown-item:active {
  background-color: transparent;
}
.cid-txIEsje8vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txIEsje8vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txIEsje8vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txIEsje8vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-txIEsje8vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txIEsje8vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txIEsje8vt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txIEsje8vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txIEsje8vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txIEsje8vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-txIEsje8vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txIEsje8vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txIEsje8vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txIEsje8vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txIEsje8vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txIEsje8vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txIEsje8vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txIEsje8vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txIEsje8vt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txIEsje8vt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txIEsje8vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txIEsje8vt .navbar {
    height: 70px;
  }
  .cid-txIEsje8vt .navbar.opened {
    height: auto;
  }
  .cid-txIEsje8vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txIEsr6RGJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/cont-1920x800.jpg");
}
.cid-txIEsr6RGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txIEsr6RGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txIEsr6RGJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txIEsr6RGJ .mbr-text,
.cid-txIEsr6RGJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uq86tIjw2o {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #979797;
}
.cid-uq86tIjw2o .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uq86tIjw2o textarea {
  min-height: 200px;
}
.cid-uq86tIjw2o .btn {
  padding: 1rem 3rem;
}
.cid-uq86tIjw2o .form-control,
.cid-uq86tIjw2o .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uq86tIjw2o .form-control::-webkit-input-placeholder,
.cid-uq86tIjw2o .field-input::-webkit-input-placeholder,
.cid-uq86tIjw2o .form-control::-webkit-input-placeholder,
.cid-uq86tIjw2o .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86tIjw2o .form-control:-moz-placeholder,
.cid-uq86tIjw2o .field-input:-moz-placeholder,
.cid-uq86tIjw2o .form-control:-moz-placeholder,
.cid-uq86tIjw2o .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uq86tIjw2o .form-control:hover,
.cid-uq86tIjw2o .field-input:hover,
.cid-uq86tIjw2o .form-control:focus,
.cid-uq86tIjw2o .field-input:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uq86tIjw2o .form-control:hover::-webkit-input-placeholder,
.cid-uq86tIjw2o .field-input:hover::-webkit-input-placeholder,
.cid-uq86tIjw2o .form-control:focus::-webkit-input-placeholder,
.cid-uq86tIjw2o .field-input:focus::-webkit-input-placeholder,
.cid-uq86tIjw2o .form-control:hover::-webkit-input-placeholder,
.cid-uq86tIjw2o .field-input:hover::-webkit-input-placeholder,
.cid-uq86tIjw2o .form-control:focus::-webkit-input-placeholder,
.cid-uq86tIjw2o .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86tIjw2o .form-control:hover:-moz-placeholder,
.cid-uq86tIjw2o .field-input:hover:-moz-placeholder,
.cid-uq86tIjw2o .form-control:focus:-moz-placeholder,
.cid-uq86tIjw2o .field-input:focus:-moz-placeholder,
.cid-uq86tIjw2o .form-control:hover:-moz-placeholder,
.cid-uq86tIjw2o .field-input:hover:-moz-placeholder,
.cid-uq86tIjw2o .form-control:focus:-moz-placeholder,
.cid-uq86tIjw2o .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uq86tIjw2o .jq-number__spin:hover,
.cid-uq86tIjw2o .jq-number__spin:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq86tIjw2o .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq86tIjw2o .jq-selectbox li,
.cid-uq86tIjw2o .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq86tIjw2o .jq-selectbox li:hover,
.cid-uq86tIjw2o .jq-selectbox li.selected {
  background-color: #d0d0d2;
  color: #000000;
}
.cid-uq86tIjw2o .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uq86tIjw2o .jq-number__spin.minus:hover:after,
.cid-uq86tIjw2o .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uq86tIjw2o .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uq86tIjw2o .jq-number__spin.minus:after,
.cid-uq86tIjw2o .jq-number__spin.plus:after {
  border-top-color: #d0d0d2;
  border-bottom-color: #d0d0d2;
}
.cid-uq86tIjw2o input::-webkit-clear-button {
  display: none;
}
.cid-uq86tIjw2o input::-webkit-inner-spin-button {
  display: none;
}
.cid-uq86tIjw2o input::-webkit-outer-spin-button {
  display: none;
}
.cid-uq86tIjw2o input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uq86tIjw2o .mbr-section-title {
  color: #ffffff;
}
.cid-txIEsxqkHW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txIEsxqkHW .mbr-section-subtitle {
  color: #76708a;
}
.cid-txIEsz1RT6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txIEsz1RT6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txIEsz1RT6 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-txIEsz1RT6 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-txIEsz1RT6 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-txIEsz1RT6 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-txIEsz1RT6 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-txIEsz1RT6 .item-img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-txIEsz1RT6 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-txIEsz1RT6 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-txIEsz1RT6 .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-txIEsz1RT6 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-txIEsz1RT6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-txIEsz1RT6 .mbr-section-btn .btn:before {
  display: none;
}
.cid-txIEsz1RT6 .mbr-section-btn .btn:after {
  display: none;
}
.cid-txIEsz1RT6 .mbr-text,
.cid-txIEsz1RT6 .mbr-section-btn {
  text-align: left;
}
.cid-txIEsBvrqy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txIEsBvrqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-txIEsBvrqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txIEsBvrqy .mbr-section-title {
  color: #fd0909;
}
.cid-txIEsBvrqy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txIEsDuFgx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txIEsDuFgx .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txIEsDuFgx .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-txIEsDuFgx .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-txIEsDuFgx .card img {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .cid-txIEsDuFgx .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-txIEsDuFgx .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-txIEsDuFgx .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-txIEsDuFgx .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-txIEsDuFgx .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-txIEsDuFgx .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-txIEsDuFgx .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-txIEsDuFgx .mbr-section-title {
  text-align: center;
  color: #e6c63a;
}
.cid-tWfAzXhKBI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-tWfAzXhKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfAzXhKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfAzXhKBI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfAzXhKBI .row {
    text-align: center;
  }
  .cid-tWfAzXhKBI .row > div {
    margin: auto;
  }
  .cid-tWfAzXhKBI .social-row {
    justify-content: center;
  }
}
.cid-tWfAzXhKBI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWfAzXhKBI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 0rem;
  }
}
.cid-tWfAzXhKBI .mbr-text {
  color: #000000;
}
.cid-tWfAzXhKBI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWfAzXhKBI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWfAzXhKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-tWfAzXhKBI .copyright {
  color: #ffffff;
}
.cid-tWfAzXhKBI H5 {
  color: #76708a;
}
.cid-tWfBeusrdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txK5mKjOlr .navbar-dropdown {
  position: relative !important;
}
.cid-txK5mKjOlr .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txK5mKjOlr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txK5mKjOlr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txK5mKjOlr .dropdown-item:hover,
.cid-txK5mKjOlr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-txK5mKjOlr .dropdown-item:hover span {
  color: white;
}
.cid-txK5mKjOlr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txK5mKjOlr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txK5mKjOlr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txK5mKjOlr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txK5mKjOlr .nav-link {
  position: relative;
}
.cid-txK5mKjOlr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txK5mKjOlr .container {
    flex-wrap: nowrap;
  }
}
.cid-txK5mKjOlr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txK5mKjOlr .dropdown-menu,
.cid-txK5mKjOlr .navbar.opened {
  background: #e9e9e9 !important;
}
.cid-txK5mKjOlr .nav-item:focus,
.cid-txK5mKjOlr .nav-link:focus {
  outline: none;
}
.cid-txK5mKjOlr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txK5mKjOlr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txK5mKjOlr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txK5mKjOlr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txK5mKjOlr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txK5mKjOlr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txK5mKjOlr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
}
.cid-txK5mKjOlr .navbar.opened {
  transition: all 0.3s;
}
.cid-txK5mKjOlr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txK5mKjOlr .navbar .navbar-logo img {
  width: auto;
}
.cid-txK5mKjOlr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txK5mKjOlr .navbar.collapsed {
  justify-content: center;
}
.cid-txK5mKjOlr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txK5mKjOlr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txK5mKjOlr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-txK5mKjOlr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txK5mKjOlr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txK5mKjOlr .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: 41%;
}
.cid-txK5mKjOlr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txK5mKjOlr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txK5mKjOlr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txK5mKjOlr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txK5mKjOlr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txK5mKjOlr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txK5mKjOlr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txK5mKjOlr .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: 40%;
  }
  .cid-txK5mKjOlr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txK5mKjOlr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txK5mKjOlr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txK5mKjOlr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txK5mKjOlr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txK5mKjOlr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txK5mKjOlr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txK5mKjOlr .navbar.navbar-short {
  min-height: 60px;
}
.cid-txK5mKjOlr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txK5mKjOlr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txK5mKjOlr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txK5mKjOlr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txK5mKjOlr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txK5mKjOlr .dropdown-item.active,
.cid-txK5mKjOlr .dropdown-item:active {
  background-color: transparent;
}
.cid-txK5mKjOlr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txK5mKjOlr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txK5mKjOlr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txK5mKjOlr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-txK5mKjOlr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txK5mKjOlr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txK5mKjOlr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txK5mKjOlr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txK5mKjOlr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txK5mKjOlr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9e9e9;
}
.cid-txK5mKjOlr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txK5mKjOlr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txK5mKjOlr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txK5mKjOlr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txK5mKjOlr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txK5mKjOlr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txK5mKjOlr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txK5mKjOlr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txK5mKjOlr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-txK5mKjOlr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txK5mKjOlr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txK5mKjOlr .navbar {
    height: 70px;
  }
  .cid-txK5mKjOlr .navbar.opened {
    height: auto;
  }
  .cid-txK5mKjOlr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txK5mMbrlO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/zincf-1920x1080.jpg");
}
.cid-txK5mMbrlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-txK5mMbrlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txK5mMbrlO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txK5mMbrlO .mbr-text,
.cid-txK5mMbrlO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-txK5mNH4vZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-txK5mNH4vZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-txK5mNH4vZ img {
  max-width: 95%;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-txK5mNH4vZ img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-txK5mNH4vZ .mbr-text,
.cid-txK5mNH4vZ .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-txK5mNH4vZ .mbr-section-title {
  text-align: left;
  color: #353535;
}
.cid-txK5mNH4vZ .mbr-text2,
.cid-txK5mNH4vZ .mbr-section-btn2 {
  color: #0168b3;
  text-align: left;
}
.cid-txK5mQgekY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txK5mQgekY .mbr-section-subtitle {
  color: #76708a;
}
.cid-txK5mRitK8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-txK5mRitK8 .row {
  justify-content: center;
}
.cid-txK5mRitK8 .col-title {
  margin-bottom: 2.5rem;
}
.cid-txK5mRitK8 .mbr-section-title {
  color: #d9af3d;
  text-align: left;
}
.cid-txK5mRitK8 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txK5mRitK8 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txK5mRitK8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txK5mRitK8 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txK5mRitK8 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-txK5mRitK8 .card {
    min-height: 276px;
  }
}
.cid-txK5mRitK8 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txK5mRitK8 .card:hover .card-title {
  text-decoration: underline;
}
.cid-txK5mRitK8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txK5mRitK8 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txK5mRitK8 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txK5mRitK8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txK5mRitK8 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txK5mRitK8 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txK5mRitK8 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txK5mRitK8 .card-title-1 {
  color: #ffffff;
  text-align: center;
}
.cid-txK5mSscBd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txK5mSscBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txK5mSscBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txK5mSscBd .mbr-section-title {
  color: #fd0909;
}
.cid-txK5mSscBd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txK5mTwa38 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-txK5mTwa38 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txK5mTwa38 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-txK5mTwa38 .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-txK5mTwa38 .card img {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .cid-txK5mTwa38 .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-txK5mTwa38 .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-txK5mTwa38 .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-txK5mTwa38 .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-txK5mTwa38 .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-txK5mTwa38 .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-txK5mTwa38 .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-txK5mTwa38 .mbr-section-title {
  text-align: center;
  color: #e6c63a;
}
.cid-uq86HpvC32 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/cgecontact-2000x1148.jpg");
}
.cid-uq86HpvC32 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uq86HpvC32 textarea {
  min-height: 200px;
}
.cid-uq86HpvC32 .btn {
  padding: 1rem 3rem;
}
.cid-uq86HpvC32 .form-control,
.cid-uq86HpvC32 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-uq86HpvC32 .form-control::-webkit-input-placeholder,
.cid-uq86HpvC32 .field-input::-webkit-input-placeholder,
.cid-uq86HpvC32 .form-control::-webkit-input-placeholder,
.cid-uq86HpvC32 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86HpvC32 .form-control:-moz-placeholder,
.cid-uq86HpvC32 .field-input:-moz-placeholder,
.cid-uq86HpvC32 .form-control:-moz-placeholder,
.cid-uq86HpvC32 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uq86HpvC32 .form-control:hover,
.cid-uq86HpvC32 .field-input:hover,
.cid-uq86HpvC32 .form-control:focus,
.cid-uq86HpvC32 .field-input:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uq86HpvC32 .form-control:hover::-webkit-input-placeholder,
.cid-uq86HpvC32 .field-input:hover::-webkit-input-placeholder,
.cid-uq86HpvC32 .form-control:focus::-webkit-input-placeholder,
.cid-uq86HpvC32 .field-input:focus::-webkit-input-placeholder,
.cid-uq86HpvC32 .form-control:hover::-webkit-input-placeholder,
.cid-uq86HpvC32 .field-input:hover::-webkit-input-placeholder,
.cid-uq86HpvC32 .form-control:focus::-webkit-input-placeholder,
.cid-uq86HpvC32 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-uq86HpvC32 .form-control:hover:-moz-placeholder,
.cid-uq86HpvC32 .field-input:hover:-moz-placeholder,
.cid-uq86HpvC32 .form-control:focus:-moz-placeholder,
.cid-uq86HpvC32 .field-input:focus:-moz-placeholder,
.cid-uq86HpvC32 .form-control:hover:-moz-placeholder,
.cid-uq86HpvC32 .field-input:hover:-moz-placeholder,
.cid-uq86HpvC32 .form-control:focus:-moz-placeholder,
.cid-uq86HpvC32 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-uq86HpvC32 .jq-number__spin:hover,
.cid-uq86HpvC32 .jq-number__spin:focus {
  background-color: #d0d0d2;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq86HpvC32 .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq86HpvC32 .jq-selectbox li,
.cid-uq86HpvC32 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq86HpvC32 .jq-selectbox li:hover,
.cid-uq86HpvC32 .jq-selectbox li.selected {
  background-color: #d0d0d2;
  color: #000000;
}
.cid-uq86HpvC32 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uq86HpvC32 .jq-number__spin.minus:hover:after,
.cid-uq86HpvC32 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uq86HpvC32 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uq86HpvC32 .jq-number__spin.minus:after,
.cid-uq86HpvC32 .jq-number__spin.plus:after {
  border-top-color: #d0d0d2;
  border-bottom-color: #d0d0d2;
}
.cid-uq86HpvC32 input::-webkit-clear-button {
  display: none;
}
.cid-uq86HpvC32 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uq86HpvC32 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uq86HpvC32 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uq86HpvC32 .mbr-section-title {
  color: #ffffff;
}
.cid-tWfAzXhKBI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-tWfAzXhKBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfAzXhKBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfAzXhKBI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfAzXhKBI .row {
    text-align: center;
  }
  .cid-tWfAzXhKBI .row > div {
    margin: auto;
  }
  .cid-tWfAzXhKBI .social-row {
    justify-content: center;
  }
}
.cid-tWfAzXhKBI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWfAzXhKBI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfAzXhKBI .list {
    margin-bottom: 0rem;
  }
}
.cid-tWfAzXhKBI .mbr-text {
  color: #000000;
}
.cid-tWfAzXhKBI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWfAzXhKBI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tWfAzXhKBI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tWfAzXhKBI .mbr-section-subtitle {
  text-align: left;
}
.cid-tWfAzXhKBI .copyright {
  color: #ffffff;
}
.cid-tWfAzXhKBI H5 {
  color: #76708a;
}
.cid-tWfBeusrdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
}
