.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #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: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-twvejUurjM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twvejUurjM nav.navbar {
  position: fixed;
}
.cid-twvejUurjM .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-twvejUurjM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twvejUurjM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twvejUurjM .dropdown-item:hover,
.cid-twvejUurjM .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twvejUurjM .dropdown-item:hover span {
  color: white;
}
.cid-twvejUurjM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twvejUurjM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twvejUurjM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twvejUurjM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twvejUurjM .nav-link {
  position: relative;
}
.cid-twvejUurjM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twvejUurjM .container {
    flex-wrap: wrap;
  }
}
.cid-twvejUurjM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twvejUurjM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twvejUurjM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twvejUurjM .dropdown-menu,
.cid-twvejUurjM .navbar.opened {
  background: #ffffff !important;
}
.cid-twvejUurjM .nav-item:focus,
.cid-twvejUurjM .nav-link:focus {
  outline: none;
}
.cid-twvejUurjM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twvejUurjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twvejUurjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twvejUurjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twvejUurjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twvejUurjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twvejUurjM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twvejUurjM .navbar.opened {
  transition: all 0.3s;
}
.cid-twvejUurjM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twvejUurjM .navbar .navbar-logo img {
  width: auto;
}
.cid-twvejUurjM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twvejUurjM .navbar.collapsed {
  justify-content: center;
}
.cid-twvejUurjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twvejUurjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twvejUurjM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twvejUurjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twvejUurjM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twvejUurjM .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-twvejUurjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twvejUurjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twvejUurjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twvejUurjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twvejUurjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twvejUurjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twvejUurjM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twvejUurjM .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-twvejUurjM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twvejUurjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twvejUurjM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twvejUurjM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twvejUurjM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twvejUurjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twvejUurjM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twvejUurjM .navbar.navbar-short {
  min-height: 60px;
}
.cid-twvejUurjM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twvejUurjM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twvejUurjM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twvejUurjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twvejUurjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twvejUurjM .dropdown-item.active,
.cid-twvejUurjM .dropdown-item:active {
  background-color: transparent;
}
.cid-twvejUurjM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twvejUurjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twvejUurjM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twvejUurjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twvejUurjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twvejUurjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twvejUurjM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twvejUurjM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twvejUurjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twvejUurjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twvejUurjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twvejUurjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twvejUurjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twvejUurjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twvejUurjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twvejUurjM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twvejUurjM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twvejUurjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twvejUurjM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twvejUurjM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twvejUurjM .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-twvejUurjM .navbar {
    height: 70px;
  }
  .cid-twvejUurjM .navbar.opened {
    height: auto;
  }
  .cid-twvejUurjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twA5m1bzlS .modal-body .close {
  background: #1b1b1b;
}
.cid-twA5m1bzlS .modal-body .close span {
  font-style: normal;
}
.cid-twA5m1bzlS .carousel-inner > .active,
.cid-twA5m1bzlS .carousel-inner > .next,
.cid-twA5m1bzlS .carousel-inner > .prev {
  display: table;
}
.cid-twA5m1bzlS .carousel-control .icon-next,
.cid-twA5m1bzlS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-twA5m1bzlS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twA5m1bzlS .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twA5m1bzlS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-twA5m1bzlS .boxed-slider > div {
  position: relative;
}
.cid-twA5m1bzlS .container img {
  width: 100%;
}
.cid-twA5m1bzlS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-twA5m1bzlS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twA5m1bzlS .mbr-table-cell {
  padding: 0;
}
.cid-twA5m1bzlS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-twA5m1bzlS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twA5m1bzlS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twA5m1bzlS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-twA5m1bzlS .carousel-item .container {
    width: 100%;
  }
}
.cid-twA5m1bzlS .carousel-item-next.carousel-item-left,
.cid-twA5m1bzlS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-twA5m1bzlS .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-twA5m1bzlS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twA5m1bzlS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twA5m1bzlS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-twA5m1bzlS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twA5m1bzlS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-twA5m1bzlS .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-twA5m1bzlS .mbr-slider .carousel-indicators li.active,
.cid-twA5m1bzlS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-twA5m1bzlS .mbr-slider .carousel-indicators li::after,
.cid-twA5m1bzlS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-twA5m1bzlS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-twA5m1bzlS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-twA5m1bzlS .mbr-slider > .container img {
  width: 100%;
}
.cid-twA5m1bzlS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twA5m1bzlS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-twA5m1bzlS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twA5m1bzlS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twA5m1bzlS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-twA5m1bzlS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-twA5m1bzlS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-twA5m1bzlS .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-twA5m1bzlS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-twA5m1bzlS .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twA5m1bzlS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-twA5m1bzlS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-twA5m1bzlS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-twviVfV5iE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-twviVfV5iE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-twviVfV5iE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-twviVfV5iE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-twviVfV5iE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-twviVfV5iE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-twviVfV5iE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-twviVfV5iE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-twviVfV5iE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-twviVfV5iE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twviVfV5iE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-twviVfV5iE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twviVfV5iE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twviVfV5iE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-twviVfV5iE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-twxRAfmdC0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twxRAfmdC0 nav.navbar {
  position: fixed;
}
.cid-twxRAfmdC0 .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-twxRAfmdC0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twxRAfmdC0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twxRAfmdC0 .dropdown-item:hover,
.cid-twxRAfmdC0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twxRAfmdC0 .dropdown-item:hover span {
  color: white;
}
.cid-twxRAfmdC0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twxRAfmdC0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twxRAfmdC0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twxRAfmdC0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twxRAfmdC0 .nav-link {
  position: relative;
}
.cid-twxRAfmdC0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twxRAfmdC0 .container {
    flex-wrap: wrap;
  }
}
.cid-twxRAfmdC0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twxRAfmdC0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twxRAfmdC0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twxRAfmdC0 .dropdown-menu,
.cid-twxRAfmdC0 .navbar.opened {
  background: #ffffff !important;
}
.cid-twxRAfmdC0 .nav-item:focus,
.cid-twxRAfmdC0 .nav-link:focus {
  outline: none;
}
.cid-twxRAfmdC0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twxRAfmdC0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twxRAfmdC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twxRAfmdC0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twxRAfmdC0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twxRAfmdC0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twxRAfmdC0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twxRAfmdC0 .navbar.opened {
  transition: all 0.3s;
}
.cid-twxRAfmdC0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twxRAfmdC0 .navbar .navbar-logo img {
  width: auto;
}
.cid-twxRAfmdC0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twxRAfmdC0 .navbar.collapsed {
  justify-content: center;
}
.cid-twxRAfmdC0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twxRAfmdC0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twxRAfmdC0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twxRAfmdC0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twxRAfmdC0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twxRAfmdC0 .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-twxRAfmdC0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twxRAfmdC0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twxRAfmdC0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twxRAfmdC0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twxRAfmdC0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twxRAfmdC0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twxRAfmdC0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twxRAfmdC0 .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-twxRAfmdC0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twxRAfmdC0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twxRAfmdC0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twxRAfmdC0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twxRAfmdC0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twxRAfmdC0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twxRAfmdC0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twxRAfmdC0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twxRAfmdC0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twxRAfmdC0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twxRAfmdC0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twxRAfmdC0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twxRAfmdC0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twxRAfmdC0 .dropdown-item.active,
.cid-twxRAfmdC0 .dropdown-item:active {
  background-color: transparent;
}
.cid-twxRAfmdC0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twxRAfmdC0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twxRAfmdC0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twxRAfmdC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twxRAfmdC0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twxRAfmdC0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twxRAfmdC0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twxRAfmdC0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twxRAfmdC0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twxRAfmdC0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twxRAfmdC0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twxRAfmdC0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twxRAfmdC0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twxRAfmdC0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twxRAfmdC0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twxRAfmdC0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twxRAfmdC0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twxRAfmdC0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twxRAfmdC0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twxRAfmdC0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twxRAfmdC0 .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-twxRAfmdC0 .navbar {
    height: 70px;
  }
  .cid-twxRAfmdC0 .navbar.opened {
    height: auto;
  }
  .cid-twxRAfmdC0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twxRS1mqxC {
  background-image: url("../../../assets/images/download-1304x1080.webp");
}
.cid-twxRS1mqxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-twxRS1mqxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ebWUPEdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #06317f;
}
.cid-u4ebWUPEdM .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-u4ebWUPEdM .card-box {
  z-index: 2;
  position: relative;
}
.cid-u4ebWUPEdM .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0048cb;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-u4ebWUPEdM .mbr-iconfont-big {
  font-size: 16rem;
  color: #0048cb;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-u4ebWUPEdM .card-title,
.cid-u4ebWUPEdM .card-text,
.cid-u4ebWUPEdM .card-number {
  transition: all 0.3s;
}
.cid-u4ebWUPEdM .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-u4ebWUPEdM .card-wrapper:hover {
  background: #0048cb;
}
.cid-u4ebWUPEdM .card-wrapper:hover .mbr-iconfont-big {
  color: #cbddff;
  transform: rotate(-20deg);
}
.cid-u4ebWUPEdM .card-wrapper:hover .card-title,
.cid-u4ebWUPEdM .card-wrapper:hover .card-text,
.cid-u4ebWUPEdM .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4ebWUPEdM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4ebWUPEdM .card-title,
.cid-u4ebWUPEdM .iconfont-wrapper {
  color: #160830;
  text-align: center;
}
.cid-u4ebWUPEdM .card-text {
  color: #353535;
  text-align: left;
}
.cid-u4ebWUPEdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ebWUPEdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ebWUPEdM .mbr-section-title {
  color: #ffffff;
}
.cid-u4ebWUPEdM .card-number {
  text-align: center;
  color: #0048cb;
}
.cid-u4eqoF2ug5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #06317f;
}
.cid-u4eqoF2ug5 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-u4eqoF2ug5 .card-box {
  z-index: 2;
  position: relative;
}
.cid-u4eqoF2ug5 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0048cb;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-u4eqoF2ug5 .mbr-iconfont-big {
  font-size: 16rem;
  color: #0048cb;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-u4eqoF2ug5 .card-title,
.cid-u4eqoF2ug5 .card-text,
.cid-u4eqoF2ug5 .card-number {
  transition: all 0.3s;
}
.cid-u4eqoF2ug5 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-u4eqoF2ug5 .card-wrapper:hover {
  background: #0048cb;
}
.cid-u4eqoF2ug5 .card-wrapper:hover .mbr-iconfont-big {
  color: #cbddff;
  transform: rotate(-20deg);
}
.cid-u4eqoF2ug5 .card-wrapper:hover .card-title,
.cid-u4eqoF2ug5 .card-wrapper:hover .card-text,
.cid-u4eqoF2ug5 .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4eqoF2ug5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4eqoF2ug5 .card-title,
.cid-u4eqoF2ug5 .iconfont-wrapper {
  color: #160830;
  text-align: center;
}
.cid-u4eqoF2ug5 .card-text {
  color: #353535;
}
.cid-u4eqoF2ug5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4eqoF2ug5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4eqoF2ug5 .mbr-section-title {
  color: #ffffff;
}
.cid-u4eqoF2ug5 .card-number {
  text-align: center;
  color: #0048cb;
}
.cid-u4esdZhysm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #06317f;
}
.cid-u4esdZhysm .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-u4esdZhysm .card-box {
  z-index: 2;
  position: relative;
}
.cid-u4esdZhysm .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0048cb;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-u4esdZhysm .mbr-iconfont-big {
  font-size: 16rem;
  color: #0048cb;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-u4esdZhysm .card-title,
.cid-u4esdZhysm .card-text,
.cid-u4esdZhysm .card-number {
  transition: all 0.3s;
}
.cid-u4esdZhysm .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-u4esdZhysm .card-wrapper:hover {
  background: #0048cb;
}
.cid-u4esdZhysm .card-wrapper:hover .mbr-iconfont-big {
  color: #cbddff;
  transform: rotate(-20deg);
}
.cid-u4esdZhysm .card-wrapper:hover .card-title,
.cid-u4esdZhysm .card-wrapper:hover .card-text,
.cid-u4esdZhysm .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4esdZhysm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4esdZhysm .card-title,
.cid-u4esdZhysm .iconfont-wrapper {
  color: #160830;
  text-align: center;
}
.cid-u4esdZhysm .card-text {
  color: #353535;
}
.cid-u4esdZhysm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4esdZhysm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4esdZhysm .mbr-section-title {
  color: #ffffff;
}
.cid-u4esdZhysm .card-number {
  text-align: center;
  color: #0048cb;
}
.cid-u4et6VOjqh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #06317f;
}
.cid-u4et6VOjqh .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-u4et6VOjqh .card-box {
  z-index: 2;
  position: relative;
}
.cid-u4et6VOjqh .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #0048cb;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-u4et6VOjqh .mbr-iconfont-big {
  font-size: 16rem;
  color: #0048cb;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-u4et6VOjqh .card-title,
.cid-u4et6VOjqh .card-text,
.cid-u4et6VOjqh .card-number {
  transition: all 0.3s;
}
.cid-u4et6VOjqh .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f2effc;
  transition: all 0.3s;
}
.cid-u4et6VOjqh .card-wrapper:hover {
  background: #0048cb;
}
.cid-u4et6VOjqh .card-wrapper:hover .mbr-iconfont-big {
  color: #cbddff;
  transform: rotate(-20deg);
}
.cid-u4et6VOjqh .card-wrapper:hover .card-title,
.cid-u4et6VOjqh .card-wrapper:hover .card-text,
.cid-u4et6VOjqh .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4et6VOjqh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4et6VOjqh .card-title,
.cid-u4et6VOjqh .iconfont-wrapper {
  color: #160830;
  text-align: center;
}
.cid-u4et6VOjqh .card-text {
  color: #353535;
}
.cid-u4et6VOjqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4et6VOjqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4et6VOjqh .mbr-section-title {
  color: #ffffff;
}
.cid-u4et6VOjqh .card-number {
  text-align: center;
  color: #0048cb;
}
.cid-u4eTe4xuEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg.webp");
}
.cid-u4eTe4xuEA .mbr-overlay {
  background: #06317f;
  opacity: 0.5;
}
.cid-u4eTe4xuEA img,
.cid-u4eTe4xuEA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4eTe4xuEA .item:focus,
.cid-u4eTe4xuEA span:focus {
  outline: none;
}
.cid-u4eTe4xuEA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u4eTe4xuEA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u4eTe4xuEA .item {
  padding: 0;
  margin: 0;
}
.cid-u4eTe4xuEA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4eTe4xuEA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4eTe4xuEA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4eTe4xuEA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4eTe4xuEA .mbr-section-title {
  color: #ffffff;
}
.cid-u4flG67NAK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4flG67NAK .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u4flG67NAK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u4flG67NAK .container {
    padding: 0 22px;
  }
}
.cid-u4flG67NAK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u4flG67NAK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u4flG67NAK .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u4flG67NAK .embla__slide .slide-content {
    display: block;
  }
}
.cid-u4flG67NAK .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4flG67NAK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u4flG67NAK .embla__button--next,
.cid-u4flG67NAK .embla__button--prev {
  display: flex;
}
.cid-u4flG67NAK .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u4flG67NAK .embla__button {
    display: none;
  }
}
.cid-u4flG67NAK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4flG67NAK .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u4flG67NAK .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u4flG67NAK .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u4flG67NAK .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u4flG67NAK .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u4flG67NAK .embla {
  position: relative;
  width: 100%;
}
.cid-u4flG67NAK .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u4flG67NAK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4flG67NAK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4flG67NAK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4flG67NAK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-twym1fubEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-twym1fubEA .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
.cid-twym1fubEA img,
.cid-twym1fubEA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-twym1fubEA .item:focus,
.cid-twym1fubEA span:focus {
  outline: none;
}
.cid-twym1fubEA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twym1fubEA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twym1fubEA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twym1fubEA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twym1fubEA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twym1fubEA .mbr-section-title {
  color: #ffffff;
}
.cid-twym1fubEA .mbr-text,
.cid-twym1fubEA .mbr-section-btn {
  text-align: left;
}
.cid-twym1fubEA .item-title {
  text-align: left;
}
.cid-twym1fubEA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-twyIg8Qoq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1276.webp");
}
.cid-twyIg8Qoq3 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-twyIg8Qoq3 .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-twyIg8Qoq3 .row {
    padding: 2rem 1rem;
  }
}
.cid-twyIg8Qoq3 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-twyIg8Qoq3 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-twyIg8Qoq3 .card-text {
  color: #263d5a;
}
.cid-twyIg8Qoq3 .card-title,
.cid-twyIg8Qoq3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-twyIg8Qoq3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-twyIg8Qoq3 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-twyIg8Qoq3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twyGzFmhkO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-twyGzFmhkO .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-twyGzFmhkO .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-twyGzFmhkO .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-twyGzFmhkO .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-twyGzFmhkO .card-title {
  padding: 0;
  margin: 0;
}
.cid-twyGzFmhkO .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-twyGzFmhkO .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twyGzFmhkO .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-twyGzFmhkO .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-twyGzFmhkO .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-twyGzFmhkO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twyGzFmhkO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-twyGzFmhkO .card-title,
.cid-twyGzFmhkO .card-icon {
  color: #ffffff;
}
.cid-twyGzFmhkO .mbr-section-title {
  color: #ffffff;
}
.cid-twyGzFmhkO .mbr-text,
.cid-twyGzFmhkO .mbr-section-btn {
  color: #ffffff;
}
.cid-twyGzFmhkO .card-text {
  color: #ffffff;
}
.cid-twyGzFmhkO .card-title,
.cid-twyGzFmhkO .iconfont-wrapper {
  text-align: left;
}
.cid-twxRAgl8K1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-twxRAgl8K1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-twxRAgl8K1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-twxRAgl8K1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-twxRAgl8K1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-twxRAgl8K1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-twxRAgl8K1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-twxRAgl8K1 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-twxRAgl8K1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-twxRAgl8K1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twxRAgl8K1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-twxRAgl8K1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twxRAgl8K1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twxRAgl8K1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-twxRAgl8K1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-twyKPK2FsK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twyKPK2FsK nav.navbar {
  position: fixed;
}
.cid-twyKPK2FsK .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-twyKPK2FsK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twyKPK2FsK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twyKPK2FsK .dropdown-item:hover,
.cid-twyKPK2FsK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twyKPK2FsK .dropdown-item:hover span {
  color: white;
}
.cid-twyKPK2FsK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twyKPK2FsK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twyKPK2FsK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twyKPK2FsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twyKPK2FsK .nav-link {
  position: relative;
}
.cid-twyKPK2FsK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twyKPK2FsK .container {
    flex-wrap: wrap;
  }
}
.cid-twyKPK2FsK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twyKPK2FsK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twyKPK2FsK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twyKPK2FsK .dropdown-menu,
.cid-twyKPK2FsK .navbar.opened {
  background: #ffffff !important;
}
.cid-twyKPK2FsK .nav-item:focus,
.cid-twyKPK2FsK .nav-link:focus {
  outline: none;
}
.cid-twyKPK2FsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twyKPK2FsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twyKPK2FsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twyKPK2FsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twyKPK2FsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twyKPK2FsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twyKPK2FsK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twyKPK2FsK .navbar.opened {
  transition: all 0.3s;
}
.cid-twyKPK2FsK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twyKPK2FsK .navbar .navbar-logo img {
  width: auto;
}
.cid-twyKPK2FsK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twyKPK2FsK .navbar.collapsed {
  justify-content: center;
}
.cid-twyKPK2FsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twyKPK2FsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twyKPK2FsK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twyKPK2FsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twyKPK2FsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twyKPK2FsK .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-twyKPK2FsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twyKPK2FsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twyKPK2FsK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twyKPK2FsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twyKPK2FsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twyKPK2FsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twyKPK2FsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twyKPK2FsK .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-twyKPK2FsK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twyKPK2FsK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twyKPK2FsK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twyKPK2FsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twyKPK2FsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twyKPK2FsK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twyKPK2FsK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twyKPK2FsK .navbar.navbar-short {
  min-height: 60px;
}
.cid-twyKPK2FsK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twyKPK2FsK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twyKPK2FsK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twyKPK2FsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twyKPK2FsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twyKPK2FsK .dropdown-item.active,
.cid-twyKPK2FsK .dropdown-item:active {
  background-color: transparent;
}
.cid-twyKPK2FsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twyKPK2FsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twyKPK2FsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twyKPK2FsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twyKPK2FsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twyKPK2FsK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twyKPK2FsK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twyKPK2FsK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twyKPK2FsK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twyKPK2FsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twyKPK2FsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twyKPK2FsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twyKPK2FsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twyKPK2FsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twyKPK2FsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twyKPK2FsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twyKPK2FsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twyKPK2FsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twyKPK2FsK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twyKPK2FsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twyKPK2FsK .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-twyKPK2FsK .navbar {
    height: 70px;
  }
  .cid-twyKPK2FsK .navbar.opened {
    height: auto;
  }
  .cid-twyKPK2FsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twyLGQBJhW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-twyLGQBJhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyLGQBJhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyLGQBJhW .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-twyLGQBJhW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-twyLGQBJhW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twyLGQBJhW .card-wrapper {
    padding: 4rem;
  }
}
.cid-u4f2YDgLfs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-u4f2YDgLfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4f2YDgLfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4f2YDgLfs .google-map {
  height: 30rem;
  position: relative;
}
.cid-u4f2YDgLfs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u4f2YDgLfs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u4f2YDgLfs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4f2YDgLfs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4f2YDgLfs .mbr-section-title {
  color: #ffffff;
}
.cid-twyKPLfPrT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-twyKPLfPrT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-twyKPLfPrT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-twyKPLfPrT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-twyKPLfPrT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-twyKPLfPrT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-twyKPLfPrT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-twyKPLfPrT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-twyKPLfPrT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-twyKPLfPrT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twyKPLfPrT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-twyKPLfPrT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twyKPLfPrT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twyKPLfPrT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-twyKPLfPrT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-twyOf5HNaJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twyOf5HNaJ nav.navbar {
  position: fixed;
}
.cid-twyOf5HNaJ .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-twyOf5HNaJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twyOf5HNaJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twyOf5HNaJ .dropdown-item:hover,
.cid-twyOf5HNaJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twyOf5HNaJ .dropdown-item:hover span {
  color: white;
}
.cid-twyOf5HNaJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twyOf5HNaJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twyOf5HNaJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twyOf5HNaJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twyOf5HNaJ .nav-link {
  position: relative;
}
.cid-twyOf5HNaJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twyOf5HNaJ .container {
    flex-wrap: wrap;
  }
}
.cid-twyOf5HNaJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twyOf5HNaJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twyOf5HNaJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twyOf5HNaJ .dropdown-menu,
.cid-twyOf5HNaJ .navbar.opened {
  background: #ffffff !important;
}
.cid-twyOf5HNaJ .nav-item:focus,
.cid-twyOf5HNaJ .nav-link:focus {
  outline: none;
}
.cid-twyOf5HNaJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twyOf5HNaJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twyOf5HNaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twyOf5HNaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twyOf5HNaJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twyOf5HNaJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twyOf5HNaJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twyOf5HNaJ .navbar.opened {
  transition: all 0.3s;
}
.cid-twyOf5HNaJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twyOf5HNaJ .navbar .navbar-logo img {
  width: auto;
}
.cid-twyOf5HNaJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twyOf5HNaJ .navbar.collapsed {
  justify-content: center;
}
.cid-twyOf5HNaJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twyOf5HNaJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twyOf5HNaJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twyOf5HNaJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twyOf5HNaJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twyOf5HNaJ .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-twyOf5HNaJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twyOf5HNaJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twyOf5HNaJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twyOf5HNaJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twyOf5HNaJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twyOf5HNaJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twyOf5HNaJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twyOf5HNaJ .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-twyOf5HNaJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twyOf5HNaJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twyOf5HNaJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twyOf5HNaJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twyOf5HNaJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twyOf5HNaJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twyOf5HNaJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twyOf5HNaJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-twyOf5HNaJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twyOf5HNaJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twyOf5HNaJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twyOf5HNaJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twyOf5HNaJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twyOf5HNaJ .dropdown-item.active,
.cid-twyOf5HNaJ .dropdown-item:active {
  background-color: transparent;
}
.cid-twyOf5HNaJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twyOf5HNaJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twyOf5HNaJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twyOf5HNaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twyOf5HNaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twyOf5HNaJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twyOf5HNaJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twyOf5HNaJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twyOf5HNaJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twyOf5HNaJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twyOf5HNaJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twyOf5HNaJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twyOf5HNaJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twyOf5HNaJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twyOf5HNaJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twyOf5HNaJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twyOf5HNaJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twyOf5HNaJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twyOf5HNaJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twyOf5HNaJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twyOf5HNaJ .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-twyOf5HNaJ .navbar {
    height: 70px;
  }
  .cid-twyOf5HNaJ .navbar.opened {
    height: auto;
  }
  .cid-twyOf5HNaJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twyTr7HajZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-twyTr7HajZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyTr7HajZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyU4wy15f {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #06317f;
}
.cid-twyU4wy15f .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyU4wy15f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyU4wy15f .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-twyPcFmB1N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #06317f;
}
.cid-twyPcFmB1N .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyPcFmB1N .row {
    padding: 1rem 0rem;
  }
}
.cid-twyPcFmB1N img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyPcFmB1N img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyPcFmB1N .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyPcFmB1N .mbr-text,
.cid-twyPcFmB1N .mbr-section-btn {
  color: #777777;
}
.cid-twyPcFmB1N .mbr-section-subtitle {
  color: #14191e;
}
.cid-twySFTComG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #06317f;
}
.cid-twySFTComG .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twySFTComG .row {
    padding: 1rem 0rem;
  }
}
.cid-twySFTComG img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twySFTComG img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twySFTComG .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twySFTComG .mbr-text,
.cid-twySFTComG .mbr-section-btn {
  color: #777777;
}
.cid-twySFTComG .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyUVnTL4p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-twyUVnTL4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyUVnTL4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyUVnTL4p .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-twyVANCnGI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyVANCnGI .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyVANCnGI .row {
    padding: 1rem 0rem;
  }
}
.cid-twyVANCnGI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyVANCnGI img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyVANCnGI .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyVANCnGI .mbr-text,
.cid-twyVANCnGI .mbr-section-btn {
  color: #777777;
}
.cid-twyVANCnGI .mbr-section-subtitle {
  color: #14191e;
}
.cid-va1YSFaLoi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-va1YSFaLoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-va1YSFaLoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va1YSFaLoi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-twyYdCGrVF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyYdCGrVF .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyYdCGrVF .row {
    padding: 1rem 0rem;
  }
}
.cid-twyYdCGrVF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyYdCGrVF img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyYdCGrVF .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyYdCGrVF .mbr-text,
.cid-twyYdCGrVF .mbr-section-btn {
  color: #777777;
}
.cid-twyYdCGrVF .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyY9IJsxZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-twyY9IJsxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyY9IJsxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyY9IJsxZ .mbr-section-title {
  color: #ffffff;
}
.cid-u48WsDpaYg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u48WsDpaYg .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u48WsDpaYg .row {
    padding: 1rem 0rem;
  }
}
.cid-u48WsDpaYg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u48WsDpaYg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u48WsDpaYg .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u48WsDpaYg .mbr-text,
.cid-u48WsDpaYg .mbr-section-btn {
  color: #777777;
}
.cid-u48WsDpaYg .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyYwlvypN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyYwlvypN .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyYwlvypN .row {
    padding: 1rem 0rem;
  }
}
.cid-twyYwlvypN img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyYwlvypN img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyYwlvypN .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyYwlvypN .mbr-text,
.cid-twyYwlvypN .mbr-section-btn {
  color: #777777;
}
.cid-twyYwlvypN .mbr-section-subtitle {
  color: #14191e;
}
.cid-u48Wpz2CL3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u48Wpz2CL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u48Wpz2CL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u48Wpz2CL3 .mbr-section-title {
  color: #ffffff;
}
.cid-twyYKmkBla {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyYKmkBla .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyYKmkBla .row {
    padding: 1rem 0rem;
  }
}
.cid-twyYKmkBla img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyYKmkBla img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyYKmkBla .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyYKmkBla .mbr-text,
.cid-twyYKmkBla .mbr-section-btn {
  color: #777777;
}
.cid-twyYKmkBla .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyZ16cyac {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyZ16cyac .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyZ16cyac .row {
    padding: 1rem 0rem;
  }
}
.cid-twyZ16cyac img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyZ16cyac img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyZ16cyac .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyZ16cyac .mbr-text,
.cid-twyZ16cyac .mbr-section-btn {
  color: #777777;
}
.cid-twyZ16cyac .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyZretycs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyZretycs .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyZretycs .row {
    padding: 1rem 0rem;
  }
}
.cid-twyZretycs img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyZretycs img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyZretycs .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyZretycs .mbr-text,
.cid-twyZretycs .mbr-section-btn {
  color: #777777;
}
.cid-twyZretycs .mbr-section-subtitle {
  color: #14191e;
}
.cid-twzo5vyIrZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twzo5vyIrZ .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twzo5vyIrZ .row {
    padding: 1rem 0rem;
  }
}
.cid-twzo5vyIrZ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twzo5vyIrZ img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twzo5vyIrZ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twzo5vyIrZ .mbr-text,
.cid-twzo5vyIrZ .mbr-section-btn {
  color: #777777;
}
.cid-twzo5vyIrZ .mbr-section-subtitle {
  color: #14191e;
}
.cid-twzo6g2UPk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twzo6g2UPk .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twzo6g2UPk .row {
    padding: 1rem 0rem;
  }
}
.cid-twzo6g2UPk img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twzo6g2UPk img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twzo6g2UPk .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twzo6g2UPk .mbr-text,
.cid-twzo6g2UPk .mbr-section-btn {
  color: #777777;
}
.cid-twzo6g2UPk .mbr-section-subtitle {
  color: #14191e;
}
.cid-u48YGm85W6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u48YGm85W6 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u48YGm85W6 .row {
    padding: 1rem 0rem;
  }
}
.cid-u48YGm85W6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u48YGm85W6 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u48YGm85W6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u48YGm85W6 .mbr-text,
.cid-u48YGm85W6 .mbr-section-btn {
  color: #777777;
}
.cid-u48YGm85W6 .mbr-section-subtitle {
  color: #14191e;
}
.cid-u48YIdKKRF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u48YIdKKRF .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u48YIdKKRF .row {
    padding: 1rem 0rem;
  }
}
.cid-u48YIdKKRF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u48YIdKKRF img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u48YIdKKRF .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u48YIdKKRF .mbr-text,
.cid-u48YIdKKRF .mbr-section-btn {
  color: #777777;
}
.cid-u48YIdKKRF .mbr-section-subtitle {
  color: #14191e;
}
.cid-u48YJ1dS3A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u48YJ1dS3A .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u48YJ1dS3A .row {
    padding: 1rem 0rem;
  }
}
.cid-u48YJ1dS3A img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u48YJ1dS3A img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u48YJ1dS3A .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u48YJ1dS3A .mbr-text,
.cid-u48YJ1dS3A .mbr-section-btn {
  color: #777777;
}
.cid-u48YJ1dS3A .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyZUpadHH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-twyZUpadHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-twyZUpadHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twyZUpadHH .mbr-section-title {
  color: #ffffff;
}
.cid-twyZUOsgfq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twyZUOsgfq .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twyZUOsgfq .row {
    padding: 1rem 0rem;
  }
}
.cid-twyZUOsgfq img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twyZUOsgfq img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twyZUOsgfq .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twyZUOsgfq .mbr-text,
.cid-twyZUOsgfq .mbr-section-btn {
  color: #777777;
}
.cid-twyZUOsgfq .mbr-section-subtitle {
  color: #14191e;
}
.cid-utSk75FdtR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-utSk75FdtR .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-utSk75FdtR .row {
    padding: 1rem 0rem;
  }
}
.cid-utSk75FdtR img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-utSk75FdtR img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-utSk75FdtR .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-utSk75FdtR .mbr-text,
.cid-utSk75FdtR .mbr-section-btn {
  color: #777777;
}
.cid-utSk75FdtR .mbr-section-subtitle {
  color: #14191e;
}
.cid-va20gUYhWa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-va20gUYhWa .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va20gUYhWa .row {
    padding: 1rem 0rem;
  }
}
.cid-va20gUYhWa img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va20gUYhWa img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va20gUYhWa .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va20gUYhWa .mbr-text,
.cid-va20gUYhWa .mbr-section-btn {
  color: #777777;
}
.cid-va20gUYhWa .mbr-section-subtitle {
  color: #14191e;
}
.cid-va20iSuUXh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-va20iSuUXh .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va20iSuUXh .row {
    padding: 1rem 0rem;
  }
}
.cid-va20iSuUXh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va20iSuUXh img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va20iSuUXh .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va20iSuUXh .mbr-text,
.cid-va20iSuUXh .mbr-section-btn {
  color: #777777;
}
.cid-va20iSuUXh .mbr-section-subtitle {
  color: #14191e;
}
.cid-twz0hcj1j4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-twz0hcj1j4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twz0hcj1j4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twz0hcj1j4 .mbr-section-title {
  color: #ffffff;
}
.cid-twz0utYlLj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-twz0utYlLj .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twz0utYlLj .row {
    padding: 1rem 0rem;
  }
}
.cid-twz0utYlLj img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twz0utYlLj img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twz0utYlLj .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twz0utYlLj .mbr-text,
.cid-twz0utYlLj .mbr-section-btn {
  color: #777777;
}
.cid-twz0utYlLj .mbr-section-subtitle {
  color: #14191e;
}
.cid-twz0hxNaeV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #353535;
}
.cid-twz0hxNaeV .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-twz0hxNaeV .row {
    padding: 1rem 0rem;
  }
}
.cid-twz0hxNaeV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-twz0hxNaeV img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-twz0hxNaeV .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-twz0hxNaeV .mbr-text,
.cid-twz0hxNaeV .mbr-section-btn {
  color: #777777;
}
.cid-twz0hxNaeV .mbr-section-subtitle {
  color: #14191e;
}
.cid-va21AYsjr8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #6592e6;
}
.cid-va21AYsjr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va21AYsjr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va21AYsjr8 .mbr-section-title {
  color: #ffffff;
}
.cid-va21qUztt4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-va21qUztt4 .row {
  background: #bed3f9;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va21qUztt4 .row {
    padding: 1rem 0rem;
  }
}
.cid-va21qUztt4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va21qUztt4 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va21qUztt4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va21qUztt4 .mbr-text,
.cid-va21qUztt4 .mbr-section-btn {
  color: #777777;
}
.cid-va21qUztt4 .mbr-section-subtitle {
  color: #14191e;
}
.cid-va21Su0VIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-va21Su0VIw .row {
  background: #bed3f9;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va21Su0VIw .row {
    padding: 1rem 0rem;
  }
}
.cid-va21Su0VIw img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va21Su0VIw img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va21Su0VIw .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va21Su0VIw .mbr-text,
.cid-va21Su0VIw .mbr-section-btn {
  color: #777777;
}
.cid-va21Su0VIw .mbr-section-subtitle {
  color: #14191e;
}
.cid-va22866FZg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-va22866FZg .row {
  background: #bed3f9;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va22866FZg .row {
    padding: 1rem 0rem;
  }
}
.cid-va22866FZg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va22866FZg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va22866FZg .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va22866FZg .mbr-text,
.cid-va22866FZg .mbr-section-btn {
  color: #777777;
}
.cid-va22866FZg .mbr-section-subtitle {
  color: #14191e;
}
.cid-va22m4IqOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-va22m4IqOn .row {
  background: #bed3f9;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va22m4IqOn .row {
    padding: 1rem 0rem;
  }
}
.cid-va22m4IqOn img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va22m4IqOn img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va22m4IqOn .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va22m4IqOn .mbr-text,
.cid-va22m4IqOn .mbr-section-btn {
  color: #777777;
}
.cid-va22m4IqOn .mbr-section-subtitle {
  color: #14191e;
}
.cid-va22ym1J2B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-va22ym1J2B .row {
  background: #bed3f9;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va22ym1J2B .row {
    padding: 1rem 0rem;
  }
}
.cid-va22ym1J2B img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va22ym1J2B img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va22ym1J2B .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va22ym1J2B .mbr-text,
.cid-va22ym1J2B .mbr-section-btn {
  color: #777777;
}
.cid-va22ym1J2B .mbr-section-subtitle {
  color: #14191e;
}
.cid-va22Jy3Yd6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #6592e6;
}
.cid-va22Jy3Yd6 .row {
  background: #bed3f9;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va22Jy3Yd6 .row {
    padding: 1rem 0rem;
  }
}
.cid-va22Jy3Yd6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va22Jy3Yd6 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va22Jy3Yd6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va22Jy3Yd6 .mbr-text,
.cid-va22Jy3Yd6 .mbr-section-btn {
  color: #777777;
}
.cid-va22Jy3Yd6 .mbr-section-subtitle {
  color: #14191e;
}
.cid-va22VPvWlo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #a1c7b2;
}
.cid-va22VPvWlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-va22VPvWlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va22VPvWlo .mbr-section-title {
  color: #ffffff;
}
.cid-va23cdp7g1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a1c7b2;
}
.cid-va23cdp7g1 .row {
  background: #d8f0e1;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va23cdp7g1 .row {
    padding: 1rem 0rem;
  }
}
.cid-va23cdp7g1 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va23cdp7g1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va23cdp7g1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va23cdp7g1 .mbr-text,
.cid-va23cdp7g1 .mbr-section-btn {
  color: #777777;
}
.cid-va23cdp7g1 .mbr-section-subtitle {
  color: #14191e;
}
.cid-va23RGPfdP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a1c7b2;
}
.cid-va23RGPfdP .row {
  background: #d8f0e1;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va23RGPfdP .row {
    padding: 1rem 0rem;
  }
}
.cid-va23RGPfdP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va23RGPfdP img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va23RGPfdP .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va23RGPfdP .mbr-text,
.cid-va23RGPfdP .mbr-section-btn {
  color: #777777;
}
.cid-va23RGPfdP .mbr-section-subtitle {
  color: #14191e;
}
.cid-va248Pr7Cf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a1c7b2;
}
.cid-va248Pr7Cf .row {
  background: #d8f0e1;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va248Pr7Cf .row {
    padding: 1rem 0rem;
  }
}
.cid-va248Pr7Cf img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va248Pr7Cf img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va248Pr7Cf .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va248Pr7Cf .mbr-text,
.cid-va248Pr7Cf .mbr-section-btn {
  color: #777777;
}
.cid-va248Pr7Cf .mbr-section-subtitle {
  color: #14191e;
}
.cid-va24Ev3Qm4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #a1c7b2;
}
.cid-va24Ev3Qm4 .row {
  background: #d8f0e1;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-va24Ev3Qm4 .row {
    padding: 1rem 0rem;
  }
}
.cid-va24Ev3Qm4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-va24Ev3Qm4 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-va24Ev3Qm4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-va24Ev3Qm4 .mbr-text,
.cid-va24Ev3Qm4 .mbr-section-btn {
  color: #777777;
}
.cid-va24Ev3Qm4 .mbr-section-subtitle {
  color: #14191e;
}
.cid-twyOf9cdOa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-twyOf9cdOa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-twyOf9cdOa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-twyOf9cdOa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-twyOf9cdOa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-twyOf9cdOa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-twyOf9cdOa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-twyOf9cdOa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-twyOf9cdOa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-twyOf9cdOa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twyOf9cdOa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-twyOf9cdOa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twyOf9cdOa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twyOf9cdOa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-twyOf9cdOa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-twvnHo1QD8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twvnHo1QD8 nav.navbar {
  position: fixed;
}
.cid-twvnHo1QD8 .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-twvnHo1QD8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twvnHo1QD8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twvnHo1QD8 .dropdown-item:hover,
.cid-twvnHo1QD8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-twvnHo1QD8 .dropdown-item:hover span {
  color: white;
}
.cid-twvnHo1QD8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twvnHo1QD8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twvnHo1QD8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twvnHo1QD8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twvnHo1QD8 .nav-link {
  position: relative;
}
.cid-twvnHo1QD8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twvnHo1QD8 .container {
    flex-wrap: wrap;
  }
}
.cid-twvnHo1QD8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-twvnHo1QD8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-twvnHo1QD8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twvnHo1QD8 .dropdown-menu,
.cid-twvnHo1QD8 .navbar.opened {
  background: #ffffff !important;
}
.cid-twvnHo1QD8 .nav-item:focus,
.cid-twvnHo1QD8 .nav-link:focus {
  outline: none;
}
.cid-twvnHo1QD8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twvnHo1QD8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twvnHo1QD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twvnHo1QD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twvnHo1QD8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twvnHo1QD8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twvnHo1QD8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twvnHo1QD8 .navbar.opened {
  transition: all 0.3s;
}
.cid-twvnHo1QD8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twvnHo1QD8 .navbar .navbar-logo img {
  width: auto;
}
.cid-twvnHo1QD8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twvnHo1QD8 .navbar.collapsed {
  justify-content: center;
}
.cid-twvnHo1QD8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twvnHo1QD8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twvnHo1QD8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twvnHo1QD8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twvnHo1QD8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twvnHo1QD8 .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-twvnHo1QD8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twvnHo1QD8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twvnHo1QD8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twvnHo1QD8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twvnHo1QD8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twvnHo1QD8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twvnHo1QD8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twvnHo1QD8 .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-twvnHo1QD8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twvnHo1QD8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twvnHo1QD8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twvnHo1QD8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twvnHo1QD8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twvnHo1QD8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-twvnHo1QD8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-twvnHo1QD8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twvnHo1QD8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twvnHo1QD8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twvnHo1QD8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twvnHo1QD8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twvnHo1QD8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twvnHo1QD8 .dropdown-item.active,
.cid-twvnHo1QD8 .dropdown-item:active {
  background-color: transparent;
}
.cid-twvnHo1QD8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twvnHo1QD8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twvnHo1QD8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twvnHo1QD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twvnHo1QD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twvnHo1QD8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twvnHo1QD8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twvnHo1QD8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twvnHo1QD8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twvnHo1QD8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twvnHo1QD8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twvnHo1QD8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twvnHo1QD8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twvnHo1QD8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twvnHo1QD8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twvnHo1QD8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twvnHo1QD8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twvnHo1QD8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twvnHo1QD8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twvnHo1QD8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twvnHo1QD8 .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-twvnHo1QD8 .navbar {
    height: 70px;
  }
  .cid-twvnHo1QD8 .navbar.opened {
    height: auto;
  }
  .cid-twvnHo1QD8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twvpcTTebU .modal-body .close {
  background: #1b1b1b;
}
.cid-twvpcTTebU .modal-body .close span {
  font-style: normal;
}
.cid-twvpcTTebU .carousel-inner > .active,
.cid-twvpcTTebU .carousel-inner > .next,
.cid-twvpcTTebU .carousel-inner > .prev {
  display: table;
}
.cid-twvpcTTebU .carousel-control .icon-next,
.cid-twvpcTTebU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-twvpcTTebU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twvpcTTebU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twvpcTTebU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-twvpcTTebU .boxed-slider > div {
  position: relative;
}
.cid-twvpcTTebU .container img {
  width: 100%;
}
.cid-twvpcTTebU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-twvpcTTebU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twvpcTTebU .mbr-table-cell {
  padding: 0;
}
.cid-twvpcTTebU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-twvpcTTebU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twvpcTTebU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twvpcTTebU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-twvpcTTebU .carousel-item .container {
    width: 100%;
  }
}
.cid-twvpcTTebU .carousel-item-next.carousel-item-left,
.cid-twvpcTTebU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-twvpcTTebU .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-twvpcTTebU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twvpcTTebU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twvpcTTebU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-twvpcTTebU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twvpcTTebU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-twvpcTTebU .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-twvpcTTebU .mbr-slider .carousel-indicators li.active,
.cid-twvpcTTebU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-twvpcTTebU .mbr-slider .carousel-indicators li::after,
.cid-twvpcTTebU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-twvpcTTebU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-twvpcTTebU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-twvpcTTebU .mbr-slider > .container img {
  width: 100%;
}
.cid-twvpcTTebU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twvpcTTebU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-twvpcTTebU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twvpcTTebU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twvpcTTebU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-twvpcTTebU .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-twvpcTTebU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-twvpcTTebU .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-twvpcTTebU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-twvpcTTebU .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twvpcTTebU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-twvpcTTebU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-twvpcTTebU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-twvrvykCYT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-twvrvykCYT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-twvrvykCYT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twvrvykCYT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twvrvykCYT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-twvrvykCYT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bbbbbb, #232323);
}
.cid-twvrvykCYT .icon-focus {
  display: none;
}
.cid-twvrvykCYT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-twvrvykCYT ul {
  font-size: 0;
}
.cid-twvrvykCYT .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-twvrvykCYT .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-twvrvykCYT .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #ff6666);
}
.cid-twvrvykCYT .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-twvrvykCYT .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-twvrvykCYT .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-twvrvykCYT .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-twvrvykCYT .btn:hover {
  background: transparent !important;
}
.cid-twvrvykCYT .btn:hover:before {
  background: transparent !important;
}
.cid-twvrvykCYT .btn:before {
  background-color: transparent !important;
}
.cid-twvrvykCYT .btn:focus {
  box-shadow: none;
}
.cid-twvrvykCYT .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffe161;
}
.cid-twzxODzXln {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-twzxODzXln img,
.cid-twzxODzXln .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twzxODzXln .item:focus,
.cid-twzxODzXln span:focus {
  outline: none;
}
.cid-twzxODzXln .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-twzxODzXln .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twzxODzXln .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twzxODzXln .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twzxODzXln .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twzxODzXln .mbr-section-title {
  color: #e6c63b;
}
.cid-twzLeXvZpg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-twzLeXvZpg img,
.cid-twzLeXvZpg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twzLeXvZpg .item:focus,
.cid-twzLeXvZpg span:focus {
  outline: none;
}
.cid-twzLeXvZpg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-twzLeXvZpg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-twzLeXvZpg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twzLeXvZpg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-twzLeXvZpg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twzLeXvZpg .mbr-section-title {
  color: #232323;
}
.cid-twvnHpRVrZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-twvnHpRVrZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-twvnHpRVrZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-twvnHpRVrZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-twvnHpRVrZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-twvnHpRVrZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-twvnHpRVrZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-twvnHpRVrZ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-twvnHpRVrZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-twvnHpRVrZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-twvnHpRVrZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-twvnHpRVrZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twvnHpRVrZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twvnHpRVrZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-twvnHpRVrZ .media-container-row .row-copirayt p {
  width: 100%;
}
