body {
  font-family: 'Epilogue', sans-serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Amatic SC', handwriting;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6b6b6b !important;
}
.bg-success {
  background-color: #314825 !important;
}
.bg-info {
  background-color: #6ec1e4 !important;
}
.bg-warning {
  background-color: #ee3102 !important;
}
.bg-danger {
  background-color: #ee2852 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !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: #404040 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54595f !important;
  border-color: #54595f !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: #2b2e31 !important;
  border-color: #2b2e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !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: #27a1d4 !important;
  border-color: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #314825 !important;
  border-color: #314825 !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: #0a0f08 !important;
  border-color: #0a0f08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee2852 !important;
  border-color: #ee2852 !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: #b10e31 !important;
  border-color: #b10e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b10e31 !important;
  border-color: #b10e31 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404040 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #54595f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b2e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54595f !important;
  border-color: #54595f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec1e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27a1d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #314825;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0f08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #314825 !important;
  border-color: #314825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee3102;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #981f01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee2852;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b10e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2852 !important;
  border-color: #ee2852 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6b6b6b !important;
}
.text-secondary {
  color: #54595f !important;
}
.text-success {
  color: #314825 !important;
}
.text-info {
  color: #6ec1e4 !important;
}
.text-warning {
  color: #ee3102 !important;
}
.text-danger {
  color: #ee2852 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #383838 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #242629 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030502 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2597c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #891c01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a30d2d !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: #6b6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec1e4;
}
.alert-warning {
  background-color: #ee3102;
}
.alert-danger {
  background-color: #ee2852;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6b6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1c58e;
}
.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: #fecabe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde5ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6b6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6b6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6b6b;
}
.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: #6b6b6b;
  border-bottom-color: #6b6b6b;
}
.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: #6b6b6b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #54595f !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='%236b6b6b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tDdGlyIV05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDdGlyIV05 nav.navbar {
  position: fixed;
}
.cid-tDdGlyIV05 .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-tDdGlyIV05 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tDdGlyIV05 .dropdown-item:hover,
.cid-tDdGlyIV05 .dropdown-item:focus {
  color: #6b6b6b !important;
}
.cid-tDdGlyIV05 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tDdGlyIV05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-tDdGlyIV05 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-tDdGlyIV05 .container {
  display: flex;
  margin: auto;
}
.cid-tDdGlyIV05 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-tDdGlyIV05 .dropdown-menu,
.cid-tDdGlyIV05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDdGlyIV05 .nav-item:focus,
.cid-tDdGlyIV05 .nav-link:focus {
  outline: none;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDdGlyIV05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDdGlyIV05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDdGlyIV05 .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-tDdGlyIV05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDdGlyIV05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDdGlyIV05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDdGlyIV05 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDdGlyIV05 .navbar.collapsed {
  justify-content: center;
}
.cid-tDdGlyIV05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDdGlyIV05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDdGlyIV05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tDdGlyIV05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDdGlyIV05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDdGlyIV05 .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-tDdGlyIV05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDdGlyIV05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDdGlyIV05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDdGlyIV05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDdGlyIV05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDdGlyIV05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDdGlyIV05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDdGlyIV05 .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-tDdGlyIV05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDdGlyIV05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDdGlyIV05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDdGlyIV05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDdGlyIV05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDdGlyIV05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDdGlyIV05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDdGlyIV05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDdGlyIV05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDdGlyIV05 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDdGlyIV05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDdGlyIV05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDdGlyIV05 .dropdown-item.active,
.cid-tDdGlyIV05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDdGlyIV05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDdGlyIV05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDdGlyIV05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDdGlyIV05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDdGlyIV05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDdGlyIV05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDdGlyIV05 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tDdGlyIV05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDdGlyIV05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #111213;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-tDdGlyIV05 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-tDdGlyIV05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDdGlyIV05 .navbar {
    height: 70px;
  }
  .cid-tDdGlyIV05 .navbar.opened {
    height: auto;
  }
  .cid-tDdGlyIV05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdGlyIV05 a {
  display: inline;
}
.cid-tDdGlyIV05 img {
  display: inline;
  padding-right: 10px;
}
.cid-tDdGlyIV05 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-tDdGlyIV05 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tDdGlyIV05 .dropdown-item:hover {
  color: #6ec1e4 !important;
}
@media (max-width: 990px) {
  .cid-tDdGlyIV05 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tDdGlyIV05 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tDdGlyIV05 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tDdGlyIV05 .nav-item {
  margin-right: 32px;
}
.cid-tDdGlyIV05 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tDdGlyIV05 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tDdGlyIV05 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tDdGlyIV05 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tDdGlyIV05 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tDdGlyIV05 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-tDdGlyIV05 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tDdGlyIV05 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-tDdGlyIV05 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tDdGlyIV05 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tDdGlyIV05 .dropdown-item:focus {
  color: #6ec1e4 !important;
}
@media (max-width: 945px) {
  .cid-tDdGlyIV05 .top {
    margin-top: 25px;
  }
}
.cid-tDdGlyIV05 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tDdGlyIV05 .container,
  .cid-tDdGlyIV05 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tDdGlyIV05 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tDdGlyIV05 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tDdGlyIV05 .icons-menu {
    min-width: initial !important;
  }
  .cid-tDdGlyIV05 a.btn {
    margin-top: 10px;
  }
}
.cid-tDdGlyIV05 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tDdGlyIV05 a.nav-link::before {
  background-color: #6b6b6b;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-tDdGlyIV05 a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-tDdGlyIV05 a.nav-link:hover {
  color: #6b6b6b !important;
}
.cid-tDdGlyIV05 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-tDdGlyIV05 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-tDdGlyIV05 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-tDdGlyIV05 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-tDdGlyIV05 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-tDdGlyIV05 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-tDdrgnL896 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tDdrgnL896 h2,
.cid-tDdrgnL896 h4,
.cid-tDdrgnL896 p {
  margin: 0;
}
.cid-tDdrgnL896 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-tDdrgnL896 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-tDdrgnL896 .image-wrap {
    margin-top: 30px;
  }
}
.cid-tDdrgnL896 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-tDdrgnL896 .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tDdrgnL896 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tDdrgnL896 .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-tDdrgnL896 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tDdrgnL896 .socials p {
  margin: 0 20px 0 0;
}
.cid-tDdrgnL896 .socials-item .link {
  color: #000000;
}
.cid-sN24YTTie1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN24YTTie1 h2,
.cid-sN24YTTie1 p {
  margin: 0;
}
.cid-sN24YTTie1 .heading {
  margin-bottom: 50px;
}
.cid-sN24YTTie1 .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.cid-sN24YTTie1 .mbr-text {
  color: #6b6b6b;
}
.cid-sN24YTTie1 .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-sN24YTTie1 .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-sN24YTTie1 .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/img-5007-2000x1125.jpg");
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image-left {
    width: 100%;
  }
}
.cid-sN24YTTie1 .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/photo-2023-04-11-17-57-32-736x736.jpg");
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image-middle {
    width: 100%;
  }
}
.cid-sN24YTTie1 .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/photo-2023-04-11-17-33-50-2000x2000.jpg");
}
@media (max-width: 1440px) {
  .cid-sN24YTTie1 .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-sN24YTTie1 .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-sN24YTTie1 .image-right {
    width: 100%;
  }
}
.cid-sN25LmKt2Y {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN25LmKt2Y .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sN25LmKt2Y .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sN25LmKt2Y .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sN25LmKt2Y .star {
  color: #cf738b;
  fill: currentColor;
  overflow: hidden;
}
.cid-sN25LmKt2Y .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-sN25LmKt2Y .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-sN26ftOQRS {
  padding-top: 560px;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-sN26ylHlT5 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN26ylHlT5 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN26ylHlT5 .content {
    flex-wrap: wrap;
  }
}
.cid-sN26ylHlT5 h2,
.cid-sN26ylHlT5 h4,
.cid-sN26ylHlT5 h3,
.cid-sN26ylHlT5 h6,
.cid-sN26ylHlT5 p,
.cid-sN26ylHlT5 ul {
  margin: 0;
}
.cid-sN26ylHlT5 ul {
  padding: 0;
  list-style-type: none;
}
.cid-sN26ylHlT5 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-sN26ylHlT5 .heading {
    width: 100%;
  }
}
.cid-sN26ylHlT5 .heading-inner {
  max-width: 476px;
}
.cid-sN26ylHlT5 .mbr-section-title {
  color: #000000;
}
.cid-sN26ylHlT5 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN26ylHlT5 .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN26ylHlT5 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sN26ylHlT5 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-sN26ylHlT5 .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-sN26ylHlT5 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sN26ylHlT5 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-sN26ylHlT5 .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
  text-align: left;
}
.cid-sN26ylHlT5 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-sN26ylHlT5 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
  text-align: left;
}
.cid-tDGct0NOua {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDGct0NOua h2,
.cid-tDGct0NOua h3,
.cid-tDGct0NOua h4,
.cid-tDGct0NOua h5 {
  margin: 0;
}
.cid-tDGct0NOua .mbr-section-title {
  color: #000000;
}
.cid-tDGct0NOua .mbr-card-title {
  text-align: center;
  color: #000000;
}
.cid-tDGct0NOua .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tDGct0NOua .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tDGct0NOua .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tDGct0NOua .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tDGct0NOua #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/fb-img-1683181803088-720x900.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDGct0NOua #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/fb-img-1683181828001-720x900.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDGct0NOua #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/20220517-170745-2000x2667.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDGct0NOua #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/fb-img-1683181934912-720x900.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDGct0NOua #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/fb-img-1683181780085-720x720.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDGct0NOua #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/20220719-100911-2000x2667.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tDGct0NOua .top-left,
.cid-tDGct0NOua .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tDGct0NOua .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tDGct0NOua .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tDGct0NOua .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tDGct0NOua .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tDGct0NOua .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tDGct0NOua .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tDGct0NOua .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tDGct0NOua .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tDGct0NOua .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tDGct0NOua .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tDdwQ6Fd7N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1265.jpg");
}
.cid-tDdwQ6Fd7N .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-tDdwQ6Fd7N .content {
    flex-wrap: wrap;
  }
}
.cid-tDdwQ6Fd7N h2,
.cid-tDdwQ6Fd7N h4,
.cid-tDdwQ6Fd7N h5,
.cid-tDdwQ6Fd7N p {
  margin: 0;
}
.cid-tDdwQ6Fd7N .items {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-tDdwQ6Fd7N .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-tDdwQ6Fd7N .item-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cid-tDdwQ6Fd7N .item-container {
    align-content: flex-start;
  }
}
@media (max-width: 680px) {
  .cid-tDdwQ6Fd7N .item-container {
    margin: 0;
  }
}
.cid-tDdwQ6Fd7N .item {
  width: 33.33333%;
  height: 33.33333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-tDdwQ6Fd7N .item .item-img {
  height: 100%;
}
.cid-tDdwQ6Fd7N .item .item-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-tDdwQ6Fd7N .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tDdwQ6Fd7N .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tDdwQ6Fd7N .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tDdwQ6Fd7N .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-tDdwQ6Fd7N .text {
    width: 100%;
  }
}
.cid-tDdwQ6Fd7N .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-tDdwQ6Fd7N .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tDdwQ6Fd7N .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tDdwQ6Fd7N .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-tDdwQ6Fd7N .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-tDdwQ6Fd7N .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-tDdwQ6Fd7N .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-tDdwQ6Fd7N .link {
  position: relative;
  margin-right: 5px;
}
.cid-tDdwQ6Fd7N .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN85J5Nnxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN85J5Nnxy .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sN85J5Nnxy h2,
.cid-sN85J5Nnxy h3,
.cid-sN85J5Nnxy h4,
.cid-sN85J5Nnxy h5 {
  margin: 0;
}
.cid-sN85J5Nnxy .mbr-section-head {
  margin-bottom: 40px;
}
.cid-sN85J5Nnxy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sN85J5Nnxy .mbr-section-subtitle {
  text-align: center;
}
.cid-sN85J5Nnxy .mbr-card-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-sN85J5Nnxy .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 28px;
  margin-bottom: -7px;
}
.cid-sN85J5Nnxy .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-sN85J5Nnxy .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-sN85J5Nnxy .image-wrap {
    width: 100%;
  }
}
.cid-sN85J5Nnxy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN85J5Nnxy .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
}
@media (max-width: 400px) {
  .cid-sN85J5Nnxy .text-wrap {
    bottom: 20px;
  }
}
.cid-sN85J5Nnxy .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-tDGrbfjQN3 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tDGrbfjQN3 .content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 10%;
}
@media (max-width: 1739px) {
  .cid-tDGrbfjQN3 .content {
    padding-top: 5%;
  }
}
@media (max-width: 1399px) {
  .cid-tDGrbfjQN3 .content {
    padding-top: 3%;
  }
}
@media (max-width: 1299px) {
  .cid-tDGrbfjQN3 .content {
    margin: 0 auto;
    text-align: center;
    padding: 8rem 0;
  }
}
@media (max-width: 922px) {
  .cid-tDGrbfjQN3 .content {
    width: 80%;
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tDGrbfjQN3 .content {
    width: 100%;
    padding: 4rem 0;
  }
}
.cid-tDGrbfjQN3 .image-wrap {
  position: absolute;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
}
@media (max-width: 922px) {
  .cid-tDGrbfjQN3 .image-wrap {
    position: static;
    display: flex;
  }
}
@media (max-width: 767px) {
  .cid-tDGrbfjQN3 .image-wrap {
    position: static;
    display: flex;
    flex-direction: column;
  }
}
.cid-tDGrbfjQN3 .img {
  position: absolute;
  width: 750px;
  height: 503px;
}
@media (max-width: 1739px) {
  .cid-tDGrbfjQN3 .img {
    width: 510px;
    height: 342px;
  }
}
@media (max-width: 1399px) {
  .cid-tDGrbfjQN3 .img {
    width: 447px;
    height: 300px;
  }
}
@media (max-width: 1299px) {
  .cid-tDGrbfjQN3 .img {
    width: 268px;
    height: 179px;
  }
}
@media (max-width: 922px) {
  .cid-tDGrbfjQN3 .img {
    position: static;
    width: 33.33333%;
    max-height: 200px;
    margin: 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-tDGrbfjQN3 .img {
    width: 100%;
    margin: 2% 0;
  }
}
.cid-tDGrbfjQN3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDGrbfjQN3 .img2 {
  top: 6rem;
  right: 8rem;
}
@media (max-width: 1739px) {
  .cid-tDGrbfjQN3 .img2 {
    top: 6rem;
    right: 6rem;
  }
}
@media (max-width: 1399px) {
  .cid-tDGrbfjQN3 .img2 {
    top: 4rem;
    right: 6rem;
  }
}
@media (max-width: 1299px) {
  .cid-tDGrbfjQN3 .img2 {
    top: 31rem;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-tDGrbfjQN3 .img2 {
    position: static;
  }
}
.cid-tDGrbfjQN3 .img3 {
  top: 12rem;
  right: 16rem;
}
@media (max-width: 1739px) {
  .cid-tDGrbfjQN3 .img3 {
    top: 12rem;
    right: 12rem;
  }
}
@media (max-width: 1399px) {
  .cid-tDGrbfjQN3 .img3 {
    top: 8rem;
    right: 12rem;
  }
}
@media (max-width: 1299px) {
  .cid-tDGrbfjQN3 .img3 {
    top: 0;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-tDGrbfjQN3 .img3 {
    position: static;
  }
}
.cid-tDGrbfjQN3 .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-tDGrbfjQN3 .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 1299px) {
  .cid-tDGrbfjQN3 .mbr-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tDGrbfjQN3 .mbr-section-btn {
  width: 60%;
}
@media (max-width: 1739px) {
  .cid-tDGrbfjQN3 .mbr-section-btn {
    width: 70%;
  }
}
@media (max-width: 1399px) {
  .cid-tDGrbfjQN3 .mbr-section-btn {
    width: 72%;
  }
}
@media (max-width: 1299px) {
  .cid-tDGrbfjQN3 .mbr-section-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDGrbfjQN3 .mbr-section-btn {
    width: 80%;
  }
}
.cid-tDGrbfjQN3 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-tDGjP5yQcG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDGjP5yQcG h2,
.cid-tDGjP5yQcG h4,
.cid-tDGjP5yQcG p {
  margin: 0;
}
.cid-tDGjP5yQcG img {
  width: 100%;
  height: auto;
}
.cid-tDGjP5yQcG .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-tDGjP5yQcG .text-elements-wrap {
    width: 100%;
  }
}
.cid-tDGjP5yQcG .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-tDGjP5yQcG .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tDGjP5yQcG .col-md-7,
  .cid-tDGjP5yQcG .col-md-5 {
    width: 100%;
  }
}
.cid-tDGjP5yQcG .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tDGjP5yQcG .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tDGjP5yQcG .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tDGjP5yQcG .link-wrap {
  padding-top: 25px;
}
.cid-tDGjP5yQcG .link {
  font-weight: 600;
  position: relative;
}
.cid-tDGjP5yQcG .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tDGmLQOOmK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tDGmLQOOmK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tDGmLQOOmK .photo-split {
  padding: 0;
}
.cid-tDGmLQOOmK .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-tDGmLQOOmK .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tDGmLQOOmK .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tDGmLQOOmK .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tDGmLQOOmK .wrap-block {
  padding: 3rem 3rem;
}
.cid-tDGmLQOOmK .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tDGmLQOOmK .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tDGmLQOOmK .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tDGmLQOOmK .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tDGmLQOOmK .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tDGmLQOOmK .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tDGmLQOOmK .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tDGmLQOOmK .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tDGmLQOOmK .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tDGmLQOOmK .mbr-list {
  text-align: left;
}
.cid-tDGmLQOOmK .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tDGmLQOOmK .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tDGmLQOOmK .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tDGmLQOOmK .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tDGmLQOOmK .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tDGmLQOOmK .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tDGmLQOOmK .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tDGmLQOOmK .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tDGmLQOOmK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tDGmLQOOmK .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tDGmLQOOmK .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tDGmLQOOmK .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tDGmLQOOmK .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tDGmLQOOmK .mbr-section-title,
  .cid-tDGmLQOOmK .mbr-section-subtitle,
  .cid-tDGmLQOOmK .mbr-text {
    text-align: left !important;
  }
  .cid-tDGmLQOOmK .social-list {
    text-align: center !important;
  }
  .cid-tDGmLQOOmK .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tDGmLQOOmK .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tDGmLQOOmK .wrap-block .contents .mbr-section-text {
  color: #232323;
}
.cid-tDdI3pIQWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1268.jpg");
  overflow: hidden;
}
.cid-tDdI3pIQWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdI3pIQWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdI3pIQWq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDdI3pIQWq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDdI3pIQWq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDdI3pIQWq .container {
    padding: 0 20px;
  }
  .cid-tDdI3pIQWq .container .row {
    padding: 0;
  }
}
.cid-tDdI3pIQWq .row {
  justify-content: center;
}
.cid-tDdI3pIQWq .container,
.cid-tDdI3pIQWq .container-fluid {
  position: relative;
}
.cid-tDdI3pIQWq .container .container-color,
.cid-tDdI3pIQWq .container-fluid .container-color {
  position: absolute;
  top: 14rem;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #ceaab3;
}
@media (max-width: 768px) {
  .cid-tDdI3pIQWq .container .container-color,
  .cid-tDdI3pIQWq .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDdI3pIQWq .links-wrapper {
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDdI3pIQWq .links-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDdI3pIQWq .links-wrapper .mbr-link {
  margin-bottom: 0;
}
.cid-tDdI3pIQWq .links-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  height: 100%;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .text-wrapper {
  margin-bottom: 20px;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .text-wrapper .mbr-address {
  margin-bottom: 0;
  opacity: .7;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .link-wrapper a {
  display: block;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .link-wrapper a:hover .mbr-card-link {
  opacity: .5;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .link-wrapper a .mbr-card-link {
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.cid-tDdI3pIQWq .copyright {
  padding: 40px 0;
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tDdI3pIQWq .mbr-link {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-phone {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-card-title {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-address {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-card-link {
  color: #000000;
}
.cid-tDdGlyIV05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDdGlyIV05 nav.navbar {
  position: fixed;
}
.cid-tDdGlyIV05 .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-tDdGlyIV05 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tDdGlyIV05 .dropdown-item:hover,
.cid-tDdGlyIV05 .dropdown-item:focus {
  color: #6b6b6b !important;
}
.cid-tDdGlyIV05 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tDdGlyIV05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-tDdGlyIV05 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-tDdGlyIV05 .container {
  display: flex;
  margin: auto;
}
.cid-tDdGlyIV05 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-tDdGlyIV05 .dropdown-menu,
.cid-tDdGlyIV05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDdGlyIV05 .nav-item:focus,
.cid-tDdGlyIV05 .nav-link:focus {
  outline: none;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tDdGlyIV05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDdGlyIV05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDdGlyIV05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDdGlyIV05 .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-tDdGlyIV05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDdGlyIV05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDdGlyIV05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDdGlyIV05 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDdGlyIV05 .navbar.collapsed {
  justify-content: center;
}
.cid-tDdGlyIV05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDdGlyIV05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDdGlyIV05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tDdGlyIV05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDdGlyIV05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDdGlyIV05 .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-tDdGlyIV05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDdGlyIV05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDdGlyIV05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDdGlyIV05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDdGlyIV05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDdGlyIV05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDdGlyIV05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDdGlyIV05 .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-tDdGlyIV05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDdGlyIV05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDdGlyIV05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDdGlyIV05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDdGlyIV05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDdGlyIV05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDdGlyIV05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDdGlyIV05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDdGlyIV05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDdGlyIV05 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDdGlyIV05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDdGlyIV05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDdGlyIV05 .dropdown-item.active,
.cid-tDdGlyIV05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDdGlyIV05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDdGlyIV05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDdGlyIV05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDdGlyIV05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDdGlyIV05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDdGlyIV05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDdGlyIV05 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tDdGlyIV05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDdGlyIV05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #111213;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDdGlyIV05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDdGlyIV05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDdGlyIV05 .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-tDdGlyIV05 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-tDdGlyIV05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDdGlyIV05 .navbar {
    height: 70px;
  }
  .cid-tDdGlyIV05 .navbar.opened {
    height: auto;
  }
  .cid-tDdGlyIV05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDdGlyIV05 a {
  display: inline;
}
.cid-tDdGlyIV05 img {
  display: inline;
  padding-right: 10px;
}
.cid-tDdGlyIV05 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-tDdGlyIV05 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tDdGlyIV05 .dropdown-item:hover {
  color: #6ec1e4 !important;
}
@media (max-width: 990px) {
  .cid-tDdGlyIV05 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tDdGlyIV05 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tDdGlyIV05 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tDdGlyIV05 .nav-item {
  margin-right: 32px;
}
.cid-tDdGlyIV05 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tDdGlyIV05 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tDdGlyIV05 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tDdGlyIV05 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tDdGlyIV05 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tDdGlyIV05 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-tDdGlyIV05 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tDdGlyIV05 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-tDdGlyIV05 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tDdGlyIV05 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tDdGlyIV05 .dropdown-item:focus {
  color: #6ec1e4 !important;
}
@media (max-width: 945px) {
  .cid-tDdGlyIV05 .top {
    margin-top: 25px;
  }
}
.cid-tDdGlyIV05 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tDdGlyIV05 .container,
  .cid-tDdGlyIV05 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tDdGlyIV05 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tDdGlyIV05 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tDdGlyIV05 .icons-menu {
    min-width: initial !important;
  }
  .cid-tDdGlyIV05 a.btn {
    margin-top: 10px;
  }
}
.cid-tDdGlyIV05 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tDdGlyIV05 a.nav-link::before {
  background-color: #6b6b6b;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-tDdGlyIV05 a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-tDdGlyIV05 a.nav-link:hover {
  color: #6b6b6b !important;
}
.cid-tDdGlyIV05 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-tDdGlyIV05 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-tDdGlyIV05 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-tDdGlyIV05 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-tDdGlyIV05 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-tDdGlyIV05 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-tElPn6vDDr {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tElPn6vDDr h2,
.cid-tElPn6vDDr h4,
.cid-tElPn6vDDr p {
  margin: 0;
}
.cid-tElPn6vDDr .bg-image-wrap {
  width: 50%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(15deg) scale(1.2) translate(50px, -30px);
}
@media (max-width: 1440px) {
  .cid-tElPn6vDDr .bg-image-wrap {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .cid-tElPn6vDDr .bg-image-wrap {
    width: 65%;
  }
}
@media (max-width: 400px) {
  .cid-tElPn6vDDr .bg-image-wrap {
    display: none;
  }
}
.cid-tElPn6vDDr .container-fluid {
  padding: 0;
  margin: 0 auto;
  width: 1300px;
  max-width: 1300px;
}
@media (max-width: 1440px) {
  .cid-tElPn6vDDr .container-fluid {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tElPn6vDDr .container-fluid {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tElPn6vDDr .container-fluid {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tElPn6vDDr .container-fluid {
    width: 86%;
  }
}
.cid-tElPn6vDDr .text-elements {
  width: 100%;
}
.cid-tElPn6vDDr .heading {
  padding-right: 50%;
}
@media (max-width: 1024px) {
  .cid-tElPn6vDDr .heading {
    padding-right: 38%;
  }
}
@media (max-width: 767px) {
  .cid-tElPn6vDDr .heading {
    padding-right: 0;
  }
}
.cid-tElPn6vDDr .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tElPn6vDDr .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tElPn6vDDr .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 73%;
}
@media (max-width: 1024px) {
  .cid-tElPn6vDDr .mbr-text {
    padding-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-tElPn6vDDr .mbr-text {
    padding-right: 40px;
  }
}
.cid-tElPn6vDDr .link {
  font-weight: 600;
  position: relative;
  margin-right: 73%;
}
@media (max-width: 1024px) {
  .cid-tElPn6vDDr .link {
    margin-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-tElPn6vDDr .link {
    margin-right: 40px;
  }
}
.cid-tElPn6vDDr .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tElPq1Sssk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tElPq1Sssk h2,
.cid-tElPq1Sssk h3,
.cid-tElPq1Sssk h4,
.cid-tElPq1Sssk p {
  margin: 0;
}
.cid-tElPq1Sssk .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tElPq1Sssk .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tElPq1Sssk .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tDdI3pIQWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1268.jpg");
  overflow: hidden;
}
.cid-tDdI3pIQWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDdI3pIQWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDdI3pIQWq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDdI3pIQWq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDdI3pIQWq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDdI3pIQWq .container {
    padding: 0 20px;
  }
  .cid-tDdI3pIQWq .container .row {
    padding: 0;
  }
}
.cid-tDdI3pIQWq .row {
  justify-content: center;
}
.cid-tDdI3pIQWq .container,
.cid-tDdI3pIQWq .container-fluid {
  position: relative;
}
.cid-tDdI3pIQWq .container .container-color,
.cid-tDdI3pIQWq .container-fluid .container-color {
  position: absolute;
  top: 14rem;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #ceaab3;
}
@media (max-width: 768px) {
  .cid-tDdI3pIQWq .container .container-color,
  .cid-tDdI3pIQWq .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tDdI3pIQWq .links-wrapper {
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tDdI3pIQWq .links-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tDdI3pIQWq .links-wrapper .mbr-link {
  margin-bottom: 0;
}
.cid-tDdI3pIQWq .links-wrapper .mbr-phone {
  margin-bottom: 0;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  height: 100%;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .text-wrapper {
  margin-bottom: 20px;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .text-wrapper .mbr-address {
  margin-bottom: 0;
  opacity: .7;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .link-wrapper a {
  display: block;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .link-wrapper a:hover .mbr-card-link {
  opacity: .5;
}
.cid-tDdI3pIQWq .row.cards .card-wrapper .link-wrapper a .mbr-card-link {
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.cid-tDdI3pIQWq .copyright {
  padding: 40px 0;
  margin-bottom: 0;
  opacity: .7;
  color: #000000;
  text-align: center;
}
.cid-tDdI3pIQWq .mbr-link {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-phone {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-card-title {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-address {
  color: #000000;
}
.cid-tDdI3pIQWq .mbr-card-link {
  color: #000000;
}
