.btn {
  border-width: 2px;
}
.popupresponsive {
  width: 100%;
  height: auto;
}
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: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #6e6e6e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #5d8ab6 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !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: #434343 !important;
  border-color: #434343 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #434343 !important;
  border-color: #434343 !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: #5d8ab6 !important;
  border-color: #5d8ab6 !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: #3a5f82 !important;
  border-color: #3a5f82 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a5f82 !important;
  border-color: #3a5f82 !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: #6e6e6e;
  color: #6e6e6e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #434343 !important;
  background-color: transparent!important;
  border-color: #434343 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #5d8ab6;
  color: #5d8ab6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a5f82 !important;
  background-color: transparent!important;
  border-color: #3a5f82 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5d8ab6 !important;
  border-color: #5d8ab6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6e6e6e !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #5d8ab6 !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: #3b3b3b !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: #365777 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6e6e6e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5d8ab6;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6e6e6e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #aeaeae;
}
.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: #b5c9de;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Sans Narrow', 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: #6e6e6e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', 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: #6e6e6e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6e6e6e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6e6e6e;
}
.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: #6e6e6e;
  border-bottom-color: #6e6e6e;
}
.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: #6e6e6e !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='%236e6e6e' %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-tgGzu1xUbt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgGzu1xUbt nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgGzu1xUbt .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-tgGzu1xUbt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgGzu1xUbt .dropdown-item:hover,
.cid-tgGzu1xUbt .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgGzu1xUbt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgGzu1xUbt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgGzu1xUbt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgGzu1xUbt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgGzu1xUbt .nav-link {
  position: relative;
}
.cid-tgGzu1xUbt .container {
  display: flex;
  margin: auto;
}
.cid-tgGzu1xUbt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgGzu1xUbt .dropdown-menu,
.cid-tgGzu1xUbt .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgGzu1xUbt .nav-item:focus,
.cid-tgGzu1xUbt .nav-link:focus {
  outline: none;
}
.cid-tgGzu1xUbt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgGzu1xUbt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgGzu1xUbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgGzu1xUbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgGzu1xUbt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgGzu1xUbt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgGzu1xUbt .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: #e7e7e7;
}
.cid-tgGzu1xUbt .navbar.opened {
  transition: all 0.3s;
}
.cid-tgGzu1xUbt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgGzu1xUbt .navbar .navbar-logo img {
  width: auto;
}
.cid-tgGzu1xUbt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgGzu1xUbt .navbar.collapsed {
  justify-content: center;
}
.cid-tgGzu1xUbt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgGzu1xUbt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgGzu1xUbt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgGzu1xUbt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgGzu1xUbt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgGzu1xUbt .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-tgGzu1xUbt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgGzu1xUbt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgGzu1xUbt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgGzu1xUbt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgGzu1xUbt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgGzu1xUbt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgGzu1xUbt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgGzu1xUbt .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-tgGzu1xUbt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgGzu1xUbt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgGzu1xUbt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgGzu1xUbt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgGzu1xUbt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgGzu1xUbt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgGzu1xUbt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgGzu1xUbt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgGzu1xUbt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgGzu1xUbt .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-tgGzu1xUbt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgGzu1xUbt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgGzu1xUbt .dropdown-item.active,
.cid-tgGzu1xUbt .dropdown-item:active {
  background-color: transparent;
}
.cid-tgGzu1xUbt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgGzu1xUbt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgGzu1xUbt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgGzu1xUbt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgGzu1xUbt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgGzu1xUbt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgGzu1xUbt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgGzu1xUbt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgGzu1xUbt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgGzu1xUbt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgGzu1xUbt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgGzu1xUbt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgGzu1xUbt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgGzu1xUbt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgGzu1xUbt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgGzu1xUbt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgGzu1xUbt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgGzu1xUbt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgGzu1xUbt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgGzu1xUbt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgGzu1xUbt .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-tgGzu1xUbt .navbar {
    height: 70px;
  }
  .cid-tgGzu1xUbt .navbar.opened {
    height: auto;
  }
  .cid-tgGzu1xUbt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ti6FgujbWU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ti6FgujbWU .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ti6FgujbWU .carousel {
    min-height: 500px;
  }
  .cid-ti6FgujbWU .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ti6FgujbWU .carousel {
    min-height: 325px;
  }
  .cid-ti6FgujbWU .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ti6FgujbWU .carousel {
    min-height: 275px;
  }
  .cid-ti6FgujbWU .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-ti6FgujbWU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ti6FgujbWU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ti6FgujbWU .carousel,
.cid-ti6FgujbWU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ti6FgujbWU .item-wrapper {
  width: 100%;
}
.cid-ti6FgujbWU .carousel-caption {
  bottom: 40px;
}
.cid-ti6FgujbWU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ti6FgujbWU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ti6FgujbWU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ti6FgujbWU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ti6FgujbWU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ti6FgujbWU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti6FgujbWU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ti6FgujbWU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ti6FgujbWU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ti6FgujbWU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ti6FgujbWU .carousel-indicators li.active,
.cid-ti6FgujbWU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ti6FgujbWU .carousel-indicators li::after,
.cid-ti6FgujbWU .carousel-indicators li::before {
  content: none;
}
.cid-ti6FgujbWU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ti6FgujbWU .carousel-indicators {
    display: none !important;
  }
}
.cid-tgH9t1fJOR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgH9t1fJOR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgH9t1fJOR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgH9t1fJOR .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgH9t1fJOR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgH9t1fJOR .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgH9t1fJOR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgH9t1fJOR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgH9t1fJOR .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgH9t1fJOR .footer-lower .social-list a {
  margin: 0;
  opacity: 0.9;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgH9t1fJOR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgH9t1fJOR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgH9t1fJOR .copyright > p {
  color: #838383;
}
.cid-thyOdzGTJ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thyOdzGTJ2 nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-thyOdzGTJ2 .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-thyOdzGTJ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thyOdzGTJ2 .dropdown-item:hover,
.cid-thyOdzGTJ2 .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-thyOdzGTJ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thyOdzGTJ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thyOdzGTJ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thyOdzGTJ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thyOdzGTJ2 .nav-link {
  position: relative;
}
.cid-thyOdzGTJ2 .container {
  display: flex;
  margin: auto;
}
.cid-thyOdzGTJ2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thyOdzGTJ2 .dropdown-menu,
.cid-thyOdzGTJ2 .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-thyOdzGTJ2 .nav-item:focus,
.cid-thyOdzGTJ2 .nav-link:focus {
  outline: none;
}
.cid-thyOdzGTJ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thyOdzGTJ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thyOdzGTJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thyOdzGTJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thyOdzGTJ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thyOdzGTJ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thyOdzGTJ2 .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: #e7e7e7;
}
.cid-thyOdzGTJ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-thyOdzGTJ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thyOdzGTJ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-thyOdzGTJ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thyOdzGTJ2 .navbar.collapsed {
  justify-content: center;
}
.cid-thyOdzGTJ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thyOdzGTJ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thyOdzGTJ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thyOdzGTJ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thyOdzGTJ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thyOdzGTJ2 .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-thyOdzGTJ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thyOdzGTJ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thyOdzGTJ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thyOdzGTJ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thyOdzGTJ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thyOdzGTJ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thyOdzGTJ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thyOdzGTJ2 .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-thyOdzGTJ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thyOdzGTJ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thyOdzGTJ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thyOdzGTJ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thyOdzGTJ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thyOdzGTJ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thyOdzGTJ2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-thyOdzGTJ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thyOdzGTJ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thyOdzGTJ2 .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-thyOdzGTJ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thyOdzGTJ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thyOdzGTJ2 .dropdown-item.active,
.cid-thyOdzGTJ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-thyOdzGTJ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thyOdzGTJ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thyOdzGTJ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thyOdzGTJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-thyOdzGTJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thyOdzGTJ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thyOdzGTJ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thyOdzGTJ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thyOdzGTJ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thyOdzGTJ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-thyOdzGTJ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thyOdzGTJ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thyOdzGTJ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thyOdzGTJ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thyOdzGTJ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thyOdzGTJ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thyOdzGTJ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thyOdzGTJ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thyOdzGTJ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thyOdzGTJ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thyOdzGTJ2 .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-thyOdzGTJ2 .navbar {
    height: 70px;
  }
  .cid-thyOdzGTJ2 .navbar.opened {
    height: auto;
  }
  .cid-thyOdzGTJ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thyRzo98FA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thyRzo98FA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-thyRzo98FA .row {
    flex-direction: column-reverse;
  }
  .cid-thyRzo98FA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-thyRzo98FA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-thyRzo98FA .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-thyRzo98FA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thyRzo98FA .card-title {
  color: #6e6e6e;
}
.cid-thyRzo98FA .mbr-text,
.cid-thyRzo98FA .mbr-section-btn {
  color: #6e6e6e;
}
.cid-thySRkAWpA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-thySRkAWpA .mbr-text {
  color: #838383;
}
.cid-ti6WmkUUPy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
}
.cid-ti6WmkUUPy .mbr-section-title {
  color: #6e6e6e;
}
.cid-thyX3T8JpT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thyX3T8JpT .mbr-section-subtitle {
  color: #6e6e6e;
}
.cid-thyX3T8JpT .mbr-text {
  color: #838383;
}
.cid-thyOdF2bD2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-thyOdF2bD2 .item {
  padding-bottom: 2rem;
}
.cid-thyOdF2bD2 .item-wrapper {
  position: relative;
}
.cid-thyOdF2bD2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-thyOdF2bD2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thyOdF2bD2 .carousel-control,
.cid-thyOdF2bD2 .close {
  background: #1b1b1b;
}
.cid-thyOdF2bD2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thyOdF2bD2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thyOdF2bD2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thyOdF2bD2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-thyOdF2bD2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thyOdF2bD2 .close::before {
  content: '\e91a';
}
.cid-thyOdF2bD2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thyOdF2bD2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-thyOdF2bD2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thyOdF2bD2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thyOdF2bD2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thyOdF2bD2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thyOdF2bD2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thyOdF2bD2 .carousel-indicators li.active,
.cid-thyOdF2bD2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thyOdF2bD2 .carousel-indicators li::after,
.cid-thyOdF2bD2 .carousel-indicators li::before {
  content: none;
}
.cid-thyOdF2bD2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thyOdF2bD2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thyOdF2bD2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thyOdF2bD2 .carousel-indicators {
    display: none;
  }
}
.cid-thyOdF2bD2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thyOdF2bD2 .carousel-inner > .active {
  display: block;
}
.cid-thyOdF2bD2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thyOdF2bD2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thyOdF2bD2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thyOdF2bD2 .carousel-control,
  .cid-thyOdF2bD2 .carousel-indicators,
  .cid-thyOdF2bD2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thyOdF2bD2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thyOdF2bD2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thyOdF2bD2 .carousel-indicators .active,
.cid-thyOdF2bD2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thyOdF2bD2 .carousel-indicators .active {
  background: #fff;
}
.cid-thyOdF2bD2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thyOdF2bD2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thyOdF2bD2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thyOdF2bD2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thyOdF2bD2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thyOdF2bD2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thyOdF2bD2 .carousel {
  width: 100%;
}
.cid-thyOdF2bD2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thyOdF2bD2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thyOdF2bD2 .modal.fade .modal-dialog,
.cid-thyOdF2bD2 .modal.in .modal-dialog {
  transform: none;
}
.cid-thyOdF2bD2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thyOdF2bD2 H6 {
  text-align: center;
}
.cid-thyOdGYfLq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-thyOdGYfLq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thyOdGYfLq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-thyOdGYfLq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-thyOdGYfLq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thyOdGYfLq .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-thyOdGYfLq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thyOdGYfLq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-thyOdGYfLq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-thyOdGYfLq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-thyOdGYfLq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thyOdGYfLq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thyOdGYfLq .copyright > p {
  color: #838383;
}
.cid-tgMXcD8Rjx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgMXcD8Rjx nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgMXcD8Rjx .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-tgMXcD8Rjx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgMXcD8Rjx .dropdown-item:hover,
.cid-tgMXcD8Rjx .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgMXcD8Rjx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgMXcD8Rjx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgMXcD8Rjx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgMXcD8Rjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgMXcD8Rjx .nav-link {
  position: relative;
}
.cid-tgMXcD8Rjx .container {
  display: flex;
  margin: auto;
}
.cid-tgMXcD8Rjx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgMXcD8Rjx .dropdown-menu,
.cid-tgMXcD8Rjx .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgMXcD8Rjx .nav-item:focus,
.cid-tgMXcD8Rjx .nav-link:focus {
  outline: none;
}
.cid-tgMXcD8Rjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgMXcD8Rjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgMXcD8Rjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgMXcD8Rjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgMXcD8Rjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgMXcD8Rjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgMXcD8Rjx .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: #e7e7e7;
}
.cid-tgMXcD8Rjx .navbar.opened {
  transition: all 0.3s;
}
.cid-tgMXcD8Rjx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgMXcD8Rjx .navbar .navbar-logo img {
  width: auto;
}
.cid-tgMXcD8Rjx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgMXcD8Rjx .navbar.collapsed {
  justify-content: center;
}
.cid-tgMXcD8Rjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgMXcD8Rjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgMXcD8Rjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgMXcD8Rjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgMXcD8Rjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgMXcD8Rjx .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-tgMXcD8Rjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgMXcD8Rjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgMXcD8Rjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgMXcD8Rjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgMXcD8Rjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgMXcD8Rjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgMXcD8Rjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgMXcD8Rjx .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-tgMXcD8Rjx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgMXcD8Rjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgMXcD8Rjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgMXcD8Rjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgMXcD8Rjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgMXcD8Rjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgMXcD8Rjx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgMXcD8Rjx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgMXcD8Rjx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgMXcD8Rjx .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-tgMXcD8Rjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgMXcD8Rjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgMXcD8Rjx .dropdown-item.active,
.cid-tgMXcD8Rjx .dropdown-item:active {
  background-color: transparent;
}
.cid-tgMXcD8Rjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgMXcD8Rjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgMXcD8Rjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgMXcD8Rjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgMXcD8Rjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgMXcD8Rjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgMXcD8Rjx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgMXcD8Rjx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgMXcD8Rjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgMXcD8Rjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgMXcD8Rjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgMXcD8Rjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMXcD8Rjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMXcD8Rjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgMXcD8Rjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMXcD8Rjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgMXcD8Rjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgMXcD8Rjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMXcD8Rjx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgMXcD8Rjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgMXcD8Rjx .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-tgMXcD8Rjx .navbar {
    height: 70px;
  }
  .cid-tgMXcD8Rjx .navbar.opened {
    height: auto;
  }
  .cid-tgMXcD8Rjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgY9wd9URd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgY9wd9URd .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgY9wd9URd .mbr-section-subtitle {
  color: #838383;
}
.cid-tgXSRV0vIJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgXSRV0vIJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgXSRV0vIJ .row {
  flex-direction: row-reverse;
}
.cid-tgXSRV0vIJ img {
  width: 100%;
}
.cid-tgXSRV0vIJ .mbr-description {
  color: #838383;
}
.cid-tgYazstS1F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgYazstS1F .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgYazstS1F .mbr-section-subtitle {
  color: #838383;
}
.cid-tgXSUBEECI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgXSUBEECI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgXSUBEECI .row {
  flex-direction: row-reverse;
}
.cid-tgXSUBEECI img {
  width: 100%;
}
.cid-tgXSUBEECI .mbr-description {
  color: #838383;
}
.cid-tgXSVa4RQc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgXSVa4RQc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgXSVa4RQc .row {
  flex-direction: row-reverse;
}
.cid-tgXSVa4RQc img {
  width: 100%;
}
.cid-tgXSVa4RQc .mbr-description {
  color: #838383;
}
.cid-tgXSVGteH1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgXSVGteH1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgXSVGteH1 .row {
  flex-direction: row-reverse;
}
.cid-tgXSVGteH1 img {
  width: 100%;
}
.cid-tgXSVGteH1 .mbr-description {
  color: #838383;
}
.cid-tgXSWbyWin {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgXSWbyWin .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgXSWbyWin .row {
  flex-direction: row-reverse;
}
.cid-tgXSWbyWin img {
  width: 100%;
}
.cid-tgXSWbyWin .mbr-description {
  color: #838383;
}
.cid-tgYcWu1SBO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgYcWu1SBO .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgYcWu1SBO .mbr-section-subtitle {
  color: #838383;
}
.cid-tgY8fnA7oU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgY8fnA7oU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgY8fnA7oU .row {
  flex-direction: row-reverse;
}
.cid-tgY8fnA7oU img {
  width: 100%;
}
.cid-tgY8fnA7oU .mbr-description {
  color: #838383;
}
.cid-tgYd0v0aO1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgYd0v0aO1 .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgYd0v0aO1 .mbr-section-subtitle {
  color: #838383;
}
.cid-tgY8g362IK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgY8g362IK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgY8g362IK .row {
  flex-direction: row-reverse;
}
.cid-tgY8g362IK img {
  width: 100%;
}
.cid-tgY8g362IK .mbr-description {
  color: #838383;
}
.cid-tgMXcFxrue {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgMXcFxrue .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMXcFxrue .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgMXcFxrue .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgMXcFxrue .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMXcFxrue .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgMXcFxrue .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgMXcFxrue .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgMXcFxrue .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgMXcFxrue .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgMXcFxrue .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgMXcFxrue .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgMXcFxrue .copyright > p {
  color: #838383;
}
.cid-tgStTCpegA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tgStTCpegA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tgStTCpegA .team-card:hover {
  transform: translateY(-10px);
}
.cid-tgStTCpegA .card-wrap {
  background: #dcdcdc;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tgStTCpegA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tgStTCpegA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tgStTCpegA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgStTCpegA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tgStTCpegA .social-row {
  text-align: center;
}
.cid-tgStTCpegA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #838383;
  transition: all 0.3s;
}
.cid-tgStTCpegA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #838383;
  font-size: 1.5rem;
}
.cid-tgStTCpegA .social-row .soc-item:hover {
  background-color: #838383;
}
.cid-tgStTCpegA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tgStTCpegA .mbr-section-title {
  color: #838383;
}
.cid-tgStTCpegA .mbr-section-subtitle {
  color: #838383;
}
.cid-tgStTFb8tL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgStTFb8tL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgStTFb8tL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgStTFb8tL .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgStTFb8tL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgStTFb8tL .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgStTFb8tL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgStTFb8tL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgStTFb8tL .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgStTFb8tL .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgStTFb8tL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgStTFb8tL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgStTFb8tL .copyright > p {
  color: #838383;
}
.cid-tgYLytsJp8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgYLytsJp8 nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgYLytsJp8 .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-tgYLytsJp8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgYLytsJp8 .dropdown-item:hover,
.cid-tgYLytsJp8 .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgYLytsJp8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgYLytsJp8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgYLytsJp8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgYLytsJp8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgYLytsJp8 .nav-link {
  position: relative;
}
.cid-tgYLytsJp8 .container {
  display: flex;
  margin: auto;
}
.cid-tgYLytsJp8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgYLytsJp8 .dropdown-menu,
.cid-tgYLytsJp8 .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgYLytsJp8 .nav-item:focus,
.cid-tgYLytsJp8 .nav-link:focus {
  outline: none;
}
.cid-tgYLytsJp8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgYLytsJp8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgYLytsJp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgYLytsJp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgYLytsJp8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgYLytsJp8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgYLytsJp8 .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: #e7e7e7;
}
.cid-tgYLytsJp8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgYLytsJp8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgYLytsJp8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgYLytsJp8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgYLytsJp8 .navbar.collapsed {
  justify-content: center;
}
.cid-tgYLytsJp8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgYLytsJp8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgYLytsJp8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgYLytsJp8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgYLytsJp8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgYLytsJp8 .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-tgYLytsJp8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgYLytsJp8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgYLytsJp8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgYLytsJp8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgYLytsJp8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgYLytsJp8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgYLytsJp8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgYLytsJp8 .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-tgYLytsJp8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgYLytsJp8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgYLytsJp8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgYLytsJp8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgYLytsJp8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgYLytsJp8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgYLytsJp8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgYLytsJp8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgYLytsJp8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgYLytsJp8 .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-tgYLytsJp8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgYLytsJp8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgYLytsJp8 .dropdown-item.active,
.cid-tgYLytsJp8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgYLytsJp8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgYLytsJp8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgYLytsJp8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgYLytsJp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgYLytsJp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgYLytsJp8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgYLytsJp8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgYLytsJp8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgYLytsJp8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgYLytsJp8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgYLytsJp8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgYLytsJp8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYLytsJp8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgYLytsJp8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgYLytsJp8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYLytsJp8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgYLytsJp8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgYLytsJp8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgYLytsJp8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgYLytsJp8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgYLytsJp8 .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-tgYLytsJp8 .navbar {
    height: 70px;
  }
  .cid-tgYLytsJp8 .navbar.opened {
    height: auto;
  }
  .cid-tgYLytsJp8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgYLI0OQgH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgYLI0OQgH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tgYLI0OQgH form {
    width: 75%;
  }
}
.cid-tgYLI0OQgH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tgYLI0OQgH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tgYLI0OQgH .mbr-section-title {
  color: #646464;
}
.cid-tgYLyw2sNC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgYLyw2sNC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgYLyw2sNC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgYLyw2sNC .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgYLyw2sNC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgYLyw2sNC .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgYLyw2sNC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgYLyw2sNC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgYLyw2sNC .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgYLyw2sNC .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgYLyw2sNC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgYLyw2sNC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgYLyw2sNC .copyright > p {
  color: #838383;
}
.cid-tgMX1n6n8r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgMX1n6n8r nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgMX1n6n8r .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-tgMX1n6n8r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgMX1n6n8r .dropdown-item:hover,
.cid-tgMX1n6n8r .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgMX1n6n8r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgMX1n6n8r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgMX1n6n8r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgMX1n6n8r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgMX1n6n8r .nav-link {
  position: relative;
}
.cid-tgMX1n6n8r .container {
  display: flex;
  margin: auto;
}
.cid-tgMX1n6n8r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgMX1n6n8r .dropdown-menu,
.cid-tgMX1n6n8r .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgMX1n6n8r .nav-item:focus,
.cid-tgMX1n6n8r .nav-link:focus {
  outline: none;
}
.cid-tgMX1n6n8r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgMX1n6n8r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgMX1n6n8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgMX1n6n8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgMX1n6n8r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgMX1n6n8r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgMX1n6n8r .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: #e7e7e7;
}
.cid-tgMX1n6n8r .navbar.opened {
  transition: all 0.3s;
}
.cid-tgMX1n6n8r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgMX1n6n8r .navbar .navbar-logo img {
  width: auto;
}
.cid-tgMX1n6n8r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgMX1n6n8r .navbar.collapsed {
  justify-content: center;
}
.cid-tgMX1n6n8r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgMX1n6n8r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgMX1n6n8r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgMX1n6n8r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgMX1n6n8r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgMX1n6n8r .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-tgMX1n6n8r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgMX1n6n8r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgMX1n6n8r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgMX1n6n8r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgMX1n6n8r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgMX1n6n8r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgMX1n6n8r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgMX1n6n8r .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-tgMX1n6n8r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgMX1n6n8r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgMX1n6n8r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgMX1n6n8r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgMX1n6n8r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgMX1n6n8r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgMX1n6n8r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgMX1n6n8r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgMX1n6n8r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgMX1n6n8r .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-tgMX1n6n8r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgMX1n6n8r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgMX1n6n8r .dropdown-item.active,
.cid-tgMX1n6n8r .dropdown-item:active {
  background-color: transparent;
}
.cid-tgMX1n6n8r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgMX1n6n8r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgMX1n6n8r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgMX1n6n8r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgMX1n6n8r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgMX1n6n8r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgMX1n6n8r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgMX1n6n8r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgMX1n6n8r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgMX1n6n8r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgMX1n6n8r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgMX1n6n8r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMX1n6n8r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMX1n6n8r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgMX1n6n8r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMX1n6n8r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgMX1n6n8r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgMX1n6n8r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMX1n6n8r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgMX1n6n8r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgMX1n6n8r .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-tgMX1n6n8r .navbar {
    height: 70px;
  }
  .cid-tgMX1n6n8r .navbar.opened {
    height: auto;
  }
  .cid-tgMX1n6n8r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgMX1nW233 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgMX1nW233 .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgMX1nW233 .mbr-section-subtitle {
  color: #838383;
}
.cid-tgS5Xj9AuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS5Xj9AuI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS5Xj9AuI .row {
  flex-direction: row-reverse;
}
.cid-tgS5Xj9AuI img {
  width: 100%;
}
.cid-tgS5Xj9AuI .mbr-description {
  color: #838383;
}
.cid-tgSd47iBfh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgSd47iBfh .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgSd47iBfh .mbr-section-subtitle {
  color: #838383;
}
.cid-tgS5Y4FniA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS5Y4FniA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS5Y4FniA .row {
  flex-direction: row-reverse;
}
.cid-tgS5Y4FniA img {
  width: 100%;
}
.cid-tgS5Y4FniA .mbr-description {
  color: #838383;
}
.cid-tgS5YDneN1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS5YDneN1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS5YDneN1 .row {
  flex-direction: row-reverse;
}
.cid-tgS5YDneN1 img {
  width: 100%;
}
.cid-tgS5YDneN1 .mbr-description {
  color: #838383;
}
.cid-tgS5Zaari8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS5Zaari8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS5Zaari8 .row {
  flex-direction: row-reverse;
}
.cid-tgS5Zaari8 img {
  width: 100%;
}
.cid-tgS5Zaari8 .mbr-description {
  color: #838383;
}
.cid-tgS5ZJY5Gn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS5ZJY5Gn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS5ZJY5Gn .row {
  flex-direction: row-reverse;
}
.cid-tgS5ZJY5Gn img {
  width: 100%;
}
.cid-tgS5ZJY5Gn .mbr-description {
  color: #838383;
}
.cid-tgS60hGCKI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS60hGCKI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS60hGCKI .row {
  flex-direction: row-reverse;
}
.cid-tgS60hGCKI img {
  width: 100%;
}
.cid-tgS60hGCKI .mbr-description {
  color: #838383;
}
.cid-tgS60SMMR2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS60SMMR2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS60SMMR2 .row {
  flex-direction: row-reverse;
}
.cid-tgS60SMMR2 img {
  width: 100%;
}
.cid-tgS60SMMR2 .mbr-description {
  color: #838383;
}
.cid-tgMX1pGNA9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgMX1pGNA9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMX1pGNA9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgMX1pGNA9 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgMX1pGNA9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMX1pGNA9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgMX1pGNA9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgMX1pGNA9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgMX1pGNA9 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgMX1pGNA9 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgMX1pGNA9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgMX1pGNA9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgMX1pGNA9 .copyright > p {
  color: #838383;
}
.cid-tgMWQ4doa5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgMWQ4doa5 nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgMWQ4doa5 .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-tgMWQ4doa5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgMWQ4doa5 .dropdown-item:hover,
.cid-tgMWQ4doa5 .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgMWQ4doa5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgMWQ4doa5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgMWQ4doa5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgMWQ4doa5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgMWQ4doa5 .nav-link {
  position: relative;
}
.cid-tgMWQ4doa5 .container {
  display: flex;
  margin: auto;
}
.cid-tgMWQ4doa5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgMWQ4doa5 .dropdown-menu,
.cid-tgMWQ4doa5 .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgMWQ4doa5 .nav-item:focus,
.cid-tgMWQ4doa5 .nav-link:focus {
  outline: none;
}
.cid-tgMWQ4doa5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgMWQ4doa5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgMWQ4doa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgMWQ4doa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgMWQ4doa5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgMWQ4doa5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgMWQ4doa5 .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: #e7e7e7;
}
.cid-tgMWQ4doa5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgMWQ4doa5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgMWQ4doa5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgMWQ4doa5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgMWQ4doa5 .navbar.collapsed {
  justify-content: center;
}
.cid-tgMWQ4doa5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgMWQ4doa5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgMWQ4doa5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgMWQ4doa5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgMWQ4doa5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgMWQ4doa5 .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-tgMWQ4doa5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgMWQ4doa5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgMWQ4doa5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgMWQ4doa5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgMWQ4doa5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgMWQ4doa5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgMWQ4doa5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgMWQ4doa5 .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-tgMWQ4doa5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgMWQ4doa5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgMWQ4doa5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgMWQ4doa5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgMWQ4doa5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgMWQ4doa5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgMWQ4doa5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgMWQ4doa5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgMWQ4doa5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgMWQ4doa5 .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-tgMWQ4doa5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgMWQ4doa5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgMWQ4doa5 .dropdown-item.active,
.cid-tgMWQ4doa5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgMWQ4doa5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgMWQ4doa5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgMWQ4doa5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgMWQ4doa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgMWQ4doa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgMWQ4doa5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgMWQ4doa5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgMWQ4doa5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgMWQ4doa5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgMWQ4doa5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgMWQ4doa5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgMWQ4doa5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMWQ4doa5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMWQ4doa5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgMWQ4doa5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMWQ4doa5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgMWQ4doa5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgMWQ4doa5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMWQ4doa5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgMWQ4doa5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgMWQ4doa5 .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-tgMWQ4doa5 .navbar {
    height: 70px;
  }
  .cid-tgMWQ4doa5 .navbar.opened {
    height: auto;
  }
  .cid-tgMWQ4doa5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgMWQ55GKb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgMWQ55GKb .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgMWQ55GKb .mbr-section-subtitle {
  color: #838383;
}
.cid-tgN34oH3o8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN34oH3o8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN34oH3o8 .row {
  flex-direction: row-reverse;
}
.cid-tgN34oH3o8 img {
  width: 100%;
}
.cid-tgN34oH3o8 .mbr-description {
  color: #838383;
}
.cid-tgSlYIodZN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgSlYIodZN .mbr-section-title {
  color: #6e6e6e;
}
.cid-tgSlYIodZN .mbr-section-subtitle {
  color: #838383;
}
.cid-tgN35aT9Ov {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN35aT9Ov .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN35aT9Ov .row {
  flex-direction: row-reverse;
}
.cid-tgN35aT9Ov img {
  width: 100%;
}
.cid-tgN35aT9Ov .mbr-description {
  color: #838383;
}
.cid-tgN35NU0NF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN35NU0NF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN35NU0NF .row {
  flex-direction: row-reverse;
}
.cid-tgN35NU0NF img {
  width: 100%;
}
.cid-tgN35NU0NF .mbr-description {
  color: #838383;
}
.cid-tgN36oXT0J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN36oXT0J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN36oXT0J .row {
  flex-direction: row-reverse;
}
.cid-tgN36oXT0J img {
  width: 100%;
}
.cid-tgN36oXT0J .mbr-description {
  color: #838383;
}
.cid-tgN371yuMZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN371yuMZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN371yuMZ .row {
  flex-direction: row-reverse;
}
.cid-tgN371yuMZ img {
  width: 100%;
}
.cid-tgN371yuMZ .mbr-description {
  color: #838383;
}
.cid-tgN37w7rqy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN37w7rqy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN37w7rqy .row {
  flex-direction: row-reverse;
}
.cid-tgN37w7rqy img {
  width: 100%;
}
.cid-tgN37w7rqy .mbr-description {
  color: #838383;
}
.cid-tgMWQ6Yq9i {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgMWQ6Yq9i .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMWQ6Yq9i .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgMWQ6Yq9i .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgMWQ6Yq9i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMWQ6Yq9i .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgMWQ6Yq9i .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgMWQ6Yq9i .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgMWQ6Yq9i .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgMWQ6Yq9i .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgMWQ6Yq9i .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgMWQ6Yq9i .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgMWQ6Yq9i .copyright > p {
  color: #838383;
}
.cid-tgMUTr5pOC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgMUTr5pOC nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgMUTr5pOC .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-tgMUTr5pOC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgMUTr5pOC .dropdown-item:hover,
.cid-tgMUTr5pOC .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgMUTr5pOC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgMUTr5pOC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgMUTr5pOC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgMUTr5pOC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgMUTr5pOC .nav-link {
  position: relative;
}
.cid-tgMUTr5pOC .container {
  display: flex;
  margin: auto;
}
.cid-tgMUTr5pOC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgMUTr5pOC .dropdown-menu,
.cid-tgMUTr5pOC .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgMUTr5pOC .nav-item:focus,
.cid-tgMUTr5pOC .nav-link:focus {
  outline: none;
}
.cid-tgMUTr5pOC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgMUTr5pOC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgMUTr5pOC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgMUTr5pOC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgMUTr5pOC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgMUTr5pOC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgMUTr5pOC .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: #e7e7e7;
}
.cid-tgMUTr5pOC .navbar.opened {
  transition: all 0.3s;
}
.cid-tgMUTr5pOC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgMUTr5pOC .navbar .navbar-logo img {
  width: auto;
}
.cid-tgMUTr5pOC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgMUTr5pOC .navbar.collapsed {
  justify-content: center;
}
.cid-tgMUTr5pOC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgMUTr5pOC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgMUTr5pOC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgMUTr5pOC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgMUTr5pOC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgMUTr5pOC .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-tgMUTr5pOC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgMUTr5pOC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgMUTr5pOC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgMUTr5pOC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgMUTr5pOC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgMUTr5pOC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgMUTr5pOC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgMUTr5pOC .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-tgMUTr5pOC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgMUTr5pOC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgMUTr5pOC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgMUTr5pOC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgMUTr5pOC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgMUTr5pOC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgMUTr5pOC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgMUTr5pOC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgMUTr5pOC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgMUTr5pOC .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-tgMUTr5pOC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgMUTr5pOC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgMUTr5pOC .dropdown-item.active,
.cid-tgMUTr5pOC .dropdown-item:active {
  background-color: transparent;
}
.cid-tgMUTr5pOC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgMUTr5pOC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgMUTr5pOC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgMUTr5pOC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgMUTr5pOC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgMUTr5pOC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgMUTr5pOC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgMUTr5pOC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgMUTr5pOC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgMUTr5pOC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgMUTr5pOC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgMUTr5pOC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMUTr5pOC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMUTr5pOC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgMUTr5pOC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMUTr5pOC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgMUTr5pOC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgMUTr5pOC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMUTr5pOC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgMUTr5pOC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgMUTr5pOC .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-tgMUTr5pOC .navbar {
    height: 70px;
  }
  .cid-tgMUTr5pOC .navbar.opened {
    height: auto;
  }
  .cid-tgMUTr5pOC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgMUTsuzlI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgMUTsuzlI .mbr-section-title {
  color: #838383;
}
.cid-tgMUTsuzlI .mbr-section-subtitle {
  color: #838383;
}
.cid-tgRYlCoZdc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgRYlCoZdc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgRYlCoZdc .row {
  flex-direction: row-reverse;
}
.cid-tgRYlCoZdc img {
  width: 100%;
}
.cid-tgRYlCoZdc .mbr-description {
  color: #838383;
}
.cid-tgRYEAMlsm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgRYEAMlsm .mbr-section-subtitle {
  color: #838383;
}
.cid-tgRZTPNdgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgRZTPNdgF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgRZTPNdgF .row {
  flex-direction: row-reverse;
}
.cid-tgRZTPNdgF img {
  width: 100%;
}
.cid-tgRZTPNdgF .mbr-description {
  color: #838383;
}
.cid-tgRZVajike {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgRZVajike .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgRZVajike .row {
  flex-direction: row-reverse;
}
.cid-tgRZVajike img {
  width: 100%;
}
.cid-tgRZVajike .mbr-description {
  color: #838383;
}
.cid-tgRZWan01T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgRZWan01T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgRZWan01T .row {
  flex-direction: row-reverse;
}
.cid-tgRZWan01T img {
  width: 100%;
}
.cid-tgRZWan01T .mbr-description {
  color: #838383;
}
.cid-tgRZX5Uni7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgRZX5Uni7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgRZX5Uni7 .row {
  flex-direction: row-reverse;
}
.cid-tgRZX5Uni7 img {
  width: 100%;
}
.cid-tgRZX5Uni7 .mbr-description {
  color: #838383;
}
.cid-tgRZXLoWZY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgRZXLoWZY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgRZXLoWZY .row {
  flex-direction: row-reverse;
}
.cid-tgRZXLoWZY img {
  width: 100%;
}
.cid-tgRZXLoWZY .mbr-description {
  color: #838383;
}
.cid-tgRXM7lkhZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgRXM7lkhZ .mbr-section-title {
  color: #838383;
}
.cid-tgS3hYbkRO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS3hYbkRO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS3hYbkRO .row {
  flex-direction: row-reverse;
}
.cid-tgS3hYbkRO img {
  width: 100%;
}
.cid-tgS3hYbkRO .mbr-description {
  color: #838383;
}
.cid-tgS3iMW4Rq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgS3iMW4Rq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgS3iMW4Rq .row {
  flex-direction: row-reverse;
}
.cid-tgS3iMW4Rq img {
  width: 100%;
}
.cid-tgS3iMW4Rq .mbr-description {
  color: #838383;
}
.cid-tgMUTuxzAX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgMUTuxzAX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMUTuxzAX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgMUTuxzAX .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgMUTuxzAX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMUTuxzAX .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgMUTuxzAX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgMUTuxzAX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgMUTuxzAX .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgMUTuxzAX .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgMUTuxzAX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgMUTuxzAX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgMUTuxzAX .copyright > p {
  color: #838383;
}
.cid-tgMRfN7cBr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tgMRfN7cBr nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-tgMRfN7cBr .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-tgMRfN7cBr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgMRfN7cBr .dropdown-item:hover,
.cid-tgMRfN7cBr .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-tgMRfN7cBr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgMRfN7cBr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgMRfN7cBr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgMRfN7cBr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgMRfN7cBr .nav-link {
  position: relative;
}
.cid-tgMRfN7cBr .container {
  display: flex;
  margin: auto;
}
.cid-tgMRfN7cBr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgMRfN7cBr .dropdown-menu,
.cid-tgMRfN7cBr .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-tgMRfN7cBr .nav-item:focus,
.cid-tgMRfN7cBr .nav-link:focus {
  outline: none;
}
.cid-tgMRfN7cBr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgMRfN7cBr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgMRfN7cBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgMRfN7cBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgMRfN7cBr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgMRfN7cBr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgMRfN7cBr .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: #e7e7e7;
}
.cid-tgMRfN7cBr .navbar.opened {
  transition: all 0.3s;
}
.cid-tgMRfN7cBr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgMRfN7cBr .navbar .navbar-logo img {
  width: auto;
}
.cid-tgMRfN7cBr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgMRfN7cBr .navbar.collapsed {
  justify-content: center;
}
.cid-tgMRfN7cBr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgMRfN7cBr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgMRfN7cBr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tgMRfN7cBr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgMRfN7cBr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgMRfN7cBr .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-tgMRfN7cBr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgMRfN7cBr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgMRfN7cBr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgMRfN7cBr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgMRfN7cBr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgMRfN7cBr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgMRfN7cBr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgMRfN7cBr .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-tgMRfN7cBr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgMRfN7cBr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgMRfN7cBr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgMRfN7cBr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgMRfN7cBr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgMRfN7cBr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgMRfN7cBr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgMRfN7cBr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgMRfN7cBr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgMRfN7cBr .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-tgMRfN7cBr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgMRfN7cBr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgMRfN7cBr .dropdown-item.active,
.cid-tgMRfN7cBr .dropdown-item:active {
  background-color: transparent;
}
.cid-tgMRfN7cBr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgMRfN7cBr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgMRfN7cBr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgMRfN7cBr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-tgMRfN7cBr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgMRfN7cBr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgMRfN7cBr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgMRfN7cBr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgMRfN7cBr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgMRfN7cBr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-tgMRfN7cBr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgMRfN7cBr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMRfN7cBr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgMRfN7cBr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgMRfN7cBr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMRfN7cBr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgMRfN7cBr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgMRfN7cBr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgMRfN7cBr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgMRfN7cBr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgMRfN7cBr .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-tgMRfN7cBr .navbar {
    height: 70px;
  }
  .cid-tgMRfN7cBr .navbar.opened {
    height: auto;
  }
  .cid-tgMRfN7cBr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgMUeGOIqG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgMUeGOIqG .mbr-section-title {
  color: #848484;
}
.cid-tgMUeGOIqG .mbr-section-subtitle {
  color: #838383;
}
.cid-tgMTIExYQP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgMTIExYQP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgMTIExYQP .row {
  flex-direction: row-reverse;
}
.cid-tgMTIExYQP img {
  width: 100%;
}
.cid-tgMTIExYQP .mbr-description {
  color: #838383;
}
.cid-tgYfHLOZdn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgYfHLOZdn .mbr-section-title {
  color: #848484;
}
.cid-tgYfHLOZdn .mbr-section-subtitle {
  color: #838383;
}
.cid-tgN1Dpok59 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN1Dpok59 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN1Dpok59 .row {
  flex-direction: row-reverse;
}
.cid-tgN1Dpok59 img {
  width: 100%;
}
.cid-tgN1Dpok59 .mbr-description {
  color: #838383;
}
.cid-tgN1Ebumd6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tgN1Ebumd6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgN1Ebumd6 .row {
  flex-direction: row-reverse;
}
.cid-tgN1Ebumd6 img {
  width: 100%;
}
.cid-tgN1Ebumd6 .mbr-description {
  color: #838383;
}
.cid-tgMRfSxzn2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-tgMRfSxzn2 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMRfSxzn2 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tgMRfSxzn2 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgMRfSxzn2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgMRfSxzn2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-tgMRfSxzn2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgMRfSxzn2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgMRfSxzn2 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgMRfSxzn2 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgMRfSxzn2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgMRfSxzn2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgMRfSxzn2 .copyright > p {
  color: #838383;
}
.cid-thUI351kGJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thUI351kGJ nav.navbar {
  position: fixed;
  border-top: solid 10px #B6B6B6;
  border-bottom: solid 1px #B6B6B6;
}
.cid-thUI351kGJ .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-thUI351kGJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thUI351kGJ .dropdown-item:hover,
.cid-thUI351kGJ .dropdown-item:focus {
  border-top: solid 1px #EAECFB;
  background: #a4a4a4 !important;
  color: #ffffff !important;
}
.cid-thUI351kGJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thUI351kGJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thUI351kGJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thUI351kGJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thUI351kGJ .nav-link {
  position: relative;
}
.cid-thUI351kGJ .container {
  display: flex;
  margin: auto;
}
.cid-thUI351kGJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thUI351kGJ .dropdown-menu,
.cid-thUI351kGJ .navbar.opened {
  background: #e7e7e7 !important;
}
.cid-thUI351kGJ .nav-item:focus,
.cid-thUI351kGJ .nav-link:focus {
  outline: none;
}
.cid-thUI351kGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thUI351kGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thUI351kGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thUI351kGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thUI351kGJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thUI351kGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thUI351kGJ .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: #e7e7e7;
}
.cid-thUI351kGJ .navbar.opened {
  transition: all 0.3s;
}
.cid-thUI351kGJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thUI351kGJ .navbar .navbar-logo img {
  width: auto;
}
.cid-thUI351kGJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thUI351kGJ .navbar.collapsed {
  justify-content: center;
}
.cid-thUI351kGJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thUI351kGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thUI351kGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thUI351kGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thUI351kGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thUI351kGJ .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-thUI351kGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thUI351kGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thUI351kGJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thUI351kGJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thUI351kGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thUI351kGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thUI351kGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thUI351kGJ .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-thUI351kGJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thUI351kGJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thUI351kGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thUI351kGJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thUI351kGJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thUI351kGJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thUI351kGJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-thUI351kGJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thUI351kGJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thUI351kGJ .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-thUI351kGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thUI351kGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thUI351kGJ .dropdown-item.active,
.cid-thUI351kGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-thUI351kGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thUI351kGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thUI351kGJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thUI351kGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7e7e7;
}
.cid-thUI351kGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thUI351kGJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thUI351kGJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thUI351kGJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thUI351kGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thUI351kGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #848484;
}
.cid-thUI351kGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thUI351kGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thUI351kGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thUI351kGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thUI351kGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thUI351kGJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thUI351kGJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thUI351kGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thUI351kGJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thUI351kGJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thUI351kGJ .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-thUI351kGJ .navbar {
    height: 70px;
  }
  .cid-thUI351kGJ .navbar.opened {
    height: auto;
  }
  .cid-thUI351kGJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ti1a8Zl0xf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ti1a8Zl0xf .mbr-section-title {
  color: #848484;
}
.cid-ti19n39sPt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ti19n39sPt .mbr-text {
  color: #838383;
}
.cid-ti1a4TLGbv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e6e6e6;
}
.cid-ti1a4TLGbv .item {
  padding-bottom: 2rem;
}
.cid-ti1a4TLGbv .item-wrapper {
  position: relative;
}
.cid-ti1a4TLGbv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ti1a4TLGbv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ti1a4TLGbv .carousel-control,
.cid-ti1a4TLGbv .close {
  background: #1b1b1b;
}
.cid-ti1a4TLGbv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ti1a4TLGbv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ti1a4TLGbv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ti1a4TLGbv .carousel-control-next span {
  margin-left: 5px;
}
.cid-ti1a4TLGbv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ti1a4TLGbv .close::before {
  content: '\e91a';
}
.cid-ti1a4TLGbv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ti1a4TLGbv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ti1a4TLGbv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti1a4TLGbv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ti1a4TLGbv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ti1a4TLGbv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ti1a4TLGbv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ti1a4TLGbv .carousel-indicators li.active,
.cid-ti1a4TLGbv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ti1a4TLGbv .carousel-indicators li::after,
.cid-ti1a4TLGbv .carousel-indicators li::before {
  content: none;
}
.cid-ti1a4TLGbv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ti1a4TLGbv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ti1a4TLGbv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ti1a4TLGbv .carousel-indicators {
    display: none;
  }
}
.cid-ti1a4TLGbv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ti1a4TLGbv .carousel-inner > .active {
  display: block;
}
.cid-ti1a4TLGbv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti1a4TLGbv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ti1a4TLGbv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ti1a4TLGbv .carousel-control,
  .cid-ti1a4TLGbv .carousel-indicators,
  .cid-ti1a4TLGbv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ti1a4TLGbv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ti1a4TLGbv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ti1a4TLGbv .carousel-indicators .active,
.cid-ti1a4TLGbv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ti1a4TLGbv .carousel-indicators .active {
  background: #fff;
}
.cid-ti1a4TLGbv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ti1a4TLGbv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ti1a4TLGbv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ti1a4TLGbv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ti1a4TLGbv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ti1a4TLGbv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ti1a4TLGbv .carousel {
  width: 100%;
}
.cid-ti1a4TLGbv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ti1a4TLGbv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ti1a4TLGbv .modal.fade .modal-dialog,
.cid-ti1a4TLGbv .modal.in .modal-dialog {
  transform: none;
}
.cid-ti1a4TLGbv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ti1a4TLGbv H6 {
  text-align: center;
}
.cid-thUI3dy10S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-thUI3dy10S .mbr-text {
  color: #838383;
}
.cid-thUI3aKFDZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thUI3aKFDZ .item {
  padding-bottom: 2rem;
}
.cid-thUI3aKFDZ .item-wrapper {
  position: relative;
}
.cid-thUI3aKFDZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-thUI3aKFDZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thUI3aKFDZ .carousel-control,
.cid-thUI3aKFDZ .close {
  background: #1b1b1b;
}
.cid-thUI3aKFDZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thUI3aKFDZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thUI3aKFDZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thUI3aKFDZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-thUI3aKFDZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thUI3aKFDZ .close::before {
  content: '\e91a';
}
.cid-thUI3aKFDZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thUI3aKFDZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-thUI3aKFDZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thUI3aKFDZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thUI3aKFDZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thUI3aKFDZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thUI3aKFDZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thUI3aKFDZ .carousel-indicators li.active,
.cid-thUI3aKFDZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thUI3aKFDZ .carousel-indicators li::after,
.cid-thUI3aKFDZ .carousel-indicators li::before {
  content: none;
}
.cid-thUI3aKFDZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thUI3aKFDZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thUI3aKFDZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thUI3aKFDZ .carousel-indicators {
    display: none;
  }
}
.cid-thUI3aKFDZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thUI3aKFDZ .carousel-inner > .active {
  display: block;
}
.cid-thUI3aKFDZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thUI3aKFDZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thUI3aKFDZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thUI3aKFDZ .carousel-control,
  .cid-thUI3aKFDZ .carousel-indicators,
  .cid-thUI3aKFDZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thUI3aKFDZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thUI3aKFDZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thUI3aKFDZ .carousel-indicators .active,
.cid-thUI3aKFDZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thUI3aKFDZ .carousel-indicators .active {
  background: #fff;
}
.cid-thUI3aKFDZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thUI3aKFDZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thUI3aKFDZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thUI3aKFDZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thUI3aKFDZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thUI3aKFDZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thUI3aKFDZ .carousel {
  width: 100%;
}
.cid-thUI3aKFDZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thUI3aKFDZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thUI3aKFDZ .modal.fade .modal-dialog,
.cid-thUI3aKFDZ .modal.in .modal-dialog {
  transform: none;
}
.cid-thUI3aKFDZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thUI3aKFDZ H6 {
  text-align: center;
}
.cid-thUI3exQvO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
  border-top: 1px solid #afafaf;
}
@media (max-width: 767px) {
  .cid-thUI3exQvO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thUI3exQvO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-thUI3exQvO .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-thUI3exQvO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thUI3exQvO .footer-lower hr {
  margin: 1rem 0;
  border-color: #B6B6B6;
}
.cid-thUI3exQvO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thUI3exQvO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-thUI3exQvO .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-thUI3exQvO .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-thUI3exQvO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thUI3exQvO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thUI3exQvO .copyright > p {
  color: #838383;
}
