body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Shadows Into Light', handwriting;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #ff9409 !important;
}
.bg-info {
  background-color: #f7ed4a !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff9409 !important;
  border-color: #ff9409 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bc6a00 !important;
  border-color: #bc6a00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bc6a00 !important;
  border-color: #bc6a00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a25c00;
  color: #a25c00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff9409;
  border-color: #ff9409;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9409 !important;
  border-color: #ff9409 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #e1201d !important;
}
.text-success {
  color: #ff9409 !important;
}
.text-info {
  color: #f7ed4a !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #871311 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a25c00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d2c609 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7ed4a;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffedd5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #e1201d !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='%23e1201d' %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;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rEvfz48qzQ {
  padding-top: 225px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/ccs2-2000x1500.jpg");
}
.cid-rEvfz48qzQ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvfz48qzQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfz48qzQ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rEvfz48qzQ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rEvfz48qzQ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rEvfz48qzQ H3 {
  color: #e1201d;
}
.cid-rEvfz48qzQ H1 {
  color: #ff9409;
}
.cid-sybbVKsEAv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sybbVKsEAv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sybbVKsEAv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sybbVKsEAv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sybbVKsEAv .mbr-text,
.cid-sybbVKsEAv .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sybbVKsEAv h3:before,
  .cid-sybbVKsEAv h3:after {
    display: none;
  }
}
.cid-swR9dmat1C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swR9dmat1C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swR9dmat1C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swR9dmat1C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swR9dmat1C .mbr-gallery-item {
  width: 33.3%;
}
.cid-swR9dmat1C .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-swR9dmat1C .mbr-gallery-item {
    width: 100%;
  }
}
.cid-swR9dmat1C .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-swR9dmat1C .mbr-gallery-row {
  justify-content: center;
}
.cid-swR9dmat1C .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-swR9dmat1C .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-swR9dmat1C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swR9dmat1C .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-swR9dmat1C .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-swR9dmat1C .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-swR9dmat1C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swR9dmat1C .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-swR9dmat1C img {
  transition: all 2s !important;
}
.cid-swR9dmat1C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swR9dmat1C .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-swR9dmat1C .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swRfB12q1i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swRfB12q1i .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swRfB12q1i .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-swRfB12q1i .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-swRfB12q1i .carousel-item.active,
.cid-swRfB12q1i .carousel-item-next,
.cid-swRfB12q1i .carousel-item-prev {
  display: flex;
}
.cid-swRfB12q1i .carousel-controls a {
  transition: opacity .5s;
}
.cid-swRfB12q1i .carousel-controls a:hover span,
.cid-swRfB12q1i .carousel-controls a:focus span {
  opacity: 1;
}
.cid-swRfB12q1i .carousel-controls a:hover svg,
.cid-swRfB12q1i .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-swRfB12q1i .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-swRfB12q1i .user_image {
  overflow: hidden;
  display: flex;
}
.cid-swRfB12q1i .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-swRfB12q1i .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-swRfB12q1i .user_text {
  color: #767676;
}
.cid-swRfB12q1i .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-swRfB12q1i .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e1201d, #e1201d);
  display: inline-block;
}
.cid-swRfB12q1i .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-swRfB12q1i svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-swRfB12q1i .user_name {
  color: #e1201d;
}
.cid-swRfB12q1i .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-swRfB12q1i .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-swRfB12q1i .testimonials-quote,
  .cid-swRfB12q1i .user_text,
  .cid-swRfB12q1i .user_name,
  .cid-swRfB12q1i .user_desk {
    text-align: center !important;
  }
  .cid-swRfB12q1i .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-swRfB12q1i .mbr-section-title,
  .cid-swRfB12q1i .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-swRfB12q1i .carousel-control-prev span {
    right: -1rem;
  }
  .cid-swRfB12q1i .carousel-control-next span {
    left: -1rem;
  }
  .cid-swRfB12q1i .user-text {
    padding-right: 2rem;
  }
  .cid-swRfB12q1i .carousel-control-prev,
  .cid-swRfB12q1i .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-syazfjIq9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syazfjIq9y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syazfjIq9y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-syazfjIq9y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-syazfjIq9y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-syazfjIq9y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syazfjIq9y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-syazfjIq9y .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-syazfjIq9y .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syazfjIq9y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syazfjIq9y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syazfjIq9y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-syazfjIq9y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rEvfHgB7tb .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvfHgB7tb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvfHgB7tb a {
  font-style: normal;
}
.cid-rEvfHgB7tb .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvfHgB7tb .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvfHgB7tb .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvfHgB7tb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvfHgB7tb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvfHgB7tb .nav-item:focus,
.cid-rEvfHgB7tb .nav-link:focus {
  outline: none;
}
.cid-rEvfHgB7tb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvfHgB7tb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvfHgB7tb .menu-logo {
  margin-right: auto;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvfHgB7tb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvfHgB7tb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvfHgB7tb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvfHgB7tb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvfHgB7tb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvfHgB7tb button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvfHgB7tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvfHgB7tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvfHgB7tb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvfHgB7tb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvfHgB7tb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvfHgB7tb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEvfHgB7tb .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvfHgB7tb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvfHgB7tb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvfHgB7tb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvfHgB7tb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rEvfHgB7tb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb img {
    height: 3.8rem !important;
  }
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvfHgB7tb .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvfHgB7tb .btn {
    display: -webkit-flex;
  }
  .cid-rEvfHgB7tb button.navbar-toggler {
    display: block;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvfHgB7tb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvfHgB7tb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing,
  .cid-rEvfHgB7tb .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvfHgB7tb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvfHgB7tb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvfHgB7tb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvfHgB7tb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvfHgB7tb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvfHgB7tb .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvfHgB7tb .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvfHgB7tb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvfHgB7tb .nav-link:hover,
.cid-rEvfHgB7tb .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sx9Gz3uGVA {
  padding-top: 160px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx9Gz3uGVA .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sx9Gz3uGVA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sx9Gz3uGVA .text-content {
  padding-right: 1.5rem;
}
.cid-sx9Gz3uGVA .mbr-text,
.cid-sx9Gz3uGVA .mbr-section-btn {
  color: #767676;
}
.cid-sx9Gz3uGVA .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(172, 176, 145, 0.3);
  box-shadow: 0px 0px 30px rgba(172, 176, 145, 0.3);
  border-radius: .25rem;
}
.cid-sx9Gz3uGVA .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sx9Gz3uGVA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sx9Gz3uGVA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sx9Gz3uGVA .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sx9Gz3uGVA .main-row {
    margin: 0;
  }
  .cid-sx9Gz3uGVA .mbr-section-title,
  .cid-sx9Gz3uGVA .mbr-text,
  .cid-sx9Gz3uGVA .list,
  .cid-sx9Gz3uGVA .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sx9Gz3uGVA .text-content {
    padding: 0;
  }
}
.cid-sx9OvJsKLB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sx9OvJsKLB .mbr-text {
    text-align: center;
  }
}
.cid-sx9OvJsKLB .container-fluid {
  padding: 0;
}
.cid-sx9OvJsKLB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sx9OvJsKLB img {
  height: 100%;
  object-fit: cover;
}
.cid-sx9OvJsKLB .mbr-figure {
  height: 100%;
}
.cid-sx9OvJsKLB .col-lg-6 {
  padding: 0;
}
.cid-sx9OvJsKLB .row {
  margin: 0;
}
.cid-syazfjIq9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syazfjIq9y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syazfjIq9y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-syazfjIq9y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-syazfjIq9y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-syazfjIq9y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syazfjIq9y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-syazfjIq9y .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-syazfjIq9y .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syazfjIq9y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syazfjIq9y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syazfjIq9y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-syazfjIq9y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-syaUWGS16Z .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-syaUWGS16Z .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-syaUWGS16Z a {
  font-style: normal;
}
.cid-syaUWGS16Z .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-syaUWGS16Z .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-syaUWGS16Z .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-syaUWGS16Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-syaUWGS16Z .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-syaUWGS16Z .nav-item:focus,
.cid-syaUWGS16Z .nav-link:focus {
  outline: none;
}
.cid-syaUWGS16Z .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-syaUWGS16Z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-syaUWGS16Z .menu-logo {
  margin-right: auto;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-syaUWGS16Z .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-syaUWGS16Z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-syaUWGS16Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-syaUWGS16Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-syaUWGS16Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-syaUWGS16Z .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-syaUWGS16Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-syaUWGS16Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syaUWGS16Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-syaUWGS16Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syaUWGS16Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-syaUWGS16Z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-syaUWGS16Z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-syaUWGS16Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-syaUWGS16Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-syaUWGS16Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-syaUWGS16Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-syaUWGS16Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-syaUWGS16Z button.navbar-toggler:focus {
  outline: none;
}
.cid-syaUWGS16Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-syaUWGS16Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syaUWGS16Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syaUWGS16Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syaUWGS16Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syaUWGS16Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syaUWGS16Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syaUWGS16Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syaUWGS16Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syaUWGS16Z .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-syaUWGS16Z .collapsed .btn {
  display: -webkit-flex;
}
.cid-syaUWGS16Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-syaUWGS16Z .collapsed .navbar-collapse.collapsing,
.cid-syaUWGS16Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-syaUWGS16Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-syaUWGS16Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-syaUWGS16Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-syaUWGS16Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-syaUWGS16Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-syaUWGS16Z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-syaUWGS16Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-syaUWGS16Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-syaUWGS16Z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-syaUWGS16Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-syaUWGS16Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-syaUWGS16Z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-syaUWGS16Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-syaUWGS16Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-syaUWGS16Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-syaUWGS16Z .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-syaUWGS16Z.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-syaUWGS16Z img {
    height: 3.8rem !important;
  }
  .cid-syaUWGS16Z .icon-wrap {
    margin-top: 1rem;
  }
  .cid-syaUWGS16Z .menu-wrap {
    flex-direction: column;
  }
  .cid-syaUWGS16Z .btn {
    display: -webkit-flex;
  }
  .cid-syaUWGS16Z button.navbar-toggler {
    display: block;
  }
  .cid-syaUWGS16Z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-syaUWGS16Z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-syaUWGS16Z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-syaUWGS16Z .navbar-collapse.collapsing,
  .cid-syaUWGS16Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-syaUWGS16Z .navbar-collapse.collapsing .navbar-nav,
  .cid-syaUWGS16Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-syaUWGS16Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-syaUWGS16Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-syaUWGS16Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-syaUWGS16Z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-syaUWGS16Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-syaUWGS16Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-syaUWGS16Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-syaUWGS16Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-syaUWGS16Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-syaUWGS16Z .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-syaUWGS16Z .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-syaUWGS16Z .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-syaUWGS16Z .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-syaUWGS16Z .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-syaUWGS16Z .nav-link:hover,
.cid-syaUWGS16Z .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-syaVfaIiSk {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-syaVfaIiSk H1 {
  color: #232323;
}
.cid-syaVfaIiSk .mbr-text,
.cid-syaVfaIiSk .mbr-section-btn {
  color: #000000;
}
.cid-syaVfaIiSk .img1 {
  box-shadow: 0 10px 55px 5px rgba(232, 76, 73, 0.35);
  border-radius: 10px;
}
.cid-syaVfaIiSk .relative {
  position: relative;
}
.cid-syaVfaIiSk .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-syaVfaIiSk .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-syaVfaIiSk .card-img2 .img2 {
  width: 120%;
}
.cid-syaVfaIiSk .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-syaVfaIiSk .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-syaVfaIiSk .img2 {
  box-shadow: 0 10px 55px 5px rgba(232, 76, 73, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-uyoLzaYLt4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyoLzaYLt4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uyoLzaYLt4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uyoLzaYLt4 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uyoLzaYLt4 .mbr-section-title {
  text-align: center;
}
.cid-syaUWGfI5i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syaUWGfI5i .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syaUWGfI5i .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syaUWGfI5i .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syaUWGfI5i .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-syaUWGfI5i .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-syaUWGfI5i .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-syaUWGfI5i .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syaUWGfI5i .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-syaUWGfI5i .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-syaUWGfI5i .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syaUWGfI5i .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syaUWGfI5i .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syaUWGfI5i .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-syaUWGfI5i .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-syaqfttyTp .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-syaqfttyTp .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-syaqfttyTp a {
  font-style: normal;
}
.cid-syaqfttyTp .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-syaqfttyTp .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-syaqfttyTp .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-syaqfttyTp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-syaqfttyTp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-syaqfttyTp .nav-item:focus,
.cid-syaqfttyTp .nav-link:focus {
  outline: none;
}
.cid-syaqfttyTp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-syaqfttyTp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-syaqfttyTp .menu-logo {
  margin-right: auto;
}
.cid-syaqfttyTp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syaqfttyTp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-syaqfttyTp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-syaqfttyTp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-syaqfttyTp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-syaqfttyTp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-syaqfttyTp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-syaqfttyTp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-syaqfttyTp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-syaqfttyTp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-syaqfttyTp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-syaqfttyTp .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-syaqfttyTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-syaqfttyTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syaqfttyTp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-syaqfttyTp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syaqfttyTp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-syaqfttyTp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-syaqfttyTp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-syaqfttyTp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-syaqfttyTp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-syaqfttyTp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-syaqfttyTp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-syaqfttyTp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-syaqfttyTp button.navbar-toggler:focus {
  outline: none;
}
.cid-syaqfttyTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-syaqfttyTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syaqfttyTp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syaqfttyTp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syaqfttyTp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syaqfttyTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syaqfttyTp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syaqfttyTp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syaqfttyTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syaqfttyTp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-syaqfttyTp .collapsed .btn {
  display: -webkit-flex;
}
.cid-syaqfttyTp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-syaqfttyTp .collapsed .navbar-collapse.collapsing,
.cid-syaqfttyTp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-syaqfttyTp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-syaqfttyTp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-syaqfttyTp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-syaqfttyTp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-syaqfttyTp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-syaqfttyTp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-syaqfttyTp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-syaqfttyTp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-syaqfttyTp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-syaqfttyTp .collapsed button.navbar-toggler {
  display: block;
}
.cid-syaqfttyTp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-syaqfttyTp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-syaqfttyTp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-syaqfttyTp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-syaqfttyTp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-syaqfttyTp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-syaqfttyTp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-syaqfttyTp img {
    height: 3.8rem !important;
  }
  .cid-syaqfttyTp .icon-wrap {
    margin-top: 1rem;
  }
  .cid-syaqfttyTp .menu-wrap {
    flex-direction: column;
  }
  .cid-syaqfttyTp .btn {
    display: -webkit-flex;
  }
  .cid-syaqfttyTp button.navbar-toggler {
    display: block;
  }
  .cid-syaqfttyTp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-syaqfttyTp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-syaqfttyTp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-syaqfttyTp .navbar-collapse.collapsing,
  .cid-syaqfttyTp .navbar-collapse.show {
    display: block !important;
  }
  .cid-syaqfttyTp .navbar-collapse.collapsing .navbar-nav,
  .cid-syaqfttyTp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-syaqfttyTp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-syaqfttyTp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-syaqfttyTp .navbar-collapse.collapsing .navbar-buttons,
  .cid-syaqfttyTp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-syaqfttyTp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-syaqfttyTp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-syaqfttyTp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-syaqfttyTp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-syaqfttyTp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-syaqfttyTp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-syaqfttyTp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-syaqfttyTp .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-syaqfttyTp .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-syaqfttyTp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-syaqfttyTp .nav-link:hover,
.cid-syaqfttyTp .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-syaqfnt4TU {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/4-2000x1325.jpg");
}
.cid-syaqfnt4TU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-syaqfnt4TU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-syaqfnt4TU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-syaqfnt4TU h3:before,
  .cid-syaqfnt4TU h3:after {
    display: none;
  }
}
.cid-syaui93HMS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-syaui93HMS .mbr-text {
    text-align: center;
  }
}
.cid-syaui93HMS .container-fluid {
  padding: 0;
}
.cid-syaui93HMS .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-syaui93HMS img {
  height: 100%;
  object-fit: cover;
}
.cid-syaui93HMS .mbr-figure {
  height: 100%;
}
.cid-syaui93HMS .col-lg-6 {
  padding: 0;
}
.cid-syaui93HMS .row {
  margin: 0;
}
.cid-syaui93HMS H3 {
  color: #e1201d;
}
.cid-syavEzFwF4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-syavEzFwF4 .mbr-text {
    text-align: center;
  }
}
.cid-syavEzFwF4 .container-fluid {
  padding: 0;
}
.cid-syavEzFwF4 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-syavEzFwF4 img {
  height: 100%;
  object-fit: cover;
}
.cid-syavEzFwF4 .mbr-figure {
  height: 100%;
}
.cid-syavEzFwF4 .col-lg-6 {
  padding: 0;
}
.cid-syavEzFwF4 .row {
  margin: 0;
}
.cid-syavEzFwF4 H3 {
  color: #e1201d;
}
.cid-uyoRs7a4b7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyoRs7a4b7 .mbr-text {
    text-align: center;
  }
}
.cid-uyoRs7a4b7 .container-fluid {
  padding: 0;
}
.cid-uyoRs7a4b7 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uyoRs7a4b7 img {
  height: 100%;
  object-fit: cover;
}
.cid-uyoRs7a4b7 .mbr-figure {
  height: 100%;
}
.cid-uyoRs7a4b7 .col-lg-6 {
  padding: 0;
}
.cid-uyoRs7a4b7 .row {
  margin: 0;
}
.cid-uyoRs7a4b7 H3 {
  color: #e1201d;
}
.cid-syaxr62jN8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-syaxr62jN8 .mbr-text {
    text-align: center;
  }
}
.cid-syaxr62jN8 .container-fluid {
  padding: 0;
}
.cid-syaxr62jN8 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-syaxr62jN8 img {
  height: 100%;
  object-fit: cover;
}
.cid-syaxr62jN8 .mbr-figure {
  height: 100%;
}
.cid-syaxr62jN8 .col-lg-6 {
  padding: 0;
}
.cid-syaxr62jN8 .row {
  margin: 0;
}
.cid-syaxr62jN8 H3 {
  color: #e1201d;
}
.cid-syazfjIq9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syazfjIq9y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syazfjIq9y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-syazfjIq9y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-syazfjIq9y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-syazfjIq9y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syazfjIq9y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-syazfjIq9y .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-syazfjIq9y .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syazfjIq9y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syazfjIq9y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syazfjIq9y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-syazfjIq9y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sxTK17HJU8 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxTK17HJU8 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTK17HJU8 a {
  font-style: normal;
}
.cid-sxTK17HJU8 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxTK17HJU8 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxTK17HJU8 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxTK17HJU8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTK17HJU8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxTK17HJU8 .nav-item:focus,
.cid-sxTK17HJU8 .nav-link:focus {
  outline: none;
}
.cid-sxTK17HJU8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTK17HJU8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTK17HJU8 .menu-logo {
  margin-right: auto;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTK17HJU8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTK17HJU8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxTK17HJU8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTK17HJU8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTK17HJU8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTK17HJU8 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTK17HJU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTK17HJU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTK17HJU8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTK17HJU8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTK17HJU8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTK17HJU8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxTK17HJU8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTK17HJU8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTK17HJU8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTK17HJU8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxTK17HJU8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTK17HJU8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxTK17HJU8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTK17HJU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxTK17HJU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxTK17HJU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxTK17HJU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxTK17HJU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxTK17HJU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxTK17HJU8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxTK17HJU8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxTK17HJU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxTK17HJU8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTK17HJU8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTK17HJU8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTK17HJU8 .collapsed .navbar-collapse.collapsing,
.cid-sxTK17HJU8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxTK17HJU8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTK17HJU8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTK17HJU8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTK17HJU8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTK17HJU8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTK17HJU8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTK17HJU8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTK17HJU8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTK17HJU8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sxTK17HJU8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTK17HJU8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTK17HJU8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTK17HJU8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxTK17HJU8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTK17HJU8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTK17HJU8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTK17HJU8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTK17HJU8 img {
    height: 3.8rem !important;
  }
  .cid-sxTK17HJU8 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxTK17HJU8 .menu-wrap {
    flex-direction: column;
  }
  .cid-sxTK17HJU8 .btn {
    display: -webkit-flex;
  }
  .cid-sxTK17HJU8 button.navbar-toggler {
    display: block;
  }
  .cid-sxTK17HJU8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxTK17HJU8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTK17HJU8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTK17HJU8 .navbar-collapse.collapsing,
  .cid-sxTK17HJU8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxTK17HJU8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTK17HJU8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTK17HJU8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTK17HJU8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTK17HJU8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTK17HJU8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTK17HJU8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTK17HJU8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTK17HJU8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxTK17HJU8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTK17HJU8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTK17HJU8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxTK17HJU8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxTK17HJU8 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxTK17HJU8 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxTK17HJU8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTK17HJU8 .nav-link:hover,
.cid-sxTK17HJU8 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxTK12fcgs {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/5-1-2000x1325.jpg");
}
.cid-sxTK12fcgs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sxTK12fcgs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxTK12fcgs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sxTK12fcgs h3:before,
  .cid-sxTK12fcgs h3:after {
    display: none;
  }
}
.cid-sxTUk89tT2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxTUk89tT2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxTUk89tT2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxTUk89tT2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxTUk89tT2 .mbr-text,
.cid-sxTUk89tT2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sxTUk89tT2 h3:before,
  .cid-sxTUk89tT2 h3:after {
    display: none;
  }
}
.cid-sxTLBSMZ5O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sxTLBSMZ5O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxTLBSMZ5O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxTLBSMZ5O .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxTLBSMZ5O .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxTLBSMZ5O .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxTLBSMZ5O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxTLBSMZ5O .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxTLBSMZ5O .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sxTLBSMZ5O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxTLBSMZ5O .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxTLBSMZ5O .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxTLBSMZ5O .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxTLBSMZ5O .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sxTLBSMZ5O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxTLBSMZ5O .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxTLBSMZ5O .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-sxTLBSMZ5O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sxTLBSMZ5O .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxTLBSMZ5O .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sxTUKP4NNP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxTUKP4NNP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxTUKP4NNP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxTUKP4NNP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxTUKP4NNP .mbr-text,
.cid-sxTUKP4NNP .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sxTUKP4NNP h3:before,
  .cid-sxTUKP4NNP h3:after {
    display: none;
  }
}
.cid-sxTUQRJ6ls {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sxTUQRJ6ls .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxTUQRJ6ls .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxTUQRJ6ls .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxTUQRJ6ls .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxTUQRJ6ls .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxTUQRJ6ls .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxTUQRJ6ls .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxTUQRJ6ls .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sxTUQRJ6ls .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxTUQRJ6ls .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxTUQRJ6ls .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxTUQRJ6ls .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxTUQRJ6ls .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sxTUQRJ6ls .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxTUQRJ6ls .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxTUQRJ6ls .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-sxTUQRJ6ls .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sxTUQRJ6ls .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxTUQRJ6ls .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sxUqQzg6wb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxUqQzg6wb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sxUqQzg6wb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxUqQzg6wb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxUqQzg6wb .mbr-text,
.cid-sxUqQzg6wb .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sxUqQzg6wb h3:before,
  .cid-sxUqQzg6wb h3:after {
    display: none;
  }
}
.cid-sxUs2kNUK0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sxUs2kNUK0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxUs2kNUK0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxUs2kNUK0 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sxUs2kNUK0 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxUs2kNUK0 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-sxUs2kNUK0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxUs2kNUK0 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sxUs2kNUK0 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sxUs2kNUK0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxUs2kNUK0 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sxUs2kNUK0 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sxUs2kNUK0 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sxUs2kNUK0 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sxUs2kNUK0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxUs2kNUK0 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sxUs2kNUK0 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-sxUs2kNUK0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sxUs2kNUK0 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sxUs2kNUK0 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-syazfjIq9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syazfjIq9y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syazfjIq9y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-syazfjIq9y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-syazfjIq9y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-syazfjIq9y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syazfjIq9y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-syazfjIq9y .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-syazfjIq9y .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syazfjIq9y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syazfjIq9y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syazfjIq9y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-syazfjIq9y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sxTfoTcrdZ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sxTfoTcrdZ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sxTfoTcrdZ a {
  font-style: normal;
}
.cid-sxTfoTcrdZ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sxTfoTcrdZ .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sxTfoTcrdZ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sxTfoTcrdZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sxTfoTcrdZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sxTfoTcrdZ .nav-item:focus,
.cid-sxTfoTcrdZ .nav-link:focus {
  outline: none;
}
.cid-sxTfoTcrdZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxTfoTcrdZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sxTfoTcrdZ .menu-logo {
  margin-right: auto;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxTfoTcrdZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sxTfoTcrdZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sxTfoTcrdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxTfoTcrdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxTfoTcrdZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxTfoTcrdZ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sxTfoTcrdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sxTfoTcrdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxTfoTcrdZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxTfoTcrdZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxTfoTcrdZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sxTfoTcrdZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sxTfoTcrdZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sxTfoTcrdZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxTfoTcrdZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxTfoTcrdZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxTfoTcrdZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxTfoTcrdZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sxTfoTcrdZ button.navbar-toggler:focus {
  outline: none;
}
.cid-sxTfoTcrdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxTfoTcrdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxTfoTcrdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxTfoTcrdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxTfoTcrdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxTfoTcrdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxTfoTcrdZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxTfoTcrdZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxTfoTcrdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxTfoTcrdZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTfoTcrdZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sxTfoTcrdZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.collapsing,
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxTfoTcrdZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxTfoTcrdZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sxTfoTcrdZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxTfoTcrdZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxTfoTcrdZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sxTfoTcrdZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxTfoTcrdZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxTfoTcrdZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxTfoTcrdZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sxTfoTcrdZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTfoTcrdZ img {
    height: 3.8rem !important;
  }
  .cid-sxTfoTcrdZ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sxTfoTcrdZ .menu-wrap {
    flex-direction: column;
  }
  .cid-sxTfoTcrdZ .btn {
    display: -webkit-flex;
  }
  .cid-sxTfoTcrdZ button.navbar-toggler {
    display: block;
  }
  .cid-sxTfoTcrdZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sxTfoTcrdZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sxTfoTcrdZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxTfoTcrdZ .navbar-collapse.collapsing,
  .cid-sxTfoTcrdZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxTfoTcrdZ .navbar-collapse.collapsing .navbar-nav,
  .cid-sxTfoTcrdZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxTfoTcrdZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxTfoTcrdZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxTfoTcrdZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxTfoTcrdZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxTfoTcrdZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxTfoTcrdZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxTfoTcrdZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxTfoTcrdZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxTfoTcrdZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxTfoTcrdZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sxTfoTcrdZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sxTfoTcrdZ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sxTfoTcrdZ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sxTfoTcrdZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sxTfoTcrdZ .nav-link:hover,
.cid-sxTfoTcrdZ .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sxTgkgToWJ {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/5-2000x1325.jpg");
}
.cid-sxTgkgToWJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sxTgkgToWJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sxTgkgToWJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sxTgkgToWJ h3:before,
  .cid-sxTgkgToWJ h3:after {
    display: none;
  }
}
.cid-sxTfGkXPfq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxTfGkXPfq .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTfGkXPfq .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sxTfGkXPfq .container {
    max-width: 1600px;
  }
}
.cid-sxTfGkXPfq .container {
  padding: 0 2rem;
}
.cid-sxTfGkXPfq .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sxTfGkXPfq .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sxTfGkXPfq .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sxTfGkXPfq .bg1 {
  background: #ffffff;
}
.cid-sxTfGkXPfq .bg2 {
  background: #ffffff;
}
.cid-sxTfGkXPfq .bg3 {
  background: #ffffff;
}
.cid-sxTfGkXPfq .bg4 {
  background: #000000;
}
.cid-sxTfGkXPfq .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-sxTfGkXPfq .team-item:hover .item-social {
  opacity: 1;
}
.cid-sxTfGkXPfq .team-item .item-image img {
  width: 100%;
}
.cid-sxTfGkXPfq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sxTfGkXPfq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sxTfGkXPfq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sxTfGkXPfq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sxTfGkXPfq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sxTfGkXPfq .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sxTfGkXPfq .item-social {
    opacity: 1;
  }
}
.cid-sxTfGkXPfq .item-name {
  text-align: center;
  color: #000000;
}
.cid-sxTfGkXPfq .item-text {
  color: #000000;
}
.cid-sxTzdjZVpk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxTzdjZVpk .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTzdjZVpk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sxTzdjZVpk .container {
    max-width: 1600px;
  }
}
.cid-sxTzdjZVpk .container {
  padding: 0 2rem;
}
.cid-sxTzdjZVpk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sxTzdjZVpk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sxTzdjZVpk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sxTzdjZVpk .bg1 {
  background: #ffffff;
}
.cid-sxTzdjZVpk .bg2 {
  background: #ffffff;
}
.cid-sxTzdjZVpk .bg3 {
  background: #ffffff;
}
.cid-sxTzdjZVpk .bg4 {
  background: #000000;
}
.cid-sxTzdjZVpk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-sxTzdjZVpk .team-item:hover .item-social {
  opacity: 1;
}
.cid-sxTzdjZVpk .team-item .item-image img {
  width: 100%;
}
.cid-sxTzdjZVpk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sxTzdjZVpk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sxTzdjZVpk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sxTzdjZVpk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sxTzdjZVpk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sxTzdjZVpk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sxTzdjZVpk .item-social {
    opacity: 1;
  }
}
.cid-sxTzdjZVpk .item-name {
  text-align: center;
  color: #000000;
}
.cid-sxTzdjZVpk .item-text {
  color: #000000;
}
.cid-sxTFI0Heib {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxTFI0Heib .mbr-section-subtitle {
  color: #767676;
}
.cid-sxTFI0Heib .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sxTFI0Heib .container {
    max-width: 1600px;
  }
}
.cid-sxTFI0Heib .container {
  padding: 0 2rem;
}
.cid-sxTFI0Heib .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sxTFI0Heib .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-sxTFI0Heib .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-sxTFI0Heib .bg1 {
  background: #ffffff;
}
.cid-sxTFI0Heib .bg2 {
  background: #ffffff;
}
.cid-sxTFI0Heib .bg3 {
  background: #ffffff;
}
.cid-sxTFI0Heib .bg4 {
  background: #000000;
}
.cid-sxTFI0Heib .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-sxTFI0Heib .team-item:hover .item-social {
  opacity: 1;
}
.cid-sxTFI0Heib .team-item .item-image img {
  width: 100%;
}
.cid-sxTFI0Heib .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sxTFI0Heib .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sxTFI0Heib .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sxTFI0Heib .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sxTFI0Heib .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-sxTFI0Heib .item-caption {
    padding: 2rem 1rem;
  }
  .cid-sxTFI0Heib .item-social {
    opacity: 1;
  }
}
.cid-sxTFI0Heib .item-name {
  text-align: center;
  color: #000000;
}
.cid-sxTFI0Heib .item-text {
  color: #000000;
}
.cid-sxUsEc3zf2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxUsEc3zf2 .mbr-text {
    text-align: center;
  }
}
.cid-sxUsEc3zf2 .container-fluid {
  padding: 0;
}
.cid-sxUsEc3zf2 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sxUsEc3zf2 img {
  height: 100%;
  object-fit: cover;
}
.cid-sxUsEc3zf2 .mbr-figure {
  height: 100%;
}
.cid-sxUsEc3zf2 .col-lg-6 {
  padding: 0;
}
.cid-sxUsEc3zf2 .row {
  margin: 0;
}
.cid-sxUsVVgfD2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxUsVVgfD2 .mbr-text {
    text-align: center;
  }
}
.cid-sxUsVVgfD2 .container-fluid {
  padding: 0;
}
.cid-sxUsVVgfD2 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sxUsVVgfD2 img {
  height: 100%;
  object-fit: cover;
}
.cid-sxUsVVgfD2 .mbr-figure {
  height: 100%;
}
.cid-sxUsVVgfD2 .col-lg-6 {
  padding: 0;
}
.cid-sxUsVVgfD2 .row {
  margin: 0;
}
.cid-syazfjIq9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-syazfjIq9y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syazfjIq9y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syazfjIq9y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-syazfjIq9y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-syazfjIq9y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-syazfjIq9y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-syazfjIq9y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-syazfjIq9y .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-syazfjIq9y .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-syazfjIq9y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-syazfjIq9y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-syazfjIq9y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-syazfjIq9y .media-container-row .row-copirayt p {
  width: 100%;
}
