body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.71875rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- 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.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.7625rem;
    font-size: calc( 2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #b18161 !important;
}
.bg-info {
  background-color: #52586a !important;
}
.bg-warning {
  background-color: #909190 !important;
}
.bg-danger {
  background-color: #9d9690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4895ef !important;
  border-color: #4895ef !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1269ce !important;
  border-color: #1269ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1269ce !important;
  border-color: #1269ce !important;
}
.btn-info,
.btn-info:active {
  background-color: #52586a !important;
  border-color: #52586a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b18161 !important;
  border-color: #b18161 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #909190 !important;
  border-color: #909190 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4895ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1269ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4895ef !important;
  border-color: #4895ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #52586a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c2f39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #52586a !important;
  border-color: #52586a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b18161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d573e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b18161 !important;
  border-color: #b18161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #909190;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #656665 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #909190 !important;
  border-color: #909190 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d9690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #726b64 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #111213 !important;
}
.text-secondary {
  color: #4895ef !important;
}
.text-success {
  color: #b18161 !important;
}
.text-info {
  color: #52586a !important;
}
.text-warning {
  color: #909190 !important;
}
.text-danger {
  color: #9d9690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4895ef !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b18161 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52586a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909190 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d9690 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #52586a;
}
.alert-warning {
  background-color: #909190;
}
.alert-danger {
  background-color: #9d9690;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbc5b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9198aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d6d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open 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: #111213;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.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: #111213;
  border-bottom-color: #111213;
}
.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: #111213 !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: #4895ef !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='%23111213' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCwVrhxRkw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tCwVrhxRkw .container,
  .cid-tCwVrhxRkw .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tCwVrhxRkw .container .navbar-collapse,
  .cid-tCwVrhxRkw .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tCwVrhxRkw {
    flex-wrap: wrap;
  }
  .cid-tCwVrhxRkw .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tCwVrhxRkw .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tCwVrhxRkw .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tCwVrhxRkw .btn {
  padding: 0.8rem 2rem;
}
.cid-tCwVrhxRkw .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tCwVrhxRkw .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4895ef;
}
.cid-tCwVrhxRkw .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tCwVrhxRkw nav.navbar {
  position: fixed;
}
.cid-tCwVrhxRkw .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-tCwVrhxRkw .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCwVrhxRkw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCwVrhxRkw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCwVrhxRkw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCwVrhxRkw .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tCwVrhxRkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCwVrhxRkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCwVrhxRkw .dropdown-menu,
.cid-tCwVrhxRkw .navbar.opened {
  background: #ffffff !important;
}
.cid-tCwVrhxRkw .nav-item:focus,
.cid-tCwVrhxRkw .nav-link:focus {
  outline: none;
}
.cid-tCwVrhxRkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCwVrhxRkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCwVrhxRkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCwVrhxRkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCwVrhxRkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCwVrhxRkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCwVrhxRkw .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tCwVrhxRkw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCwVrhxRkw .navbar.opened {
  transition: all 0.3s;
}
.cid-tCwVrhxRkw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCwVrhxRkw .navbar .navbar-logo img {
  width: auto;
}
.cid-tCwVrhxRkw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tCwVrhxRkw .navbar.collapsed {
  justify-content: center;
}
.cid-tCwVrhxRkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCwVrhxRkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCwVrhxRkw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCwVrhxRkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCwVrhxRkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCwVrhxRkw .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-tCwVrhxRkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCwVrhxRkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCwVrhxRkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCwVrhxRkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCwVrhxRkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCwVrhxRkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCwVrhxRkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCwVrhxRkw .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-tCwVrhxRkw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCwVrhxRkw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCwVrhxRkw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCwVrhxRkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCwVrhxRkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCwVrhxRkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCwVrhxRkw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCwVrhxRkw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCwVrhxRkw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCwVrhxRkw .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-tCwVrhxRkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCwVrhxRkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCwVrhxRkw .dropdown-item.active,
.cid-tCwVrhxRkw .dropdown-item:active {
  background-color: transparent;
}
.cid-tCwVrhxRkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCwVrhxRkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCwVrhxRkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCwVrhxRkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCwVrhxRkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCwVrhxRkw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCwVrhxRkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCwVrhxRkw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCwVrhxRkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCwVrhxRkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tCwVrhxRkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCwVrhxRkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwVrhxRkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwVrhxRkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCwVrhxRkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwVrhxRkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCwVrhxRkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCwVrhxRkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwVrhxRkw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCwVrhxRkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCwVrhxRkw .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-tCwVrhxRkw .navbar {
    height: 70px;
  }
  .cid-tCwVrhxRkw .navbar.opened {
    height: auto;
  }
  .cid-tCwVrhxRkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBN3RV7daj {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBN3RV7daj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBN3RV7daj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tBN3RV7daj .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-tBN3RV7daj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBN3RV7daj .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-tBN3RV7daj .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-tBN3RV7daj .mbr-text {
  color: #111213;
}
.cid-sPvsI7Cb0V {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sPvsI7Cb0V .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sPvsI7Cb0V .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sPvsI7Cb0V .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sPvsI7Cb0V .desc {
  color: #111213;
}
.cid-sPvsI7Cb0V .desc1 {
  padding: 0px 10px;
  background: #4895ef;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sPvsI7Cb0V .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sPvsI7Cb0V .name {
  margin-bottom: 20px;
}
.cid-sPvsI7Cb0V .price {
  width: auto;
  display: inline;
}
.cid-sPvsI7Cb0V .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sPvsI7Cb0V .plus1 {
  display: inline;
  width: auto;
  color: #111213;
}
.cid-sPvsI7Cb0V .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sPvsI7Cb0V .new-price {
  width: auto;
  display: inline;
}
.cid-sPvsI7Cb0V .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sPvsI7Cb0V .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sPvsI7Cb0V .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sPvsI7Cb0V .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sPvsI7Cb0V .plus {
  color: #52586a;
}
.cid-sPvsI7Cb0V .desc,
.cid-sPvsI7Cb0V .plus {
  display: inline-block;
  width: auto;
}
.cid-sPvsI7Cb0V .mbr-text,
.cid-sPvsI7Cb0V .mbr-section-btn {
  color: #52586a;
}
.cid-sPvsI7Cb0V .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sPvsI7Cb0V .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sPvsS1wj5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111213;
}
.cid-sPvsS1wj5V .item-wrapper {
  position: relative;
}
.cid-sPvsS1wj5V .features-image {
  padding-top: 45px;
}
.cid-sPvsS1wj5V .features-image:first-child {
  padding-top: 0px;
}
.cid-sPvsS1wj5V .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sPvsS1wj5V .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sPvsS1wj5V .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sPvsS1wj5V .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sPvsS1wj5V .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sPvsS1wj5V .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sPvsS1wj5V .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sPvsS1wj5V .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sPvsS1wj5V .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  margin-bottom: 35px;
}
.cid-sPvsS1wj5V .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-sPvsS1wj5V .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sPvsS1wj5V .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sPvsS1wj5V .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sPvsS1wj5V .tag1 {
  background-color: #3f37c9;
}
.cid-sPvsS1wj5V .tag2 {
  background-color: #111213;
}
.cid-sPvsS1wj5V .tag3 {
  background-color: #3f37c9;
}
.cid-sPvsS1wj5V .desc1,
.cid-sPvsS1wj5V .iconfont-wrapper {
  color: #ffffff;
}
.cid-sPvsS1wj5V .name,
.cid-sPvsS1wj5V .iconfont-wrapper,
.cid-sPvsS1wj5V .price {
  color: #ffffff;
}
.cid-tPRk0mMHFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272523;
}
.cid-tPRk0mMHFX .item-wrapper {
  position: relative;
}
.cid-tPRk0mMHFX .features-image {
  padding-top: 45px;
}
.cid-tPRk0mMHFX .features-image:first-child {
  padding-top: 0px;
}
.cid-tPRk0mMHFX .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tPRk0mMHFX .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tPRk0mMHFX .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tPRk0mMHFX .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tPRk0mMHFX .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tPRk0mMHFX .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tPRk0mMHFX .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tPRk0mMHFX .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tPRk0mMHFX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  margin-bottom: 35px;
}
.cid-tPRk0mMHFX .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tPRk0mMHFX .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tPRk0mMHFX .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tPRk0mMHFX .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tPRk0mMHFX .tag1 {
  background-color: #3f37c9;
}
.cid-tPRk0mMHFX .tag2 {
  background-color: #111213;
}
.cid-tPRk0mMHFX .tag3 {
  background-color: #3f37c9;
}
.cid-tPRk0mMHFX .desc1,
.cid-tPRk0mMHFX .iconfont-wrapper {
  color: #ffffff;
}
.cid-tPRk0mMHFX .name,
.cid-tPRk0mMHFX .iconfont-wrapper,
.cid-tPRk0mMHFX .price {
  color: #ffffff;
}
.cid-tPR6MY9ALH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111213;
}
.cid-tPR6MY9ALH .item-wrapper {
  position: relative;
}
.cid-tPR6MY9ALH .features-image {
  padding-top: 45px;
}
.cid-tPR6MY9ALH .features-image:first-child {
  padding-top: 0px;
}
.cid-tPR6MY9ALH .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tPR6MY9ALH .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tPR6MY9ALH .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tPR6MY9ALH .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tPR6MY9ALH .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tPR6MY9ALH .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tPR6MY9ALH .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tPR6MY9ALH .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tPR6MY9ALH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  margin-bottom: 35px;
}
.cid-tPR6MY9ALH .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tPR6MY9ALH .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tPR6MY9ALH .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tPR6MY9ALH .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tPR6MY9ALH .tag1 {
  background-color: #3f37c9;
}
.cid-tPR6MY9ALH .tag2 {
  background-color: #111213;
}
.cid-tPR6MY9ALH .tag3 {
  background-color: #3f37c9;
}
.cid-tPR6MY9ALH .desc1,
.cid-tPR6MY9ALH .iconfont-wrapper {
  color: #ffffff;
}
.cid-tPR6MY9ALH .name,
.cid-tPR6MY9ALH .iconfont-wrapper,
.cid-tPR6MY9ALH .price {
  color: #ffffff;
}
.cid-tPRpDjreMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f5fb;
}
.cid-tPRpDjreMm .item-wrapper {
  position: relative;
}
.cid-tPRpDjreMm .features-image {
  padding-top: 45px;
}
.cid-tPRpDjreMm .features-image:first-child {
  padding-top: 0px;
}
.cid-tPRpDjreMm .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tPRpDjreMm .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tPRpDjreMm .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tPRpDjreMm .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tPRpDjreMm .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tPRpDjreMm .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tPRpDjreMm .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tPRpDjreMm .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tPRpDjreMm .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-tPRpDjreMm .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tPRpDjreMm .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tPRpDjreMm .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tPRpDjreMm .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tPRpDjreMm .tag1 {
  background-color: #3f37c9;
}
.cid-tPRpDjreMm .tag2 {
  background-color: #111213;
}
.cid-tPRpDjreMm .tag3 {
  background-color: #3f37c9;
}
.cid-tPRpDjreMm .desc1,
.cid-tPRpDjreMm .iconfont-wrapper {
  color: #ffffff;
}
.cid-tPRpDjreMm .name,
.cid-tPRpDjreMm .iconfont-wrapper,
.cid-tPRpDjreMm .price {
  color: #111213;
}
.cid-tPQDymR8Dc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #52586a;
}
.cid-tPQDymR8Dc .item-wrapper {
  position: relative;
}
.cid-tPQDymR8Dc .features-image {
  padding-top: 45px;
}
.cid-tPQDymR8Dc .features-image:first-child {
  padding-top: 0px;
}
.cid-tPQDymR8Dc .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tPQDymR8Dc .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tPQDymR8Dc .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tPQDymR8Dc .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tPQDymR8Dc .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tPQDymR8Dc .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tPQDymR8Dc .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tPQDymR8Dc .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tPQDymR8Dc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  margin-bottom: 35px;
}
.cid-tPQDymR8Dc .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tPQDymR8Dc .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tPQDymR8Dc .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tPQDymR8Dc .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tPQDymR8Dc .tag1 {
  background-color: #3f37c9;
}
.cid-tPQDymR8Dc .tag2 {
  background-color: #111213;
}
.cid-tPQDymR8Dc .tag3 {
  background-color: #3f37c9;
}
.cid-tPQDymR8Dc .desc1,
.cid-tPQDymR8Dc .iconfont-wrapper {
  color: #ffffff;
}
.cid-tPQDymR8Dc .name,
.cid-tPQDymR8Dc .iconfont-wrapper,
.cid-tPQDymR8Dc .price {
  color: #ffffff;
}
.cid-tPQJQ17YW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f5fb;
}
.cid-tPQJQ17YW7 .item-wrapper {
  position: relative;
}
.cid-tPQJQ17YW7 .features-image {
  padding-top: 45px;
}
.cid-tPQJQ17YW7 .features-image:first-child {
  padding-top: 0px;
}
.cid-tPQJQ17YW7 .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tPQJQ17YW7 .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tPQJQ17YW7 .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tPQJQ17YW7 .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tPQJQ17YW7 .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tPQJQ17YW7 .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tPQJQ17YW7 .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tPQJQ17YW7 .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tPQJQ17YW7 .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-tPQJQ17YW7 .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tPQJQ17YW7 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tPQJQ17YW7 .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tPQJQ17YW7 .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tPQJQ17YW7 .tag1 {
  background-color: #3f37c9;
}
.cid-tPQJQ17YW7 .tag2 {
  background-color: #111213;
}
.cid-tPQJQ17YW7 .tag3 {
  background-color: #3f37c9;
}
.cid-tPQJQ17YW7 .desc1,
.cid-tPQJQ17YW7 .iconfont-wrapper {
  color: #ffffff;
}
.cid-tPQJQ17YW7 .name,
.cid-tPQJQ17YW7 .iconfont-wrapper,
.cid-tPQJQ17YW7 .price {
  color: #111213;
}
.cid-tPRuvz1VhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPRuvz1VhZ .item-wrapper {
  position: relative;
}
.cid-tPRuvz1VhZ .features-image {
  padding-top: 45px;
}
.cid-tPRuvz1VhZ .features-image:first-child {
  padding-top: 0px;
}
.cid-tPRuvz1VhZ .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tPRuvz1VhZ .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tPRuvz1VhZ .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tPRuvz1VhZ .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tPRuvz1VhZ .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tPRuvz1VhZ .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tPRuvz1VhZ .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tPRuvz1VhZ .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tPRuvz1VhZ .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin-bottom: 35px;
}
.cid-tPRuvz1VhZ .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tPRuvz1VhZ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tPRuvz1VhZ .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tPRuvz1VhZ .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tPRuvz1VhZ .tag1 {
  background-color: #3f37c9;
}
.cid-tPRuvz1VhZ .tag2 {
  background-color: #111213;
}
.cid-tPRuvz1VhZ .tag3 {
  background-color: #3f37c9;
}
.cid-tPRuvz1VhZ .desc1,
.cid-tPRuvz1VhZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-tPRuvz1VhZ .name,
.cid-tPRuvz1VhZ .iconfont-wrapper,
.cid-tPRuvz1VhZ .price {
  color: #111213;
}
.cid-tPUEF7u3ke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f5fb;
}
.cid-tPUEF7u3ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUEF7u3ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUEF7u3ke .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tPUEF7u3ke .container-fluid {
    padding: 0 20px;
  }
}
.cid-tPUEF7u3ke .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPUEF7u3ke .container {
    padding: 0 20px;
  }
}
.cid-tPUEF7u3ke .row {
  justify-content: center;
}
.cid-tPUEF7u3ke .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tPUEF7u3ke .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tPUEF7u3ke .item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-tPUEF7u3ke .item {
    margin-bottom: 20px;
  }
}
.cid-tPUEF7u3ke .item .item-wrapper {
  background-color: #e2e3e9;
  padding: 62px 20px 62px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPUEF7u3ke .item .item-wrapper {
    padding: 34px 15px 30px;
  }
}
.cid-tPUEF7u3ke .item .item-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  margin: 0 auto 26px;
}
@media (max-width: 992px) {
  .cid-tPUEF7u3ke .item .item-wrapper .item-img img {
    margin-bottom: 16px;
    width: 95px;
    height: 95px;
  }
}
.cid-tPUEF7u3ke .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tPUEF7u3ke .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-tPUEF7u3ke .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tPUEF7u3ke .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPUEF7u3ke .item-desc {
  color: #6a6e71;
  text-align: center;
}
.cid-tPUxgquLdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e3e9;
}
.cid-tPUxgquLdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUxgquLdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tPUxgquLdl .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tPUxgquLdl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-tPUxgquLdl .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper .mbr-desc {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 12px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap img {
    margin: 0 auto 12px;
  }
}
.cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-name {
    text-align: center;
  }
}
.cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-role {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-role {
    text-align: center;
  }
}
.cid-tPUxgquLdl .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tPUxgquLdl .dragArea.row .form-group .form-control {
  padding: 34px 26px;
  border: none !important;
  box-shadow: none;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .dragArea.row .form-group .form-control {
    padding: 24px 26px;
  }
}
.cid-tPUxgquLdl .dragArea.row .form-group .form-control:hover,
.cid-tPUxgquLdl .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-tPUxgquLdl .dragArea.row .form-group .form-control::placeholder {
  color: #666666;
}
.cid-tPUxgquLdl .dragArea.row .form-group textarea {
  min-height: 102px;
}
.cid-tPUxgquLdl .dragArea.row .form-group .form-check {
  padding-left: 2.3rem;
}
.cid-tPUxgquLdl .dragArea.row .form-group .form-check .form-check-input {
  background-color: #4895ef;
  border-color: #4895ef;
}
.cid-tPUxgquLdl .dragArea.row .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tPUxgquLdl .dragArea.row .mbr-section-btn {
    text-align: center;
  }
}
.cid-tPUxgquLdl .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tPUxgquLdl .mbr-section-title {
  color: #222222;
}
.cid-tPUxgquLdl .mbr-desc {
  color: #222222;
}
.cid-tPUxgquLdl .mbr-name {
  color: #222222;
}
.cid-tPUxgquLdl .mbr-role {
  color: #222222;
}
.cid-sPvsW2oUQd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-sPvsW2oUQd .l {
  display: inline !important;
}
.cid-sPvsW2oUQd .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvsW2oUQd .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvsW2oUQd .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvsW2oUQd .social-list {
  width: auto;
}
.cid-sPvsW2oUQd .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvsW2oUQd .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvsW2oUQd .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvsW2oUQd .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvsW2oUQd .social-list {
    text-align: center !important;
  }
}
.cid-sPvsW2oUQd .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvsW2oUQd a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvsW2oUQd a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvsW2oUQd a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvsW2oUQd .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvsW2oUQd .nav-link {
  font-weight: 600 !important;
}
.cid-sPvsW2oUQd .inner1 {
  width: auto;
}
.cid-sPvsW2oUQd .mbr-text {
  color: #909190;
}
.cid-sPvsW2oUQd .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvsW2oUQd a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvsW2oUQd .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvsW2oUQd .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvsW2oUQd .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvsW2oUQd .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvsW2oUQd .mbr-section-title,
.cid-sPvsW2oUQd .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvsW2oUQd .mbr-section-title,
.cid-sPvsW2oUQd .social-media,
.cid-sPvsW2oUQd .navbar-nav {
  color: #ffffff;
}
.cid-tPUFLgDkap {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tPUFLgDkap .container,
  .cid-tPUFLgDkap .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tPUFLgDkap .container .navbar-collapse,
  .cid-tPUFLgDkap .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tPUFLgDkap {
    flex-wrap: wrap;
  }
  .cid-tPUFLgDkap .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tPUFLgDkap .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tPUFLgDkap .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tPUFLgDkap .btn {
  padding: 0.8rem 2rem;
}
.cid-tPUFLgDkap .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tPUFLgDkap .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4895ef;
}
.cid-tPUFLgDkap .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tPUFLgDkap nav.navbar {
  position: fixed;
}
.cid-tPUFLgDkap .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-tPUFLgDkap .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPUFLgDkap .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPUFLgDkap .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPUFLgDkap .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPUFLgDkap .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tPUFLgDkap .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPUFLgDkap .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPUFLgDkap .dropdown-menu,
.cid-tPUFLgDkap .navbar.opened {
  background: #ffffff !important;
}
.cid-tPUFLgDkap .nav-item:focus,
.cid-tPUFLgDkap .nav-link:focus {
  outline: none;
}
.cid-tPUFLgDkap .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPUFLgDkap .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPUFLgDkap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPUFLgDkap .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPUFLgDkap .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPUFLgDkap .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPUFLgDkap .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tPUFLgDkap .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tPUFLgDkap .navbar.opened {
  transition: all 0.3s;
}
.cid-tPUFLgDkap .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPUFLgDkap .navbar .navbar-logo img {
  width: auto;
}
.cid-tPUFLgDkap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tPUFLgDkap .navbar.collapsed {
  justify-content: center;
}
.cid-tPUFLgDkap .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPUFLgDkap .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPUFLgDkap .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tPUFLgDkap .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPUFLgDkap .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPUFLgDkap .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-tPUFLgDkap .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPUFLgDkap .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPUFLgDkap .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPUFLgDkap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPUFLgDkap .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPUFLgDkap .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPUFLgDkap .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPUFLgDkap .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-tPUFLgDkap .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPUFLgDkap .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPUFLgDkap .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPUFLgDkap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPUFLgDkap .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPUFLgDkap .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPUFLgDkap .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPUFLgDkap .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPUFLgDkap .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPUFLgDkap .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-tPUFLgDkap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPUFLgDkap .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPUFLgDkap .dropdown-item.active,
.cid-tPUFLgDkap .dropdown-item:active {
  background-color: transparent;
}
.cid-tPUFLgDkap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPUFLgDkap .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPUFLgDkap .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPUFLgDkap .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPUFLgDkap .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPUFLgDkap .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPUFLgDkap ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPUFLgDkap .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPUFLgDkap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPUFLgDkap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tPUFLgDkap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPUFLgDkap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUFLgDkap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUFLgDkap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPUFLgDkap nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUFLgDkap nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPUFLgDkap nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPUFLgDkap nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUFLgDkap .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPUFLgDkap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPUFLgDkap .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-tPUFLgDkap .navbar {
    height: 70px;
  }
  .cid-tPUFLgDkap .navbar.opened {
    height: auto;
  }
  .cid-tPUFLgDkap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPUG51PvUC {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPUG51PvUC .article-border {
  border-bottom: 2px solid #4895ef;
}
.cid-tPUG51PvUC .article-cont {
  padding-bottom: 10px;
}
.cid-tPUG51PvUC .article-cont a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
}
.cid-tPUG51PvUC .article-cont a:hover {
  opacity: .7;
}
.cid-tPUG51PvUC .article-cont a:hover .mbr-text,
.cid-tPUG51PvUC .article-cont a:hover .mbr-section-text {
  opacity: .6;
}
@media (max-width: 991px) {
  .cid-tPUG51PvUC .article-cont a {
    padding-bottom: 60px;
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-tPUG51PvUC .article-cont {
    padding-bottom: 40px;
  }
}
.cid-tPUG51PvUC .mbr-title {
  text-align: left;
}
.cid-tPUFYlqxCe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPUFYlqxCe .wrapper {
    padding: 0 28px;
  }
}
.cid-tPUFLuBitc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tPUFLuBitc .l {
  display: inline !important;
}
.cid-tPUFLuBitc .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tPUFLuBitc .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tPUFLuBitc .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tPUFLuBitc .social-list {
  width: auto;
}
.cid-tPUFLuBitc .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-tPUFLuBitc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPUFLuBitc .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tPUFLuBitc .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-tPUFLuBitc .social-list {
    text-align: center !important;
  }
}
.cid-tPUFLuBitc .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tPUFLuBitc a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-tPUFLuBitc a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tPUFLuBitc a.nav-link:hover {
  color: #111213 !important;
}
.cid-tPUFLuBitc .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-tPUFLuBitc .nav-link {
  font-weight: 600 !important;
}
.cid-tPUFLuBitc .inner1 {
  width: auto;
}
.cid-tPUFLuBitc .mbr-text {
  color: #909190;
}
.cid-tPUFLuBitc .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-tPUFLuBitc a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-tPUFLuBitc .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-tPUFLuBitc .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-tPUFLuBitc .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-tPUFLuBitc .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-tPUFLuBitc .mbr-section-title,
.cid-tPUFLuBitc .social-media {
  text-align: center;
  color: #111213;
}
.cid-tPUFLuBitc .mbr-section-title,
.cid-tPUFLuBitc .social-media,
.cid-tPUFLuBitc .navbar-nav {
  color: #ffffff;
}
.cid-tPUGEpA0kz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tPUGEpA0kz .container,
  .cid-tPUGEpA0kz .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tPUGEpA0kz .container .navbar-collapse,
  .cid-tPUGEpA0kz .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tPUGEpA0kz {
    flex-wrap: wrap;
  }
  .cid-tPUGEpA0kz .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tPUGEpA0kz .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tPUGEpA0kz .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tPUGEpA0kz .btn {
  padding: 0.8rem 2rem;
}
.cid-tPUGEpA0kz .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tPUGEpA0kz .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4895ef;
}
.cid-tPUGEpA0kz .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tPUGEpA0kz nav.navbar {
  position: fixed;
}
.cid-tPUGEpA0kz .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-tPUGEpA0kz .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPUGEpA0kz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPUGEpA0kz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPUGEpA0kz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPUGEpA0kz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tPUGEpA0kz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPUGEpA0kz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPUGEpA0kz .dropdown-menu,
.cid-tPUGEpA0kz .navbar.opened {
  background: #ffffff !important;
}
.cid-tPUGEpA0kz .nav-item:focus,
.cid-tPUGEpA0kz .nav-link:focus {
  outline: none;
}
.cid-tPUGEpA0kz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPUGEpA0kz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPUGEpA0kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPUGEpA0kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPUGEpA0kz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPUGEpA0kz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPUGEpA0kz .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tPUGEpA0kz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tPUGEpA0kz .navbar.opened {
  transition: all 0.3s;
}
.cid-tPUGEpA0kz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPUGEpA0kz .navbar .navbar-logo img {
  width: auto;
}
.cid-tPUGEpA0kz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tPUGEpA0kz .navbar.collapsed {
  justify-content: center;
}
.cid-tPUGEpA0kz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPUGEpA0kz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPUGEpA0kz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tPUGEpA0kz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPUGEpA0kz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPUGEpA0kz .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-tPUGEpA0kz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPUGEpA0kz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPUGEpA0kz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPUGEpA0kz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPUGEpA0kz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPUGEpA0kz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPUGEpA0kz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPUGEpA0kz .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-tPUGEpA0kz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPUGEpA0kz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPUGEpA0kz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPUGEpA0kz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPUGEpA0kz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPUGEpA0kz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPUGEpA0kz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPUGEpA0kz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPUGEpA0kz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPUGEpA0kz .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-tPUGEpA0kz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPUGEpA0kz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPUGEpA0kz .dropdown-item.active,
.cid-tPUGEpA0kz .dropdown-item:active {
  background-color: transparent;
}
.cid-tPUGEpA0kz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPUGEpA0kz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPUGEpA0kz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPUGEpA0kz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPUGEpA0kz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPUGEpA0kz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPUGEpA0kz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPUGEpA0kz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPUGEpA0kz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPUGEpA0kz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tPUGEpA0kz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPUGEpA0kz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUGEpA0kz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUGEpA0kz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPUGEpA0kz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUGEpA0kz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPUGEpA0kz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPUGEpA0kz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUGEpA0kz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPUGEpA0kz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPUGEpA0kz .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-tPUGEpA0kz .navbar {
    height: 70px;
  }
  .cid-tPUGEpA0kz .navbar.opened {
    height: auto;
  }
  .cid-tPUGEpA0kz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPUGEqhV9n {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPUGEqhV9n .article-border {
  border-bottom: 2px solid #4895ef;
}
.cid-tPUGEqhV9n .article-cont {
  padding-bottom: 10px;
}
.cid-tPUGEqhV9n .article-cont a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
}
.cid-tPUGEqhV9n .article-cont a:hover {
  opacity: .7;
}
.cid-tPUGEqhV9n .article-cont a:hover .mbr-text,
.cid-tPUGEqhV9n .article-cont a:hover .mbr-section-text {
  opacity: .6;
}
@media (max-width: 991px) {
  .cid-tPUGEqhV9n .article-cont a {
    padding-bottom: 60px;
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-tPUGEqhV9n .article-cont {
    padding-bottom: 40px;
  }
}
.cid-tPUGEqhV9n .mbr-title {
  text-align: left;
}
.cid-tPUGONeEeh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPUGONeEeh .wrapper {
    padding: 0 28px;
  }
}
.cid-tPUGErtKP9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tPUGErtKP9 .l {
  display: inline !important;
}
.cid-tPUGErtKP9 .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tPUGErtKP9 .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tPUGErtKP9 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tPUGErtKP9 .social-list {
  width: auto;
}
.cid-tPUGErtKP9 .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-tPUGErtKP9 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPUGErtKP9 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tPUGErtKP9 .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-tPUGErtKP9 .social-list {
    text-align: center !important;
  }
}
.cid-tPUGErtKP9 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tPUGErtKP9 a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-tPUGErtKP9 a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tPUGErtKP9 a.nav-link:hover {
  color: #111213 !important;
}
.cid-tPUGErtKP9 .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-tPUGErtKP9 .nav-link {
  font-weight: 600 !important;
}
.cid-tPUGErtKP9 .inner1 {
  width: auto;
}
.cid-tPUGErtKP9 .mbr-text {
  color: #909190;
}
.cid-tPUGErtKP9 .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-tPUGErtKP9 a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-tPUGErtKP9 .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-tPUGErtKP9 .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-tPUGErtKP9 .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-tPUGErtKP9 .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-tPUGErtKP9 .mbr-section-title,
.cid-tPUGErtKP9 .social-media {
  text-align: center;
  color: #111213;
}
.cid-tPUGErtKP9 .mbr-section-title,
.cid-tPUGErtKP9 .social-media,
.cid-tPUGErtKP9 .navbar-nav {
  color: #ffffff;
}
.cid-tPUGZocXyb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tPUGZocXyb .container,
  .cid-tPUGZocXyb .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tPUGZocXyb .container .navbar-collapse,
  .cid-tPUGZocXyb .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tPUGZocXyb {
    flex-wrap: wrap;
  }
  .cid-tPUGZocXyb .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tPUGZocXyb .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tPUGZocXyb .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tPUGZocXyb .btn {
  padding: 0.8rem 2rem;
}
.cid-tPUGZocXyb .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tPUGZocXyb .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4895ef;
}
.cid-tPUGZocXyb .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tPUGZocXyb nav.navbar {
  position: fixed;
}
.cid-tPUGZocXyb .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-tPUGZocXyb .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPUGZocXyb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPUGZocXyb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPUGZocXyb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPUGZocXyb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tPUGZocXyb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPUGZocXyb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPUGZocXyb .dropdown-menu,
.cid-tPUGZocXyb .navbar.opened {
  background: #ffffff !important;
}
.cid-tPUGZocXyb .nav-item:focus,
.cid-tPUGZocXyb .nav-link:focus {
  outline: none;
}
.cid-tPUGZocXyb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPUGZocXyb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPUGZocXyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPUGZocXyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPUGZocXyb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPUGZocXyb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPUGZocXyb .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tPUGZocXyb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tPUGZocXyb .navbar.opened {
  transition: all 0.3s;
}
.cid-tPUGZocXyb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPUGZocXyb .navbar .navbar-logo img {
  width: auto;
}
.cid-tPUGZocXyb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tPUGZocXyb .navbar.collapsed {
  justify-content: center;
}
.cid-tPUGZocXyb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPUGZocXyb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPUGZocXyb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tPUGZocXyb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPUGZocXyb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPUGZocXyb .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-tPUGZocXyb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPUGZocXyb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPUGZocXyb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPUGZocXyb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPUGZocXyb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPUGZocXyb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPUGZocXyb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPUGZocXyb .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-tPUGZocXyb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPUGZocXyb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPUGZocXyb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPUGZocXyb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPUGZocXyb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPUGZocXyb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPUGZocXyb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPUGZocXyb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPUGZocXyb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPUGZocXyb .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-tPUGZocXyb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPUGZocXyb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPUGZocXyb .dropdown-item.active,
.cid-tPUGZocXyb .dropdown-item:active {
  background-color: transparent;
}
.cid-tPUGZocXyb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPUGZocXyb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPUGZocXyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPUGZocXyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPUGZocXyb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPUGZocXyb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPUGZocXyb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPUGZocXyb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPUGZocXyb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPUGZocXyb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tPUGZocXyb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPUGZocXyb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUGZocXyb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPUGZocXyb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPUGZocXyb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUGZocXyb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPUGZocXyb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPUGZocXyb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPUGZocXyb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPUGZocXyb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPUGZocXyb .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-tPUGZocXyb .navbar {
    height: 70px;
  }
  .cid-tPUGZocXyb .navbar.opened {
    height: auto;
  }
  .cid-tPUGZocXyb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPUGZoZraT {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPUGZoZraT .article-border {
  border-bottom: 2px solid #4895ef;
}
.cid-tPUGZoZraT .article-cont {
  padding-bottom: 10px;
}
.cid-tPUGZoZraT .article-cont a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
}
.cid-tPUGZoZraT .article-cont a:hover {
  opacity: .7;
}
.cid-tPUGZoZraT .article-cont a:hover .mbr-text,
.cid-tPUGZoZraT .article-cont a:hover .mbr-section-text {
  opacity: .6;
}
@media (max-width: 991px) {
  .cid-tPUGZoZraT .article-cont a {
    padding-bottom: 60px;
    display: block;
  }
}
@media (max-width: 425px) {
  .cid-tPUGZoZraT .article-cont {
    padding-bottom: 40px;
  }
}
.cid-tPUGZoZraT .mbr-title {
  text-align: left;
}
.cid-tPUHbeFnF3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tPUHbeFnF3 .wrapper {
    padding: 0 28px;
  }
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-13 p {
  font-size: 20px;
  color: #777;
}
.cid-tPUGZqRG7G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-tPUGZqRG7G .l {
  display: inline !important;
}
.cid-tPUGZqRG7G .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tPUGZqRG7G .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-tPUGZqRG7G .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tPUGZqRG7G .social-list {
  width: auto;
}
.cid-tPUGZqRG7G .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-tPUGZqRG7G .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tPUGZqRG7G .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tPUGZqRG7G .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-tPUGZqRG7G .social-list {
    text-align: center !important;
  }
}
.cid-tPUGZqRG7G .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tPUGZqRG7G a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-tPUGZqRG7G a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-tPUGZqRG7G a.nav-link:hover {
  color: #111213 !important;
}
.cid-tPUGZqRG7G .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-tPUGZqRG7G .nav-link {
  font-weight: 600 !important;
}
.cid-tPUGZqRG7G .inner1 {
  width: auto;
}
.cid-tPUGZqRG7G .mbr-text {
  color: #909190;
}
.cid-tPUGZqRG7G .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-tPUGZqRG7G a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-tPUGZqRG7G .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-tPUGZqRG7G .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-tPUGZqRG7G .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-tPUGZqRG7G .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-tPUGZqRG7G .mbr-section-title,
.cid-tPUGZqRG7G .social-media {
  text-align: center;
  color: #111213;
}
.cid-tPUGZqRG7G .mbr-section-title,
.cid-tPUGZqRG7G .social-media,
.cid-tPUGZqRG7G .navbar-nav {
  color: #ffffff;
}
