body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d2ae37 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d2ae37 !important;
  border-color: #d2ae37 !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: #927721 !important;
  border-color: #927721 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #927721 !important;
  border-color: #927721 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !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: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !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: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !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: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2ae37;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #927721 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d2ae37 !important;
  border-color: #d2ae37 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #d2ae37 !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #856d1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d2ae37;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d2ae37;
  border-color: #d2ae37;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d2ae37;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7f1de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #d2ae37 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #d2ae37;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d2ae37;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d2ae37;
}
.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: #d2ae37;
  border-bottom-color: #d2ae37;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d2ae37 !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: #c69453 !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='%23d2ae37' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-t34XWEjTd7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t34XWEjTd7 nav.navbar {
  position: fixed;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t34XWEjTd7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t34XWEjTd7 .dropdown-item:hover,
.cid-t34XWEjTd7 .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t34XWEjTd7 .dropdown-item:hover span {
  color: white;
}
.cid-t34XWEjTd7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t34XWEjTd7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t34XWEjTd7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t34XWEjTd7 .nav-link {
  position: relative;
}
.cid-t34XWEjTd7 .container {
  display: flex;
  margin: auto;
}
.cid-t34XWEjTd7 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown-menu,
.cid-t34XWEjTd7 .navbar.opened {
  background: #ffffff !important;
}
.cid-t34XWEjTd7 .nav-item:focus,
.cid-t34XWEjTd7 .nav-link:focus {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t34XWEjTd7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t34XWEjTd7 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t34XWEjTd7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t34XWEjTd7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t34XWEjTd7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t34XWEjTd7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t34XWEjTd7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t34XWEjTd7 .navbar.collapsed {
  justify-content: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t34XWEjTd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t34XWEjTd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t34XWEjTd7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t34XWEjTd7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t34XWEjTd7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t34XWEjTd7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t34XWEjTd7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 50px !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t34XWEjTd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown-item.active,
.cid-t34XWEjTd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t34XWEjTd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t34XWEjTd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t34XWEjTd7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t34XWEjTd7 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t34XWEjTd7 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t34XWEjTd7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t34XWEjTd7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar {
    height: 100px;
  }
  .cid-t34XWEjTd7 .navbar.opened {
    height: auto;
  }
  .cid-t34XWEjTd7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t34XWEjTd7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t34XWEjTd7 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t34XWEjTd7 .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t34ZmLeQqj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-t34ZmLeQqj .content__block {
  padding: 50px 15px;
}
.cid-t34ZmLeQqj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d2ae37;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t34ZmLeQqj .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-t34ZmLeQqj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-t34ZmLeQqj .image {
  perspective: 3500px;
  position: relative;
}
.cid-t34ZmLeQqj .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-t34ZmLeQqj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t34ZmLeQqj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t34ZmLeQqj .mbr-section-btn .btn-white-outline:hover {
  color: #d2ae37 !important;
}
@media (max-width: 991px) {
  .cid-t34ZmLeQqj .content__block {
    padding: 30px 15px;
  }
  .cid-t34ZmLeQqj .mbr-figure {
    padding: 0;
  }
  .cid-t34ZmLeQqj .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t34ZmLeQqj .lg-push {
    right: 13%;
  }
  .cid-t34ZmLeQqj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t34ZmLeQqj .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-t34ZmLeQqj .lg-push {
    left: 13%;
  }
  .cid-t34ZmLeQqj .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-t34ZmLeQqj .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t354b6xmCp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t354b6xmCp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t354b6xmCp .card-title {
  margin-bottom: 26px;
  color: #c69453;
}
.cid-t354b6xmCp .mbr-text {
  margin-bottom: 30px;
}
.cid-t354b6xmCp .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(210, 174, 55, 0.4);
  background-image: linear-gradient(125deg, #d2ae37 0%, #e5d08a 100%);
}
.cid-t354b6xmCp .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-t354b6xmCp .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-t354b6xmCp .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t354b6xmCp .btn_link:hover {
  cursor: pointer;
}
.cid-t354b6xmCp .btn_link:hover a {
  color: #d2ae37 !important;
}
.cid-t354b6xmCp .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-t354b6xmCp .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t354b6xmCp .text-wrapper {
    text-align: center;
  }
  .cid-t354b6xmCp .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t354b6xmCp .mbr-text {
    margin-bottom: 20px;
  }
  .cid-t354b6xmCp .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
.cid-t34XWEjTd7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t34XWEjTd7 nav.navbar {
  position: fixed;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t34XWEjTd7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t34XWEjTd7 .dropdown-item:hover,
.cid-t34XWEjTd7 .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t34XWEjTd7 .dropdown-item:hover span {
  color: white;
}
.cid-t34XWEjTd7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t34XWEjTd7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t34XWEjTd7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t34XWEjTd7 .nav-link {
  position: relative;
}
.cid-t34XWEjTd7 .container {
  display: flex;
  margin: auto;
}
.cid-t34XWEjTd7 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown-menu,
.cid-t34XWEjTd7 .navbar.opened {
  background: #ffffff !important;
}
.cid-t34XWEjTd7 .nav-item:focus,
.cid-t34XWEjTd7 .nav-link:focus {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t34XWEjTd7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t34XWEjTd7 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t34XWEjTd7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t34XWEjTd7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t34XWEjTd7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t34XWEjTd7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t34XWEjTd7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t34XWEjTd7 .navbar.collapsed {
  justify-content: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t34XWEjTd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t34XWEjTd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t34XWEjTd7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t34XWEjTd7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t34XWEjTd7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t34XWEjTd7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t34XWEjTd7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 50px !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t34XWEjTd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown-item.active,
.cid-t34XWEjTd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t34XWEjTd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t34XWEjTd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t34XWEjTd7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t34XWEjTd7 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t34XWEjTd7 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t34XWEjTd7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t34XWEjTd7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar {
    height: 100px;
  }
  .cid-t34XWEjTd7 .navbar.opened {
    height: auto;
  }
  .cid-t34XWEjTd7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t34XWEjTd7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t34XWEjTd7 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t34XWEjTd7 .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t358jKLEBa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
@media (min-width: 992px) {
  .cid-t358jKLEBa .carousel {
    min-height: 500px;
  }
  .cid-t358jKLEBa .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
  .cid-t358jKLEBa .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t358jKLEBa .carousel {
    min-height: 325px;
  }
  .cid-t358jKLEBa .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t358jKLEBa .carousel {
    min-height: 275px;
  }
  .cid-t358jKLEBa .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t358jKLEBa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t358jKLEBa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t358jKLEBa .carousel,
.cid-t358jKLEBa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t358jKLEBa .carousel-caption {
  position: static;
  bottom: 40px;
}
.cid-t358jKLEBa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t358jKLEBa .mobi-mbri-arrow-next:hover {
  color: #d2ae37;
}
.cid-t358jKLEBa .mobi-mbri-arrow-prev:hover {
  color: #d2ae37;
}
.cid-t358jKLEBa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t358jKLEBa .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
  color: #000000;
}
.cid-t358jKLEBa .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-t358jKLEBa .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t358jKLEBa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t358jKLEBa .left-side {
  text-align: left;
}
.cid-t358jKLEBa .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-t358jKLEBa .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-t358jKLEBa .carousel-control.carousel-control-next {
    right: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-t358jKLEBa .carousel-control.carousel-control-prev {
    left: -50px;
    bottom: 100px;
    display: none;
  }
  .cid-t358jKLEBa .right-side {
    display: none;
  }
  .cid-t358jKLEBa .carousel {
    margin-top: 25px;
  }
}
.cid-t358jKLEBa .button-align {
  width: 100%;
}
.cid-t358jKLEBa .carousel-fade .active.carousel-item-left,
.cid-t358jKLEBa .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-t358jKLEBa .carousel-fade .carousel-item-left.carousel-item-next,
.cid-t358jKLEBa .carousel-fade .carousel-item-right.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-t358jKLEBa .mbr-section-subtitle {
  font-style: italic;
}
.cid-t358jKLEBa .mbr-section-title {
  color: #d2ae37;
}
.cid-t358jKLEBa .mbr-section-subtitle,
.cid-t358jKLEBa .button-align {
  color: #232323;
}
.cid-t35aD2wtL1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35aD2wtL1 .mbr-section-title {
  color: #2e6b75;
}
.cid-t35aD2wtL1 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t3RpTLCybS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d2ae37;
}
.cid-t3RpTLCybS .title {
  min-height: 44px;
}
.cid-t3RpTLCybS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
.cid-t34XWEjTd7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t34XWEjTd7 nav.navbar {
  position: fixed;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t34XWEjTd7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t34XWEjTd7 .dropdown-item:hover,
.cid-t34XWEjTd7 .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t34XWEjTd7 .dropdown-item:hover span {
  color: white;
}
.cid-t34XWEjTd7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t34XWEjTd7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t34XWEjTd7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t34XWEjTd7 .nav-link {
  position: relative;
}
.cid-t34XWEjTd7 .container {
  display: flex;
  margin: auto;
}
.cid-t34XWEjTd7 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown-menu,
.cid-t34XWEjTd7 .navbar.opened {
  background: #ffffff !important;
}
.cid-t34XWEjTd7 .nav-item:focus,
.cid-t34XWEjTd7 .nav-link:focus {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t34XWEjTd7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t34XWEjTd7 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t34XWEjTd7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t34XWEjTd7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t34XWEjTd7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t34XWEjTd7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t34XWEjTd7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t34XWEjTd7 .navbar.collapsed {
  justify-content: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t34XWEjTd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t34XWEjTd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t34XWEjTd7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t34XWEjTd7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t34XWEjTd7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t34XWEjTd7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t34XWEjTd7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 50px !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t34XWEjTd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown-item.active,
.cid-t34XWEjTd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t34XWEjTd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t34XWEjTd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t34XWEjTd7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t34XWEjTd7 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t34XWEjTd7 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t34XWEjTd7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t34XWEjTd7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar {
    height: 100px;
  }
  .cid-t34XWEjTd7 .navbar.opened {
    height: auto;
  }
  .cid-t34XWEjTd7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t34XWEjTd7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t34XWEjTd7 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t34XWEjTd7 .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t35iyy8ANc {
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-t35iyy8ANc .animated-element {
  color: #191f23;
}
.cid-t35iyy8ANc .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #191f23;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t35iyy8ANc .typed-text {
  margin-bottom: 30px;
  color: #d2ae37;
}
.cid-t35iyy8ANc .mbr-section-text {
  margin-bottom: 1.125rem;
}
.cid-t35iyy8ANc .mbr-section-text,
.cid-t35iyy8ANc .mbr-section-btn {
  color: #4c4a4b;
}
.cid-t35iyy8ANc .typed-text .typed-text {
  color: #ef8e81;
}
.cid-t35qM7tbEU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-t35qM7tbEU .mbr-overlay {
  z-index: 1;
}
.cid-t35qM7tbEU .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-t35qM7tbEU .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t35qM7tbEU .content {
    max-width: 975px;
  }
}
.cid-t35qM7tbEU .text-with-round,
.cid-t35qM7tbEU .mbr-section-title {
  width: 100%;
}
.cid-t35qM7tbEU .mbr-section-title {
  margin-bottom: 25px;
}
.cid-t35qM7tbEU .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-t35qM7tbEU .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-t35qM7tbEU .form-name-email-container {
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t35qM7tbEU .form-name-email-container {
    flex-wrap: wrap;
  }
}
.cid-t35qM7tbEU .form-name {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-t35qM7tbEU .form-name {
    width: 100%;
    padding: 0;
  }
}
.cid-t35qM7tbEU .form-email {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-t35qM7tbEU .form-email {
    width: 100%;
    padding: 0;
  }
}
.cid-t35qM7tbEU .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-t35qM7tbEU form .row {
  margin: 0;
  border: none !important;
}
.cid-t35qM7tbEU form .form-group {
  flex-grow: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .cid-t35qM7tbEU form .form-group {
    width: 100%;
  }
}
.cid-t35qM7tbEU form .form-group input,
.cid-t35qM7tbEU form .form-group textarea {
  padding: 5px 4px 0;
  border-radius: 0;
  border: none !important;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #7f8678 !important;
  min-height: auto;
  font-size: 1rem;
  color: #3d3d3d;
}
.cid-t35qM7tbEU form .form-group input:hover,
.cid-t35qM7tbEU form .form-group textarea:hover,
.cid-t35qM7tbEU form .form-group input :focus,
.cid-t35qM7tbEU form .form-group textarea :focus,
.cid-t35qM7tbEU form .form-group input :active,
.cid-t35qM7tbEU form .form-group textarea :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-t35qM7tbEU form .form-message {
  margin-bottom: 0 !important;
}
.cid-t35qM7tbEU form .form-message textarea {
  min-height: 100px;
  resize: none;
}
.cid-t35qM7tbEU form .mbr-section-btn {
  width: auto;
  padding: 0;
  height: auto;
}
.cid-t35qM7tbEU form .mbr-section-btn .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
  transition: 1s;
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
.cid-t34XWEjTd7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t34XWEjTd7 nav.navbar {
  position: fixed;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t34XWEjTd7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t34XWEjTd7 .dropdown-item:hover,
.cid-t34XWEjTd7 .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t34XWEjTd7 .dropdown-item:hover span {
  color: white;
}
.cid-t34XWEjTd7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t34XWEjTd7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t34XWEjTd7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t34XWEjTd7 .nav-link {
  position: relative;
}
.cid-t34XWEjTd7 .container {
  display: flex;
  margin: auto;
}
.cid-t34XWEjTd7 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown-menu,
.cid-t34XWEjTd7 .navbar.opened {
  background: #ffffff !important;
}
.cid-t34XWEjTd7 .nav-item:focus,
.cid-t34XWEjTd7 .nav-link:focus {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t34XWEjTd7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t34XWEjTd7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t34XWEjTd7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t34XWEjTd7 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t34XWEjTd7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t34XWEjTd7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t34XWEjTd7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t34XWEjTd7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t34XWEjTd7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t34XWEjTd7 .navbar.collapsed {
  justify-content: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t34XWEjTd7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t34XWEjTd7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t34XWEjTd7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t34XWEjTd7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t34XWEjTd7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t34XWEjTd7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t34XWEjTd7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t34XWEjTd7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t34XWEjTd7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t34XWEjTd7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t34XWEjTd7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t34XWEjTd7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t34XWEjTd7 .navbar {
    padding: 0 50px !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t34XWEjTd7 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t34XWEjTd7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t34XWEjTd7 .dropdown-item.active,
.cid-t34XWEjTd7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t34XWEjTd7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t34XWEjTd7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t34XWEjTd7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t34XWEjTd7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t34XWEjTd7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t34XWEjTd7 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t34XWEjTd7 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t34XWEjTd7 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t34XWEjTd7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t34XWEjTd7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t34XWEjTd7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t34XWEjTd7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t34XWEjTd7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t34XWEjTd7 .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-t34XWEjTd7 .navbar {
    height: 100px;
  }
  .cid-t34XWEjTd7 .navbar.opened {
    height: auto;
  }
  .cid-t34XWEjTd7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t34XWEjTd7 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t34XWEjTd7 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t34XWEjTd7 .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t35esbW36S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.svg");
}
@media (min-width: 768px) {
  .cid-t35esbW36S .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-t35esbW36S .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-t35esbW36S .container {
  max-width: 1312px;
}
.cid-t35esbW36S .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-t35esbW36S .mbr-section-title {
  color: #002549;
}
.cid-t35esbW36S .mbr-section-title,
.cid-t35esbW36S .mbr-section-btn {
  text-align: left;
}
.cid-t35eNuiQfF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35eNuiQfF .mbr-section-title {
  color: #2e6b75;
}
.cid-t35eNuiQfF .mbr-section-subtitle {
  color: #000000;
}
.cid-t35fzdEZ2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d2ae37;
}
.cid-t35fzdEZ2k .title {
  min-height: 44px;
}
.cid-t35fzdEZ2k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t35fQljdTj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35fQljdTj .mbr-section-title {
  color: #2e6b75;
}
.cid-t35fQljdTj .mbr-section-subtitle {
  color: #000000;
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
.cid-t35eca73e6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t35eca73e6 nav.navbar {
  position: fixed;
}
.cid-t35eca73e6 .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-t35eca73e6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t35eca73e6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t35eca73e6 .dropdown-item:hover,
.cid-t35eca73e6 .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t35eca73e6 .dropdown-item:hover span {
  color: white;
}
.cid-t35eca73e6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t35eca73e6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t35eca73e6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t35eca73e6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t35eca73e6 .nav-link {
  position: relative;
}
.cid-t35eca73e6 .container {
  display: flex;
  margin: auto;
}
.cid-t35eca73e6 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t35eca73e6 .dropdown-menu,
.cid-t35eca73e6 .navbar.opened {
  background: #ffffff !important;
}
.cid-t35eca73e6 .nav-item:focus,
.cid-t35eca73e6 .nav-link:focus {
  outline: none;
}
.cid-t35eca73e6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t35eca73e6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t35eca73e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t35eca73e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t35eca73e6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t35eca73e6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t35eca73e6 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t35eca73e6 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t35eca73e6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t35eca73e6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t35eca73e6 .navbar.opened {
  transition: all 0.3s;
}
.cid-t35eca73e6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t35eca73e6 .navbar .navbar-logo img {
  width: auto;
}
.cid-t35eca73e6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t35eca73e6 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t35eca73e6 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t35eca73e6 .navbar.collapsed {
  justify-content: center;
}
.cid-t35eca73e6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t35eca73e6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t35eca73e6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t35eca73e6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t35eca73e6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t35eca73e6 .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-t35eca73e6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t35eca73e6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t35eca73e6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t35eca73e6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t35eca73e6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t35eca73e6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t35eca73e6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t35eca73e6 .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-t35eca73e6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t35eca73e6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t35eca73e6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t35eca73e6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t35eca73e6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t35eca73e6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t35eca73e6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t35eca73e6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t35eca73e6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t35eca73e6 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t35eca73e6 .navbar {
    padding: 0 50px !important;
  }
}
.cid-t35eca73e6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t35eca73e6 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t35eca73e6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t35eca73e6 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t35eca73e6 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t35eca73e6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t35eca73e6 .dropdown-item.active,
.cid-t35eca73e6 .dropdown-item:active {
  background-color: transparent;
}
.cid-t35eca73e6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t35eca73e6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t35eca73e6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t35eca73e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t35eca73e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t35eca73e6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t35eca73e6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t35eca73e6 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t35eca73e6 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t35eca73e6 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t35eca73e6 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t35eca73e6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t35eca73e6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t35eca73e6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t35eca73e6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t35eca73e6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t35eca73e6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t35eca73e6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t35eca73e6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t35eca73e6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t35eca73e6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t35eca73e6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t35eca73e6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t35eca73e6 .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-t35eca73e6 .navbar {
    height: 100px;
  }
  .cid-t35eca73e6 .navbar.opened {
    height: auto;
  }
  .cid-t35eca73e6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t35eca73e6 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t35eca73e6 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t35eca73e6 .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t35fYV8REb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.svg");
}
@media (min-width: 768px) {
  .cid-t35fYV8REb .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-t35fYV8REb .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-t35fYV8REb .container {
  max-width: 1312px;
}
.cid-t35fYV8REb .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-t35fYV8REb .mbr-section-title {
  color: #002549;
}
.cid-t35fYV8REb .mbr-section-title,
.cid-t35fYV8REb .mbr-section-btn {
  text-align: left;
}
.cid-t35g9uh2zB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35g9uh2zB .mbr-section-title {
  color: #2e6b75;
}
.cid-t35g9uh2zB .mbr-section-subtitle {
  color: #000000;
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
.cid-t35eeKVjc8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t35eeKVjc8 nav.navbar {
  position: fixed;
}
.cid-t35eeKVjc8 .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-t35eeKVjc8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t35eeKVjc8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t35eeKVjc8 .dropdown-item:hover,
.cid-t35eeKVjc8 .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t35eeKVjc8 .dropdown-item:hover span {
  color: white;
}
.cid-t35eeKVjc8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t35eeKVjc8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t35eeKVjc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t35eeKVjc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t35eeKVjc8 .nav-link {
  position: relative;
}
.cid-t35eeKVjc8 .container {
  display: flex;
  margin: auto;
}
.cid-t35eeKVjc8 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t35eeKVjc8 .dropdown-menu,
.cid-t35eeKVjc8 .navbar.opened {
  background: #ffffff !important;
}
.cid-t35eeKVjc8 .nav-item:focus,
.cid-t35eeKVjc8 .nav-link:focus {
  outline: none;
}
.cid-t35eeKVjc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t35eeKVjc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t35eeKVjc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t35eeKVjc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t35eeKVjc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t35eeKVjc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t35eeKVjc8 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t35eeKVjc8 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t35eeKVjc8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t35eeKVjc8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t35eeKVjc8 .navbar.opened {
  transition: all 0.3s;
}
.cid-t35eeKVjc8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t35eeKVjc8 .navbar .navbar-logo img {
  width: auto;
}
.cid-t35eeKVjc8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t35eeKVjc8 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t35eeKVjc8 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t35eeKVjc8 .navbar.collapsed {
  justify-content: center;
}
.cid-t35eeKVjc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t35eeKVjc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t35eeKVjc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t35eeKVjc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t35eeKVjc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t35eeKVjc8 .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-t35eeKVjc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t35eeKVjc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t35eeKVjc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t35eeKVjc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t35eeKVjc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t35eeKVjc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t35eeKVjc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t35eeKVjc8 .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-t35eeKVjc8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t35eeKVjc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t35eeKVjc8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t35eeKVjc8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t35eeKVjc8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t35eeKVjc8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t35eeKVjc8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t35eeKVjc8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t35eeKVjc8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t35eeKVjc8 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t35eeKVjc8 .navbar {
    padding: 0 50px !important;
  }
}
.cid-t35eeKVjc8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t35eeKVjc8 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t35eeKVjc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t35eeKVjc8 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t35eeKVjc8 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t35eeKVjc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t35eeKVjc8 .dropdown-item.active,
.cid-t35eeKVjc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t35eeKVjc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t35eeKVjc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t35eeKVjc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t35eeKVjc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t35eeKVjc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t35eeKVjc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t35eeKVjc8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t35eeKVjc8 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t35eeKVjc8 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t35eeKVjc8 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t35eeKVjc8 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t35eeKVjc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t35eeKVjc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t35eeKVjc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t35eeKVjc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t35eeKVjc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t35eeKVjc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t35eeKVjc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t35eeKVjc8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t35eeKVjc8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t35eeKVjc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t35eeKVjc8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t35eeKVjc8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t35eeKVjc8 .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-t35eeKVjc8 .navbar {
    height: 100px;
  }
  .cid-t35eeKVjc8 .navbar.opened {
    height: auto;
  }
  .cid-t35eeKVjc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t35eeKVjc8 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t35eeKVjc8 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t35eeKVjc8 .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t35gmgQnY2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.svg");
}
@media (min-width: 768px) {
  .cid-t35gmgQnY2 .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-t35gmgQnY2 .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-t35gmgQnY2 .container {
  max-width: 1312px;
}
.cid-t35gmgQnY2 .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-t35gmgQnY2 .mbr-section-title {
  color: #002549;
}
.cid-t35gmgQnY2 .mbr-section-title,
.cid-t35gmgQnY2 .mbr-section-btn {
  text-align: left;
}
.cid-t35gqZXRXC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35gqZXRXC .mbr-section-title {
  color: #2e6b75;
}
.cid-t35gqZXRXC .mbr-section-subtitle {
  color: #000000;
}
.cid-t3Rr3fdY5x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d2ae37;
}
.cid-t3Rr3fdY5x .title {
  min-height: 44px;
}
.cid-t3Rr3fdY5x .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
.cid-t35ei2PeQU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t35ei2PeQU nav.navbar {
  position: fixed;
}
.cid-t35ei2PeQU .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-t35ei2PeQU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t35ei2PeQU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t35ei2PeQU .dropdown-item:hover,
.cid-t35ei2PeQU .dropdown-item:focus {
  background: #d2ae37 !important;
  color: white !important;
}
.cid-t35ei2PeQU .dropdown-item:hover span {
  color: white;
}
.cid-t35ei2PeQU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t35ei2PeQU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t35ei2PeQU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t35ei2PeQU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t35ei2PeQU .nav-link {
  position: relative;
}
.cid-t35ei2PeQU .container {
  display: flex;
  margin: auto;
}
.cid-t35ei2PeQU .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t35ei2PeQU .dropdown-menu,
.cid-t35ei2PeQU .navbar.opened {
  background: #ffffff !important;
}
.cid-t35ei2PeQU .nav-item:focus,
.cid-t35ei2PeQU .nav-link:focus {
  outline: none;
}
.cid-t35ei2PeQU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t35ei2PeQU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t35ei2PeQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t35ei2PeQU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t35ei2PeQU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t35ei2PeQU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t35ei2PeQU .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t35ei2PeQU .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t35ei2PeQU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t35ei2PeQU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-t35ei2PeQU .navbar.opened {
  transition: all 0.3s;
}
.cid-t35ei2PeQU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t35ei2PeQU .navbar .navbar-logo img {
  width: auto;
}
.cid-t35ei2PeQU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t35ei2PeQU .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t35ei2PeQU .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t35ei2PeQU .navbar.collapsed {
  justify-content: center;
}
.cid-t35ei2PeQU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t35ei2PeQU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t35ei2PeQU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-t35ei2PeQU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t35ei2PeQU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t35ei2PeQU .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-t35ei2PeQU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t35ei2PeQU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t35ei2PeQU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t35ei2PeQU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t35ei2PeQU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t35ei2PeQU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t35ei2PeQU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t35ei2PeQU .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-t35ei2PeQU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t35ei2PeQU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t35ei2PeQU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t35ei2PeQU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t35ei2PeQU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t35ei2PeQU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t35ei2PeQU .navbar.navbar-short {
  min-height: 60px;
}
.cid-t35ei2PeQU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t35ei2PeQU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t35ei2PeQU .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t35ei2PeQU .navbar {
    padding: 0 50px !important;
  }
}
.cid-t35ei2PeQU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t35ei2PeQU .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t35ei2PeQU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t35ei2PeQU .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t35ei2PeQU .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-t35ei2PeQU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t35ei2PeQU .dropdown-item.active,
.cid-t35ei2PeQU .dropdown-item:active {
  background-color: transparent;
}
.cid-t35ei2PeQU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t35ei2PeQU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t35ei2PeQU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t35ei2PeQU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t35ei2PeQU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t35ei2PeQU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t35ei2PeQU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t35ei2PeQU ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t35ei2PeQU .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t35ei2PeQU .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t35ei2PeQU .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t35ei2PeQU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t35ei2PeQU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #d2ae37;
}
.cid-t35ei2PeQU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t35ei2PeQU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t35ei2PeQU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t35ei2PeQU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t35ei2PeQU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t35ei2PeQU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t35ei2PeQU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t35ei2PeQU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t35ei2PeQU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t35ei2PeQU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t35ei2PeQU .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-t35ei2PeQU .navbar {
    height: 100px;
  }
  .cid-t35ei2PeQU .navbar.opened {
    height: auto;
  }
  .cid-t35ei2PeQU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t35ei2PeQU .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t35ei2PeQU .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t35ei2PeQU .nav-link:before {
  content: '';
  position: absolute;
  color: #d2ae37;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t35gvNLrPu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.svg");
}
@media (min-width: 768px) {
  .cid-t35gvNLrPu .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-t35gvNLrPu .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-t35gvNLrPu .container {
  max-width: 1312px;
}
.cid-t35gvNLrPu .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-t35gvNLrPu .mbr-section-title {
  color: #002549;
}
.cid-t35gvNLrPu .mbr-section-title,
.cid-t35gvNLrPu .mbr-section-btn {
  text-align: left;
}
.cid-t35gyvNJia {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35gyvNJia .mbr-section-title {
  color: #2e6b75;
}
.cid-t35gyvNJia .mbr-section-subtitle {
  color: #000000;
}
.cid-t35gUxj7l5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d2ae37;
}
.cid-t35gUxj7l5 .title {
  min-height: 44px;
}
.cid-t35gUxj7l5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t35h1qxg9h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t35h1qxg9h .mbr-section-title {
  color: #2e6b75;
}
.cid-t35h1qxg9h .mbr-section-subtitle {
  color: #000000;
}
.cid-t35hlxZXH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d2ae37;
}
.cid-t35hlxZXH9 .title {
  min-height: 44px;
}
.cid-t35hlxZXH9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t35qYesgaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t35qYesgaP .media-container-row .mbr-text {
  color: #000000;
}
