body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #222d35 !important;
}
.bg-success {
  background-color: #3fb238 !important;
}
.bg-info {
  background-color: #c9d928 !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #a32b31 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #222d35 !important;
  border-color: #222d35 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6283a2 !important;
  border-color: #6283a2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #40576d !important;
  border-color: #40576d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #40576d !important;
  border-color: #40576d !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9d928 !important;
  border-color: #c9d928 !important;
  color: #020200 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #86911a !important;
  border-color: #86911a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #020200 !important;
  background-color: #86911a !important;
  border-color: #86911a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3fb238 !important;
  border-color: #3fb238 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #287023 !important;
  border-color: #287023 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #287023 !important;
  border-color: #287023 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4c4c4c !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a32b31 !important;
  border-color: #a32b31 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5e191c !important;
  border-color: #5e191c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5e191c !important;
  border-color: #5e191c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.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;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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;
  color: #222d35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #222d35 !important;
  border-color: #222d35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #6283a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #40576d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6283a2 !important;
  border-color: #6283a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #c9d928;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #86911a !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #020200 !important;
  background-color: #c9d928 !important;
  border-color: #c9d928 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #3fb238;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #287023 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3fb238 !important;
  border-color: #3fb238 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #a32b31;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5e191c !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a32b31 !important;
  border-color: #a32b31 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #222d35 !important;
}
.text-secondary {
  color: #6283a2 !important;
}
.text-success {
  color: #3fb238 !important;
}
.text-info {
  color: #c9d928 !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #a32b31 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #202a32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5f80a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3eae37 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c6d626 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f4f4f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9f2a30 !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;
}
.nav-tabs .nav-link.active {
  color: #222d35;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9d928;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #a32b31;
}
.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: #222d35;
  border-color: #222d35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #222d35;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #89a2b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #92db8e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f5f8d5;
}
.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: #da7378;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #222d35;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #222d35;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #222d35;
}
.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: #222d35;
  border-bottom-color: #222d35;
}
.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: #222d35 !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: #6283a2 !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='%23222d35' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%236283a2' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sCiYWD0fCw {
  z-index: 1000;
  width: 100%;
}
.cid-sCiYWD0fCw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .nav-item {
    margin: 0 !important;
  }
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-sCiYWD0fCw .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-sCiYWD0fCw .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-sCiYWD0fCw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCiYWD0fCw .nav-link {
  position: relative;
}
.cid-sCiYWD0fCw .container {
  display: flex;
  margin: auto;
}
.cid-sCiYWD0fCw .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown-menu,
.cid-sCiYWD0fCw .navbar.opened {
  background: #ffffff !important;
}
.cid-sCiYWD0fCw .nav-item:focus,
.cid-sCiYWD0fCw .nav-link:focus {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCiYWD0fCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCiYWD0fCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sCiYWD0fCw .navbar.opened {
  transition: all 0.3s;
}
.cid-sCiYWD0fCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCiYWD0fCw .navbar .navbar-logo img {
  width: auto;
}
.cid-sCiYWD0fCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar.collapsed {
  justify-content: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCiYWD0fCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCiYWD0fCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCiYWD0fCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCiYWD0fCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCiYWD0fCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCiYWD0fCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCiYWD0fCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCiYWD0fCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown-item.active,
.cid-sCiYWD0fCw .dropdown-item:active {
  background-color: transparent;
}
.cid-sCiYWD0fCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCiYWD0fCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCiYWD0fCw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sCiYWD0fCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCiYWD0fCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCiYWD0fCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar {
    height: 70px;
  }
  .cid-sCiYWD0fCw .navbar.opened {
    height: auto;
  }
  .cid-sCiYWD0fCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCiYWTE1ss {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/aerial-oxford-1600x550.webp");
}
.cid-sCiYWTE1ss .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCiYWTE1ss .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sCiYWTE1ss .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sCiYWTE1ss .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sCiYWTE1ss .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sCiYWTE1ss .circle_animation .circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.cid-sCiYWTE1ss .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #6283a2;
}
.cid-sCiYWTE1ss .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-sCiYWTE1ss .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sCiYWTE1ss .mbr-section-title,
.cid-sCiYWTE1ss .linkBtn,
.cid-sCiYWTE1ss .date_wrap {
  color: #000000;
}
.cid-sCiYWTE1ss .mbr-section-subtitle {
  color: #222d35;
}
.cid-uWHGN8ZkpT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uWHGN8ZkpT .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uWHGN8ZkpT .mbr-section-title {
  margin-bottom: 1.25rem;
  text-align: left;
  line-height: 1.1;
}
.cid-uWHGN8ZkpT .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uWHGN8ZkpT .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uWHGN8ZkpT .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uWHGN8ZkpT .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sDb7plsAKw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eae8e4;
}
.cid-sDb7plsAKw .main_header {
  margin-bottom: 2.5rem;
}
.cid-sDb7plsAKw .subtitle-line {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted rgba(34, 34, 53, 0.5);
  margin: 0 auto 1rem auto;
}
.cid-sDb7plsAKw .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-sDb7plsAKw .mbr-section-title {
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.cid-sDb7plsAKw .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-sDb7plsAKw .card {
  border-radius: 0;
}
.cid-sDb7plsAKw .card .card-box {
  border-top: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-sDb7plsAKw .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
}
@media (min-width: 992px) {
  .cid-sDb7plsAKw .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-sDb7plsAKw .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-sDb7plsAKw .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-sDb7plsAKw .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-sDb7plsAKw .card:nth-child(1) .circle_fill {
  background-color: #a32b31;
}
.cid-sDb7plsAKw .card:nth-child(2) .circle_fill {
  background-color: #3fb238;
}
.cid-sDb7plsAKw .card:nth-child(3) .circle_fill {
  background-color: #c9d928;
}
.cid-sDb7plsAKw .card:nth-child(4) .circle_fill {
  background-color: #6283a2;
}
.cid-sDb7plsAKw .card-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-sDb7plsAKw .content_box {
  display: flex;
}
.cid-sDb7plsAKw .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-sDb7plsAKw .content_text {
  max-width: 45%;
}
.cid-sDb7plsAKw .card-text {
  margin-bottom: .5rem;
}
.cid-sDb7plsAKw .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-sDb7plsAKw .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-sDb7plsAKw .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-sDb7plsAKw .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #222d35;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-sDb7plsAKw .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-sDb7plsAKw .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-sDb7plsAKw .main_header {
    margin-bottom: 1.5rem;
  }
  .cid-sDb7plsAKw .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sDb7plsAKw .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-sDb7plsAKw .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-sDb7plsAKw .content_box {
    flex-direction: column;
  }
  .cid-sDb7plsAKw .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-sDb7plsAKw .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-sDb7plsAKw .card-text {
    margin-bottom: 1rem;
  }
  .cid-sDb7plsAKw .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-sDb7plsAKw .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-sDb7plsAKw .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-sDb7plsAKw .card-title {
  color: #373c42;
}
.cid-sDb7plsAKw .card-text,
.cid-sDb7plsAKw .linkBtn {
  color: #222d35;
}
.cid-uWIc6Z5KqI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uWIc6Z5KqI .subtitle-line {
  content: "";
  display: block;
  width: 92%;
  height: 1px;
  border-top: 1px dotted rgba(34, 34, 53, 0.5);
  margin: 0 auto 1rem auto;
}
.cid-uWIc6Z5KqI .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uWIc6Z5KqI .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uWIc6Z5KqI form {
  margin-top: 2.5rem;
}
.cid-uWIc6Z5KqI input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uWIc6Z5KqI input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uWIc6Z5KqI .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-uWIc6Z5KqI .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #6283a2;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uWIc6Z5KqI .mbr-form .form-control:focus {
  border-color: #000000;
}
.cid-uWIc6Z5KqI .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-uWIc6Z5KqI .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-uWIc6Z5KqI .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-uWIc6Z5KqI .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uWIc6Z5KqI .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uWIc6Z5KqI .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uWIc6Z5KqI .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
}
.cid-uWIc6Z5KqI .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uWIc6Z5KqI .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uWIc6Z5KqI .card_item:nth-child(2) .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uWIc6Z5KqI .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uWIc6Z5KqI .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uWIc6Z5KqI .card_item:nth-child(3) .square_fill {
  background-color: #c9d928;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uWIc6Z5KqI .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uWIc6Z5KqI .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uWIc6Z5KqI .card-box {
  height: 100%;
}
.cid-uWIc6Z5KqI .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uWIc6Z5KqI .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uWIc6Z5KqI .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uWIc6Z5KqI .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uWIc6Z5KqI .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uWIc6Z5KqI .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-uWIc6Z5KqI .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uWIc6Z5KqI .item-wrapper {
    padding: 0;
  }
  .cid-uWIc6Z5KqI .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uWIc6Z5KqI .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uWIc6Z5KqI .mbr-text {
    margin-top: .75rem;
  }
  .cid-uWIc6Z5KqI .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uWIc6Z5KqI .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uWIc6Z5KqI .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uWIc6Z5KqI .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-uWIc6Z5KqI .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uWIc6Z5KqI .textGDPR {
  font-size: 14px;
}
.cid-uXpT0utZv6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXpT0utZv6 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXpT0utZv6 .phone-number {
    text-align: center;
  }
}
.cid-uXpT0utZv6 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXpT0utZv6 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXpT0utZv6 .soc-item {
  margin-right: 27px;
}
.cid-uXpT0utZv6 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXpT0utZv6 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXpT0utZv6 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXq20g8hjl {
  z-index: 1000;
  width: 100%;
}
.cid-uXq20g8hjl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXq20g8hjl .nav-item {
    margin: 0 !important;
  }
}
.cid-uXq20g8hjl .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-uXq20g8hjl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXq20g8hjl .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXq20g8hjl .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXq20g8hjl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXq20g8hjl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXq20g8hjl .nav-link {
  position: relative;
}
.cid-uXq20g8hjl .container {
  display: flex;
  margin: auto;
}
.cid-uXq20g8hjl .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXq20g8hjl .dropdown-menu,
.cid-uXq20g8hjl .navbar.opened {
  background: #ffffff !important;
}
.cid-uXq20g8hjl .nav-item:focus,
.cid-uXq20g8hjl .nav-link:focus {
  outline: none;
}
.cid-uXq20g8hjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXq20g8hjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXq20g8hjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXq20g8hjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXq20g8hjl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXq20g8hjl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXq20g8hjl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXq20g8hjl .navbar.opened {
  transition: all 0.3s;
}
.cid-uXq20g8hjl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXq20g8hjl .navbar .navbar-logo img {
  width: auto;
}
.cid-uXq20g8hjl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXq20g8hjl .navbar.collapsed {
  justify-content: center;
}
.cid-uXq20g8hjl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXq20g8hjl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXq20g8hjl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXq20g8hjl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXq20g8hjl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXq20g8hjl .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-uXq20g8hjl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXq20g8hjl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXq20g8hjl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXq20g8hjl .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXq20g8hjl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXq20g8hjl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXq20g8hjl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXq20g8hjl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXq20g8hjl .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-uXq20g8hjl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXq20g8hjl .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXq20g8hjl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXq20g8hjl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXq20g8hjl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXq20g8hjl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXq20g8hjl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXq20g8hjl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXq20g8hjl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXq20g8hjl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXq20g8hjl .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-uXq20g8hjl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXq20g8hjl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXq20g8hjl .dropdown-item.active,
.cid-uXq20g8hjl .dropdown-item:active {
  background-color: transparent;
}
.cid-uXq20g8hjl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXq20g8hjl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXq20g8hjl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXq20g8hjl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXq20g8hjl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXq20g8hjl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXq20g8hjl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXq20g8hjl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXq20g8hjl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXq20g8hjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXq20g8hjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXq20g8hjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXq20g8hjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXq20g8hjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXq20g8hjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXq20g8hjl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXq20g8hjl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXq20g8hjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXq20g8hjl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXq20g8hjl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXq20g8hjl .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-uXq20g8hjl .navbar {
    height: 70px;
  }
  .cid-uXq20g8hjl .navbar.opened {
    height: auto;
  }
  .cid-uXq20g8hjl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXq20gA4tx {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #eae8e4;
}
.cid-uXq20gA4tx .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXq20gA4tx .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXq20gA4tx .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXq20gA4tx .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXq20gA4tx .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXq20gA4tx .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXq20gA4tx .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXq20gA4tx .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXq20gA4tx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXq20gA4tx .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXq20gA4tx .row {
    flex-direction: column-reverse;
  }
  .cid-uXq20gA4tx .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXq20gA4tx .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXq20gA4tx .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXq20gA4tx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXq20gA4tx .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXq20gA4tx .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXq20gA4tx .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXq20gA4tx .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXq20gA4tx .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXq20gA4tx .card:hover .square_fill {
    transform: none;
  }
  .cid-uXq20gA4tx .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXq20gA4tx .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXq20gA4tx .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXq20gA4tx .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXq20gS1I9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXq20gS1I9 .row {
  align-items: center;
}
.cid-uXq20gS1I9 .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXq20gS1I9 .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXq20gS1I9 .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXq20gS1I9 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXq20gS1I9 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXq20gS1I9 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXq20gS1I9 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXq20gS1I9 .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXq20gS1I9 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXq20gS1I9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXq20gS1I9 .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXq20gS1I9 .row {
    flex-direction: column-reverse;
  }
  .cid-uXq20gS1I9 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXq20gS1I9 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXq20gS1I9 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXq20gS1I9 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXq20gS1I9 .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXq20gS1I9 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXq20gS1I9 .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXq20gS1I9 .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXq20gS1I9 .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXq20gS1I9 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXq20gS1I9 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXq20gS1I9 .card:hover .square_fill {
    transform: none;
  }
  .cid-uXq20gS1I9 .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXq20gS1I9 .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXq20gS1I9 .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXq20gS1I9 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXq20hcYI7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXq20hcYI7 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXq20hcYI7 .phone-number {
    text-align: center;
  }
}
.cid-uXq20hcYI7 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXq20hcYI7 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXq20hcYI7 .soc-item {
  margin-right: 27px;
}
.cid-uXq20hcYI7 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXq20hcYI7 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXq20hcYI7 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-sCiYWD0fCw {
  z-index: 1000;
  width: 100%;
}
.cid-sCiYWD0fCw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .nav-item {
    margin: 0 !important;
  }
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-sCiYWD0fCw .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-sCiYWD0fCw .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-sCiYWD0fCw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCiYWD0fCw .nav-link {
  position: relative;
}
.cid-sCiYWD0fCw .container {
  display: flex;
  margin: auto;
}
.cid-sCiYWD0fCw .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown-menu,
.cid-sCiYWD0fCw .navbar.opened {
  background: #ffffff !important;
}
.cid-sCiYWD0fCw .nav-item:focus,
.cid-sCiYWD0fCw .nav-link:focus {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCiYWD0fCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCiYWD0fCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sCiYWD0fCw .navbar.opened {
  transition: all 0.3s;
}
.cid-sCiYWD0fCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCiYWD0fCw .navbar .navbar-logo img {
  width: auto;
}
.cid-sCiYWD0fCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar.collapsed {
  justify-content: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCiYWD0fCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCiYWD0fCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCiYWD0fCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCiYWD0fCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCiYWD0fCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCiYWD0fCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCiYWD0fCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCiYWD0fCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown-item.active,
.cid-sCiYWD0fCw .dropdown-item:active {
  background-color: transparent;
}
.cid-sCiYWD0fCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCiYWD0fCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCiYWD0fCw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sCiYWD0fCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCiYWD0fCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCiYWD0fCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar {
    height: 70px;
  }
  .cid-sCiYWD0fCw .navbar.opened {
    height: auto;
  }
  .cid-sCiYWD0fCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXkRVilVsv {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #eae8e4;
}
.cid-uXkRVilVsv .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXkRVilVsv .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXkRVilVsv .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXkRVilVsv .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXkRVilVsv .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXkRVilVsv .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXkRVilVsv .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXkRVilVsv .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXkRVilVsv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXkRVilVsv .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXkRVilVsv .row {
    flex-direction: column-reverse;
  }
  .cid-uXkRVilVsv .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXkRVilVsv .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXkRVilVsv .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXkRVilVsv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXkRVilVsv .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXkRVilVsv .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXkRVilVsv .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXkRVilVsv .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXkRVilVsv .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXkRVilVsv .card:hover .square_fill {
    transform: none;
  }
  .cid-uXkRVilVsv .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXkRVilVsv .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXkRVilVsv .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXkRVilVsv .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXpr0usOOO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXpr0usOOO .row {
  align-items: center;
}
.cid-uXpr0usOOO .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXpr0usOOO .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXpr0usOOO .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXpr0usOOO .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXpr0usOOO .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXpr0usOOO .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXpr0usOOO .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXpr0usOOO .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXpr0usOOO .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXpr0usOOO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXpr0usOOO .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXpr0usOOO .row {
    flex-direction: column-reverse;
  }
  .cid-uXpr0usOOO .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXpr0usOOO .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXpr0usOOO .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXpr0usOOO .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXpr0usOOO .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXpr0usOOO .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXpr0usOOO .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXpr0usOOO .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXpr0usOOO .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXpr0usOOO .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXpr0usOOO .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXpr0usOOO .card:hover .square_fill {
    transform: none;
  }
  .cid-uXpr0usOOO .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXpr0usOOO .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXpr0usOOO .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXpr0usOOO .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXpVHtFwpi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXpVHtFwpi .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXpVHtFwpi .phone-number {
    text-align: center;
  }
}
.cid-uXpVHtFwpi .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXpVHtFwpi .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXpVHtFwpi .soc-item {
  margin-right: 27px;
}
.cid-uXpVHtFwpi .soc-item:last-child {
  margin-right: 0;
}
.cid-uXpVHtFwpi .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXpVHtFwpi .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXpEbPreoc {
  z-index: 1000;
  width: 100%;
}
.cid-uXpEbPreoc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXpEbPreoc .nav-item {
    margin: 0 !important;
  }
}
.cid-uXpEbPreoc .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-uXpEbPreoc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXpEbPreoc .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXpEbPreoc .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXpEbPreoc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXpEbPreoc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXpEbPreoc .nav-link {
  position: relative;
}
.cid-uXpEbPreoc .container {
  display: flex;
  margin: auto;
}
.cid-uXpEbPreoc .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXpEbPreoc .dropdown-menu,
.cid-uXpEbPreoc .navbar.opened {
  background: #ffffff !important;
}
.cid-uXpEbPreoc .nav-item:focus,
.cid-uXpEbPreoc .nav-link:focus {
  outline: none;
}
.cid-uXpEbPreoc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXpEbPreoc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXpEbPreoc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXpEbPreoc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpEbPreoc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXpEbPreoc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXpEbPreoc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXpEbPreoc .navbar.opened {
  transition: all 0.3s;
}
.cid-uXpEbPreoc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXpEbPreoc .navbar .navbar-logo img {
  width: auto;
}
.cid-uXpEbPreoc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXpEbPreoc .navbar.collapsed {
  justify-content: center;
}
.cid-uXpEbPreoc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXpEbPreoc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXpEbPreoc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXpEbPreoc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXpEbPreoc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXpEbPreoc .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-uXpEbPreoc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXpEbPreoc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXpEbPreoc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXpEbPreoc .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXpEbPreoc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXpEbPreoc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXpEbPreoc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXpEbPreoc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXpEbPreoc .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-uXpEbPreoc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXpEbPreoc .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXpEbPreoc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXpEbPreoc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXpEbPreoc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXpEbPreoc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXpEbPreoc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXpEbPreoc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXpEbPreoc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXpEbPreoc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXpEbPreoc .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-uXpEbPreoc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXpEbPreoc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXpEbPreoc .dropdown-item.active,
.cid-uXpEbPreoc .dropdown-item:active {
  background-color: transparent;
}
.cid-uXpEbPreoc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXpEbPreoc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXpEbPreoc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXpEbPreoc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXpEbPreoc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXpEbPreoc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXpEbPreoc ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXpEbPreoc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXpEbPreoc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXpEbPreoc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXpEbPreoc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXpEbPreoc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpEbPreoc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpEbPreoc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXpEbPreoc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpEbPreoc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXpEbPreoc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXpEbPreoc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpEbPreoc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXpEbPreoc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXpEbPreoc .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-uXpEbPreoc .navbar {
    height: 70px;
  }
  .cid-uXpEbPreoc .navbar.opened {
    height: auto;
  }
  .cid-uXpEbPreoc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXpEbNGnPk {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-uXpEbNGnPk .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uXpEbNGnPk .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-uXpEbNGnPk .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uXpEbNGnPk .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uXpEbNGnPk .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uXpEbNGnPk .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uXpV1TClim {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXpV1TClim .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXpV1TClim .phone-number {
    text-align: center;
  }
}
.cid-uXpV1TClim .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXpV1TClim .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXpV1TClim .soc-item {
  margin-right: 27px;
}
.cid-uXpV1TClim .soc-item:last-child {
  margin-right: 0;
}
.cid-uXpV1TClim .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXpV1TClim .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-sCiYWD0fCw {
  z-index: 1000;
  width: 100%;
}
.cid-sCiYWD0fCw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .nav-item {
    margin: 0 !important;
  }
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-sCiYWD0fCw .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-sCiYWD0fCw .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-sCiYWD0fCw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCiYWD0fCw .nav-link {
  position: relative;
}
.cid-sCiYWD0fCw .container {
  display: flex;
  margin: auto;
}
.cid-sCiYWD0fCw .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown-menu,
.cid-sCiYWD0fCw .navbar.opened {
  background: #ffffff !important;
}
.cid-sCiYWD0fCw .nav-item:focus,
.cid-sCiYWD0fCw .nav-link:focus {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCiYWD0fCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCiYWD0fCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sCiYWD0fCw .navbar.opened {
  transition: all 0.3s;
}
.cid-sCiYWD0fCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCiYWD0fCw .navbar .navbar-logo img {
  width: auto;
}
.cid-sCiYWD0fCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar.collapsed {
  justify-content: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCiYWD0fCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCiYWD0fCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCiYWD0fCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCiYWD0fCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCiYWD0fCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCiYWD0fCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCiYWD0fCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCiYWD0fCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown-item.active,
.cid-sCiYWD0fCw .dropdown-item:active {
  background-color: transparent;
}
.cid-sCiYWD0fCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCiYWD0fCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCiYWD0fCw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sCiYWD0fCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCiYWD0fCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCiYWD0fCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar {
    height: 70px;
  }
  .cid-sCiYWD0fCw .navbar.opened {
    height: auto;
  }
  .cid-sCiYWD0fCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXpz6ROmD5 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-uXpz6ROmD5 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uXpz6ROmD5 .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-uXpz6ROmD5 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uXpz6ROmD5 .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uXpz6ROmD5 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uXpz6ROmD5 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uXpUX0koq5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXpUX0koq5 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXpUX0koq5 .phone-number {
    text-align: center;
  }
}
.cid-uXpUX0koq5 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXpUX0koq5 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXpUX0koq5 .soc-item {
  margin-right: 27px;
}
.cid-uXpUX0koq5 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXpUX0koq5 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXpUX0koq5 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXsUDOZqSJ {
  z-index: 1000;
  width: 100%;
}
.cid-uXsUDOZqSJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXsUDOZqSJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uXsUDOZqSJ .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-uXsUDOZqSJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXsUDOZqSJ .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXsUDOZqSJ .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXsUDOZqSJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXsUDOZqSJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXsUDOZqSJ .nav-link {
  position: relative;
}
.cid-uXsUDOZqSJ .container {
  display: flex;
  margin: auto;
}
.cid-uXsUDOZqSJ .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXsUDOZqSJ .dropdown-menu,
.cid-uXsUDOZqSJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uXsUDOZqSJ .nav-item:focus,
.cid-uXsUDOZqSJ .nav-link:focus {
  outline: none;
}
.cid-uXsUDOZqSJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXsUDOZqSJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXsUDOZqSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXsUDOZqSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXsUDOZqSJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXsUDOZqSJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXsUDOZqSJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXsUDOZqSJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uXsUDOZqSJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXsUDOZqSJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uXsUDOZqSJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXsUDOZqSJ .navbar.collapsed {
  justify-content: center;
}
.cid-uXsUDOZqSJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXsUDOZqSJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXsUDOZqSJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXsUDOZqSJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXsUDOZqSJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXsUDOZqSJ .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-uXsUDOZqSJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXsUDOZqSJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXsUDOZqSJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXsUDOZqSJ .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXsUDOZqSJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXsUDOZqSJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXsUDOZqSJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXsUDOZqSJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXsUDOZqSJ .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-uXsUDOZqSJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXsUDOZqSJ .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXsUDOZqSJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXsUDOZqSJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXsUDOZqSJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXsUDOZqSJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXsUDOZqSJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXsUDOZqSJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXsUDOZqSJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXsUDOZqSJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXsUDOZqSJ .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-uXsUDOZqSJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXsUDOZqSJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXsUDOZqSJ .dropdown-item.active,
.cid-uXsUDOZqSJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXsUDOZqSJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXsUDOZqSJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXsUDOZqSJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXsUDOZqSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXsUDOZqSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXsUDOZqSJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXsUDOZqSJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXsUDOZqSJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXsUDOZqSJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXsUDOZqSJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXsUDOZqSJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXsUDOZqSJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsUDOZqSJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsUDOZqSJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXsUDOZqSJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsUDOZqSJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXsUDOZqSJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXsUDOZqSJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsUDOZqSJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXsUDOZqSJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXsUDOZqSJ .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-uXsUDOZqSJ .navbar {
    height: 70px;
  }
  .cid-uXsUDOZqSJ .navbar.opened {
    height: auto;
  }
  .cid-uXsUDOZqSJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXsUDPR13v {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXsUDPR13v .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXsUDPR13v .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXsUDPR13v .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXsUDPR13v .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXsUDPR13v .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXsUDPR13v .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXsUDPR13v .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXsUDPR13v .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXsUDPR13v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXsUDPR13v .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXsUDPR13v .row {
    flex-direction: column-reverse;
  }
  .cid-uXsUDPR13v .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXsUDPR13v .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXsUDPR13v .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXsUDPR13v .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXsUDPR13v .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXsUDPR13v .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXsUDPR13v .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXsUDPR13v .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXsUDPR13v .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXsUDPR13v .card:hover .square_fill {
    transform: none;
  }
  .cid-uXsUDPR13v .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXsUDPR13v .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXsUDPR13v .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXsUDPR13v .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXsUDQv2vw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXsUDQv2vw .row {
  align-items: center;
}
.cid-uXsUDQv2vw .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXsUDQv2vw .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXsUDQv2vw .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXsUDQv2vw .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXsUDQv2vw .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXsUDQv2vw .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXsUDQv2vw .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXsUDQv2vw .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXsUDQv2vw .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXsUDQv2vw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXsUDQv2vw .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXsUDQv2vw .row {
    flex-direction: column-reverse;
  }
  .cid-uXsUDQv2vw .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXsUDQv2vw .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXsUDQv2vw .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXsUDQv2vw .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXsUDQv2vw .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXsUDQv2vw .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXsUDQv2vw .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXsUDQv2vw .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXsUDQv2vw .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXsUDQv2vw .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXsUDQv2vw .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXsUDQv2vw .card:hover .square_fill {
    transform: none;
  }
  .cid-uXsUDQv2vw .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXsUDQv2vw .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXsUDQv2vw .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXsUDQv2vw .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXsUDR8fJb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXsUDR8fJb .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXsUDR8fJb .phone-number {
    text-align: center;
  }
}
.cid-uXsUDR8fJb .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXsUDR8fJb .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXsUDR8fJb .soc-item {
  margin-right: 27px;
}
.cid-uXsUDR8fJb .soc-item:last-child {
  margin-right: 0;
}
.cid-uXsUDR8fJb .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXsUDR8fJb .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXyufFCWNi {
  z-index: 1000;
  width: 100%;
}
.cid-uXyufFCWNi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXyufFCWNi .nav-item {
    margin: 0 !important;
  }
}
.cid-uXyufFCWNi .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-uXyufFCWNi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXyufFCWNi .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXyufFCWNi .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXyufFCWNi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXyufFCWNi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXyufFCWNi .nav-link {
  position: relative;
}
.cid-uXyufFCWNi .container {
  display: flex;
  margin: auto;
}
.cid-uXyufFCWNi .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXyufFCWNi .dropdown-menu,
.cid-uXyufFCWNi .navbar.opened {
  background: #ffffff !important;
}
.cid-uXyufFCWNi .nav-item:focus,
.cid-uXyufFCWNi .nav-link:focus {
  outline: none;
}
.cid-uXyufFCWNi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXyufFCWNi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXyufFCWNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXyufFCWNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXyufFCWNi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXyufFCWNi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXyufFCWNi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXyufFCWNi .navbar.opened {
  transition: all 0.3s;
}
.cid-uXyufFCWNi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXyufFCWNi .navbar .navbar-logo img {
  width: auto;
}
.cid-uXyufFCWNi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXyufFCWNi .navbar.collapsed {
  justify-content: center;
}
.cid-uXyufFCWNi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXyufFCWNi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXyufFCWNi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXyufFCWNi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXyufFCWNi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXyufFCWNi .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-uXyufFCWNi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXyufFCWNi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXyufFCWNi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXyufFCWNi .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXyufFCWNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXyufFCWNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXyufFCWNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXyufFCWNi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXyufFCWNi .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-uXyufFCWNi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXyufFCWNi .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXyufFCWNi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXyufFCWNi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXyufFCWNi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXyufFCWNi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXyufFCWNi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXyufFCWNi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXyufFCWNi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXyufFCWNi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXyufFCWNi .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-uXyufFCWNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXyufFCWNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXyufFCWNi .dropdown-item.active,
.cid-uXyufFCWNi .dropdown-item:active {
  background-color: transparent;
}
.cid-uXyufFCWNi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXyufFCWNi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXyufFCWNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXyufFCWNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXyufFCWNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXyufFCWNi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXyufFCWNi ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXyufFCWNi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXyufFCWNi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXyufFCWNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXyufFCWNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXyufFCWNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXyufFCWNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXyufFCWNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXyufFCWNi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXyufFCWNi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXyufFCWNi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXyufFCWNi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXyufFCWNi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXyufFCWNi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXyufFCWNi .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-uXyufFCWNi .navbar {
    height: 70px;
  }
  .cid-uXyufFCWNi .navbar.opened {
    height: auto;
  }
  .cid-uXyufFCWNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXyufGFbTj {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXyufGFbTj .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXyufGFbTj .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXyufGFbTj .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXyufGFbTj .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXyufGFbTj .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXyufGFbTj .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXyufGFbTj .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXyufGFbTj .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXyufGFbTj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXyufGFbTj .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyufGFbTj .row {
    flex-direction: column-reverse;
  }
  .cid-uXyufGFbTj .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXyufGFbTj .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXyufGFbTj .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXyufGFbTj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXyufGFbTj .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXyufGFbTj .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXyufGFbTj .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXyufGFbTj .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXyufGFbTj .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyufGFbTj .card:hover .square_fill {
    transform: none;
  }
  .cid-uXyufGFbTj .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXyufGFbTj .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXyufGFbTj .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXyufGFbTj .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXyufHo56I {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXyufHo56I .row {
  align-items: center;
}
.cid-uXyufHo56I .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXyufHo56I .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXyufHo56I .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXyufHo56I .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXyufHo56I .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXyufHo56I .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXyufHo56I .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXyufHo56I .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXyufHo56I .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXyufHo56I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXyufHo56I .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyufHo56I .row {
    flex-direction: column-reverse;
  }
  .cid-uXyufHo56I .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXyufHo56I .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXyufHo56I .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXyufHo56I .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyufHo56I .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXyufHo56I .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXyufHo56I .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXyufHo56I .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXyufHo56I .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXyufHo56I .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXyufHo56I .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyufHo56I .card:hover .square_fill {
    transform: none;
  }
  .cid-uXyufHo56I .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXyufHo56I .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXyufHo56I .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXyufHo56I .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXyufHWrKE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXyufHWrKE .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXyufHWrKE .phone-number {
    text-align: center;
  }
}
.cid-uXyufHWrKE .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXyufHWrKE .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXyufHWrKE .soc-item {
  margin-right: 27px;
}
.cid-uXyufHWrKE .soc-item:last-child {
  margin-right: 0;
}
.cid-uXyufHWrKE .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXyufHWrKE .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXyDsNdLHL {
  z-index: 1000;
  width: 100%;
}
.cid-uXyDsNdLHL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXyDsNdLHL .nav-item {
    margin: 0 !important;
  }
}
.cid-uXyDsNdLHL .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-uXyDsNdLHL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXyDsNdLHL .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXyDsNdLHL .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXyDsNdLHL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXyDsNdLHL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXyDsNdLHL .nav-link {
  position: relative;
}
.cid-uXyDsNdLHL .container {
  display: flex;
  margin: auto;
}
.cid-uXyDsNdLHL .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXyDsNdLHL .dropdown-menu,
.cid-uXyDsNdLHL .navbar.opened {
  background: #ffffff !important;
}
.cid-uXyDsNdLHL .nav-item:focus,
.cid-uXyDsNdLHL .nav-link:focus {
  outline: none;
}
.cid-uXyDsNdLHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXyDsNdLHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXyDsNdLHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXyDsNdLHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXyDsNdLHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXyDsNdLHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXyDsNdLHL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXyDsNdLHL .navbar.opened {
  transition: all 0.3s;
}
.cid-uXyDsNdLHL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXyDsNdLHL .navbar .navbar-logo img {
  width: auto;
}
.cid-uXyDsNdLHL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXyDsNdLHL .navbar.collapsed {
  justify-content: center;
}
.cid-uXyDsNdLHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXyDsNdLHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXyDsNdLHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXyDsNdLHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXyDsNdLHL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXyDsNdLHL .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-uXyDsNdLHL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXyDsNdLHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXyDsNdLHL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXyDsNdLHL .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXyDsNdLHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXyDsNdLHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXyDsNdLHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXyDsNdLHL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXyDsNdLHL .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-uXyDsNdLHL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXyDsNdLHL .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXyDsNdLHL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXyDsNdLHL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXyDsNdLHL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXyDsNdLHL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXyDsNdLHL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXyDsNdLHL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXyDsNdLHL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXyDsNdLHL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXyDsNdLHL .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-uXyDsNdLHL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXyDsNdLHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXyDsNdLHL .dropdown-item.active,
.cid-uXyDsNdLHL .dropdown-item:active {
  background-color: transparent;
}
.cid-uXyDsNdLHL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXyDsNdLHL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXyDsNdLHL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXyDsNdLHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXyDsNdLHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXyDsNdLHL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXyDsNdLHL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXyDsNdLHL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXyDsNdLHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXyDsNdLHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXyDsNdLHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXyDsNdLHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXyDsNdLHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXyDsNdLHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXyDsNdLHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXyDsNdLHL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXyDsNdLHL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXyDsNdLHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXyDsNdLHL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXyDsNdLHL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXyDsNdLHL .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-uXyDsNdLHL .navbar {
    height: 70px;
  }
  .cid-uXyDsNdLHL .navbar.opened {
    height: auto;
  }
  .cid-uXyDsNdLHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXyDsNMKhs {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXyDsNMKhs .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXyDsNMKhs .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXyDsNMKhs .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXyDsNMKhs .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXyDsNMKhs .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXyDsNMKhs .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXyDsNMKhs .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXyDsNMKhs .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXyDsNMKhs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXyDsNMKhs .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyDsNMKhs .row {
    flex-direction: column-reverse;
  }
  .cid-uXyDsNMKhs .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXyDsNMKhs .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXyDsNMKhs .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXyDsNMKhs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXyDsNMKhs .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXyDsNMKhs .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXyDsNMKhs .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXyDsNMKhs .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXyDsNMKhs .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyDsNMKhs .card:hover .square_fill {
    transform: none;
  }
  .cid-uXyDsNMKhs .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXyDsNMKhs .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXyDsNMKhs .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXyDsNMKhs .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXyDsOoT8l {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXyDsOoT8l .row {
  align-items: center;
}
.cid-uXyDsOoT8l .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXyDsOoT8l .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXyDsOoT8l .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXyDsOoT8l .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXyDsOoT8l .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXyDsOoT8l .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXyDsOoT8l .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXyDsOoT8l .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXyDsOoT8l .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXyDsOoT8l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXyDsOoT8l .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyDsOoT8l .row {
    flex-direction: column-reverse;
  }
  .cid-uXyDsOoT8l .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXyDsOoT8l .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXyDsOoT8l .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXyDsOoT8l .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyDsOoT8l .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXyDsOoT8l .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXyDsOoT8l .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXyDsOoT8l .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXyDsOoT8l .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXyDsOoT8l .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXyDsOoT8l .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyDsOoT8l .card:hover .square_fill {
    transform: none;
  }
  .cid-uXyDsOoT8l .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXyDsOoT8l .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXyDsOoT8l .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXyDsOoT8l .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXyDsP7e84 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXyDsP7e84 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXyDsP7e84 .phone-number {
    text-align: center;
  }
}
.cid-uXyDsP7e84 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXyDsP7e84 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXyDsP7e84 .soc-item {
  margin-right: 27px;
}
.cid-uXyDsP7e84 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXyDsP7e84 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXyDsP7e84 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXyRdk8j61 {
  z-index: 1000;
  width: 100%;
}
.cid-uXyRdk8j61 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXyRdk8j61 .nav-item {
    margin: 0 !important;
  }
}
.cid-uXyRdk8j61 .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-uXyRdk8j61 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXyRdk8j61 .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXyRdk8j61 .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXyRdk8j61 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXyRdk8j61 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXyRdk8j61 .nav-link {
  position: relative;
}
.cid-uXyRdk8j61 .container {
  display: flex;
  margin: auto;
}
.cid-uXyRdk8j61 .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXyRdk8j61 .dropdown-menu,
.cid-uXyRdk8j61 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXyRdk8j61 .nav-item:focus,
.cid-uXyRdk8j61 .nav-link:focus {
  outline: none;
}
.cid-uXyRdk8j61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXyRdk8j61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXyRdk8j61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXyRdk8j61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXyRdk8j61 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXyRdk8j61 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXyRdk8j61 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXyRdk8j61 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXyRdk8j61 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXyRdk8j61 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXyRdk8j61 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXyRdk8j61 .navbar.collapsed {
  justify-content: center;
}
.cid-uXyRdk8j61 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXyRdk8j61 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXyRdk8j61 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXyRdk8j61 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXyRdk8j61 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXyRdk8j61 .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-uXyRdk8j61 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXyRdk8j61 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXyRdk8j61 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXyRdk8j61 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXyRdk8j61 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXyRdk8j61 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXyRdk8j61 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXyRdk8j61 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXyRdk8j61 .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-uXyRdk8j61 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXyRdk8j61 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXyRdk8j61 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXyRdk8j61 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXyRdk8j61 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXyRdk8j61 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXyRdk8j61 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXyRdk8j61 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXyRdk8j61 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXyRdk8j61 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXyRdk8j61 .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-uXyRdk8j61 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXyRdk8j61 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXyRdk8j61 .dropdown-item.active,
.cid-uXyRdk8j61 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXyRdk8j61 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXyRdk8j61 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXyRdk8j61 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXyRdk8j61 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXyRdk8j61 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXyRdk8j61 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXyRdk8j61 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXyRdk8j61 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXyRdk8j61 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXyRdk8j61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXyRdk8j61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXyRdk8j61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXyRdk8j61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXyRdk8j61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXyRdk8j61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXyRdk8j61 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXyRdk8j61 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXyRdk8j61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXyRdk8j61 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXyRdk8j61 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXyRdk8j61 .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-uXyRdk8j61 .navbar {
    height: 70px;
  }
  .cid-uXyRdk8j61 .navbar.opened {
    height: auto;
  }
  .cid-uXyRdk8j61 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXyRdliWTJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXyRdliWTJ .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXyRdliWTJ .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXyRdliWTJ .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXyRdliWTJ .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXyRdliWTJ .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXyRdliWTJ .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXyRdliWTJ .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXyRdliWTJ .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXyRdliWTJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXyRdliWTJ .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyRdliWTJ .row {
    flex-direction: column-reverse;
  }
  .cid-uXyRdliWTJ .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXyRdliWTJ .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXyRdliWTJ .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXyRdliWTJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXyRdliWTJ .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXyRdliWTJ .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXyRdliWTJ .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXyRdliWTJ .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXyRdliWTJ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyRdliWTJ .card:hover .square_fill {
    transform: none;
  }
  .cid-uXyRdliWTJ .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXyRdliWTJ .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXyRdliWTJ .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXyRdliWTJ .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXyRdmeENy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXyRdmeENy .row {
  align-items: center;
}
.cid-uXyRdmeENy .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXyRdmeENy .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXyRdmeENy .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXyRdmeENy .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXyRdmeENy .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXyRdmeENy .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXyRdmeENy .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXyRdmeENy .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXyRdmeENy .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXyRdmeENy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXyRdmeENy .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXyRdmeENy .row {
    flex-direction: column-reverse;
  }
  .cid-uXyRdmeENy .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXyRdmeENy .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXyRdmeENy .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXyRdmeENy .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyRdmeENy .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXyRdmeENy .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXyRdmeENy .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXyRdmeENy .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXyRdmeENy .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXyRdmeENy .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXyRdmeENy .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXyRdmeENy .card:hover .square_fill {
    transform: none;
  }
  .cid-uXyRdmeENy .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXyRdmeENy .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXyRdmeENy .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXyRdmeENy .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXyRdn8URl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXyRdn8URl .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXyRdn8URl .phone-number {
    text-align: center;
  }
}
.cid-uXyRdn8URl .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXyRdn8URl .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXyRdn8URl .soc-item {
  margin-right: 27px;
}
.cid-uXyRdn8URl .soc-item:last-child {
  margin-right: 0;
}
.cid-uXyRdn8URl .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXyRdn8URl .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXMAXp4rNK {
  z-index: 1000;
  width: 100%;
}
.cid-uXMAXp4rNK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXMAXp4rNK .nav-item {
    margin: 0 !important;
  }
}
.cid-uXMAXp4rNK .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-uXMAXp4rNK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXMAXp4rNK .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXMAXp4rNK .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXMAXp4rNK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXMAXp4rNK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXMAXp4rNK .nav-link {
  position: relative;
}
.cid-uXMAXp4rNK .container {
  display: flex;
  margin: auto;
}
.cid-uXMAXp4rNK .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXMAXp4rNK .dropdown-menu,
.cid-uXMAXp4rNK .navbar.opened {
  background: #ffffff !important;
}
.cid-uXMAXp4rNK .nav-item:focus,
.cid-uXMAXp4rNK .nav-link:focus {
  outline: none;
}
.cid-uXMAXp4rNK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXMAXp4rNK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXMAXp4rNK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXMAXp4rNK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMAXp4rNK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXMAXp4rNK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXMAXp4rNK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXMAXp4rNK .navbar.opened {
  transition: all 0.3s;
}
.cid-uXMAXp4rNK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXMAXp4rNK .navbar .navbar-logo img {
  width: auto;
}
.cid-uXMAXp4rNK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXMAXp4rNK .navbar.collapsed {
  justify-content: center;
}
.cid-uXMAXp4rNK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXMAXp4rNK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXMAXp4rNK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXMAXp4rNK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXMAXp4rNK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXMAXp4rNK .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-uXMAXp4rNK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXMAXp4rNK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXMAXp4rNK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXMAXp4rNK .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXMAXp4rNK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXMAXp4rNK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXMAXp4rNK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXMAXp4rNK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXMAXp4rNK .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-uXMAXp4rNK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXMAXp4rNK .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXMAXp4rNK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXMAXp4rNK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXMAXp4rNK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXMAXp4rNK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXMAXp4rNK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXMAXp4rNK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXMAXp4rNK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXMAXp4rNK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXMAXp4rNK .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-uXMAXp4rNK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXMAXp4rNK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXMAXp4rNK .dropdown-item.active,
.cid-uXMAXp4rNK .dropdown-item:active {
  background-color: transparent;
}
.cid-uXMAXp4rNK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXMAXp4rNK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXMAXp4rNK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXMAXp4rNK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXMAXp4rNK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXMAXp4rNK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXMAXp4rNK ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXMAXp4rNK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXMAXp4rNK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXMAXp4rNK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXMAXp4rNK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXMAXp4rNK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMAXp4rNK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMAXp4rNK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXMAXp4rNK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMAXp4rNK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXMAXp4rNK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXMAXp4rNK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMAXp4rNK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXMAXp4rNK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXMAXp4rNK .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-uXMAXp4rNK .navbar {
    height: 70px;
  }
  .cid-uXMAXp4rNK .navbar.opened {
    height: auto;
  }
  .cid-uXMAXp4rNK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXMAXpqbJZ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXMAXpqbJZ .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXMAXpqbJZ .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXMAXpqbJZ .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXMAXpqbJZ .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXMAXpqbJZ .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXMAXpqbJZ .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXMAXpqbJZ .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXMAXpqbJZ .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXMAXpqbJZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXMAXpqbJZ .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXMAXpqbJZ .row {
    flex-direction: column-reverse;
  }
  .cid-uXMAXpqbJZ .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXMAXpqbJZ .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXMAXpqbJZ .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXMAXpqbJZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXMAXpqbJZ .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXMAXpqbJZ .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXMAXpqbJZ .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXMAXpqbJZ .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXMAXpqbJZ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMAXpqbJZ .card:hover .square_fill {
    transform: none;
  }
  .cid-uXMAXpqbJZ .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXMAXpqbJZ .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXMAXpqbJZ .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXMAXpqbJZ .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXMAXpG9Z0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXMAXpG9Z0 .row {
  align-items: center;
}
.cid-uXMAXpG9Z0 .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXMAXpG9Z0 .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXMAXpG9Z0 .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXMAXpG9Z0 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXMAXpG9Z0 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXMAXpG9Z0 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXMAXpG9Z0 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXMAXpG9Z0 .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXMAXpG9Z0 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXMAXpG9Z0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXMAXpG9Z0 .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXMAXpG9Z0 .row {
    flex-direction: column-reverse;
  }
  .cid-uXMAXpG9Z0 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXMAXpG9Z0 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXMAXpG9Z0 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXMAXpG9Z0 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMAXpG9Z0 .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXMAXpG9Z0 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXMAXpG9Z0 .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXMAXpG9Z0 .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXMAXpG9Z0 .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXMAXpG9Z0 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXMAXpG9Z0 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMAXpG9Z0 .card:hover .square_fill {
    transform: none;
  }
  .cid-uXMAXpG9Z0 .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXMAXpG9Z0 .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXMAXpG9Z0 .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXMAXpG9Z0 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXMAXpZ5ow {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXMAXpZ5ow .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXMAXpZ5ow .phone-number {
    text-align: center;
  }
}
.cid-uXMAXpZ5ow .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXMAXpZ5ow .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXMAXpZ5ow .soc-item {
  margin-right: 27px;
}
.cid-uXMAXpZ5ow .soc-item:last-child {
  margin-right: 0;
}
.cid-uXMAXpZ5ow .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXMAXpZ5ow .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXMLvNypGa {
  z-index: 1000;
  width: 100%;
}
.cid-uXMLvNypGa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXMLvNypGa .nav-item {
    margin: 0 !important;
  }
}
.cid-uXMLvNypGa .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-uXMLvNypGa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXMLvNypGa .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXMLvNypGa .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXMLvNypGa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXMLvNypGa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXMLvNypGa .nav-link {
  position: relative;
}
.cid-uXMLvNypGa .container {
  display: flex;
  margin: auto;
}
.cid-uXMLvNypGa .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXMLvNypGa .dropdown-menu,
.cid-uXMLvNypGa .navbar.opened {
  background: #ffffff !important;
}
.cid-uXMLvNypGa .nav-item:focus,
.cid-uXMLvNypGa .nav-link:focus {
  outline: none;
}
.cid-uXMLvNypGa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXMLvNypGa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXMLvNypGa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXMLvNypGa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMLvNypGa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXMLvNypGa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXMLvNypGa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXMLvNypGa .navbar.opened {
  transition: all 0.3s;
}
.cid-uXMLvNypGa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXMLvNypGa .navbar .navbar-logo img {
  width: auto;
}
.cid-uXMLvNypGa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXMLvNypGa .navbar.collapsed {
  justify-content: center;
}
.cid-uXMLvNypGa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXMLvNypGa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXMLvNypGa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXMLvNypGa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXMLvNypGa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXMLvNypGa .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-uXMLvNypGa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXMLvNypGa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXMLvNypGa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXMLvNypGa .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXMLvNypGa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXMLvNypGa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXMLvNypGa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXMLvNypGa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXMLvNypGa .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-uXMLvNypGa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXMLvNypGa .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXMLvNypGa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXMLvNypGa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXMLvNypGa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXMLvNypGa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXMLvNypGa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXMLvNypGa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXMLvNypGa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXMLvNypGa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXMLvNypGa .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-uXMLvNypGa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXMLvNypGa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXMLvNypGa .dropdown-item.active,
.cid-uXMLvNypGa .dropdown-item:active {
  background-color: transparent;
}
.cid-uXMLvNypGa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXMLvNypGa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXMLvNypGa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXMLvNypGa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXMLvNypGa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXMLvNypGa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXMLvNypGa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXMLvNypGa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXMLvNypGa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXMLvNypGa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXMLvNypGa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXMLvNypGa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMLvNypGa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMLvNypGa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXMLvNypGa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMLvNypGa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXMLvNypGa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXMLvNypGa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMLvNypGa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXMLvNypGa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXMLvNypGa .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-uXMLvNypGa .navbar {
    height: 70px;
  }
  .cid-uXMLvNypGa .navbar.opened {
    height: auto;
  }
  .cid-uXMLvNypGa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXMLvNXfNf {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXMLvNXfNf .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXMLvNXfNf .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXMLvNXfNf .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXMLvNXfNf .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXMLvNXfNf .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXMLvNXfNf .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXMLvNXfNf .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXMLvNXfNf .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXMLvNXfNf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXMLvNXfNf .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXMLvNXfNf .row {
    flex-direction: column-reverse;
  }
  .cid-uXMLvNXfNf .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXMLvNXfNf .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXMLvNXfNf .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXMLvNXfNf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXMLvNXfNf .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXMLvNXfNf .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXMLvNXfNf .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXMLvNXfNf .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXMLvNXfNf .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMLvNXfNf .card:hover .square_fill {
    transform: none;
  }
  .cid-uXMLvNXfNf .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXMLvNXfNf .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXMLvNXfNf .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXMLvNXfNf .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXMLvOxSvP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXMLvOxSvP .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXMLvOxSvP .phone-number {
    text-align: center;
  }
}
.cid-uXMLvOxSvP .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXMLvOxSvP .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXMLvOxSvP .soc-item {
  margin-right: 27px;
}
.cid-uXMLvOxSvP .soc-item:last-child {
  margin-right: 0;
}
.cid-uXMLvOxSvP .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXMLvOxSvP .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXMTkot3rz {
  z-index: 1000;
  width: 100%;
}
.cid-uXMTkot3rz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXMTkot3rz .nav-item {
    margin: 0 !important;
  }
}
.cid-uXMTkot3rz .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-uXMTkot3rz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXMTkot3rz .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXMTkot3rz .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXMTkot3rz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXMTkot3rz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXMTkot3rz .nav-link {
  position: relative;
}
.cid-uXMTkot3rz .container {
  display: flex;
  margin: auto;
}
.cid-uXMTkot3rz .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXMTkot3rz .dropdown-menu,
.cid-uXMTkot3rz .navbar.opened {
  background: #ffffff !important;
}
.cid-uXMTkot3rz .nav-item:focus,
.cid-uXMTkot3rz .nav-link:focus {
  outline: none;
}
.cid-uXMTkot3rz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXMTkot3rz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXMTkot3rz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXMTkot3rz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMTkot3rz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXMTkot3rz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXMTkot3rz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXMTkot3rz .navbar.opened {
  transition: all 0.3s;
}
.cid-uXMTkot3rz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXMTkot3rz .navbar .navbar-logo img {
  width: auto;
}
.cid-uXMTkot3rz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXMTkot3rz .navbar.collapsed {
  justify-content: center;
}
.cid-uXMTkot3rz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXMTkot3rz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXMTkot3rz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXMTkot3rz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXMTkot3rz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXMTkot3rz .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-uXMTkot3rz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXMTkot3rz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXMTkot3rz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXMTkot3rz .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXMTkot3rz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXMTkot3rz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXMTkot3rz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXMTkot3rz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXMTkot3rz .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-uXMTkot3rz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXMTkot3rz .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXMTkot3rz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXMTkot3rz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXMTkot3rz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXMTkot3rz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXMTkot3rz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXMTkot3rz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXMTkot3rz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXMTkot3rz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXMTkot3rz .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-uXMTkot3rz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXMTkot3rz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXMTkot3rz .dropdown-item.active,
.cid-uXMTkot3rz .dropdown-item:active {
  background-color: transparent;
}
.cid-uXMTkot3rz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXMTkot3rz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXMTkot3rz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXMTkot3rz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXMTkot3rz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXMTkot3rz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXMTkot3rz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXMTkot3rz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXMTkot3rz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXMTkot3rz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXMTkot3rz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXMTkot3rz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMTkot3rz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMTkot3rz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXMTkot3rz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMTkot3rz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXMTkot3rz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXMTkot3rz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMTkot3rz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXMTkot3rz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXMTkot3rz .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-uXMTkot3rz .navbar {
    height: 70px;
  }
  .cid-uXMTkot3rz .navbar.opened {
    height: auto;
  }
  .cid-uXMTkot3rz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXMTkoPZgd {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXMTkoPZgd .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXMTkoPZgd .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXMTkoPZgd .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXMTkoPZgd .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXMTkoPZgd .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXMTkoPZgd .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXMTkoPZgd .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXMTkoPZgd .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXMTkoPZgd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXMTkoPZgd .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXMTkoPZgd .row {
    flex-direction: column-reverse;
  }
  .cid-uXMTkoPZgd .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXMTkoPZgd .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXMTkoPZgd .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXMTkoPZgd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXMTkoPZgd .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXMTkoPZgd .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXMTkoPZgd .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXMTkoPZgd .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXMTkoPZgd .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMTkoPZgd .card:hover .square_fill {
    transform: none;
  }
  .cid-uXMTkoPZgd .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXMTkoPZgd .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXMTkoPZgd .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXMTkoPZgd .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXMTkp68wf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXMTkp68wf .row {
  align-items: center;
}
.cid-uXMTkp68wf .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXMTkp68wf .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXMTkp68wf .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXMTkp68wf .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXMTkp68wf .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXMTkp68wf .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXMTkp68wf .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXMTkp68wf .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXMTkp68wf .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXMTkp68wf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXMTkp68wf .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXMTkp68wf .row {
    flex-direction: column-reverse;
  }
  .cid-uXMTkp68wf .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXMTkp68wf .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXMTkp68wf .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXMTkp68wf .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMTkp68wf .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXMTkp68wf .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXMTkp68wf .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXMTkp68wf .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXMTkp68wf .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXMTkp68wf .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXMTkp68wf .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXMTkp68wf .card:hover .square_fill {
    transform: none;
  }
  .cid-uXMTkp68wf .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXMTkp68wf .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXMTkp68wf .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXMTkp68wf .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXMTkpmkNk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXMTkpmkNk .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXMTkpmkNk .phone-number {
    text-align: center;
  }
}
.cid-uXMTkpmkNk .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXMTkpmkNk .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXMTkpmkNk .soc-item {
  margin-right: 27px;
}
.cid-uXMTkpmkNk .soc-item:last-child {
  margin-right: 0;
}
.cid-uXMTkpmkNk .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXMTkpmkNk .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXN2v0u1zf {
  z-index: 1000;
  width: 100%;
}
.cid-uXN2v0u1zf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXN2v0u1zf .nav-item {
    margin: 0 !important;
  }
}
.cid-uXN2v0u1zf .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-uXN2v0u1zf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXN2v0u1zf .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXN2v0u1zf .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXN2v0u1zf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXN2v0u1zf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXN2v0u1zf .nav-link {
  position: relative;
}
.cid-uXN2v0u1zf .container {
  display: flex;
  margin: auto;
}
.cid-uXN2v0u1zf .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXN2v0u1zf .dropdown-menu,
.cid-uXN2v0u1zf .navbar.opened {
  background: #ffffff !important;
}
.cid-uXN2v0u1zf .nav-item:focus,
.cid-uXN2v0u1zf .nav-link:focus {
  outline: none;
}
.cid-uXN2v0u1zf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXN2v0u1zf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXN2v0u1zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXN2v0u1zf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXN2v0u1zf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXN2v0u1zf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXN2v0u1zf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXN2v0u1zf .navbar.opened {
  transition: all 0.3s;
}
.cid-uXN2v0u1zf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXN2v0u1zf .navbar .navbar-logo img {
  width: auto;
}
.cid-uXN2v0u1zf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXN2v0u1zf .navbar.collapsed {
  justify-content: center;
}
.cid-uXN2v0u1zf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXN2v0u1zf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXN2v0u1zf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXN2v0u1zf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXN2v0u1zf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXN2v0u1zf .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-uXN2v0u1zf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXN2v0u1zf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXN2v0u1zf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXN2v0u1zf .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXN2v0u1zf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXN2v0u1zf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXN2v0u1zf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXN2v0u1zf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXN2v0u1zf .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-uXN2v0u1zf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXN2v0u1zf .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXN2v0u1zf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXN2v0u1zf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXN2v0u1zf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXN2v0u1zf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXN2v0u1zf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXN2v0u1zf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXN2v0u1zf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXN2v0u1zf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXN2v0u1zf .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-uXN2v0u1zf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXN2v0u1zf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXN2v0u1zf .dropdown-item.active,
.cid-uXN2v0u1zf .dropdown-item:active {
  background-color: transparent;
}
.cid-uXN2v0u1zf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXN2v0u1zf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXN2v0u1zf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXN2v0u1zf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXN2v0u1zf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXN2v0u1zf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXN2v0u1zf ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXN2v0u1zf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXN2v0u1zf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXN2v0u1zf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXN2v0u1zf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXN2v0u1zf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXN2v0u1zf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXN2v0u1zf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXN2v0u1zf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXN2v0u1zf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXN2v0u1zf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXN2v0u1zf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXN2v0u1zf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXN2v0u1zf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXN2v0u1zf .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-uXN2v0u1zf .navbar {
    height: 70px;
  }
  .cid-uXN2v0u1zf .navbar.opened {
    height: auto;
  }
  .cid-uXN2v0u1zf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXN2v18TwV {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXN2v18TwV .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXN2v18TwV .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXN2v18TwV .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXN2v18TwV .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXN2v18TwV .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXN2v18TwV .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXN2v18TwV .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXN2v18TwV .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXN2v18TwV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXN2v18TwV .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXN2v18TwV .row {
    flex-direction: column-reverse;
  }
  .cid-uXN2v18TwV .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXN2v18TwV .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXN2v18TwV .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXN2v18TwV .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXN2v18TwV .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXN2v18TwV .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXN2v18TwV .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXN2v18TwV .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXN2v18TwV .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXN2v18TwV .card:hover .square_fill {
    transform: none;
  }
  .cid-uXN2v18TwV .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXN2v18TwV .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXN2v18TwV .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXN2v18TwV .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXN2v23nbO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXN2v23nbO .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXN2v23nbO .phone-number {
    text-align: center;
  }
}
.cid-uXN2v23nbO .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXN2v23nbO .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXN2v23nbO .soc-item {
  margin-right: 27px;
}
.cid-uXN2v23nbO .soc-item:last-child {
  margin-right: 0;
}
.cid-uXN2v23nbO .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXN2v23nbO .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXN509XS81 {
  z-index: 1000;
  width: 100%;
}
.cid-uXN509XS81 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXN509XS81 .nav-item {
    margin: 0 !important;
  }
}
.cid-uXN509XS81 .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-uXN509XS81 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXN509XS81 .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXN509XS81 .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXN509XS81 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXN509XS81 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXN509XS81 .nav-link {
  position: relative;
}
.cid-uXN509XS81 .container {
  display: flex;
  margin: auto;
}
.cid-uXN509XS81 .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXN509XS81 .dropdown-menu,
.cid-uXN509XS81 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXN509XS81 .nav-item:focus,
.cid-uXN509XS81 .nav-link:focus {
  outline: none;
}
.cid-uXN509XS81 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXN509XS81 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXN509XS81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXN509XS81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXN509XS81 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXN509XS81 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXN509XS81 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXN509XS81 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXN509XS81 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXN509XS81 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXN509XS81 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXN509XS81 .navbar.collapsed {
  justify-content: center;
}
.cid-uXN509XS81 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXN509XS81 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXN509XS81 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXN509XS81 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXN509XS81 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXN509XS81 .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-uXN509XS81 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXN509XS81 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXN509XS81 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXN509XS81 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXN509XS81 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXN509XS81 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXN509XS81 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXN509XS81 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXN509XS81 .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-uXN509XS81 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXN509XS81 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXN509XS81 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXN509XS81 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXN509XS81 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXN509XS81 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXN509XS81 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXN509XS81 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXN509XS81 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXN509XS81 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXN509XS81 .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-uXN509XS81 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXN509XS81 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXN509XS81 .dropdown-item.active,
.cid-uXN509XS81 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXN509XS81 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXN509XS81 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXN509XS81 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXN509XS81 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXN509XS81 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXN509XS81 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXN509XS81 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXN509XS81 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXN509XS81 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXN509XS81 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXN509XS81 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXN509XS81 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXN509XS81 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXN509XS81 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXN509XS81 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXN509XS81 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXN509XS81 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXN509XS81 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXN509XS81 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXN509XS81 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXN509XS81 .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-uXN509XS81 .navbar {
    height: 70px;
  }
  .cid-uXN509XS81 .navbar.opened {
    height: auto;
  }
  .cid-uXN509XS81 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXN50alhhY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXN50alhhY .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXN50alhhY .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXN50alhhY .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXN50alhhY .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXN50alhhY .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXN50alhhY .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXN50alhhY .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXN50alhhY .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXN50alhhY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXN50alhhY .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXN50alhhY .row {
    flex-direction: column-reverse;
  }
  .cid-uXN50alhhY .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXN50alhhY .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXN50alhhY .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXN50alhhY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXN50alhhY .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXN50alhhY .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXN50alhhY .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXN50alhhY .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXN50alhhY .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXN50alhhY .card:hover .square_fill {
    transform: none;
  }
  .cid-uXN50alhhY .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXN50alhhY .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXN50alhhY .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXN50alhhY .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXN50aFq7V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXN50aFq7V .row {
  align-items: center;
}
.cid-uXN50aFq7V .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXN50aFq7V .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXN50aFq7V .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXN50aFq7V .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXN50aFq7V .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXN50aFq7V .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXN50aFq7V .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXN50aFq7V .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXN50aFq7V .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXN50aFq7V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXN50aFq7V .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXN50aFq7V .row {
    flex-direction: column-reverse;
  }
  .cid-uXN50aFq7V .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXN50aFq7V .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXN50aFq7V .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXN50aFq7V .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXN50aFq7V .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXN50aFq7V .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXN50aFq7V .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXN50aFq7V .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXN50aFq7V .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXN50aFq7V .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXN50aFq7V .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXN50aFq7V .card:hover .square_fill {
    transform: none;
  }
  .cid-uXN50aFq7V .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXN50aFq7V .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXN50aFq7V .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXN50aFq7V .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXN50aXgOk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXN50aXgOk .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXN50aXgOk .phone-number {
    text-align: center;
  }
}
.cid-uXN50aXgOk .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXN50aXgOk .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXN50aXgOk .soc-item {
  margin-right: 27px;
}
.cid-uXN50aXgOk .soc-item:last-child {
  margin-right: 0;
}
.cid-uXN50aXgOk .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXN50aXgOk .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXN87p2AwR {
  z-index: 1000;
  width: 100%;
}
.cid-uXN87p2AwR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXN87p2AwR .nav-item {
    margin: 0 !important;
  }
}
.cid-uXN87p2AwR .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-uXN87p2AwR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXN87p2AwR .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXN87p2AwR .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXN87p2AwR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXN87p2AwR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXN87p2AwR .nav-link {
  position: relative;
}
.cid-uXN87p2AwR .container {
  display: flex;
  margin: auto;
}
.cid-uXN87p2AwR .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXN87p2AwR .dropdown-menu,
.cid-uXN87p2AwR .navbar.opened {
  background: #ffffff !important;
}
.cid-uXN87p2AwR .nav-item:focus,
.cid-uXN87p2AwR .nav-link:focus {
  outline: none;
}
.cid-uXN87p2AwR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXN87p2AwR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXN87p2AwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXN87p2AwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXN87p2AwR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXN87p2AwR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXN87p2AwR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXN87p2AwR .navbar.opened {
  transition: all 0.3s;
}
.cid-uXN87p2AwR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXN87p2AwR .navbar .navbar-logo img {
  width: auto;
}
.cid-uXN87p2AwR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXN87p2AwR .navbar.collapsed {
  justify-content: center;
}
.cid-uXN87p2AwR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXN87p2AwR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXN87p2AwR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXN87p2AwR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXN87p2AwR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXN87p2AwR .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-uXN87p2AwR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXN87p2AwR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXN87p2AwR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXN87p2AwR .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXN87p2AwR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXN87p2AwR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXN87p2AwR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXN87p2AwR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXN87p2AwR .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-uXN87p2AwR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXN87p2AwR .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXN87p2AwR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXN87p2AwR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXN87p2AwR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXN87p2AwR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXN87p2AwR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXN87p2AwR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXN87p2AwR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXN87p2AwR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXN87p2AwR .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-uXN87p2AwR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXN87p2AwR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXN87p2AwR .dropdown-item.active,
.cid-uXN87p2AwR .dropdown-item:active {
  background-color: transparent;
}
.cid-uXN87p2AwR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXN87p2AwR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXN87p2AwR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXN87p2AwR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXN87p2AwR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXN87p2AwR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXN87p2AwR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXN87p2AwR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXN87p2AwR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXN87p2AwR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXN87p2AwR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXN87p2AwR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXN87p2AwR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXN87p2AwR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXN87p2AwR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXN87p2AwR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXN87p2AwR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXN87p2AwR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXN87p2AwR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXN87p2AwR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXN87p2AwR .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-uXN87p2AwR .navbar {
    height: 70px;
  }
  .cid-uXN87p2AwR .navbar.opened {
    height: auto;
  }
  .cid-uXN87p2AwR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXN87pvqkp {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #eae8e4;
}
.cid-uXN87pvqkp .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXN87pvqkp .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXN87pvqkp .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXN87pvqkp .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXN87pvqkp .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXN87pvqkp .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXN87pvqkp .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXN87pvqkp .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXN87pvqkp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXN87pvqkp .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXN87pvqkp .row {
    flex-direction: column-reverse;
  }
  .cid-uXN87pvqkp .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXN87pvqkp .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXN87pvqkp .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXN87pvqkp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXN87pvqkp .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXN87pvqkp .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXN87pvqkp .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXN87pvqkp .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXN87pvqkp .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXN87pvqkp .card:hover .square_fill {
    transform: none;
  }
  .cid-uXN87pvqkp .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXN87pvqkp .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXN87pvqkp .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXN87pvqkp .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXN87qjIDq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXN87qjIDq .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXN87qjIDq .phone-number {
    text-align: center;
  }
}
.cid-uXN87qjIDq .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXN87qjIDq .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXN87qjIDq .soc-item {
  margin-right: 27px;
}
.cid-uXN87qjIDq .soc-item:last-child {
  margin-right: 0;
}
.cid-uXN87qjIDq .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXN87qjIDq .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXNaCpdfXx {
  z-index: 1000;
  width: 100%;
}
.cid-uXNaCpdfXx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXNaCpdfXx .nav-item {
    margin: 0 !important;
  }
}
.cid-uXNaCpdfXx .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-uXNaCpdfXx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXNaCpdfXx .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXNaCpdfXx .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXNaCpdfXx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXNaCpdfXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXNaCpdfXx .nav-link {
  position: relative;
}
.cid-uXNaCpdfXx .container {
  display: flex;
  margin: auto;
}
.cid-uXNaCpdfXx .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXNaCpdfXx .dropdown-menu,
.cid-uXNaCpdfXx .navbar.opened {
  background: #ffffff !important;
}
.cid-uXNaCpdfXx .nav-item:focus,
.cid-uXNaCpdfXx .nav-link:focus {
  outline: none;
}
.cid-uXNaCpdfXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXNaCpdfXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXNaCpdfXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXNaCpdfXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXNaCpdfXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXNaCpdfXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXNaCpdfXx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXNaCpdfXx .navbar.opened {
  transition: all 0.3s;
}
.cid-uXNaCpdfXx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXNaCpdfXx .navbar .navbar-logo img {
  width: auto;
}
.cid-uXNaCpdfXx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXNaCpdfXx .navbar.collapsed {
  justify-content: center;
}
.cid-uXNaCpdfXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXNaCpdfXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXNaCpdfXx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXNaCpdfXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXNaCpdfXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXNaCpdfXx .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-uXNaCpdfXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXNaCpdfXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXNaCpdfXx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXNaCpdfXx .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXNaCpdfXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXNaCpdfXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXNaCpdfXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXNaCpdfXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXNaCpdfXx .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-uXNaCpdfXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXNaCpdfXx .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXNaCpdfXx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXNaCpdfXx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXNaCpdfXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXNaCpdfXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXNaCpdfXx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXNaCpdfXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXNaCpdfXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXNaCpdfXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXNaCpdfXx .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-uXNaCpdfXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXNaCpdfXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXNaCpdfXx .dropdown-item.active,
.cid-uXNaCpdfXx .dropdown-item:active {
  background-color: transparent;
}
.cid-uXNaCpdfXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXNaCpdfXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXNaCpdfXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXNaCpdfXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXNaCpdfXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXNaCpdfXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXNaCpdfXx ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXNaCpdfXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXNaCpdfXx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXNaCpdfXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXNaCpdfXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXNaCpdfXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXNaCpdfXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXNaCpdfXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXNaCpdfXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXNaCpdfXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXNaCpdfXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXNaCpdfXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXNaCpdfXx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXNaCpdfXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXNaCpdfXx .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-uXNaCpdfXx .navbar {
    height: 70px;
  }
  .cid-uXNaCpdfXx .navbar.opened {
    height: auto;
  }
  .cid-uXNaCpdfXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXNaCpA6Ef {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXNaCpA6Ef .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXNaCpA6Ef .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXNaCpA6Ef .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXNaCpA6Ef .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXNaCpA6Ef .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXNaCpA6Ef .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXNaCpA6Ef .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXNaCpA6Ef .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXNaCpA6Ef .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXNaCpA6Ef .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXNaCpA6Ef .row {
    flex-direction: column-reverse;
  }
  .cid-uXNaCpA6Ef .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXNaCpA6Ef .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXNaCpA6Ef .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXNaCpA6Ef .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXNaCpA6Ef .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXNaCpA6Ef .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXNaCpA6Ef .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXNaCpA6Ef .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXNaCpA6Ef .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXNaCpA6Ef .card:hover .square_fill {
    transform: none;
  }
  .cid-uXNaCpA6Ef .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXNaCpA6Ef .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXNaCpA6Ef .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXNaCpA6Ef .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXNaCqaMzw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXNaCqaMzw .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXNaCqaMzw .phone-number {
    text-align: center;
  }
}
.cid-uXNaCqaMzw .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXNaCqaMzw .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXNaCqaMzw .soc-item {
  margin-right: 27px;
}
.cid-uXNaCqaMzw .soc-item:last-child {
  margin-right: 0;
}
.cid-uXNaCqaMzw .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXNaCqaMzw .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXO1pPioE8 {
  z-index: 1000;
  width: 100%;
}
.cid-uXO1pPioE8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXO1pPioE8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uXO1pPioE8 .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-uXO1pPioE8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXO1pPioE8 .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXO1pPioE8 .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXO1pPioE8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXO1pPioE8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXO1pPioE8 .nav-link {
  position: relative;
}
.cid-uXO1pPioE8 .container {
  display: flex;
  margin: auto;
}
.cid-uXO1pPioE8 .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXO1pPioE8 .dropdown-menu,
.cid-uXO1pPioE8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXO1pPioE8 .nav-item:focus,
.cid-uXO1pPioE8 .nav-link:focus {
  outline: none;
}
.cid-uXO1pPioE8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXO1pPioE8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXO1pPioE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXO1pPioE8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO1pPioE8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXO1pPioE8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXO1pPioE8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXO1pPioE8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXO1pPioE8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXO1pPioE8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXO1pPioE8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXO1pPioE8 .navbar.collapsed {
  justify-content: center;
}
.cid-uXO1pPioE8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXO1pPioE8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXO1pPioE8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXO1pPioE8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXO1pPioE8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXO1pPioE8 .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-uXO1pPioE8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXO1pPioE8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXO1pPioE8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXO1pPioE8 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXO1pPioE8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXO1pPioE8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXO1pPioE8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXO1pPioE8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXO1pPioE8 .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-uXO1pPioE8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXO1pPioE8 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXO1pPioE8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXO1pPioE8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXO1pPioE8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXO1pPioE8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXO1pPioE8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXO1pPioE8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXO1pPioE8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXO1pPioE8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXO1pPioE8 .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-uXO1pPioE8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXO1pPioE8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXO1pPioE8 .dropdown-item.active,
.cid-uXO1pPioE8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXO1pPioE8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXO1pPioE8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXO1pPioE8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXO1pPioE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXO1pPioE8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXO1pPioE8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXO1pPioE8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXO1pPioE8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXO1pPioE8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXO1pPioE8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXO1pPioE8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXO1pPioE8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO1pPioE8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO1pPioE8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXO1pPioE8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO1pPioE8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXO1pPioE8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXO1pPioE8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO1pPioE8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXO1pPioE8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXO1pPioE8 .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-uXO1pPioE8 .navbar {
    height: 70px;
  }
  .cid-uXO1pPioE8 .navbar.opened {
    height: auto;
  }
  .cid-uXO1pPioE8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXO1pPG7ki {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXO1pPG7ki .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXO1pPG7ki .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXO1pPG7ki .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXO1pPG7ki .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXO1pPG7ki .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXO1pPG7ki .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXO1pPG7ki .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXO1pPG7ki .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXO1pPG7ki .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXO1pPG7ki .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXO1pPG7ki .row {
    flex-direction: column-reverse;
  }
  .cid-uXO1pPG7ki .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXO1pPG7ki .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXO1pPG7ki .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXO1pPG7ki .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXO1pPG7ki .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXO1pPG7ki .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXO1pPG7ki .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXO1pPG7ki .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXO1pPG7ki .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXO1pPG7ki .card:hover .square_fill {
    transform: none;
  }
  .cid-uXO1pPG7ki .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXO1pPG7ki .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXO1pPG7ki .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXO1pPG7ki .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXO1pPXbmz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXO1pPXbmz .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXO1pPXbmz .phone-number {
    text-align: center;
  }
}
.cid-uXO1pPXbmz .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXO1pPXbmz .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXO1pPXbmz .soc-item {
  margin-right: 27px;
}
.cid-uXO1pPXbmz .soc-item:last-child {
  margin-right: 0;
}
.cid-uXO1pPXbmz .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXO1pPXbmz .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXO5WCpKw8 {
  z-index: 1000;
  width: 100%;
}
.cid-uXO5WCpKw8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXO5WCpKw8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uXO5WCpKw8 .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-uXO5WCpKw8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXO5WCpKw8 .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXO5WCpKw8 .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXO5WCpKw8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXO5WCpKw8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXO5WCpKw8 .nav-link {
  position: relative;
}
.cid-uXO5WCpKw8 .container {
  display: flex;
  margin: auto;
}
.cid-uXO5WCpKw8 .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXO5WCpKw8 .dropdown-menu,
.cid-uXO5WCpKw8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXO5WCpKw8 .nav-item:focus,
.cid-uXO5WCpKw8 .nav-link:focus {
  outline: none;
}
.cid-uXO5WCpKw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXO5WCpKw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXO5WCpKw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXO5WCpKw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO5WCpKw8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXO5WCpKw8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXO5WCpKw8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXO5WCpKw8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXO5WCpKw8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXO5WCpKw8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXO5WCpKw8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXO5WCpKw8 .navbar.collapsed {
  justify-content: center;
}
.cid-uXO5WCpKw8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXO5WCpKw8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXO5WCpKw8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXO5WCpKw8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXO5WCpKw8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXO5WCpKw8 .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-uXO5WCpKw8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXO5WCpKw8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXO5WCpKw8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXO5WCpKw8 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXO5WCpKw8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXO5WCpKw8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXO5WCpKw8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXO5WCpKw8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXO5WCpKw8 .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-uXO5WCpKw8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXO5WCpKw8 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXO5WCpKw8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXO5WCpKw8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXO5WCpKw8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXO5WCpKw8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXO5WCpKw8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXO5WCpKw8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXO5WCpKw8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXO5WCpKw8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXO5WCpKw8 .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-uXO5WCpKw8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXO5WCpKw8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXO5WCpKw8 .dropdown-item.active,
.cid-uXO5WCpKw8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXO5WCpKw8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXO5WCpKw8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXO5WCpKw8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXO5WCpKw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXO5WCpKw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXO5WCpKw8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXO5WCpKw8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXO5WCpKw8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXO5WCpKw8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXO5WCpKw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXO5WCpKw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXO5WCpKw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO5WCpKw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO5WCpKw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXO5WCpKw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO5WCpKw8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXO5WCpKw8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXO5WCpKw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO5WCpKw8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXO5WCpKw8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXO5WCpKw8 .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-uXO5WCpKw8 .navbar {
    height: 70px;
  }
  .cid-uXO5WCpKw8 .navbar.opened {
    height: auto;
  }
  .cid-uXO5WCpKw8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXO5WD2jTT {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXO5WD2jTT .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXO5WD2jTT .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXO5WD2jTT .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXO5WD2jTT .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXO5WD2jTT .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXO5WD2jTT .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXO5WD2jTT .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXO5WD2jTT .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXO5WD2jTT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXO5WD2jTT .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXO5WD2jTT .row {
    flex-direction: column-reverse;
  }
  .cid-uXO5WD2jTT .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXO5WD2jTT .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXO5WD2jTT .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXO5WD2jTT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXO5WD2jTT .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXO5WD2jTT .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXO5WD2jTT .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXO5WD2jTT .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXO5WD2jTT .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXO5WD2jTT .card:hover .square_fill {
    transform: none;
  }
  .cid-uXO5WD2jTT .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXO5WD2jTT .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXO5WD2jTT .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXO5WD2jTT .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXO5WDLexF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXO5WDLexF .row {
  align-items: center;
}
.cid-uXO5WDLexF .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXO5WDLexF .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXO5WDLexF .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXO5WDLexF .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXO5WDLexF .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXO5WDLexF .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXO5WDLexF .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXO5WDLexF .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXO5WDLexF .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXO5WDLexF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXO5WDLexF .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXO5WDLexF .row {
    flex-direction: column-reverse;
  }
  .cid-uXO5WDLexF .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXO5WDLexF .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXO5WDLexF .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXO5WDLexF .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXO5WDLexF .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXO5WDLexF .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXO5WDLexF .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXO5WDLexF .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXO5WDLexF .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXO5WDLexF .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXO5WDLexF .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXO5WDLexF .card:hover .square_fill {
    transform: none;
  }
  .cid-uXO5WDLexF .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXO5WDLexF .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXO5WDLexF .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXO5WDLexF .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXO9lPiSnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-uXO9lPiSnB .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXO9lPiSnB .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uXO9lPiSnB .card .square_fill {
  background-color: #c9d928;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uXO9lPiSnB .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXO9lPiSnB .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXO9lPiSnB .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXO9lPiSnB .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXO9lPiSnB .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXO9lPiSnB .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXO9lPiSnB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXO9lPiSnB .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXO9lPiSnB .row {
    flex-direction: column-reverse;
  }
  .cid-uXO9lPiSnB .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXO9lPiSnB .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXO9lPiSnB .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXO9lPiSnB .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXO9lPiSnB .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXO9lPiSnB .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-uXO9lPiSnB .card .square_null {
    transform: translateX(1rem);
  }
  .cid-uXO9lPiSnB .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uXO9lPiSnB .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXO9lPiSnB .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXO9lPiSnB .card:hover .square_fill {
    transform: none;
  }
  .cid-uXO9lPiSnB .card .square_null {
    transform: translateX(0);
  }
  .cid-uXO9lPiSnB .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uXO9lPiSnB .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXO9lPiSnB .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXOayyszhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-uXOayyszhZ .row {
  align-items: center;
}
.cid-uXOayyszhZ .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXOayyszhZ .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXOayyszhZ .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXOayyszhZ .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXOayyszhZ .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXOayyszhZ .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXOayyszhZ .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXOayyszhZ .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXOayyszhZ .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXOayyszhZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXOayyszhZ .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXOayyszhZ .row {
    flex-direction: column-reverse;
  }
  .cid-uXOayyszhZ .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXOayyszhZ .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXOayyszhZ .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXOayyszhZ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXOayyszhZ .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXOayyszhZ .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXOayyszhZ .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXOayyszhZ .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXOayyszhZ .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXOayyszhZ .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXOayyszhZ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXOayyszhZ .card:hover .square_fill {
    transform: none;
  }
  .cid-uXOayyszhZ .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXOayyszhZ .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXOayyszhZ .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXOayyszhZ .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXO5WE2gcw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXO5WE2gcw .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXO5WE2gcw .phone-number {
    text-align: center;
  }
}
.cid-uXO5WE2gcw .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXO5WE2gcw .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXO5WE2gcw .soc-item {
  margin-right: 27px;
}
.cid-uXO5WE2gcw .soc-item:last-child {
  margin-right: 0;
}
.cid-uXO5WE2gcw .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXO5WE2gcw .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXOebDAHEq {
  z-index: 1000;
  width: 100%;
}
.cid-uXOebDAHEq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXOebDAHEq .nav-item {
    margin: 0 !important;
  }
}
.cid-uXOebDAHEq .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-uXOebDAHEq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXOebDAHEq .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXOebDAHEq .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXOebDAHEq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXOebDAHEq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXOebDAHEq .nav-link {
  position: relative;
}
.cid-uXOebDAHEq .container {
  display: flex;
  margin: auto;
}
.cid-uXOebDAHEq .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXOebDAHEq .dropdown-menu,
.cid-uXOebDAHEq .navbar.opened {
  background: #ffffff !important;
}
.cid-uXOebDAHEq .nav-item:focus,
.cid-uXOebDAHEq .nav-link:focus {
  outline: none;
}
.cid-uXOebDAHEq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXOebDAHEq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXOebDAHEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXOebDAHEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOebDAHEq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXOebDAHEq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXOebDAHEq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXOebDAHEq .navbar.opened {
  transition: all 0.3s;
}
.cid-uXOebDAHEq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXOebDAHEq .navbar .navbar-logo img {
  width: auto;
}
.cid-uXOebDAHEq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXOebDAHEq .navbar.collapsed {
  justify-content: center;
}
.cid-uXOebDAHEq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXOebDAHEq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXOebDAHEq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXOebDAHEq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXOebDAHEq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXOebDAHEq .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-uXOebDAHEq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXOebDAHEq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXOebDAHEq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXOebDAHEq .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXOebDAHEq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXOebDAHEq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXOebDAHEq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXOebDAHEq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXOebDAHEq .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-uXOebDAHEq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXOebDAHEq .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXOebDAHEq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXOebDAHEq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXOebDAHEq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXOebDAHEq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXOebDAHEq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXOebDAHEq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXOebDAHEq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXOebDAHEq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXOebDAHEq .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-uXOebDAHEq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXOebDAHEq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXOebDAHEq .dropdown-item.active,
.cid-uXOebDAHEq .dropdown-item:active {
  background-color: transparent;
}
.cid-uXOebDAHEq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXOebDAHEq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXOebDAHEq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXOebDAHEq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXOebDAHEq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXOebDAHEq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXOebDAHEq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXOebDAHEq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXOebDAHEq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXOebDAHEq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXOebDAHEq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXOebDAHEq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOebDAHEq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOebDAHEq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXOebDAHEq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOebDAHEq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXOebDAHEq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXOebDAHEq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOebDAHEq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXOebDAHEq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXOebDAHEq .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-uXOebDAHEq .navbar {
    height: 70px;
  }
  .cid-uXOebDAHEq .navbar.opened {
    height: auto;
  }
  .cid-uXOebDAHEq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXOebE8GqJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXOebE8GqJ .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXOebE8GqJ .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXOebE8GqJ .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXOebE8GqJ .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXOebE8GqJ .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXOebE8GqJ .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXOebE8GqJ .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXOebE8GqJ .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXOebE8GqJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXOebE8GqJ .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXOebE8GqJ .row {
    flex-direction: column-reverse;
  }
  .cid-uXOebE8GqJ .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXOebE8GqJ .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXOebE8GqJ .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXOebE8GqJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXOebE8GqJ .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXOebE8GqJ .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXOebE8GqJ .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXOebE8GqJ .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXOebE8GqJ .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXOebE8GqJ .card:hover .square_fill {
    transform: none;
  }
  .cid-uXOebE8GqJ .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXOebE8GqJ .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXOebE8GqJ .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXOebE8GqJ .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXOebELTew {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXOebELTew .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXOebELTew .phone-number {
    text-align: center;
  }
}
.cid-uXOebELTew .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXOebELTew .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXOebELTew .soc-item {
  margin-right: 27px;
}
.cid-uXOebELTew .soc-item:last-child {
  margin-right: 0;
}
.cid-uXOebELTew .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXOebELTew .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXOg2BKsuy {
  z-index: 1000;
  width: 100%;
}
.cid-uXOg2BKsuy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXOg2BKsuy .nav-item {
    margin: 0 !important;
  }
}
.cid-uXOg2BKsuy .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-uXOg2BKsuy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXOg2BKsuy .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXOg2BKsuy .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXOg2BKsuy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXOg2BKsuy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXOg2BKsuy .nav-link {
  position: relative;
}
.cid-uXOg2BKsuy .container {
  display: flex;
  margin: auto;
}
.cid-uXOg2BKsuy .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXOg2BKsuy .dropdown-menu,
.cid-uXOg2BKsuy .navbar.opened {
  background: #ffffff !important;
}
.cid-uXOg2BKsuy .nav-item:focus,
.cid-uXOg2BKsuy .nav-link:focus {
  outline: none;
}
.cid-uXOg2BKsuy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXOg2BKsuy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXOg2BKsuy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXOg2BKsuy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXOg2BKsuy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXOg2BKsuy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXOg2BKsuy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXOg2BKsuy .navbar.opened {
  transition: all 0.3s;
}
.cid-uXOg2BKsuy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXOg2BKsuy .navbar .navbar-logo img {
  width: auto;
}
.cid-uXOg2BKsuy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXOg2BKsuy .navbar.collapsed {
  justify-content: center;
}
.cid-uXOg2BKsuy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXOg2BKsuy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXOg2BKsuy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXOg2BKsuy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXOg2BKsuy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXOg2BKsuy .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-uXOg2BKsuy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXOg2BKsuy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXOg2BKsuy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXOg2BKsuy .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXOg2BKsuy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXOg2BKsuy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXOg2BKsuy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXOg2BKsuy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXOg2BKsuy .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-uXOg2BKsuy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXOg2BKsuy .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXOg2BKsuy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXOg2BKsuy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXOg2BKsuy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXOg2BKsuy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXOg2BKsuy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXOg2BKsuy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXOg2BKsuy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXOg2BKsuy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXOg2BKsuy .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-uXOg2BKsuy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXOg2BKsuy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXOg2BKsuy .dropdown-item.active,
.cid-uXOg2BKsuy .dropdown-item:active {
  background-color: transparent;
}
.cid-uXOg2BKsuy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXOg2BKsuy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXOg2BKsuy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXOg2BKsuy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXOg2BKsuy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXOg2BKsuy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXOg2BKsuy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXOg2BKsuy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXOg2BKsuy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXOg2BKsuy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXOg2BKsuy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXOg2BKsuy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOg2BKsuy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXOg2BKsuy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXOg2BKsuy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOg2BKsuy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXOg2BKsuy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXOg2BKsuy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXOg2BKsuy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXOg2BKsuy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXOg2BKsuy .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-uXOg2BKsuy .navbar {
    height: 70px;
  }
  .cid-uXOg2BKsuy .navbar.opened {
    height: auto;
  }
  .cid-uXOg2BKsuy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXOg2C9Bge {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #eae8e4;
}
.cid-uXOg2C9Bge .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXOg2C9Bge .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXOg2C9Bge .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXOg2C9Bge .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXOg2C9Bge .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXOg2C9Bge .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXOg2C9Bge .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXOg2C9Bge .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXOg2C9Bge .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXOg2C9Bge .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXOg2C9Bge .row {
    flex-direction: column-reverse;
  }
  .cid-uXOg2C9Bge .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXOg2C9Bge .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXOg2C9Bge .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXOg2C9Bge .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXOg2C9Bge .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXOg2C9Bge .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXOg2C9Bge .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXOg2C9Bge .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXOg2C9Bge .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXOg2C9Bge .card:hover .square_fill {
    transform: none;
  }
  .cid-uXOg2C9Bge .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXOg2C9Bge .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXOg2C9Bge .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXOg2C9Bge .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXOg2CsD6O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXOg2CsD6O .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXOg2CsD6O .phone-number {
    text-align: center;
  }
}
.cid-uXOg2CsD6O .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXOg2CsD6O .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXOg2CsD6O .soc-item {
  margin-right: 27px;
}
.cid-uXOg2CsD6O .soc-item:last-child {
  margin-right: 0;
}
.cid-uXOg2CsD6O .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXOg2CsD6O .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXPxcU9IGy {
  z-index: 1000;
  width: 100%;
}
.cid-uXPxcU9IGy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXPxcU9IGy .nav-item {
    margin: 0 !important;
  }
}
.cid-uXPxcU9IGy .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-uXPxcU9IGy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXPxcU9IGy .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXPxcU9IGy .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXPxcU9IGy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXPxcU9IGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXPxcU9IGy .nav-link {
  position: relative;
}
.cid-uXPxcU9IGy .container {
  display: flex;
  margin: auto;
}
.cid-uXPxcU9IGy .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXPxcU9IGy .dropdown-menu,
.cid-uXPxcU9IGy .navbar.opened {
  background: #ffffff !important;
}
.cid-uXPxcU9IGy .nav-item:focus,
.cid-uXPxcU9IGy .nav-link:focus {
  outline: none;
}
.cid-uXPxcU9IGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXPxcU9IGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXPxcU9IGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXPxcU9IGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXPxcU9IGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXPxcU9IGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXPxcU9IGy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXPxcU9IGy .navbar.opened {
  transition: all 0.3s;
}
.cid-uXPxcU9IGy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXPxcU9IGy .navbar .navbar-logo img {
  width: auto;
}
.cid-uXPxcU9IGy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXPxcU9IGy .navbar.collapsed {
  justify-content: center;
}
.cid-uXPxcU9IGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXPxcU9IGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXPxcU9IGy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXPxcU9IGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXPxcU9IGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXPxcU9IGy .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-uXPxcU9IGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXPxcU9IGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXPxcU9IGy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXPxcU9IGy .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXPxcU9IGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXPxcU9IGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXPxcU9IGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXPxcU9IGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXPxcU9IGy .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-uXPxcU9IGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXPxcU9IGy .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXPxcU9IGy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXPxcU9IGy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXPxcU9IGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXPxcU9IGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXPxcU9IGy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXPxcU9IGy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXPxcU9IGy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXPxcU9IGy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXPxcU9IGy .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-uXPxcU9IGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXPxcU9IGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXPxcU9IGy .dropdown-item.active,
.cid-uXPxcU9IGy .dropdown-item:active {
  background-color: transparent;
}
.cid-uXPxcU9IGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXPxcU9IGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXPxcU9IGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXPxcU9IGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXPxcU9IGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXPxcU9IGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXPxcU9IGy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXPxcU9IGy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXPxcU9IGy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXPxcU9IGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXPxcU9IGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXPxcU9IGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXPxcU9IGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXPxcU9IGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXPxcU9IGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXPxcU9IGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXPxcU9IGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXPxcU9IGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXPxcU9IGy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXPxcU9IGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXPxcU9IGy .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-uXPxcU9IGy .navbar {
    height: 70px;
  }
  .cid-uXPxcU9IGy .navbar.opened {
    height: auto;
  }
  .cid-uXPxcU9IGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXPxcV7Qqx {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uXPxcV7Qqx .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXPxcV7Qqx .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXPxcV7Qqx .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXPxcV7Qqx .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXPxcV7Qqx .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXPxcV7Qqx .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXPxcV7Qqx .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXPxcV7Qqx .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXPxcV7Qqx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXPxcV7Qqx .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXPxcV7Qqx .row {
    flex-direction: column-reverse;
  }
  .cid-uXPxcV7Qqx .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXPxcV7Qqx .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXPxcV7Qqx .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXPxcV7Qqx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXPxcV7Qqx .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXPxcV7Qqx .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXPxcV7Qqx .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXPxcV7Qqx .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXPxcV7Qqx .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXPxcV7Qqx .card:hover .square_fill {
    transform: none;
  }
  .cid-uXPxcV7Qqx .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXPxcV7Qqx .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXPxcV7Qqx .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXPxcV7Qqx .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXPxcVQfn7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXPxcVQfn7 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXPxcVQfn7 .phone-number {
    text-align: center;
  }
}
.cid-uXPxcVQfn7 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXPxcVQfn7 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXPxcVQfn7 .soc-item {
  margin-right: 27px;
}
.cid-uXPxcVQfn7 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXPxcVQfn7 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXPxcVQfn7 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXPAJt7YRV {
  z-index: 1000;
  width: 100%;
}
.cid-uXPAJt7YRV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXPAJt7YRV .nav-item {
    margin: 0 !important;
  }
}
.cid-uXPAJt7YRV .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-uXPAJt7YRV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXPAJt7YRV .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXPAJt7YRV .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXPAJt7YRV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXPAJt7YRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXPAJt7YRV .nav-link {
  position: relative;
}
.cid-uXPAJt7YRV .container {
  display: flex;
  margin: auto;
}
.cid-uXPAJt7YRV .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXPAJt7YRV .dropdown-menu,
.cid-uXPAJt7YRV .navbar.opened {
  background: #ffffff !important;
}
.cid-uXPAJt7YRV .nav-item:focus,
.cid-uXPAJt7YRV .nav-link:focus {
  outline: none;
}
.cid-uXPAJt7YRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXPAJt7YRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXPAJt7YRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXPAJt7YRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXPAJt7YRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXPAJt7YRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXPAJt7YRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXPAJt7YRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uXPAJt7YRV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXPAJt7YRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uXPAJt7YRV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXPAJt7YRV .navbar.collapsed {
  justify-content: center;
}
.cid-uXPAJt7YRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXPAJt7YRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXPAJt7YRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXPAJt7YRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXPAJt7YRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXPAJt7YRV .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-uXPAJt7YRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXPAJt7YRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXPAJt7YRV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXPAJt7YRV .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXPAJt7YRV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXPAJt7YRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXPAJt7YRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXPAJt7YRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXPAJt7YRV .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-uXPAJt7YRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXPAJt7YRV .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXPAJt7YRV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXPAJt7YRV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXPAJt7YRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXPAJt7YRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXPAJt7YRV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXPAJt7YRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXPAJt7YRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXPAJt7YRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXPAJt7YRV .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-uXPAJt7YRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXPAJt7YRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXPAJt7YRV .dropdown-item.active,
.cid-uXPAJt7YRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uXPAJt7YRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXPAJt7YRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXPAJt7YRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXPAJt7YRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXPAJt7YRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXPAJt7YRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXPAJt7YRV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXPAJt7YRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXPAJt7YRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXPAJt7YRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXPAJt7YRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXPAJt7YRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXPAJt7YRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXPAJt7YRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXPAJt7YRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXPAJt7YRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXPAJt7YRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXPAJt7YRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXPAJt7YRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXPAJt7YRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXPAJt7YRV .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-uXPAJt7YRV .navbar {
    height: 70px;
  }
  .cid-uXPAJt7YRV .navbar.opened {
    height: auto;
  }
  .cid-uXPAJt7YRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXPAJtQVTY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXPAJtQVTY .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXPAJtQVTY .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXPAJtQVTY .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXPAJtQVTY .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXPAJtQVTY .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXPAJtQVTY .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXPAJtQVTY .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXPAJtQVTY .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXPAJtQVTY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXPAJtQVTY .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXPAJtQVTY .row {
    flex-direction: column-reverse;
  }
  .cid-uXPAJtQVTY .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXPAJtQVTY .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXPAJtQVTY .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXPAJtQVTY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXPAJtQVTY .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXPAJtQVTY .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXPAJtQVTY .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXPAJtQVTY .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXPAJtQVTY .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXPAJtQVTY .card:hover .square_fill {
    transform: none;
  }
  .cid-uXPAJtQVTY .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXPAJtQVTY .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXPAJtQVTY .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXPAJtQVTY .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXPCDJtL0v {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-uXPCDJtL0v .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uXPCDJtL0v .card .card-box {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uXPCDJtL0v .card:last-child .card-box {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uXPCDJtL0v .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-uXPCDJtL0v .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-uXPCDJtL0v .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uXPCDJtL0v .card .card-box {
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uXPCDJtL0v .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-uXPCDJtL0v .card:nth-child(1) .circle_fill {
  background-color: #a32b31;
}
.cid-uXPCDJtL0v .card:nth-child(2) .circle_fill {
  background-color: #3fb238;
}
.cid-uXPCDJtL0v .card:nth-child(3) .circle_fill {
  background-color: #c9d928;
}
.cid-uXPCDJtL0v .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-uXPCDJtL0v .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uXPCDJtL0v .card-title {
  margin-bottom: 3rem;
}
.cid-uXPCDJtL0v .card-text {
  margin-bottom: 1.5rem;
}
.cid-uXPCDJtL0v .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uXPCDJtL0v .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uXPCDJtL0v .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uXPCDJtL0v .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #222d35;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-uXPCDJtL0v .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uXPCDJtL0v .card-text {
    margin-bottom: 1rem;
  }
  .cid-uXPCDJtL0v .card-wrapper {
    padding: 0;
  }
  .cid-uXPCDJtL0v .card-box {
    padding: 2rem 0;
  }
  .cid-uXPCDJtL0v .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-uXPCDJtL0v .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uXPCDJtL0v .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uXPAJuobi2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXPAJuobi2 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXPAJuobi2 .phone-number {
    text-align: center;
  }
}
.cid-uXPAJuobi2 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXPAJuobi2 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXPAJuobi2 .soc-item {
  margin-right: 27px;
}
.cid-uXPAJuobi2 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXPAJuobi2 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXPAJuobi2 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXPFj5ePKM {
  z-index: 1000;
  width: 100%;
}
.cid-uXPFj5ePKM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXPFj5ePKM .nav-item {
    margin: 0 !important;
  }
}
.cid-uXPFj5ePKM .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-uXPFj5ePKM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXPFj5ePKM .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXPFj5ePKM .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXPFj5ePKM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXPFj5ePKM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXPFj5ePKM .nav-link {
  position: relative;
}
.cid-uXPFj5ePKM .container {
  display: flex;
  margin: auto;
}
.cid-uXPFj5ePKM .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXPFj5ePKM .dropdown-menu,
.cid-uXPFj5ePKM .navbar.opened {
  background: #ffffff !important;
}
.cid-uXPFj5ePKM .nav-item:focus,
.cid-uXPFj5ePKM .nav-link:focus {
  outline: none;
}
.cid-uXPFj5ePKM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXPFj5ePKM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXPFj5ePKM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXPFj5ePKM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXPFj5ePKM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXPFj5ePKM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXPFj5ePKM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXPFj5ePKM .navbar.opened {
  transition: all 0.3s;
}
.cid-uXPFj5ePKM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXPFj5ePKM .navbar .navbar-logo img {
  width: auto;
}
.cid-uXPFj5ePKM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXPFj5ePKM .navbar.collapsed {
  justify-content: center;
}
.cid-uXPFj5ePKM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXPFj5ePKM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXPFj5ePKM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXPFj5ePKM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXPFj5ePKM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXPFj5ePKM .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-uXPFj5ePKM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXPFj5ePKM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXPFj5ePKM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXPFj5ePKM .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXPFj5ePKM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXPFj5ePKM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXPFj5ePKM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXPFj5ePKM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXPFj5ePKM .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-uXPFj5ePKM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXPFj5ePKM .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXPFj5ePKM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXPFj5ePKM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXPFj5ePKM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXPFj5ePKM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXPFj5ePKM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXPFj5ePKM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXPFj5ePKM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXPFj5ePKM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXPFj5ePKM .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-uXPFj5ePKM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXPFj5ePKM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXPFj5ePKM .dropdown-item.active,
.cid-uXPFj5ePKM .dropdown-item:active {
  background-color: transparent;
}
.cid-uXPFj5ePKM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXPFj5ePKM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXPFj5ePKM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXPFj5ePKM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXPFj5ePKM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXPFj5ePKM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXPFj5ePKM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXPFj5ePKM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXPFj5ePKM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXPFj5ePKM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXPFj5ePKM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXPFj5ePKM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXPFj5ePKM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXPFj5ePKM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXPFj5ePKM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXPFj5ePKM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXPFj5ePKM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXPFj5ePKM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXPFj5ePKM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXPFj5ePKM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXPFj5ePKM .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-uXPFj5ePKM .navbar {
    height: 70px;
  }
  .cid-uXPFj5ePKM .navbar.opened {
    height: auto;
  }
  .cid-uXPFj5ePKM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXPL72ooRj {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #e8e8e8;
}
.cid-uXPL72ooRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXPL72ooRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXPL72ooRj .mbr-section-title {
  margin-bottom: 75px;
  color: #101511;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXPL72ooRj .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uXPL72ooRj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 520px;
  max-width: 520px;
}
@media (max-width: 768px) {
  .cid-uXPL72ooRj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uXPL72ooRj .embla__slide .card-wrap {
  padding: 0 64px 64px 64px;
  background-color: #eae8e4;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-uXPL72ooRj .embla__slide .card-wrap {
    padding: 0 32px 32px 32px;
  }
}
.cid-uXPL72ooRj .embla__slide .card-wrap .item-wrapper {
  overflow: visible;
}
.cid-uXPL72ooRj .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 6px 6px 20px #3fb238;
}
@media (max-width: 992px) {
  .cid-uXPL72ooRj .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-uXPL72ooRj .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin: 48px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uXPL72ooRj .embla__slide .card-wrap .content-wrap .mbr-card-title {
    margin: 32px 0 0 0;
  }
}
.cid-uXPL72ooRj .embla__slide .card-wrap .content-wrap .mbr-text {
  margin: 32px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uXPL72ooRj .embla__slide .card-wrap .content-wrap .mbr-text {
    margin: 16px 0 0 0;
  }
}
.cid-uXPL72ooRj .embla__button--next,
.cid-uXPL72ooRj .embla__button--prev {
  display: flex;
}
.cid-uXPL72ooRj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #222d35;
  color: #6283a2;
  border: 2px solid #6283a2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uXPL72ooRj .embla__button {
    display: none;
  }
}
.cid-uXPL72ooRj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uXPL72ooRj .embla__button:hover {
  opacity: .7;
}
.cid-uXPL72ooRj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXPL72ooRj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXPL72ooRj .embla__button {
    top: auto;
  }
}
.cid-uXPL72ooRj .embla {
  position: relative;
  width: 100%;
}
.cid-uXPL72ooRj .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-top: 2rem;
}
.cid-uXPL72ooRj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXPL72ooRj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXPL72ooRj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXPL72ooRj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uXPL72ooRj .mbr-card-title {
  color: #101511;
}
.cid-uXPL72ooRj .mbr-text {
  color: #6e716f;
}
.cid-uXPFj6w6HM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXPFj6w6HM .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXPFj6w6HM .phone-number {
    text-align: center;
  }
}
.cid-uXPFj6w6HM .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXPFj6w6HM .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXPFj6w6HM .soc-item {
  margin-right: 27px;
}
.cid-uXPFj6w6HM .soc-item:last-child {
  margin-right: 0;
}
.cid-uXPFj6w6HM .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXPFj6w6HM .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXQeJStIIH {
  z-index: 1000;
  width: 100%;
}
.cid-uXQeJStIIH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXQeJStIIH .nav-item {
    margin: 0 !important;
  }
}
.cid-uXQeJStIIH .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-uXQeJStIIH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXQeJStIIH .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXQeJStIIH .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXQeJStIIH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXQeJStIIH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXQeJStIIH .nav-link {
  position: relative;
}
.cid-uXQeJStIIH .container {
  display: flex;
  margin: auto;
}
.cid-uXQeJStIIH .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXQeJStIIH .dropdown-menu,
.cid-uXQeJStIIH .navbar.opened {
  background: #ffffff !important;
}
.cid-uXQeJStIIH .nav-item:focus,
.cid-uXQeJStIIH .nav-link:focus {
  outline: none;
}
.cid-uXQeJStIIH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXQeJStIIH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXQeJStIIH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXQeJStIIH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXQeJStIIH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXQeJStIIH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXQeJStIIH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXQeJStIIH .navbar.opened {
  transition: all 0.3s;
}
.cid-uXQeJStIIH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXQeJStIIH .navbar .navbar-logo img {
  width: auto;
}
.cid-uXQeJStIIH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXQeJStIIH .navbar.collapsed {
  justify-content: center;
}
.cid-uXQeJStIIH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXQeJStIIH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXQeJStIIH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXQeJStIIH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXQeJStIIH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXQeJStIIH .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-uXQeJStIIH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXQeJStIIH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXQeJStIIH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXQeJStIIH .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXQeJStIIH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXQeJStIIH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXQeJStIIH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXQeJStIIH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXQeJStIIH .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-uXQeJStIIH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXQeJStIIH .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXQeJStIIH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXQeJStIIH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXQeJStIIH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXQeJStIIH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXQeJStIIH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXQeJStIIH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXQeJStIIH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXQeJStIIH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXQeJStIIH .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-uXQeJStIIH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXQeJStIIH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXQeJStIIH .dropdown-item.active,
.cid-uXQeJStIIH .dropdown-item:active {
  background-color: transparent;
}
.cid-uXQeJStIIH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXQeJStIIH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXQeJStIIH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXQeJStIIH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXQeJStIIH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXQeJStIIH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXQeJStIIH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXQeJStIIH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXQeJStIIH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXQeJStIIH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXQeJStIIH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXQeJStIIH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXQeJStIIH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXQeJStIIH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXQeJStIIH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXQeJStIIH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXQeJStIIH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXQeJStIIH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXQeJStIIH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXQeJStIIH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXQeJStIIH .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-uXQeJStIIH .navbar {
    height: 70px;
  }
  .cid-uXQeJStIIH .navbar.opened {
    height: auto;
  }
  .cid-uXQeJStIIH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXQeJV6AV8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXQeJV6AV8 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXQeJV6AV8 .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXQeJV6AV8 .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #a32b31;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXQeJV6AV8 .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXQeJV6AV8 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXQeJV6AV8 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXQeJV6AV8 .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXQeJV6AV8 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXQeJV6AV8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXQeJV6AV8 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXQeJV6AV8 .row {
    flex-direction: column-reverse;
  }
  .cid-uXQeJV6AV8 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXQeJV6AV8 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXQeJV6AV8 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXQeJV6AV8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXQeJV6AV8 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXQeJV6AV8 .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXQeJV6AV8 .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXQeJV6AV8 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXQeJV6AV8 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXQeJV6AV8 .card:hover .square_fill {
    transform: none;
  }
  .cid-uXQeJV6AV8 .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXQeJV6AV8 .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXQeJV6AV8 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXQeJV6AV8 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXQfP0c0nf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-uXQfP0c0nf .row {
  align-items: center;
}
.cid-uXQfP0c0nf .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-uXQfP0c0nf .card .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, 0rem);
}
.cid-uXQfP0c0nf .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-uXQfP0c0nf .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXQfP0c0nf .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXQfP0c0nf .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXQfP0c0nf .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXQfP0c0nf .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXQfP0c0nf .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXQfP0c0nf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXQfP0c0nf .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXQfP0c0nf .row {
    flex-direction: column-reverse;
  }
  .cid-uXQfP0c0nf .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXQfP0c0nf .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXQfP0c0nf .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXQfP0c0nf .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXQfP0c0nf .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-uXQfP0c0nf .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXQfP0c0nf .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-uXQfP0c0nf .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-uXQfP0c0nf .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-uXQfP0c0nf .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXQfP0c0nf .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXQfP0c0nf .card:hover .square_fill {
    transform: none;
  }
  .cid-uXQfP0c0nf .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXQfP0c0nf .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXQfP0c0nf .square_animation {
    margin-bottom: 2rem;
  }
  .cid-uXQfP0c0nf .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXQhnQQDyU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXQhnQQDyU .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXQhnQQDyU .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uXQhnQQDyU .card .square_fill {
  background-color: #c9d928;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uXQhnQQDyU .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXQhnQQDyU .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXQhnQQDyU .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXQhnQQDyU .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXQhnQQDyU .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXQhnQQDyU .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXQhnQQDyU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXQhnQQDyU .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXQhnQQDyU .row {
    flex-direction: column-reverse;
  }
  .cid-uXQhnQQDyU .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXQhnQQDyU .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXQhnQQDyU .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXQhnQQDyU .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXQhnQQDyU .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXQhnQQDyU .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-uXQhnQQDyU .card .square_null {
    transform: translateX(1rem);
  }
  .cid-uXQhnQQDyU .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uXQhnQQDyU .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXQhnQQDyU .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXQhnQQDyU .card:hover .square_fill {
    transform: none;
  }
  .cid-uXQhnQQDyU .card .square_null {
    transform: translateX(0);
  }
  .cid-uXQhnQQDyU .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uXQhnQQDyU .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXQhnQQDyU .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXQeJWin0L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXQeJWin0L .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXQeJWin0L .phone-number {
    text-align: center;
  }
}
.cid-uXQeJWin0L .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXQeJWin0L .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXQeJWin0L .soc-item {
  margin-right: 27px;
}
.cid-uXQeJWin0L .soc-item:last-child {
  margin-right: 0;
}
.cid-uXQeJWin0L .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXQeJWin0L .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXQkNFBtfr {
  z-index: 1000;
  width: 100%;
}
.cid-uXQkNFBtfr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXQkNFBtfr .nav-item {
    margin: 0 !important;
  }
}
.cid-uXQkNFBtfr .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-uXQkNFBtfr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXQkNFBtfr .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXQkNFBtfr .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXQkNFBtfr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXQkNFBtfr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXQkNFBtfr .nav-link {
  position: relative;
}
.cid-uXQkNFBtfr .container {
  display: flex;
  margin: auto;
}
.cid-uXQkNFBtfr .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXQkNFBtfr .dropdown-menu,
.cid-uXQkNFBtfr .navbar.opened {
  background: #ffffff !important;
}
.cid-uXQkNFBtfr .nav-item:focus,
.cid-uXQkNFBtfr .nav-link:focus {
  outline: none;
}
.cid-uXQkNFBtfr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXQkNFBtfr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXQkNFBtfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXQkNFBtfr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXQkNFBtfr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXQkNFBtfr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXQkNFBtfr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXQkNFBtfr .navbar.opened {
  transition: all 0.3s;
}
.cid-uXQkNFBtfr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXQkNFBtfr .navbar .navbar-logo img {
  width: auto;
}
.cid-uXQkNFBtfr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXQkNFBtfr .navbar.collapsed {
  justify-content: center;
}
.cid-uXQkNFBtfr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXQkNFBtfr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXQkNFBtfr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXQkNFBtfr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXQkNFBtfr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXQkNFBtfr .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-uXQkNFBtfr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXQkNFBtfr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXQkNFBtfr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXQkNFBtfr .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXQkNFBtfr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXQkNFBtfr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXQkNFBtfr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXQkNFBtfr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXQkNFBtfr .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-uXQkNFBtfr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXQkNFBtfr .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXQkNFBtfr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXQkNFBtfr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXQkNFBtfr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXQkNFBtfr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXQkNFBtfr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXQkNFBtfr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXQkNFBtfr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXQkNFBtfr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXQkNFBtfr .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-uXQkNFBtfr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXQkNFBtfr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXQkNFBtfr .dropdown-item.active,
.cid-uXQkNFBtfr .dropdown-item:active {
  background-color: transparent;
}
.cid-uXQkNFBtfr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXQkNFBtfr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXQkNFBtfr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXQkNFBtfr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXQkNFBtfr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXQkNFBtfr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXQkNFBtfr ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXQkNFBtfr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXQkNFBtfr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXQkNFBtfr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXQkNFBtfr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXQkNFBtfr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXQkNFBtfr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXQkNFBtfr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXQkNFBtfr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXQkNFBtfr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXQkNFBtfr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXQkNFBtfr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXQkNFBtfr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXQkNFBtfr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXQkNFBtfr .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-uXQkNFBtfr .navbar {
    height: 70px;
  }
  .cid-uXQkNFBtfr .navbar.opened {
    height: auto;
  }
  .cid-uXQkNFBtfr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXQmr5O5eO {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXQmr5O5eO .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uXQmr5O5eO .panel-group {
  border: none;
}
.cid-uXQmr5O5eO .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-uXQmr5O5eO .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uXQmr5O5eO .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uXQmr5O5eO .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-uXQmr5O5eO .img-col {
  padding: 0;
}
.cid-uXQmr5O5eO span {
  margin-right: 1rem;
}
.cid-uXQmr5O5eO .img-item {
  height: 50%;
}
.cid-uXQmr5O5eO img {
  height: 80%;
  object-fit: cover;
}
.cid-uXQmr5O5eO .collapsed span {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .cid-uXQmr5O5eO img {
    max-width: 80%;
    height: auto;
  }
}
.cid-uXQmr5O5eO .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-uXQmr5O5eO p {
  margin-bottom: 0.3rem;
}
.cid-uXQmr5O5eO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uXQmr5O5eO .card {
  padding: 0;
}
.cid-uXQmr5O5eO .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-uXQmr5O5eO .panel-text {
    padding-left: 0;
  }
}
.cid-uXQmr5O5eO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uXQmr5O5eO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uXQmr5O5eO .panel-title-edit,
.cid-uXQmr5O5eO .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uXQkNJ7PTz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXQkNJ7PTz .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXQkNJ7PTz .phone-number {
    text-align: center;
  }
}
.cid-uXQkNJ7PTz .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXQkNJ7PTz .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXQkNJ7PTz .soc-item {
  margin-right: 27px;
}
.cid-uXQkNJ7PTz .soc-item:last-child {
  margin-right: 0;
}
.cid-uXQkNJ7PTz .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXQkNJ7PTz .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXQDyTnWuW {
  z-index: 1000;
  width: 100%;
}
.cid-uXQDyTnWuW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXQDyTnWuW .nav-item {
    margin: 0 !important;
  }
}
.cid-uXQDyTnWuW .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-uXQDyTnWuW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXQDyTnWuW .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXQDyTnWuW .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXQDyTnWuW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXQDyTnWuW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXQDyTnWuW .nav-link {
  position: relative;
}
.cid-uXQDyTnWuW .container {
  display: flex;
  margin: auto;
}
.cid-uXQDyTnWuW .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXQDyTnWuW .dropdown-menu,
.cid-uXQDyTnWuW .navbar.opened {
  background: #ffffff !important;
}
.cid-uXQDyTnWuW .nav-item:focus,
.cid-uXQDyTnWuW .nav-link:focus {
  outline: none;
}
.cid-uXQDyTnWuW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXQDyTnWuW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXQDyTnWuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXQDyTnWuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXQDyTnWuW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXQDyTnWuW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXQDyTnWuW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXQDyTnWuW .navbar.opened {
  transition: all 0.3s;
}
.cid-uXQDyTnWuW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXQDyTnWuW .navbar .navbar-logo img {
  width: auto;
}
.cid-uXQDyTnWuW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXQDyTnWuW .navbar.collapsed {
  justify-content: center;
}
.cid-uXQDyTnWuW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXQDyTnWuW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXQDyTnWuW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXQDyTnWuW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXQDyTnWuW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXQDyTnWuW .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-uXQDyTnWuW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXQDyTnWuW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXQDyTnWuW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXQDyTnWuW .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXQDyTnWuW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXQDyTnWuW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXQDyTnWuW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXQDyTnWuW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXQDyTnWuW .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-uXQDyTnWuW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXQDyTnWuW .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXQDyTnWuW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXQDyTnWuW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXQDyTnWuW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXQDyTnWuW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXQDyTnWuW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXQDyTnWuW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXQDyTnWuW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXQDyTnWuW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXQDyTnWuW .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-uXQDyTnWuW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXQDyTnWuW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXQDyTnWuW .dropdown-item.active,
.cid-uXQDyTnWuW .dropdown-item:active {
  background-color: transparent;
}
.cid-uXQDyTnWuW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXQDyTnWuW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXQDyTnWuW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXQDyTnWuW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXQDyTnWuW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXQDyTnWuW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXQDyTnWuW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXQDyTnWuW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXQDyTnWuW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXQDyTnWuW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXQDyTnWuW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXQDyTnWuW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXQDyTnWuW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXQDyTnWuW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXQDyTnWuW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXQDyTnWuW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXQDyTnWuW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXQDyTnWuW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXQDyTnWuW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXQDyTnWuW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXQDyTnWuW .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-uXQDyTnWuW .navbar {
    height: 70px;
  }
  .cid-uXQDyTnWuW .navbar.opened {
    height: auto;
  }
  .cid-uXQDyTnWuW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXS5oAdpdN {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXS5oAdpdN .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uXS5oAdpdN .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-uXS5oAdpdN .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uXS5oAdpdN .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uXS5oAdpdN .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uXS5oAdpdN .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uXSjeLH9cU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXSjeLH9cU .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uXSjeLH9cU .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-uXSjeLH9cU .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uXSjeLH9cU .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uXSjeLH9cU .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uXSjeLH9cU .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uXSkGThKKu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXSkGThKKu .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uXSkGThKKu .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-uXSkGThKKu .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uXSkGThKKu .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uXSkGThKKu .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uXSkGThKKu .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uXQDyV1FC6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXQDyV1FC6 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXQDyV1FC6 .phone-number {
    text-align: center;
  }
}
.cid-uXQDyV1FC6 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXQDyV1FC6 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXQDyV1FC6 .soc-item {
  margin-right: 27px;
}
.cid-uXQDyV1FC6 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXQDyV1FC6 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXQDyV1FC6 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXSrAc5hbu {
  z-index: 1000;
  width: 100%;
}
.cid-uXSrAc5hbu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXSrAc5hbu .nav-item {
    margin: 0 !important;
  }
}
.cid-uXSrAc5hbu .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-uXSrAc5hbu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXSrAc5hbu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXSrAc5hbu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXSrAc5hbu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXSrAc5hbu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXSrAc5hbu .nav-link {
  position: relative;
}
.cid-uXSrAc5hbu .container {
  display: flex;
  margin: auto;
}
.cid-uXSrAc5hbu .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXSrAc5hbu .dropdown-menu,
.cid-uXSrAc5hbu .navbar.opened {
  background: #ffffff !important;
}
.cid-uXSrAc5hbu .nav-item:focus,
.cid-uXSrAc5hbu .nav-link:focus {
  outline: none;
}
.cid-uXSrAc5hbu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXSrAc5hbu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXSrAc5hbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXSrAc5hbu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXSrAc5hbu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXSrAc5hbu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXSrAc5hbu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXSrAc5hbu .navbar.opened {
  transition: all 0.3s;
}
.cid-uXSrAc5hbu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXSrAc5hbu .navbar .navbar-logo img {
  width: auto;
}
.cid-uXSrAc5hbu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXSrAc5hbu .navbar.collapsed {
  justify-content: center;
}
.cid-uXSrAc5hbu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXSrAc5hbu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXSrAc5hbu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXSrAc5hbu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXSrAc5hbu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXSrAc5hbu .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-uXSrAc5hbu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXSrAc5hbu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXSrAc5hbu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXSrAc5hbu .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXSrAc5hbu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXSrAc5hbu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXSrAc5hbu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXSrAc5hbu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXSrAc5hbu .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-uXSrAc5hbu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXSrAc5hbu .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXSrAc5hbu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXSrAc5hbu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXSrAc5hbu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXSrAc5hbu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXSrAc5hbu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXSrAc5hbu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXSrAc5hbu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXSrAc5hbu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXSrAc5hbu .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-uXSrAc5hbu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXSrAc5hbu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXSrAc5hbu .dropdown-item.active,
.cid-uXSrAc5hbu .dropdown-item:active {
  background-color: transparent;
}
.cid-uXSrAc5hbu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXSrAc5hbu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXSrAc5hbu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXSrAc5hbu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXSrAc5hbu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXSrAc5hbu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXSrAc5hbu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXSrAc5hbu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXSrAc5hbu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXSrAc5hbu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXSrAc5hbu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXSrAc5hbu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXSrAc5hbu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXSrAc5hbu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXSrAc5hbu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXSrAc5hbu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXSrAc5hbu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXSrAc5hbu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXSrAc5hbu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXSrAc5hbu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXSrAc5hbu .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-uXSrAc5hbu .navbar {
    height: 70px;
  }
  .cid-uXSrAc5hbu .navbar.opened {
    height: auto;
  }
  .cid-uXSrAc5hbu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXSrActSiR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXSrActSiR .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXSrActSiR .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXSrActSiR .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #3fb238;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXSrActSiR .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXSrActSiR .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXSrActSiR .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXSrActSiR .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXSrActSiR .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXSrActSiR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXSrActSiR .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXSrActSiR .row {
    flex-direction: column-reverse;
  }
  .cid-uXSrActSiR .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXSrActSiR .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXSrActSiR .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXSrActSiR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXSrActSiR .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXSrActSiR .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXSrActSiR .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXSrActSiR .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXSrActSiR .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXSrActSiR .card:hover .square_fill {
    transform: none;
  }
  .cid-uXSrActSiR .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXSrActSiR .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXSrActSiR .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXSrActSiR .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXSrAcMnjk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXSrAcMnjk .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXSrAcMnjk .phone-number {
    text-align: center;
  }
}
.cid-uXSrAcMnjk .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXSrAcMnjk .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXSrAcMnjk .soc-item {
  margin-right: 27px;
}
.cid-uXSrAcMnjk .soc-item:last-child {
  margin-right: 0;
}
.cid-uXSrAcMnjk .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXSrAcMnjk .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXSSsI7zNr {
  z-index: 1000;
  width: 100%;
}
.cid-uXSSsI7zNr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXSSsI7zNr .nav-item {
    margin: 0 !important;
  }
}
.cid-uXSSsI7zNr .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-uXSSsI7zNr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXSSsI7zNr .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXSSsI7zNr .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXSSsI7zNr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXSSsI7zNr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXSSsI7zNr .nav-link {
  position: relative;
}
.cid-uXSSsI7zNr .container {
  display: flex;
  margin: auto;
}
.cid-uXSSsI7zNr .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXSSsI7zNr .dropdown-menu,
.cid-uXSSsI7zNr .navbar.opened {
  background: #ffffff !important;
}
.cid-uXSSsI7zNr .nav-item:focus,
.cid-uXSSsI7zNr .nav-link:focus {
  outline: none;
}
.cid-uXSSsI7zNr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXSSsI7zNr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXSSsI7zNr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXSSsI7zNr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXSSsI7zNr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXSSsI7zNr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXSSsI7zNr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXSSsI7zNr .navbar.opened {
  transition: all 0.3s;
}
.cid-uXSSsI7zNr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXSSsI7zNr .navbar .navbar-logo img {
  width: auto;
}
.cid-uXSSsI7zNr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXSSsI7zNr .navbar.collapsed {
  justify-content: center;
}
.cid-uXSSsI7zNr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXSSsI7zNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXSSsI7zNr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXSSsI7zNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXSSsI7zNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXSSsI7zNr .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-uXSSsI7zNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXSSsI7zNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXSSsI7zNr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXSSsI7zNr .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXSSsI7zNr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXSSsI7zNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXSSsI7zNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXSSsI7zNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXSSsI7zNr .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-uXSSsI7zNr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXSSsI7zNr .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXSSsI7zNr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXSSsI7zNr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXSSsI7zNr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXSSsI7zNr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXSSsI7zNr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXSSsI7zNr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXSSsI7zNr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXSSsI7zNr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXSSsI7zNr .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-uXSSsI7zNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXSSsI7zNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXSSsI7zNr .dropdown-item.active,
.cid-uXSSsI7zNr .dropdown-item:active {
  background-color: transparent;
}
.cid-uXSSsI7zNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXSSsI7zNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXSSsI7zNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXSSsI7zNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXSSsI7zNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXSSsI7zNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXSSsI7zNr ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXSSsI7zNr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXSSsI7zNr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXSSsI7zNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXSSsI7zNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXSSsI7zNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXSSsI7zNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXSSsI7zNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXSSsI7zNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXSSsI7zNr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXSSsI7zNr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXSSsI7zNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXSSsI7zNr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXSSsI7zNr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXSSsI7zNr .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-uXSSsI7zNr .navbar {
    height: 70px;
  }
  .cid-uXSSsI7zNr .navbar.opened {
    height: auto;
  }
  .cid-uXSSsI7zNr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXSSsIDCti {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXSSsIDCti .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXSSsIDCti .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXSSsIDCti .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #c9d928;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXSSsIDCti .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXSSsIDCti .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXSSsIDCti .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXSSsIDCti .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXSSsIDCti .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXSSsIDCti .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXSSsIDCti .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXSSsIDCti .row {
    flex-direction: column-reverse;
  }
  .cid-uXSSsIDCti .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXSSsIDCti .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXSSsIDCti .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXSSsIDCti .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXSSsIDCti .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXSSsIDCti .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXSSsIDCti .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXSSsIDCti .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXSSsIDCti .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXSSsIDCti .card:hover .square_fill {
    transform: none;
  }
  .cid-uXSSsIDCti .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXSSsIDCti .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXSSsIDCti .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXSSsIDCti .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXTAexBMgT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXTAexBMgT .subtitle-line {
  content: "";
  display: block;
  width: 92%;
  height: 1px;
  border-top: 1px dotted rgba(34, 34, 53, 0.5);
  margin: 0 auto 1rem auto;
}
.cid-uXTAexBMgT .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uXTAexBMgT .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uXTAexBMgT form {
  margin-top: 2.5rem;
}
.cid-uXTAexBMgT input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uXTAexBMgT input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uXTAexBMgT .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-uXTAexBMgT .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #6283a2;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uXTAexBMgT .mbr-form .form-control:focus {
  border-color: #000000;
}
.cid-uXTAexBMgT .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-uXTAexBMgT .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-uXTAexBMgT .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-uXTAexBMgT .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uXTAexBMgT .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
    padding: 2.5rem 2rem;
  }
  .cid-uXTAexBMgT .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uXTAexBMgT .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uXTAexBMgT .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uXTAexBMgT .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #3fb238;
}
.cid-uXTAexBMgT .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXTAexBMgT .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uXTAexBMgT .card_item:nth-child(2) .square_fill {
  background-color: #3fb238;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uXTAexBMgT .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uXTAexBMgT .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uXTAexBMgT .card_item:nth-child(3) .square_fill {
  background-color: #c9d928;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uXTAexBMgT .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uXTAexBMgT .card_item:nth-child(1) .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uXTAexBMgT .card-box {
  height: 100%;
}
.cid-uXTAexBMgT .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uXTAexBMgT .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXTAexBMgT .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXTAexBMgT .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXTAexBMgT .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXTAexBMgT .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-uXTAexBMgT .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXTAexBMgT .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uXTAexBMgT .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uXTAexBMgT .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uXTAexBMgT .item-wrapper {
    padding: 0;
  }
  .cid-uXTAexBMgT .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uXTAexBMgT .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uXTAexBMgT .mbr-text {
    margin-top: .75rem;
  }
  .cid-uXTAexBMgT .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXTAexBMgT .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uXTAexBMgT .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uXTAexBMgT .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXTAexBMgT .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXTAexBMgT .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uXTAexBMgT .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uXTAexBMgT .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uXTAexBMgT .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uXTAexBMgT .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uXTAexBMgT .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uXTAexBMgT .card_item:nth-child(1) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-uXTAexBMgT .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uXTAexBMgT .textGDPR {
  font-size: 14px;
}
.cid-uXSSsJ7Tsv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXSSsJ7Tsv .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXSSsJ7Tsv .phone-number {
    text-align: center;
  }
}
.cid-uXSSsJ7Tsv .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXSSsJ7Tsv .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXSSsJ7Tsv .soc-item {
  margin-right: 27px;
}
.cid-uXSSsJ7Tsv .soc-item:last-child {
  margin-right: 0;
}
.cid-uXSSsJ7Tsv .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXSSsJ7Tsv .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
.cid-uXT2xroOCZ {
  z-index: 1000;
  width: 100%;
}
.cid-uXT2xroOCZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uXT2xroOCZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uXT2xroOCZ .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-uXT2xroOCZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.cid-uXT2xroOCZ .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
}
.cid-uXT2xroOCZ .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
}
.cid-uXT2xroOCZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uXT2xroOCZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXT2xroOCZ .nav-link {
  position: relative;
}
.cid-uXT2xroOCZ .container {
  display: flex;
  margin: auto;
}
.cid-uXT2xroOCZ .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXT2xroOCZ .dropdown-menu,
.cid-uXT2xroOCZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uXT2xroOCZ .nav-item:focus,
.cid-uXT2xroOCZ .nav-link:focus {
  outline: none;
}
.cid-uXT2xroOCZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXT2xroOCZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXT2xroOCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXT2xroOCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXT2xroOCZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXT2xroOCZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXT2xroOCZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXT2xroOCZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uXT2xroOCZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXT2xroOCZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uXT2xroOCZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXT2xroOCZ .navbar.collapsed {
  justify-content: center;
}
.cid-uXT2xroOCZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXT2xroOCZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXT2xroOCZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.9rem);
  }
}
.cid-uXT2xroOCZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXT2xroOCZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXT2xroOCZ .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-uXT2xroOCZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXT2xroOCZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXT2xroOCZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXT2xroOCZ .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-uXT2xroOCZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXT2xroOCZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXT2xroOCZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXT2xroOCZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXT2xroOCZ .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-uXT2xroOCZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXT2xroOCZ .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uXT2xroOCZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXT2xroOCZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXT2xroOCZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXT2xroOCZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXT2xroOCZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXT2xroOCZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXT2xroOCZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXT2xroOCZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXT2xroOCZ .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-uXT2xroOCZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXT2xroOCZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXT2xroOCZ .dropdown-item.active,
.cid-uXT2xroOCZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXT2xroOCZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXT2xroOCZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXT2xroOCZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXT2xroOCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXT2xroOCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXT2xroOCZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXT2xroOCZ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uXT2xroOCZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXT2xroOCZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uXT2xroOCZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-uXT2xroOCZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXT2xroOCZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXT2xroOCZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXT2xroOCZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXT2xroOCZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXT2xroOCZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXT2xroOCZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXT2xroOCZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXT2xroOCZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXT2xroOCZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXT2xroOCZ .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-uXT2xroOCZ .navbar {
    height: 70px;
  }
  .cid-uXT2xroOCZ .navbar.opened {
    height: auto;
  }
  .cid-uXT2xroOCZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXT2xrQjjV {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uXT2xrQjjV .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-uXT2xrQjjV .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-uXT2xrQjjV .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #3fb238;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uXT2xrQjjV .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uXT2xrQjjV .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uXT2xrQjjV .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uXT2xrQjjV .main_title {
  margin-bottom: 2.5rem;
}
.cid-uXT2xrQjjV .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-uXT2xrQjjV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXT2xrQjjV .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uXT2xrQjjV .row {
    flex-direction: column-reverse;
  }
  .cid-uXT2xrQjjV .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-uXT2xrQjjV .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-uXT2xrQjjV .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-uXT2xrQjjV .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXT2xrQjjV .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uXT2xrQjjV .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-uXT2xrQjjV .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-uXT2xrQjjV .card-wrapper {
    padding-top: 1rem;
  }
  .cid-uXT2xrQjjV .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uXT2xrQjjV .card:hover .square_fill {
    transform: none;
  }
  .cid-uXT2xrQjjV .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uXT2xrQjjV .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uXT2xrQjjV .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uXT2xrQjjV .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-uXT2xscHl5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6283a2;
}
.cid-uXT2xscHl5 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-uXT2xscHl5 .phone-number {
    text-align: center;
  }
}
.cid-uXT2xscHl5 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-uXT2xscHl5 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-uXT2xscHl5 .soc-item {
  margin-right: 27px;
}
.cid-uXT2xscHl5 .soc-item:last-child {
  margin-right: 0;
}
.cid-uXT2xscHl5 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-uXT2xscHl5 .mbr-text {
  font-weight: 400;
  color: #ffffff;
}
