@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,400,500,600,700,800&display=swap);





body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6f6f6f !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #983a37 !important;
}
.bg-danger {
  background-color: #1a191d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #983a37 !important;
  border-color: #983a37 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #732c29 !important;
  border-color: #732c29 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #732c29 !important;
  border-color: #732c29 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #34b794;
  color: #34b794;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #983a37;
  color: #983a37;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #983a37 !important;
  border-color: #983a37 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #983a37 !important;
  border-color: #983a37 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1a191d;
  color: #1a191d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a191d !important;
  border-color: #1a191d !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #6f6f6f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #983a37 !important;
}
.text-danger {
  color: #1a191d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c3c3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d6854 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4d1d1c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #6f6f6f;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #983a37;
}
.alert-danger {
  background-color: #1a191d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6f6f6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afafaf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.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: #d0817e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccad1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #6f6f6f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6f6f6f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6f6f6f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6f6f6f;
  border-bottom-color: #6f6f6f;
}
.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: #6f6f6f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%236f6f6f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.4s;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa6fpttrbS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline:hover,
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline .active,
.cid-sa6fpttrbS .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-sa6fpttrbS img,
.cid-sa6fpttrbS .item-img {
  border-radius: 4px;
}
.cid-sa6fpttrbS .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-sa6fpttrbS .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-sa6fpttrbS .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #232323;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sa6fpttrbS .item:focus,
.cid-sa6fpttrbS span:focus {
  outline: none;
}
.cid-sa6fpttrbS .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sa6fpttrbS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sa6fpttrbS .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-sa6fpttrbS .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-sa6fpttrbS .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-sa6fpttrbS .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6fpttrbS .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-sa6fpttrbS .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-sa6fpttrbS .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-sa6fpttrbS .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sa6fpttrbS .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sa6fpttrbS .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-sa6fpttrbS .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sa6fpttrbS .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-sa6fpttrbS .category_content {
  opacity: .8;
}
.cid-sa6fpttrbS .item-title,
.cid-sa6fpttrbS .card_topic {
  margin-bottom: 12px;
}
.cid-sa6fpttrbS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-sa6fpttrbS .item-content,
  .cid-sa6fpttrbS .card_post {
    padding: 20px;
  }
}
.cid-sa6fpttrbS .mbr-section-subtitle {
  color: #e53712;
}
.cid-sa6fpttrbS .mbr-section-title {
  color: #232323;
}
.cid-tsnwCXeSg1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnwCXeSg1 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tsnwCXeSg1 .right {
  display: flex;
  flex-direction: column;
}
.cid-tsnwCXeSg1 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tsnwCXeSg1 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tsnwCXeSg1 .last-p {
  padding-bottom: 0;
}
.cid-tsnwCXeSg1 .row {
  justify-content: center;
}
.cid-sa6jXKqAqJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-sa6jXKqAqJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-sa6jXKqAqJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-sa6jXKqAqJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-sa6jXKqAqJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-sa6jXKqAqJ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-sa6jXKqAqJ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .privacy {
    text-align: left;
  }
}
.cid-sa6jXKqAqJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sa6jXKqAqJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .divider {
    margin: 20px 0;
  }
  .cid-sa6jXKqAqJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-sa6jXKqAqJ .footer_wrap img {
    margin: auto;
  }
  .cid-sa6jXKqAqJ .privacy {
    text-align: center;
  }
}
.cid-uNhH8MaCij.popup-builder {
  background-color: #ffffff;
}
.cid-uNhH8MaCij.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uNhH8MaCij.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uNhH8MaCij .modal-content,
.cid-uNhH8MaCij .modal-dialog {
  height: auto;
}
.cid-uNhH8MaCij .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uNhH8MaCij .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uNhH8MaCij .form-wrapper .mbr-form .form-group,
  .cid-uNhH8MaCij .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uNhH8MaCij .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uNhH8MaCij .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNhH8MaCij .mbr-text {
  text-align: center;
}
.cid-uNhH8MaCij .pt-0 {
  padding-top: 0 !important;
}
.cid-uNhH8MaCij .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uNhH8MaCij .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uNhH8MaCij .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uNhH8MaCij .modal-open {
  overflow: hidden;
}
.cid-uNhH8MaCij .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uNhH8MaCij .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uNhH8MaCij .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uNhH8MaCij .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uNhH8MaCij .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uNhH8MaCij .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uNhH8MaCij .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uNhH8MaCij .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uNhH8MaCij .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uNhH8MaCij .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uNhH8MaCij .modal-backdrop.fade {
  opacity: 0;
}
.cid-uNhH8MaCij .modal-backdrop.show {
  opacity: .5;
}
.cid-uNhH8MaCij .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uNhH8MaCij .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uNhH8MaCij .modal-header {
    padding: 1rem;
  }
}
.cid-uNhH8MaCij .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uNhH8MaCij .modal-header .close svg {
  fill: #353535;
}
.cid-uNhH8MaCij .modal-header .close:hover {
  opacity: 1;
}
.cid-uNhH8MaCij .modal-header .close:focus {
  outline: none;
}
.cid-uNhH8MaCij .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uNhH8MaCij .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uNhH8MaCij .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNhH8MaCij .modal-body {
    padding: 1rem;
  }
}
.cid-uNhH8MaCij .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uNhH8MaCij .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNhH8MaCij .modal-footer {
    padding: 1rem;
  }
}
.cid-uNhH8MaCij .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uNhH8MaCij .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uNhH8MaCij .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uNhH8MaCij .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uNhH8MaCij .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uNhH8MaCij .modal-lg,
  .cid-uNhH8MaCij .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uNhH8MaCij .modal-xl {
    max-width: 1140px;
  }
}
.cid-uNhH8MaCij .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uNhH8MaCij .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uNhH8MaCij .form-group {
  margin-bottom: 1rem;
}
.cid-uNhH8MaCij .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uNhH8MaCij .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uNhH8MaCij .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uNhH8MaCij .mbr-section-btn {
  margin: 0;
}
.cid-uNhH8MaCij .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsnxa1X8Zc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-tsnxa1X8Zc img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tsnxa1X8Zc .right {
  display: flex;
  flex-direction: column;
}
.cid-tsnxa1X8Zc .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-tsnxa1X8Zc .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-tsnxa1X8Zc .last-p {
  padding-bottom: 0;
}
.cid-tsnxa1X8Zc .row {
  justify-content: center;
}
.cid-tsnqIVYZnV {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tsnqIVYZnV {
    min-height: 170px !important;
  }
}
.cid-tsnqIVYZnV .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tsnqIVYZnV .empty_md {
    display: block;
  }
}
.cid-tsnqIVYZnV .container,
.cid-tsnqIVYZnV .container-fluid,
.cid-tsnqIVYZnV .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tsnqIVYZnV .container,
  .cid-tsnqIVYZnV .container-fluid,
  .cid-tsnqIVYZnV .empty_md {
    min-height: 170px !important;
  }
}
.cid-tsnqIVYZnV .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tsnqIVYZnV .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tsnqIVYZnV .top_menu {
    min-height: 110px !important;
  }
}
.cid-tsnqIVYZnV .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tsnqIVYZnV .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tsnqIVYZnV .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tsnqIVYZnV .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tsnqIVYZnV .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tsnqIVYZnV .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tsnqIVYZnV .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-tsnqIVYZnV .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tsnqIVYZnV .empty,
  .cid-tsnqIVYZnV .icons-menu {
    min-width: 265px;
  }
  .cid-tsnqIVYZnV .navbar-logo {
    margin: 0;
  }
  .cid-tsnqIVYZnV .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tsnqIVYZnV .btn {
    white-space: nowrap;
  }
  .cid-tsnqIVYZnV .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tsnqIVYZnV .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tsnqIVYZnV .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tsnqIVYZnV .dropdown-toggle::after,
  .cid-tsnqIVYZnV .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tsnqIVYZnV .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tsnqIVYZnV .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tsnqIVYZnV .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tsnqIVYZnV .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tsnqIVYZnV .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-tsnqIVYZnV .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tsnqIVYZnV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tsnqIVYZnV .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tsnqIVYZnV .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tsnqIVYZnV .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tsnqIVYZnV .nav-item:focus,
.cid-tsnqIVYZnV .nav-link:focus {
  outline: none;
}
.cid-tsnqIVYZnV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tsnqIVYZnV .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tsnqIVYZnV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tsnqIVYZnV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsnqIVYZnV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tsnqIVYZnV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsnqIVYZnV ul.navbar-nav li {
  margin: auto;
}
.cid-tsnqIVYZnV .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tsnqIVYZnV .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tsnqIVYZnV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tsnqIVYZnV .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tsnqIVYZnV .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tsnqIVYZnV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsnqIVYZnV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsnqIVYZnV .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tsnqIVYZnV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tsnqIVYZnV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tsnqIVYZnV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsnqIVYZnV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tsnqIVYZnV .navbar .icons-menu,
  .cid-tsnqIVYZnV .navbar .empty {
    display: none;
  }
  .cid-tsnqIVYZnV .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tsnqIVYZnV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsnqIVYZnV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsnqIVYZnV .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tsnqIVYZnV .navbar .container-fluid,
  .cid-tsnqIVYZnV .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tsnqIVYZnV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tsnqIVYZnV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsnqIVYZnV .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tsnqIVYZnV .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tsnqIVYZnV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tsnqIVYZnV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tsnqIVYZnV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tsnqIVYZnV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tsnqIVYZnV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsnqIVYZnV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsnqIVYZnV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsnqIVYZnV .dropdown-item.active,
.cid-tsnqIVYZnV .dropdown-item:active {
  background-color: transparent;
}
.cid-tsnqIVYZnV .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsnqIVYZnV .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tsnqIVYZnV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsnqIVYZnV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tsnqIVYZnV .navbar-buttons {
  text-align: center;
}
.cid-tsnqIVYZnV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tsnqIVYZnV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tsnqIVYZnV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsnqIVYZnV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsnqIVYZnV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsnqIVYZnV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsnqIVYZnV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsnqIVYZnV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsnqIVYZnV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsnqIVYZnV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsnqIVYZnV .navbar-dropdown {
  position: absolute;
}
.cid-tsnqIVYZnV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tsnqIVYZnV a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-tsnqIVYZnV .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsnqIVYZnV .navbar {
    height: 77px;
  }
  .cid-tsnqIVYZnV .navbar.opened {
    height: auto;
  }
  .cid-tsnqIVYZnV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsnqIWJggR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsnqIWJggR .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tsnqIWJggR .photo-split {
  position: relative;
}
.cid-tsnqIWJggR .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-tsnqIWJggR .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tsnqIWJggR .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tsnqIWJggR .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tsnqIWJggR .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-tsnqIWJggR .wrap-block {
  padding: 3rem 3rem;
}
.cid-tsnqIWJggR .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-tsnqIWJggR .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-tsnqIWJggR .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-tsnqIWJggR .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tsnqIWJggR .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tsnqIWJggR .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-tsnqIWJggR .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tsnqIWJggR .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tsnqIWJggR .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-tsnqIWJggR .photo-split {
    padding: 3rem 3rem;
  }
  .cid-tsnqIWJggR .photo-split .element-outer,
  .cid-tsnqIWJggR .photo-split .element-outer2 {
    display: none;
  }
  .cid-tsnqIWJggR .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tsnqIWJggR .mbr-section-title,
  .cid-tsnqIWJggR .mbr-section-subtitle,
  .cid-tsnqIWJggR .mbr-text {
    text-align: left !important;
  }
  .cid-tsnqIWJggR .social-list {
    text-align: left !important;
  }
}
.cid-tsnqIWJggR .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-tsnqIWJggR .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tsnqIWJggR .wrap-block .contents .mbr-subtitle,
.cid-tsnqIWJggR .menu-content-right {
  color: #e53712;
}
.cid-tsnqIX6lze {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsnqIX6lze .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-tsnqIX6lze .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-tsnqIX6lze .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tsnqIX6lze .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tsnqIX6lze .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsnqIX6lze .mbr-section-btn .btn-secondary-outline:hover,
.cid-tsnqIX6lze .mbr-section-btn .btn-secondary-outline .active,
.cid-tsnqIX6lze .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-tsnqIX6lze .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tsnqIX6lze .image_post {
  display: inline-block;
}
.cid-tsnqIX6lze .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tsnqIX6lze .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tsnqIXr97l {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-tsnqIXr97l .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tsnqIXr97l .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tsnqIXr97l .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tsnqIXr97l .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tsnqIXr97l .footer_items a:hover {
  color: #ffffff !important;
}
.cid-tsnqIXr97l .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsnqIXr97l .privacy {
    text-align: left;
  }
}
.cid-tsnqIXr97l .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tsnqIXr97l .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tsnqIXr97l .divider {
    margin: 20px 0;
  }
  .cid-tsnqIXr97l .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tsnqIXr97l .footer_wrap img {
    margin: auto;
  }
  .cid-tsnqIXr97l .privacy {
    text-align: center;
  }
}
.cid-tsns0ZfINf {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tsns0ZfINf {
    min-height: 170px !important;
  }
}
.cid-tsns0ZfINf .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tsns0ZfINf .empty_md {
    display: block;
  }
}
.cid-tsns0ZfINf .container,
.cid-tsns0ZfINf .container-fluid,
.cid-tsns0ZfINf .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tsns0ZfINf .container,
  .cid-tsns0ZfINf .container-fluid,
  .cid-tsns0ZfINf .empty_md {
    min-height: 170px !important;
  }
}
.cid-tsns0ZfINf .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tsns0ZfINf .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tsns0ZfINf .top_menu {
    min-height: 110px !important;
  }
}
.cid-tsns0ZfINf .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tsns0ZfINf .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tsns0ZfINf .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tsns0ZfINf .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tsns0ZfINf .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tsns0ZfINf .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tsns0ZfINf .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-tsns0ZfINf .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tsns0ZfINf .empty,
  .cid-tsns0ZfINf .icons-menu {
    min-width: 265px;
  }
  .cid-tsns0ZfINf .navbar-logo {
    margin: 0;
  }
  .cid-tsns0ZfINf .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tsns0ZfINf .btn {
    white-space: nowrap;
  }
  .cid-tsns0ZfINf .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tsns0ZfINf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tsns0ZfINf .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tsns0ZfINf .dropdown-toggle::after,
  .cid-tsns0ZfINf .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tsns0ZfINf .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tsns0ZfINf .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tsns0ZfINf .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tsns0ZfINf .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tsns0ZfINf .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-tsns0ZfINf .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tsns0ZfINf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tsns0ZfINf .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tsns0ZfINf .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tsns0ZfINf .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tsns0ZfINf .nav-item:focus,
.cid-tsns0ZfINf .nav-link:focus {
  outline: none;
}
.cid-tsns0ZfINf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tsns0ZfINf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tsns0ZfINf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tsns0ZfINf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsns0ZfINf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tsns0ZfINf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsns0ZfINf ul.navbar-nav li {
  margin: auto;
}
.cid-tsns0ZfINf .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tsns0ZfINf .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tsns0ZfINf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tsns0ZfINf .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tsns0ZfINf .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tsns0ZfINf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsns0ZfINf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsns0ZfINf .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tsns0ZfINf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tsns0ZfINf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tsns0ZfINf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsns0ZfINf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tsns0ZfINf .navbar .icons-menu,
  .cid-tsns0ZfINf .navbar .empty {
    display: none;
  }
  .cid-tsns0ZfINf .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tsns0ZfINf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsns0ZfINf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsns0ZfINf .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tsns0ZfINf .navbar .container-fluid,
  .cid-tsns0ZfINf .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tsns0ZfINf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tsns0ZfINf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsns0ZfINf .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-tsns0ZfINf .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tsns0ZfINf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tsns0ZfINf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tsns0ZfINf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tsns0ZfINf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tsns0ZfINf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsns0ZfINf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsns0ZfINf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsns0ZfINf .dropdown-item.active,
.cid-tsns0ZfINf .dropdown-item:active {
  background-color: transparent;
}
.cid-tsns0ZfINf .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsns0ZfINf .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tsns0ZfINf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsns0ZfINf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tsns0ZfINf .navbar-buttons {
  text-align: center;
}
.cid-tsns0ZfINf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tsns0ZfINf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tsns0ZfINf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsns0ZfINf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsns0ZfINf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsns0ZfINf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsns0ZfINf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsns0ZfINf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsns0ZfINf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsns0ZfINf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsns0ZfINf .navbar-dropdown {
  position: absolute;
}
.cid-tsns0ZfINf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tsns0ZfINf a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-tsns0ZfINf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsns0ZfINf .navbar {
    height: 77px;
  }
  .cid-tsns0ZfINf .navbar.opened {
    height: auto;
  }
  .cid-tsns0ZfINf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsns0ZYQ0K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsns0ZYQ0K .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tsns0ZYQ0K .photo-split {
  position: relative;
}
.cid-tsns0ZYQ0K .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-tsns0ZYQ0K .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tsns0ZYQ0K .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tsns0ZYQ0K .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tsns0ZYQ0K .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-tsns0ZYQ0K .wrap-block {
  padding: 3rem 3rem;
}
.cid-tsns0ZYQ0K .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-tsns0ZYQ0K .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-tsns0ZYQ0K .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-tsns0ZYQ0K .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tsns0ZYQ0K .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tsns0ZYQ0K .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-tsns0ZYQ0K .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tsns0ZYQ0K .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tsns0ZYQ0K .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-tsns0ZYQ0K .photo-split {
    padding: 3rem 3rem;
  }
  .cid-tsns0ZYQ0K .photo-split .element-outer,
  .cid-tsns0ZYQ0K .photo-split .element-outer2 {
    display: none;
  }
  .cid-tsns0ZYQ0K .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tsns0ZYQ0K .mbr-section-title,
  .cid-tsns0ZYQ0K .mbr-section-subtitle,
  .cid-tsns0ZYQ0K .mbr-text {
    text-align: left !important;
  }
  .cid-tsns0ZYQ0K .social-list {
    text-align: left !important;
  }
}
.cid-tsns0ZYQ0K .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-tsns0ZYQ0K .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tsns0ZYQ0K .wrap-block .contents .mbr-subtitle,
.cid-tsns0ZYQ0K .menu-content-right {
  color: #e53712;
}
.cid-tsns10kukL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsns10kukL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-tsns10kukL .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-tsns10kukL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tsns10kukL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tsns10kukL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsns10kukL .mbr-section-btn .btn-secondary-outline:hover,
.cid-tsns10kukL .mbr-section-btn .btn-secondary-outline .active,
.cid-tsns10kukL .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-tsns10kukL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tsns10kukL .image_post {
  display: inline-block;
}
.cid-tsns10kukL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tsns10kukL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tsns10EzL7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-tsns10EzL7 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tsns10EzL7 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tsns10EzL7 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tsns10EzL7 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tsns10EzL7 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-tsns10EzL7 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsns10EzL7 .privacy {
    text-align: left;
  }
}
.cid-tsns10EzL7 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tsns10EzL7 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tsns10EzL7 .divider {
    margin: 20px 0;
  }
  .cid-tsns10EzL7 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tsns10EzL7 .footer_wrap img {
    margin: auto;
  }
  .cid-tsns10EzL7 .privacy {
    text-align: center;
  }
}
.cid-ueNawJgjij {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNawJgjij {
    min-height: 170px !important;
  }
}
.cid-ueNawJgjij .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNawJgjij .empty_md {
    display: block;
  }
}
.cid-ueNawJgjij .container,
.cid-ueNawJgjij .container-fluid,
.cid-ueNawJgjij .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNawJgjij .container,
  .cid-ueNawJgjij .container-fluid,
  .cid-ueNawJgjij .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNawJgjij .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNawJgjij .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNawJgjij .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNawJgjij .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNawJgjij .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNawJgjij .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNawJgjij .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNawJgjij .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNawJgjij .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNawJgjij .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNawJgjij .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNawJgjij .empty,
  .cid-ueNawJgjij .icons-menu {
    min-width: 265px;
  }
  .cid-ueNawJgjij .navbar-logo {
    margin: 0;
  }
  .cid-ueNawJgjij .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNawJgjij .btn {
    white-space: nowrap;
  }
  .cid-ueNawJgjij .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNawJgjij .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNawJgjij .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNawJgjij .dropdown-toggle::after,
  .cid-ueNawJgjij .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNawJgjij .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNawJgjij .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNawJgjij .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNawJgjij .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNawJgjij .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNawJgjij .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNawJgjij .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNawJgjij .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNawJgjij .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNawJgjij .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNawJgjij .nav-item:focus,
.cid-ueNawJgjij .nav-link:focus {
  outline: none;
}
.cid-ueNawJgjij .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNawJgjij .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNawJgjij .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNawJgjij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNawJgjij .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNawJgjij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNawJgjij ul.navbar-nav li {
  margin: auto;
}
.cid-ueNawJgjij .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNawJgjij .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNawJgjij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNawJgjij .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNawJgjij .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNawJgjij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNawJgjij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNawJgjij .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNawJgjij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNawJgjij .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNawJgjij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNawJgjij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNawJgjij .navbar .icons-menu,
  .cid-ueNawJgjij .navbar .empty {
    display: none;
  }
  .cid-ueNawJgjij .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNawJgjij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNawJgjij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNawJgjij .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNawJgjij .navbar .container-fluid,
  .cid-ueNawJgjij .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNawJgjij .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNawJgjij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNawJgjij .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNawJgjij .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNawJgjij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNawJgjij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNawJgjij .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNawJgjij .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNawJgjij .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNawJgjij .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNawJgjij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNawJgjij .dropdown-item.active,
.cid-ueNawJgjij .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNawJgjij .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNawJgjij .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNawJgjij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNawJgjij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNawJgjij .navbar-buttons {
  text-align: center;
}
.cid-ueNawJgjij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNawJgjij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNawJgjij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNawJgjij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNawJgjij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNawJgjij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNawJgjij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNawJgjij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNawJgjij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNawJgjij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNawJgjij .navbar-dropdown {
  position: absolute;
}
.cid-ueNawJgjij a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNawJgjij a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNawJgjij .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNawJgjij .navbar {
    height: 77px;
  }
  .cid-ueNawJgjij .navbar.opened {
    height: auto;
  }
  .cid-ueNawJgjij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNawJMXyO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNawJMXyO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNawJMXyO .photo-split {
  position: relative;
}
.cid-ueNawJMXyO .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNawJMXyO .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNawJMXyO .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNawJMXyO .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNawJMXyO .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNawJMXyO .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNawJMXyO .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNawJMXyO .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNawJMXyO .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNawJMXyO .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNawJMXyO .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNawJMXyO .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNawJMXyO .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNawJMXyO .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNawJMXyO .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNawJMXyO .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNawJMXyO .photo-split .element-outer,
  .cid-ueNawJMXyO .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNawJMXyO .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNawJMXyO .mbr-section-title,
  .cid-ueNawJMXyO .mbr-section-subtitle,
  .cid-ueNawJMXyO .mbr-text {
    text-align: left !important;
  }
  .cid-ueNawJMXyO .social-list {
    text-align: left !important;
  }
}
.cid-ueNawJMXyO .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNawJMXyO .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNawJMXyO .wrap-block .contents .mbr-subtitle,
.cid-ueNawJMXyO .menu-content-right {
  color: #e53712;
}
.cid-ueNawK3TKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNawK3TKk .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNawK3TKk .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNawK3TKk .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNawK3TKk .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNawK3TKk .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNawK3TKk .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNawK3TKk .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNawK3TKk .content-wrapper:hover .image-wrapper > img,
.cid-ueNawK3TKk .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNawK3TKk .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNawK3TKk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNawK3TKk .image-wrapper,
.cid-ueNawK3TKk img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNawK3TKk .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNawK3TKk .card_post {
    padding: 20px;
  }
}
.cid-ueNawK3TKk .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNawK3TKk .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNawK3TKk .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNawK3TKk .item-title,
.cid-ueNawK3TKk .card_topic {
  margin-bottom: 12px;
}
.cid-ueNawK3TKk .category_content {
  opacity: .8;
}
.cid-ueNawK3TKk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNawK3TKk .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNawK3TKk .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNawKkwqI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNawKkwqI .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNawKkwqI .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNawKkwqI .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNawKkwqI .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNawKkwqI .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNawKkwqI .row {
  flex-direction: row-reverse;
}
.cid-ueNawKkwqI .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNawKkwqI .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNawKkwqI .content-wrapper:hover .image-wrapper > img,
.cid-ueNawKkwqI .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNawKkwqI .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNawKkwqI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNawKkwqI .image-wrapper,
.cid-ueNawKkwqI img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNawKkwqI .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNawKkwqI .card_post {
    padding: 20px;
  }
}
.cid-ueNawKkwqI .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNawKkwqI .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNawKkwqI .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNawKkwqI .item-title,
.cid-ueNawKkwqI .card_topic {
  margin-bottom: 12px;
}
.cid-ueNawKkwqI .category_content {
  opacity: .8;
}
.cid-ueNawKkwqI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNawKkwqI .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNawKkwqI .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNawKyi3p {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNawKyi3p .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNawKyi3p .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNawKyi3p .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNawKyi3p .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNawKyi3p .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNawKyi3p .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNawKyi3p .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNawKyi3p .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNawKyi3p .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNawKyi3p .image_post {
  display: inline-block;
}
.cid-ueNawKyi3p .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNawKyi3p .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNawKMYVe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNawKMYVe img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNawKMYVe .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNawKMYVe .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNawKMYVe .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNawKMYVe .last-p {
  padding-bottom: 0;
}
.cid-ueNawKMYVe .row {
  justify-content: center;
}
.cid-ueNawKZqSh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNawKZqSh .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNawKZqSh .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNawKZqSh .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNawKZqSh .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNawKZqSh .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNawKZqSh .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNawKZqSh .privacy {
    text-align: left;
  }
}
.cid-ueNawKZqSh .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNawKZqSh .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNawKZqSh .divider {
    margin: 20px 0;
  }
  .cid-ueNawKZqSh .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNawKZqSh .footer_wrap img {
    margin: auto;
  }
  .cid-ueNawKZqSh .privacy {
    text-align: center;
  }
}
.cid-ueNbbHqZAG {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNbbHqZAG {
    min-height: 170px !important;
  }
}
.cid-ueNbbHqZAG .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNbbHqZAG .empty_md {
    display: block;
  }
}
.cid-ueNbbHqZAG .container,
.cid-ueNbbHqZAG .container-fluid,
.cid-ueNbbHqZAG .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNbbHqZAG .container,
  .cid-ueNbbHqZAG .container-fluid,
  .cid-ueNbbHqZAG .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNbbHqZAG .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNbbHqZAG .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNbbHqZAG .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNbbHqZAG .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNbbHqZAG .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNbbHqZAG .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNbbHqZAG .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNbbHqZAG .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNbbHqZAG .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNbbHqZAG .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNbbHqZAG .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNbbHqZAG .empty,
  .cid-ueNbbHqZAG .icons-menu {
    min-width: 265px;
  }
  .cid-ueNbbHqZAG .navbar-logo {
    margin: 0;
  }
  .cid-ueNbbHqZAG .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNbbHqZAG .btn {
    white-space: nowrap;
  }
  .cid-ueNbbHqZAG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNbbHqZAG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNbbHqZAG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNbbHqZAG .dropdown-toggle::after,
  .cid-ueNbbHqZAG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNbbHqZAG .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNbbHqZAG .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbbHqZAG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNbbHqZAG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbbHqZAG .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNbbHqZAG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNbbHqZAG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNbbHqZAG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNbbHqZAG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNbbHqZAG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNbbHqZAG .nav-item:focus,
.cid-ueNbbHqZAG .nav-link:focus {
  outline: none;
}
.cid-ueNbbHqZAG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNbbHqZAG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNbbHqZAG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNbbHqZAG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNbbHqZAG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNbbHqZAG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNbbHqZAG ul.navbar-nav li {
  margin: auto;
}
.cid-ueNbbHqZAG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNbbHqZAG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNbbHqZAG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNbbHqZAG .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNbbHqZAG .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNbbHqZAG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNbbHqZAG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNbbHqZAG .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNbbHqZAG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNbbHqZAG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNbbHqZAG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNbbHqZAG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNbbHqZAG .navbar .icons-menu,
  .cid-ueNbbHqZAG .navbar .empty {
    display: none;
  }
  .cid-ueNbbHqZAG .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNbbHqZAG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNbbHqZAG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNbbHqZAG .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNbbHqZAG .navbar .container-fluid,
  .cid-ueNbbHqZAG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNbbHqZAG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNbbHqZAG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNbbHqZAG .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNbbHqZAG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNbbHqZAG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNbbHqZAG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNbbHqZAG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNbbHqZAG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNbbHqZAG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNbbHqZAG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNbbHqZAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNbbHqZAG .dropdown-item.active,
.cid-ueNbbHqZAG .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNbbHqZAG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNbbHqZAG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNbbHqZAG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNbbHqZAG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNbbHqZAG .navbar-buttons {
  text-align: center;
}
.cid-ueNbbHqZAG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNbbHqZAG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNbbHqZAG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNbbHqZAG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNbbHqZAG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNbbHqZAG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNbbHqZAG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNbbHqZAG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNbbHqZAG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNbbHqZAG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNbbHqZAG .navbar-dropdown {
  position: absolute;
}
.cid-ueNbbHqZAG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbbHqZAG a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNbbHqZAG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNbbHqZAG .navbar {
    height: 77px;
  }
  .cid-ueNbbHqZAG .navbar.opened {
    height: auto;
  }
  .cid-ueNbbHqZAG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNbbI8YVx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNbbI8YVx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNbbI8YVx .photo-split {
  position: relative;
}
.cid-ueNbbI8YVx .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNbbI8YVx .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNbbI8YVx .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNbbI8YVx .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNbbI8YVx .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNbbI8YVx .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNbbI8YVx .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNbbI8YVx .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNbbI8YVx .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNbbI8YVx .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNbbI8YVx .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNbbI8YVx .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNbbI8YVx .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNbbI8YVx .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNbbI8YVx .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNbbI8YVx .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNbbI8YVx .photo-split .element-outer,
  .cid-ueNbbI8YVx .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNbbI8YVx .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNbbI8YVx .mbr-section-title,
  .cid-ueNbbI8YVx .mbr-section-subtitle,
  .cid-ueNbbI8YVx .mbr-text {
    text-align: left !important;
  }
  .cid-ueNbbI8YVx .social-list {
    text-align: left !important;
  }
}
.cid-ueNbbI8YVx .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNbbI8YVx .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNbbI8YVx .wrap-block .contents .mbr-subtitle,
.cid-ueNbbI8YVx .menu-content-right {
  color: #e53712;
}
.cid-ueNbbIoQeX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbbIoQeX .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNbbIoQeX .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNbbIoQeX .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNbbIoQeX .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNbbIoQeX .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNbbIoQeX .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNbbIoQeX .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNbbIoQeX .content-wrapper:hover .image-wrapper > img,
.cid-ueNbbIoQeX .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNbbIoQeX .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNbbIoQeX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNbbIoQeX .image-wrapper,
.cid-ueNbbIoQeX img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbbIoQeX .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNbbIoQeX .card_post {
    padding: 20px;
  }
}
.cid-ueNbbIoQeX .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNbbIoQeX .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNbbIoQeX .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNbbIoQeX .item-title,
.cid-ueNbbIoQeX .card_topic {
  margin-bottom: 12px;
}
.cid-ueNbbIoQeX .category_content {
  opacity: .8;
}
.cid-ueNbbIoQeX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNbbIoQeX .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNbbIoQeX .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNbbIETN2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbbIETN2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNbbIETN2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNbbIETN2 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNbbIETN2 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNbbIETN2 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNbbIETN2 .row {
  flex-direction: row-reverse;
}
.cid-ueNbbIETN2 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNbbIETN2 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNbbIETN2 .content-wrapper:hover .image-wrapper > img,
.cid-ueNbbIETN2 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNbbIETN2 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNbbIETN2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNbbIETN2 .image-wrapper,
.cid-ueNbbIETN2 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbbIETN2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNbbIETN2 .card_post {
    padding: 20px;
  }
}
.cid-ueNbbIETN2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNbbIETN2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNbbIETN2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNbbIETN2 .item-title,
.cid-ueNbbIETN2 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNbbIETN2 .category_content {
  opacity: .8;
}
.cid-ueNbbIETN2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNbbIETN2 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNbbIETN2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNbbIR2Lc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueNbbIR2Lc .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNbbIR2Lc .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNbbIR2Lc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNbbIR2Lc .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNbbIR2Lc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNbbIR2Lc .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNbbIR2Lc .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNbbIR2Lc .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNbbIR2Lc .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNbbIR2Lc .image_post {
  display: inline-block;
}
.cid-ueNbbIR2Lc .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNbbIR2Lc .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNbbJ5O7S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbbJ5O7S img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNbbJ5O7S .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNbbJ5O7S .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNbbJ5O7S .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNbbJ5O7S .last-p {
  padding-bottom: 0;
}
.cid-ueNbbJ5O7S .row {
  justify-content: center;
}
.cid-ueNbbJiHED {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNbbJiHED .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNbbJiHED .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNbbJiHED .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNbbJiHED .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNbbJiHED .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNbbJiHED .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNbbJiHED .privacy {
    text-align: left;
  }
}
.cid-ueNbbJiHED .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNbbJiHED .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNbbJiHED .divider {
    margin: 20px 0;
  }
  .cid-ueNbbJiHED .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNbbJiHED .footer_wrap img {
    margin: auto;
  }
  .cid-ueNbbJiHED .privacy {
    text-align: center;
  }
}
.cid-ueNbDYPshU {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNbDYPshU {
    min-height: 170px !important;
  }
}
.cid-ueNbDYPshU .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNbDYPshU .empty_md {
    display: block;
  }
}
.cid-ueNbDYPshU .container,
.cid-ueNbDYPshU .container-fluid,
.cid-ueNbDYPshU .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNbDYPshU .container,
  .cid-ueNbDYPshU .container-fluid,
  .cid-ueNbDYPshU .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNbDYPshU .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNbDYPshU .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNbDYPshU .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNbDYPshU .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNbDYPshU .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNbDYPshU .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNbDYPshU .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNbDYPshU .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNbDYPshU .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNbDYPshU .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNbDYPshU .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNbDYPshU .empty,
  .cid-ueNbDYPshU .icons-menu {
    min-width: 265px;
  }
  .cid-ueNbDYPshU .navbar-logo {
    margin: 0;
  }
  .cid-ueNbDYPshU .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNbDYPshU .btn {
    white-space: nowrap;
  }
  .cid-ueNbDYPshU .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNbDYPshU .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNbDYPshU .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNbDYPshU .dropdown-toggle::after,
  .cid-ueNbDYPshU .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNbDYPshU .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNbDYPshU .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbDYPshU .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNbDYPshU .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbDYPshU .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNbDYPshU .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNbDYPshU .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNbDYPshU .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNbDYPshU .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNbDYPshU .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNbDYPshU .nav-item:focus,
.cid-ueNbDYPshU .nav-link:focus {
  outline: none;
}
.cid-ueNbDYPshU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNbDYPshU .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNbDYPshU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNbDYPshU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNbDYPshU .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNbDYPshU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNbDYPshU ul.navbar-nav li {
  margin: auto;
}
.cid-ueNbDYPshU .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNbDYPshU .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNbDYPshU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNbDYPshU .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNbDYPshU .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNbDYPshU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNbDYPshU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNbDYPshU .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNbDYPshU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNbDYPshU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNbDYPshU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNbDYPshU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNbDYPshU .navbar .icons-menu,
  .cid-ueNbDYPshU .navbar .empty {
    display: none;
  }
  .cid-ueNbDYPshU .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNbDYPshU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNbDYPshU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNbDYPshU .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNbDYPshU .navbar .container-fluid,
  .cid-ueNbDYPshU .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNbDYPshU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNbDYPshU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNbDYPshU .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNbDYPshU .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNbDYPshU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNbDYPshU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNbDYPshU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNbDYPshU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNbDYPshU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNbDYPshU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNbDYPshU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNbDYPshU .dropdown-item.active,
.cid-ueNbDYPshU .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNbDYPshU .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNbDYPshU .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNbDYPshU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNbDYPshU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNbDYPshU .navbar-buttons {
  text-align: center;
}
.cid-ueNbDYPshU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNbDYPshU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNbDYPshU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNbDYPshU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNbDYPshU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNbDYPshU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNbDYPshU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNbDYPshU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNbDYPshU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNbDYPshU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNbDYPshU .navbar-dropdown {
  position: absolute;
}
.cid-ueNbDYPshU a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbDYPshU a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNbDYPshU .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNbDYPshU .navbar {
    height: 77px;
  }
  .cid-ueNbDYPshU .navbar.opened {
    height: auto;
  }
  .cid-ueNbDYPshU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNbDZwhFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNbDZwhFQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNbDZwhFQ .photo-split {
  position: relative;
}
.cid-ueNbDZwhFQ .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNbDZwhFQ .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNbDZwhFQ .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNbDZwhFQ .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNbDZwhFQ .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNbDZwhFQ .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNbDZwhFQ .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNbDZwhFQ .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNbDZwhFQ .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNbDZwhFQ .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNbDZwhFQ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNbDZwhFQ .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNbDZwhFQ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNbDZwhFQ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNbDZwhFQ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNbDZwhFQ .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNbDZwhFQ .photo-split .element-outer,
  .cid-ueNbDZwhFQ .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNbDZwhFQ .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNbDZwhFQ .mbr-section-title,
  .cid-ueNbDZwhFQ .mbr-section-subtitle,
  .cid-ueNbDZwhFQ .mbr-text {
    text-align: left !important;
  }
  .cid-ueNbDZwhFQ .social-list {
    text-align: left !important;
  }
}
.cid-ueNbDZwhFQ .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNbDZwhFQ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNbDZwhFQ .wrap-block .contents .mbr-subtitle,
.cid-ueNbDZwhFQ .menu-content-right {
  color: #e53712;
}
.cid-ueNbDZM1MC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbDZM1MC .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNbDZM1MC .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNbDZM1MC .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNbDZM1MC .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNbDZM1MC .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNbDZM1MC .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNbDZM1MC .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNbDZM1MC .content-wrapper:hover .image-wrapper > img,
.cid-ueNbDZM1MC .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNbDZM1MC .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNbDZM1MC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNbDZM1MC .image-wrapper,
.cid-ueNbDZM1MC img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbDZM1MC .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNbDZM1MC .card_post {
    padding: 20px;
  }
}
.cid-ueNbDZM1MC .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNbDZM1MC .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNbDZM1MC .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNbDZM1MC .item-title,
.cid-ueNbDZM1MC .card_topic {
  margin-bottom: 12px;
}
.cid-ueNbDZM1MC .category_content {
  opacity: .8;
}
.cid-ueNbDZM1MC .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNbDZM1MC .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNbDZM1MC .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNbE02Ffu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbE02Ffu .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNbE02Ffu .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNbE02Ffu .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNbE02Ffu .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNbE02Ffu .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNbE02Ffu .row {
  flex-direction: row-reverse;
}
.cid-ueNbE02Ffu .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNbE02Ffu .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNbE02Ffu .content-wrapper:hover .image-wrapper > img,
.cid-ueNbE02Ffu .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNbE02Ffu .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNbE02Ffu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNbE02Ffu .image-wrapper,
.cid-ueNbE02Ffu img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNbE02Ffu .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNbE02Ffu .card_post {
    padding: 20px;
  }
}
.cid-ueNbE02Ffu .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNbE02Ffu .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNbE02Ffu .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNbE02Ffu .item-title,
.cid-ueNbE02Ffu .card_topic {
  margin-bottom: 12px;
}
.cid-ueNbE02Ffu .category_content {
  opacity: .8;
}
.cid-ueNbE02Ffu .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNbE02Ffu .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNbE02Ffu .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNbE0g47Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbE0g47Z .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNbE0g47Z .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNbE0g47Z .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNbE0g47Z .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNbE0g47Z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNbE0g47Z .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNbE0g47Z .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNbE0g47Z .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNbE0g47Z .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNbE0g47Z .image_post {
  display: inline-block;
}
.cid-ueNbE0g47Z .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNbE0g47Z .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNbE0uQCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNbE0uQCn img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNbE0uQCn .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNbE0uQCn .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNbE0uQCn .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNbE0uQCn .last-p {
  padding-bottom: 0;
}
.cid-ueNbE0uQCn .row {
  justify-content: center;
}
.cid-ueNbE0H4rR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNbE0H4rR .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNbE0H4rR .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNbE0H4rR .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNbE0H4rR .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNbE0H4rR .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNbE0H4rR .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNbE0H4rR .privacy {
    text-align: left;
  }
}
.cid-ueNbE0H4rR .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNbE0H4rR .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNbE0H4rR .divider {
    margin: 20px 0;
  }
  .cid-ueNbE0H4rR .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNbE0H4rR .footer_wrap img {
    margin: auto;
  }
  .cid-ueNbE0H4rR .privacy {
    text-align: center;
  }
}
.cid-ueNc3xHEBy {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNc3xHEBy {
    min-height: 170px !important;
  }
}
.cid-ueNc3xHEBy .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNc3xHEBy .empty_md {
    display: block;
  }
}
.cid-ueNc3xHEBy .container,
.cid-ueNc3xHEBy .container-fluid,
.cid-ueNc3xHEBy .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNc3xHEBy .container,
  .cid-ueNc3xHEBy .container-fluid,
  .cid-ueNc3xHEBy .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNc3xHEBy .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNc3xHEBy .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNc3xHEBy .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNc3xHEBy .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNc3xHEBy .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNc3xHEBy .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNc3xHEBy .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNc3xHEBy .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNc3xHEBy .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNc3xHEBy .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNc3xHEBy .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNc3xHEBy .empty,
  .cid-ueNc3xHEBy .icons-menu {
    min-width: 265px;
  }
  .cid-ueNc3xHEBy .navbar-logo {
    margin: 0;
  }
  .cid-ueNc3xHEBy .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNc3xHEBy .btn {
    white-space: nowrap;
  }
  .cid-ueNc3xHEBy .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNc3xHEBy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNc3xHEBy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNc3xHEBy .dropdown-toggle::after,
  .cid-ueNc3xHEBy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNc3xHEBy .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNc3xHEBy .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNc3xHEBy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNc3xHEBy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNc3xHEBy .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNc3xHEBy .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNc3xHEBy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNc3xHEBy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNc3xHEBy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNc3xHEBy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNc3xHEBy .nav-item:focus,
.cid-ueNc3xHEBy .nav-link:focus {
  outline: none;
}
.cid-ueNc3xHEBy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNc3xHEBy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNc3xHEBy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNc3xHEBy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNc3xHEBy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNc3xHEBy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNc3xHEBy ul.navbar-nav li {
  margin: auto;
}
.cid-ueNc3xHEBy .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNc3xHEBy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNc3xHEBy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNc3xHEBy .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNc3xHEBy .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNc3xHEBy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNc3xHEBy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNc3xHEBy .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNc3xHEBy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNc3xHEBy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNc3xHEBy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNc3xHEBy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNc3xHEBy .navbar .icons-menu,
  .cid-ueNc3xHEBy .navbar .empty {
    display: none;
  }
  .cid-ueNc3xHEBy .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNc3xHEBy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNc3xHEBy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNc3xHEBy .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNc3xHEBy .navbar .container-fluid,
  .cid-ueNc3xHEBy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNc3xHEBy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNc3xHEBy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNc3xHEBy .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNc3xHEBy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNc3xHEBy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNc3xHEBy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNc3xHEBy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNc3xHEBy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNc3xHEBy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNc3xHEBy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNc3xHEBy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNc3xHEBy .dropdown-item.active,
.cid-ueNc3xHEBy .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNc3xHEBy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNc3xHEBy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNc3xHEBy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNc3xHEBy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNc3xHEBy .navbar-buttons {
  text-align: center;
}
.cid-ueNc3xHEBy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNc3xHEBy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNc3xHEBy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNc3xHEBy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNc3xHEBy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNc3xHEBy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNc3xHEBy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNc3xHEBy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNc3xHEBy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNc3xHEBy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNc3xHEBy .navbar-dropdown {
  position: absolute;
}
.cid-ueNc3xHEBy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNc3xHEBy a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNc3xHEBy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNc3xHEBy .navbar {
    height: 77px;
  }
  .cid-ueNc3xHEBy .navbar.opened {
    height: auto;
  }
  .cid-ueNc3xHEBy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNc3ycson {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNc3ycson .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNc3ycson .photo-split {
  position: relative;
}
.cid-ueNc3ycson .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNc3ycson .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNc3ycson .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNc3ycson .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNc3ycson .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNc3ycson .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNc3ycson .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNc3ycson .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNc3ycson .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNc3ycson .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNc3ycson .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNc3ycson .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNc3ycson .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNc3ycson .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNc3ycson .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNc3ycson .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNc3ycson .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNc3ycson .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNc3ycson .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNc3ycson .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNc3ycson .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNc3ycson .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNc3ycson .photo-split .element-outer,
  .cid-ueNc3ycson .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNc3ycson .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNc3ycson .mbr-section-title,
  .cid-ueNc3ycson .mbr-section-subtitle,
  .cid-ueNc3ycson .mbr-text {
    text-align: left !important;
  }
  .cid-ueNc3ycson .social-list {
    text-align: left !important;
  }
}
.cid-ueNc3ycson .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNc3ycson .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNc3ycson .wrap-block .contents .mbr-subtitle,
.cid-ueNc3ycson .menu-content-right {
  color: #e53712;
}
.cid-ueNc3yvKhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNc3yvKhD .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNc3yvKhD .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNc3yvKhD .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNc3yvKhD .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNc3yvKhD .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNc3yvKhD .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNc3yvKhD .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNc3yvKhD .content-wrapper:hover .image-wrapper > img,
.cid-ueNc3yvKhD .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNc3yvKhD .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNc3yvKhD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNc3yvKhD .image-wrapper,
.cid-ueNc3yvKhD img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNc3yvKhD .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNc3yvKhD .card_post {
    padding: 20px;
  }
}
.cid-ueNc3yvKhD .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNc3yvKhD .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNc3yvKhD .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNc3yvKhD .item-title,
.cid-ueNc3yvKhD .card_topic {
  margin-bottom: 12px;
}
.cid-ueNc3yvKhD .category_content {
  opacity: .8;
}
.cid-ueNc3yvKhD .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNc3yvKhD .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNc3yvKhD .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNc3yKNjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNc3yKNjA .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNc3yKNjA .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNc3yKNjA .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNc3yKNjA .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNc3yKNjA .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNc3yKNjA .row {
  flex-direction: row-reverse;
}
.cid-ueNc3yKNjA .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNc3yKNjA .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNc3yKNjA .content-wrapper:hover .image-wrapper > img,
.cid-ueNc3yKNjA .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNc3yKNjA .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNc3yKNjA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNc3yKNjA .image-wrapper,
.cid-ueNc3yKNjA img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNc3yKNjA .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNc3yKNjA .card_post {
    padding: 20px;
  }
}
.cid-ueNc3yKNjA .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNc3yKNjA .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNc3yKNjA .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNc3yKNjA .item-title,
.cid-ueNc3yKNjA .card_topic {
  margin-bottom: 12px;
}
.cid-ueNc3yKNjA .category_content {
  opacity: .8;
}
.cid-ueNc3yKNjA .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNc3yKNjA .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNc3yKNjA .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNc3yY3Bt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNc3yY3Bt .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNc3yY3Bt .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNc3yY3Bt .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNc3yY3Bt .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNc3yY3Bt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNc3yY3Bt .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNc3yY3Bt .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNc3yY3Bt .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNc3yY3Bt .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNc3yY3Bt .image_post {
  display: inline-block;
}
.cid-ueNc3yY3Bt .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNc3yY3Bt .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNc3zcBXp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNc3zcBXp img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNc3zcBXp .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNc3zcBXp .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNc3zcBXp .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNc3zcBXp .last-p {
  padding-bottom: 0;
}
.cid-ueNc3zcBXp .row {
  justify-content: center;
}
.cid-ueNc3zqFLR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNc3zqFLR .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNc3zqFLR .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNc3zqFLR .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNc3zqFLR .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNc3zqFLR .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNc3zqFLR .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNc3zqFLR .privacy {
    text-align: left;
  }
}
.cid-ueNc3zqFLR .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNc3zqFLR .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNc3zqFLR .divider {
    margin: 20px 0;
  }
  .cid-ueNc3zqFLR .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNc3zqFLR .footer_wrap img {
    margin: auto;
  }
  .cid-ueNc3zqFLR .privacy {
    text-align: center;
  }
}
.cid-ueNcoGNHwQ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNcoGNHwQ {
    min-height: 170px !important;
  }
}
.cid-ueNcoGNHwQ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNcoGNHwQ .empty_md {
    display: block;
  }
}
.cid-ueNcoGNHwQ .container,
.cid-ueNcoGNHwQ .container-fluid,
.cid-ueNcoGNHwQ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNcoGNHwQ .container,
  .cid-ueNcoGNHwQ .container-fluid,
  .cid-ueNcoGNHwQ .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNcoGNHwQ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNcoGNHwQ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNcoGNHwQ .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNcoGNHwQ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNcoGNHwQ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNcoGNHwQ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNcoGNHwQ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNcoGNHwQ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNcoGNHwQ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNcoGNHwQ .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNcoGNHwQ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNcoGNHwQ .empty,
  .cid-ueNcoGNHwQ .icons-menu {
    min-width: 265px;
  }
  .cid-ueNcoGNHwQ .navbar-logo {
    margin: 0;
  }
  .cid-ueNcoGNHwQ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNcoGNHwQ .btn {
    white-space: nowrap;
  }
  .cid-ueNcoGNHwQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNcoGNHwQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNcoGNHwQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNcoGNHwQ .dropdown-toggle::after,
  .cid-ueNcoGNHwQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNcoGNHwQ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNcoGNHwQ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcoGNHwQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNcoGNHwQ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcoGNHwQ .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNcoGNHwQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNcoGNHwQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNcoGNHwQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNcoGNHwQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNcoGNHwQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNcoGNHwQ .nav-item:focus,
.cid-ueNcoGNHwQ .nav-link:focus {
  outline: none;
}
.cid-ueNcoGNHwQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNcoGNHwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNcoGNHwQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNcoGNHwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNcoGNHwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNcoGNHwQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNcoGNHwQ ul.navbar-nav li {
  margin: auto;
}
.cid-ueNcoGNHwQ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNcoGNHwQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNcoGNHwQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNcoGNHwQ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNcoGNHwQ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNcoGNHwQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNcoGNHwQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNcoGNHwQ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNcoGNHwQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNcoGNHwQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNcoGNHwQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNcoGNHwQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNcoGNHwQ .navbar .icons-menu,
  .cid-ueNcoGNHwQ .navbar .empty {
    display: none;
  }
  .cid-ueNcoGNHwQ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNcoGNHwQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNcoGNHwQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNcoGNHwQ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNcoGNHwQ .navbar .container-fluid,
  .cid-ueNcoGNHwQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNcoGNHwQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNcoGNHwQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNcoGNHwQ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNcoGNHwQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNcoGNHwQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNcoGNHwQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNcoGNHwQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNcoGNHwQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNcoGNHwQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNcoGNHwQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNcoGNHwQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNcoGNHwQ .dropdown-item.active,
.cid-ueNcoGNHwQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNcoGNHwQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNcoGNHwQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNcoGNHwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNcoGNHwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNcoGNHwQ .navbar-buttons {
  text-align: center;
}
.cid-ueNcoGNHwQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNcoGNHwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNcoGNHwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNcoGNHwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNcoGNHwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNcoGNHwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNcoGNHwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNcoGNHwQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNcoGNHwQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNcoGNHwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNcoGNHwQ .navbar-dropdown {
  position: absolute;
}
.cid-ueNcoGNHwQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcoGNHwQ a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNcoGNHwQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNcoGNHwQ .navbar {
    height: 77px;
  }
  .cid-ueNcoGNHwQ .navbar.opened {
    height: auto;
  }
  .cid-ueNcoGNHwQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNcoHiQyF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNcoHiQyF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNcoHiQyF .photo-split {
  position: relative;
}
.cid-ueNcoHiQyF .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNcoHiQyF .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNcoHiQyF .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNcoHiQyF .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNcoHiQyF .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNcoHiQyF .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNcoHiQyF .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNcoHiQyF .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNcoHiQyF .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNcoHiQyF .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNcoHiQyF .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNcoHiQyF .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNcoHiQyF .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNcoHiQyF .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNcoHiQyF .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNcoHiQyF .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNcoHiQyF .photo-split .element-outer,
  .cid-ueNcoHiQyF .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNcoHiQyF .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNcoHiQyF .mbr-section-title,
  .cid-ueNcoHiQyF .mbr-section-subtitle,
  .cid-ueNcoHiQyF .mbr-text {
    text-align: left !important;
  }
  .cid-ueNcoHiQyF .social-list {
    text-align: left !important;
  }
}
.cid-ueNcoHiQyF .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNcoHiQyF .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNcoHiQyF .wrap-block .contents .mbr-subtitle,
.cid-ueNcoHiQyF .menu-content-right {
  color: #e53712;
}
.cid-ueNcoHuai8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNcoHuai8 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNcoHuai8 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNcoHuai8 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNcoHuai8 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNcoHuai8 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNcoHuai8 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNcoHuai8 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNcoHuai8 .content-wrapper:hover .image-wrapper > img,
.cid-ueNcoHuai8 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNcoHuai8 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNcoHuai8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNcoHuai8 .image-wrapper,
.cid-ueNcoHuai8 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcoHuai8 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNcoHuai8 .card_post {
    padding: 20px;
  }
}
.cid-ueNcoHuai8 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNcoHuai8 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNcoHuai8 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNcoHuai8 .item-title,
.cid-ueNcoHuai8 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNcoHuai8 .category_content {
  opacity: .8;
}
.cid-ueNcoHuai8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNcoHuai8 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNcoHuai8 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNcoHI6qz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNcoHI6qz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNcoHI6qz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNcoHI6qz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNcoHI6qz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNcoHI6qz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNcoHI6qz .row {
  flex-direction: row-reverse;
}
.cid-ueNcoHI6qz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNcoHI6qz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNcoHI6qz .content-wrapper:hover .image-wrapper > img,
.cid-ueNcoHI6qz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNcoHI6qz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNcoHI6qz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNcoHI6qz .image-wrapper,
.cid-ueNcoHI6qz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcoHI6qz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNcoHI6qz .card_post {
    padding: 20px;
  }
}
.cid-ueNcoHI6qz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNcoHI6qz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNcoHI6qz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNcoHI6qz .item-title,
.cid-ueNcoHI6qz .card_topic {
  margin-bottom: 12px;
}
.cid-ueNcoHI6qz .category_content {
  opacity: .8;
}
.cid-ueNcoHI6qz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNcoHI6qz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNcoHI6qz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNcoHVoYt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNcoHVoYt .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNcoHVoYt .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNcoHVoYt .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNcoHVoYt .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNcoHVoYt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNcoHVoYt .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNcoHVoYt .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNcoHVoYt .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNcoHVoYt .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNcoHVoYt .image_post {
  display: inline-block;
}
.cid-ueNcoHVoYt .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNcoHVoYt .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNcoI9MLd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNcoI9MLd img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNcoI9MLd .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNcoI9MLd .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNcoI9MLd .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNcoI9MLd .last-p {
  padding-bottom: 0;
}
.cid-ueNcoI9MLd .row {
  justify-content: center;
}
.cid-ueNcoImNhG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNcoImNhG .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNcoImNhG .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNcoImNhG .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNcoImNhG .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNcoImNhG .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNcoImNhG .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNcoImNhG .privacy {
    text-align: left;
  }
}
.cid-ueNcoImNhG .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNcoImNhG .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNcoImNhG .divider {
    margin: 20px 0;
  }
  .cid-ueNcoImNhG .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNcoImNhG .footer_wrap img {
    margin: auto;
  }
  .cid-ueNcoImNhG .privacy {
    text-align: center;
  }
}
.cid-ueNcMH4kFX {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNcMH4kFX {
    min-height: 170px !important;
  }
}
.cid-ueNcMH4kFX .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNcMH4kFX .empty_md {
    display: block;
  }
}
.cid-ueNcMH4kFX .container,
.cid-ueNcMH4kFX .container-fluid,
.cid-ueNcMH4kFX .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNcMH4kFX .container,
  .cid-ueNcMH4kFX .container-fluid,
  .cid-ueNcMH4kFX .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNcMH4kFX .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNcMH4kFX .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNcMH4kFX .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNcMH4kFX .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNcMH4kFX .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNcMH4kFX .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNcMH4kFX .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNcMH4kFX .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNcMH4kFX .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNcMH4kFX .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNcMH4kFX .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNcMH4kFX .empty,
  .cid-ueNcMH4kFX .icons-menu {
    min-width: 265px;
  }
  .cid-ueNcMH4kFX .navbar-logo {
    margin: 0;
  }
  .cid-ueNcMH4kFX .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNcMH4kFX .btn {
    white-space: nowrap;
  }
  .cid-ueNcMH4kFX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNcMH4kFX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNcMH4kFX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNcMH4kFX .dropdown-toggle::after,
  .cid-ueNcMH4kFX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNcMH4kFX .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNcMH4kFX .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcMH4kFX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNcMH4kFX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcMH4kFX .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNcMH4kFX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNcMH4kFX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNcMH4kFX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNcMH4kFX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNcMH4kFX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNcMH4kFX .nav-item:focus,
.cid-ueNcMH4kFX .nav-link:focus {
  outline: none;
}
.cid-ueNcMH4kFX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNcMH4kFX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNcMH4kFX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNcMH4kFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNcMH4kFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNcMH4kFX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNcMH4kFX ul.navbar-nav li {
  margin: auto;
}
.cid-ueNcMH4kFX .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNcMH4kFX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNcMH4kFX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNcMH4kFX .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNcMH4kFX .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNcMH4kFX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNcMH4kFX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNcMH4kFX .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNcMH4kFX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNcMH4kFX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNcMH4kFX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNcMH4kFX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNcMH4kFX .navbar .icons-menu,
  .cid-ueNcMH4kFX .navbar .empty {
    display: none;
  }
  .cid-ueNcMH4kFX .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNcMH4kFX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNcMH4kFX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNcMH4kFX .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNcMH4kFX .navbar .container-fluid,
  .cid-ueNcMH4kFX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNcMH4kFX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNcMH4kFX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNcMH4kFX .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNcMH4kFX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNcMH4kFX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNcMH4kFX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNcMH4kFX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNcMH4kFX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNcMH4kFX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNcMH4kFX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNcMH4kFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNcMH4kFX .dropdown-item.active,
.cid-ueNcMH4kFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNcMH4kFX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNcMH4kFX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNcMH4kFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNcMH4kFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNcMH4kFX .navbar-buttons {
  text-align: center;
}
.cid-ueNcMH4kFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNcMH4kFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNcMH4kFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNcMH4kFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNcMH4kFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNcMH4kFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNcMH4kFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNcMH4kFX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNcMH4kFX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNcMH4kFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNcMH4kFX .navbar-dropdown {
  position: absolute;
}
.cid-ueNcMH4kFX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcMH4kFX a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNcMH4kFX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNcMH4kFX .navbar {
    height: 77px;
  }
  .cid-ueNcMH4kFX .navbar.opened {
    height: auto;
  }
  .cid-ueNcMH4kFX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNcMHAMH3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNcMHAMH3 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNcMHAMH3 .photo-split {
  position: relative;
}
.cid-ueNcMHAMH3 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNcMHAMH3 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNcMHAMH3 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNcMHAMH3 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNcMHAMH3 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNcMHAMH3 .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNcMHAMH3 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNcMHAMH3 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNcMHAMH3 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNcMHAMH3 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNcMHAMH3 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNcMHAMH3 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNcMHAMH3 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNcMHAMH3 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNcMHAMH3 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNcMHAMH3 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNcMHAMH3 .photo-split .element-outer,
  .cid-ueNcMHAMH3 .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNcMHAMH3 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNcMHAMH3 .mbr-section-title,
  .cid-ueNcMHAMH3 .mbr-section-subtitle,
  .cid-ueNcMHAMH3 .mbr-text {
    text-align: left !important;
  }
  .cid-ueNcMHAMH3 .social-list {
    text-align: left !important;
  }
}
.cid-ueNcMHAMH3 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNcMHAMH3 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNcMHAMH3 .wrap-block .contents .mbr-subtitle,
.cid-ueNcMHAMH3 .menu-content-right {
  color: #e53712;
}
.cid-ueNcMHQROB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNcMHQROB .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNcMHQROB .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNcMHQROB .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNcMHQROB .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNcMHQROB .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNcMHQROB .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNcMHQROB .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNcMHQROB .content-wrapper:hover .image-wrapper > img,
.cid-ueNcMHQROB .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNcMHQROB .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNcMHQROB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNcMHQROB .image-wrapper,
.cid-ueNcMHQROB img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcMHQROB .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNcMHQROB .card_post {
    padding: 20px;
  }
}
.cid-ueNcMHQROB .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNcMHQROB .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNcMHQROB .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNcMHQROB .item-title,
.cid-ueNcMHQROB .card_topic {
  margin-bottom: 12px;
}
.cid-ueNcMHQROB .category_content {
  opacity: .8;
}
.cid-ueNcMHQROB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNcMHQROB .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNcMHQROB .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNcMI6YRy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNcMI6YRy .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNcMI6YRy .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNcMI6YRy .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNcMI6YRy .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNcMI6YRy .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNcMI6YRy .row {
  flex-direction: row-reverse;
}
.cid-ueNcMI6YRy .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNcMI6YRy .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNcMI6YRy .content-wrapper:hover .image-wrapper > img,
.cid-ueNcMI6YRy .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNcMI6YRy .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNcMI6YRy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNcMI6YRy .image-wrapper,
.cid-ueNcMI6YRy img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNcMI6YRy .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNcMI6YRy .card_post {
    padding: 20px;
  }
}
.cid-ueNcMI6YRy .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNcMI6YRy .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNcMI6YRy .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNcMI6YRy .item-title,
.cid-ueNcMI6YRy .card_topic {
  margin-bottom: 12px;
}
.cid-ueNcMI6YRy .category_content {
  opacity: .8;
}
.cid-ueNcMI6YRy .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNcMI6YRy .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNcMI6YRy .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNcMIk5E4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNcMIk5E4 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNcMIk5E4 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNcMIk5E4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNcMIk5E4 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNcMIk5E4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNcMIk5E4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNcMIk5E4 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNcMIk5E4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNcMIk5E4 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNcMIk5E4 .image_post {
  display: inline-block;
}
.cid-ueNcMIk5E4 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNcMIk5E4 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNcMIAEuP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNcMIAEuP img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNcMIAEuP .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNcMIAEuP .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNcMIAEuP .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNcMIAEuP .last-p {
  padding-bottom: 0;
}
.cid-ueNcMIAEuP .row {
  justify-content: center;
}
.cid-ueNcMINaI2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNcMINaI2 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNcMINaI2 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNcMINaI2 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNcMINaI2 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNcMINaI2 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNcMINaI2 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNcMINaI2 .privacy {
    text-align: left;
  }
}
.cid-ueNcMINaI2 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNcMINaI2 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNcMINaI2 .divider {
    margin: 20px 0;
  }
  .cid-ueNcMINaI2 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNcMINaI2 .footer_wrap img {
    margin: auto;
  }
  .cid-ueNcMINaI2 .privacy {
    text-align: center;
  }
}
.cid-ueNdaJocwX {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNdaJocwX {
    min-height: 170px !important;
  }
}
.cid-ueNdaJocwX .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNdaJocwX .empty_md {
    display: block;
  }
}
.cid-ueNdaJocwX .container,
.cid-ueNdaJocwX .container-fluid,
.cid-ueNdaJocwX .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNdaJocwX .container,
  .cid-ueNdaJocwX .container-fluid,
  .cid-ueNdaJocwX .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNdaJocwX .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNdaJocwX .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNdaJocwX .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNdaJocwX .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNdaJocwX .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNdaJocwX .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNdaJocwX .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNdaJocwX .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNdaJocwX .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNdaJocwX .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNdaJocwX .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNdaJocwX .empty,
  .cid-ueNdaJocwX .icons-menu {
    min-width: 265px;
  }
  .cid-ueNdaJocwX .navbar-logo {
    margin: 0;
  }
  .cid-ueNdaJocwX .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNdaJocwX .btn {
    white-space: nowrap;
  }
  .cid-ueNdaJocwX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNdaJocwX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNdaJocwX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNdaJocwX .dropdown-toggle::after,
  .cid-ueNdaJocwX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNdaJocwX .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNdaJocwX .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdaJocwX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNdaJocwX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdaJocwX .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNdaJocwX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNdaJocwX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNdaJocwX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNdaJocwX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNdaJocwX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNdaJocwX .nav-item:focus,
.cid-ueNdaJocwX .nav-link:focus {
  outline: none;
}
.cid-ueNdaJocwX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNdaJocwX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNdaJocwX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNdaJocwX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNdaJocwX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNdaJocwX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNdaJocwX ul.navbar-nav li {
  margin: auto;
}
.cid-ueNdaJocwX .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNdaJocwX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNdaJocwX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNdaJocwX .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNdaJocwX .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNdaJocwX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNdaJocwX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNdaJocwX .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNdaJocwX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNdaJocwX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNdaJocwX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNdaJocwX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNdaJocwX .navbar .icons-menu,
  .cid-ueNdaJocwX .navbar .empty {
    display: none;
  }
  .cid-ueNdaJocwX .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNdaJocwX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNdaJocwX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNdaJocwX .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNdaJocwX .navbar .container-fluid,
  .cid-ueNdaJocwX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNdaJocwX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNdaJocwX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNdaJocwX .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNdaJocwX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNdaJocwX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNdaJocwX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNdaJocwX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNdaJocwX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNdaJocwX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNdaJocwX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNdaJocwX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNdaJocwX .dropdown-item.active,
.cid-ueNdaJocwX .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNdaJocwX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNdaJocwX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNdaJocwX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNdaJocwX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNdaJocwX .navbar-buttons {
  text-align: center;
}
.cid-ueNdaJocwX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNdaJocwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNdaJocwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNdaJocwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNdaJocwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNdaJocwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNdaJocwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNdaJocwX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNdaJocwX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNdaJocwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNdaJocwX .navbar-dropdown {
  position: absolute;
}
.cid-ueNdaJocwX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdaJocwX a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNdaJocwX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNdaJocwX .navbar {
    height: 77px;
  }
  .cid-ueNdaJocwX .navbar.opened {
    height: auto;
  }
  .cid-ueNdaJocwX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNdaJW3wg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNdaJW3wg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNdaJW3wg .photo-split {
  position: relative;
}
.cid-ueNdaJW3wg .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNdaJW3wg .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNdaJW3wg .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNdaJW3wg .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNdaJW3wg .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNdaJW3wg .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNdaJW3wg .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNdaJW3wg .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNdaJW3wg .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNdaJW3wg .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNdaJW3wg .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNdaJW3wg .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNdaJW3wg .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNdaJW3wg .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNdaJW3wg .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNdaJW3wg .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNdaJW3wg .photo-split .element-outer,
  .cid-ueNdaJW3wg .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNdaJW3wg .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNdaJW3wg .mbr-section-title,
  .cid-ueNdaJW3wg .mbr-section-subtitle,
  .cid-ueNdaJW3wg .mbr-text {
    text-align: left !important;
  }
  .cid-ueNdaJW3wg .social-list {
    text-align: left !important;
  }
}
.cid-ueNdaJW3wg .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNdaJW3wg .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNdaJW3wg .wrap-block .contents .mbr-subtitle,
.cid-ueNdaJW3wg .menu-content-right {
  color: #e53712;
}
.cid-ueNdaKf3kn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNdaKf3kn .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNdaKf3kn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNdaKf3kn .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNdaKf3kn .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNdaKf3kn .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNdaKf3kn .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNdaKf3kn .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNdaKf3kn .content-wrapper:hover .image-wrapper > img,
.cid-ueNdaKf3kn .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNdaKf3kn .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNdaKf3kn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNdaKf3kn .image-wrapper,
.cid-ueNdaKf3kn img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdaKf3kn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNdaKf3kn .card_post {
    padding: 20px;
  }
}
.cid-ueNdaKf3kn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNdaKf3kn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNdaKf3kn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNdaKf3kn .item-title,
.cid-ueNdaKf3kn .card_topic {
  margin-bottom: 12px;
}
.cid-ueNdaKf3kn .category_content {
  opacity: .8;
}
.cid-ueNdaKf3kn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNdaKf3kn .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNdaKf3kn .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNdaKCsMB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNdaKCsMB .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNdaKCsMB .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNdaKCsMB .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNdaKCsMB .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNdaKCsMB .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNdaKCsMB .row {
  flex-direction: row-reverse;
}
.cid-ueNdaKCsMB .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNdaKCsMB .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNdaKCsMB .content-wrapper:hover .image-wrapper > img,
.cid-ueNdaKCsMB .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNdaKCsMB .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNdaKCsMB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNdaKCsMB .image-wrapper,
.cid-ueNdaKCsMB img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdaKCsMB .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNdaKCsMB .card_post {
    padding: 20px;
  }
}
.cid-ueNdaKCsMB .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNdaKCsMB .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNdaKCsMB .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNdaKCsMB .item-title,
.cid-ueNdaKCsMB .card_topic {
  margin-bottom: 12px;
}
.cid-ueNdaKCsMB .category_content {
  opacity: .8;
}
.cid-ueNdaKCsMB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNdaKCsMB .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNdaKCsMB .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNdaKSGZ0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNdaKSGZ0 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNdaKSGZ0 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNdaKSGZ0 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNdaKSGZ0 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNdaKSGZ0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNdaKSGZ0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNdaKSGZ0 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNdaKSGZ0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNdaKSGZ0 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNdaKSGZ0 .image_post {
  display: inline-block;
}
.cid-ueNdaKSGZ0 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNdaKSGZ0 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNdaLa8kd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNdaLa8kd img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNdaLa8kd .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNdaLa8kd .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNdaLa8kd .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNdaLa8kd .last-p {
  padding-bottom: 0;
}
.cid-ueNdaLa8kd .row {
  justify-content: center;
}
.cid-ueNdaLq1Gk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNdaLq1Gk .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNdaLq1Gk .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNdaLq1Gk .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNdaLq1Gk .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNdaLq1Gk .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNdaLq1Gk .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNdaLq1Gk .privacy {
    text-align: left;
  }
}
.cid-ueNdaLq1Gk .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNdaLq1Gk .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNdaLq1Gk .divider {
    margin: 20px 0;
  }
  .cid-ueNdaLq1Gk .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNdaLq1Gk .footer_wrap img {
    margin: auto;
  }
  .cid-ueNdaLq1Gk .privacy {
    text-align: center;
  }
}
.cid-ueNdJncYJM {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNdJncYJM {
    min-height: 170px !important;
  }
}
.cid-ueNdJncYJM .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNdJncYJM .empty_md {
    display: block;
  }
}
.cid-ueNdJncYJM .container,
.cid-ueNdJncYJM .container-fluid,
.cid-ueNdJncYJM .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNdJncYJM .container,
  .cid-ueNdJncYJM .container-fluid,
  .cid-ueNdJncYJM .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNdJncYJM .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNdJncYJM .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNdJncYJM .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNdJncYJM .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNdJncYJM .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNdJncYJM .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNdJncYJM .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNdJncYJM .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNdJncYJM .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNdJncYJM .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNdJncYJM .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNdJncYJM .empty,
  .cid-ueNdJncYJM .icons-menu {
    min-width: 265px;
  }
  .cid-ueNdJncYJM .navbar-logo {
    margin: 0;
  }
  .cid-ueNdJncYJM .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNdJncYJM .btn {
    white-space: nowrap;
  }
  .cid-ueNdJncYJM .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNdJncYJM .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNdJncYJM .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNdJncYJM .dropdown-toggle::after,
  .cid-ueNdJncYJM .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNdJncYJM .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNdJncYJM .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdJncYJM .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNdJncYJM .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdJncYJM .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNdJncYJM .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNdJncYJM .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNdJncYJM .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNdJncYJM .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNdJncYJM .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNdJncYJM .nav-item:focus,
.cid-ueNdJncYJM .nav-link:focus {
  outline: none;
}
.cid-ueNdJncYJM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNdJncYJM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNdJncYJM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNdJncYJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNdJncYJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNdJncYJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNdJncYJM ul.navbar-nav li {
  margin: auto;
}
.cid-ueNdJncYJM .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNdJncYJM .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNdJncYJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNdJncYJM .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNdJncYJM .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNdJncYJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNdJncYJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNdJncYJM .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNdJncYJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNdJncYJM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNdJncYJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNdJncYJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNdJncYJM .navbar .icons-menu,
  .cid-ueNdJncYJM .navbar .empty {
    display: none;
  }
  .cid-ueNdJncYJM .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNdJncYJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNdJncYJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNdJncYJM .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNdJncYJM .navbar .container-fluid,
  .cid-ueNdJncYJM .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNdJncYJM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNdJncYJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNdJncYJM .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNdJncYJM .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNdJncYJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNdJncYJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNdJncYJM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNdJncYJM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNdJncYJM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNdJncYJM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNdJncYJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNdJncYJM .dropdown-item.active,
.cid-ueNdJncYJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNdJncYJM .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNdJncYJM .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNdJncYJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNdJncYJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNdJncYJM .navbar-buttons {
  text-align: center;
}
.cid-ueNdJncYJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNdJncYJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNdJncYJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNdJncYJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNdJncYJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNdJncYJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNdJncYJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNdJncYJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNdJncYJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNdJncYJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNdJncYJM .navbar-dropdown {
  position: absolute;
}
.cid-ueNdJncYJM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdJncYJM a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNdJncYJM .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNdJncYJM .navbar {
    height: 77px;
  }
  .cid-ueNdJncYJM .navbar.opened {
    height: auto;
  }
  .cid-ueNdJncYJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNdJnUgjD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNdJnUgjD .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNdJnUgjD .photo-split {
  position: relative;
}
.cid-ueNdJnUgjD .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNdJnUgjD .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNdJnUgjD .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNdJnUgjD .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNdJnUgjD .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNdJnUgjD .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNdJnUgjD .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNdJnUgjD .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNdJnUgjD .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNdJnUgjD .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNdJnUgjD .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNdJnUgjD .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNdJnUgjD .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNdJnUgjD .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNdJnUgjD .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNdJnUgjD .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNdJnUgjD .photo-split .element-outer,
  .cid-ueNdJnUgjD .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNdJnUgjD .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNdJnUgjD .mbr-section-title,
  .cid-ueNdJnUgjD .mbr-section-subtitle,
  .cid-ueNdJnUgjD .mbr-text {
    text-align: left !important;
  }
  .cid-ueNdJnUgjD .social-list {
    text-align: left !important;
  }
}
.cid-ueNdJnUgjD .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNdJnUgjD .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNdJnUgjD .wrap-block .contents .mbr-subtitle,
.cid-ueNdJnUgjD .menu-content-right {
  color: #e53712;
}
.cid-ueNdJobcxL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNdJobcxL .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNdJobcxL .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNdJobcxL .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNdJobcxL .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNdJobcxL .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNdJobcxL .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNdJobcxL .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNdJobcxL .content-wrapper:hover .image-wrapper > img,
.cid-ueNdJobcxL .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNdJobcxL .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNdJobcxL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNdJobcxL .image-wrapper,
.cid-ueNdJobcxL img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdJobcxL .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNdJobcxL .card_post {
    padding: 20px;
  }
}
.cid-ueNdJobcxL .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNdJobcxL .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNdJobcxL .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNdJobcxL .item-title,
.cid-ueNdJobcxL .card_topic {
  margin-bottom: 12px;
}
.cid-ueNdJobcxL .category_content {
  opacity: .8;
}
.cid-ueNdJobcxL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNdJobcxL .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNdJobcxL .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNdJor1WJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNdJor1WJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNdJor1WJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNdJor1WJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNdJor1WJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNdJor1WJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNdJor1WJ .row {
  flex-direction: row-reverse;
}
.cid-ueNdJor1WJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNdJor1WJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNdJor1WJ .content-wrapper:hover .image-wrapper > img,
.cid-ueNdJor1WJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNdJor1WJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNdJor1WJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNdJor1WJ .image-wrapper,
.cid-ueNdJor1WJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNdJor1WJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNdJor1WJ .card_post {
    padding: 20px;
  }
}
.cid-ueNdJor1WJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNdJor1WJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNdJor1WJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNdJor1WJ .item-title,
.cid-ueNdJor1WJ .card_topic {
  margin-bottom: 12px;
}
.cid-ueNdJor1WJ .category_content {
  opacity: .8;
}
.cid-ueNdJor1WJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNdJor1WJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNdJor1WJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNdJoEK98 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNdJoEK98 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNdJoEK98 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNdJoEK98 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNdJoEK98 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNdJoEK98 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNdJoEK98 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNdJoEK98 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNdJoEK98 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNdJoEK98 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNdJoEK98 .image_post {
  display: inline-block;
}
.cid-ueNdJoEK98 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNdJoEK98 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNdJoTrmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNdJoTrmC img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNdJoTrmC .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNdJoTrmC .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNdJoTrmC .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNdJoTrmC .last-p {
  padding-bottom: 0;
}
.cid-ueNdJoTrmC .row {
  justify-content: center;
}
.cid-ueNdJp6vJY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNdJp6vJY .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNdJp6vJY .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNdJp6vJY .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNdJp6vJY .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNdJp6vJY .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNdJp6vJY .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNdJp6vJY .privacy {
    text-align: left;
  }
}
.cid-ueNdJp6vJY .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNdJp6vJY .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNdJp6vJY .divider {
    margin: 20px 0;
  }
  .cid-ueNdJp6vJY .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNdJp6vJY .footer_wrap img {
    margin: auto;
  }
  .cid-ueNdJp6vJY .privacy {
    text-align: center;
  }
}
.cid-ueNe8AwsnE {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNe8AwsnE {
    min-height: 170px !important;
  }
}
.cid-ueNe8AwsnE .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNe8AwsnE .empty_md {
    display: block;
  }
}
.cid-ueNe8AwsnE .container,
.cid-ueNe8AwsnE .container-fluid,
.cid-ueNe8AwsnE .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNe8AwsnE .container,
  .cid-ueNe8AwsnE .container-fluid,
  .cid-ueNe8AwsnE .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNe8AwsnE .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNe8AwsnE .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNe8AwsnE .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNe8AwsnE .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNe8AwsnE .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNe8AwsnE .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNe8AwsnE .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNe8AwsnE .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNe8AwsnE .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNe8AwsnE .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNe8AwsnE .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNe8AwsnE .empty,
  .cid-ueNe8AwsnE .icons-menu {
    min-width: 265px;
  }
  .cid-ueNe8AwsnE .navbar-logo {
    margin: 0;
  }
  .cid-ueNe8AwsnE .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNe8AwsnE .btn {
    white-space: nowrap;
  }
  .cid-ueNe8AwsnE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNe8AwsnE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNe8AwsnE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNe8AwsnE .dropdown-toggle::after,
  .cid-ueNe8AwsnE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNe8AwsnE .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNe8AwsnE .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNe8AwsnE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNe8AwsnE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNe8AwsnE .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNe8AwsnE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNe8AwsnE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNe8AwsnE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNe8AwsnE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNe8AwsnE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNe8AwsnE .nav-item:focus,
.cid-ueNe8AwsnE .nav-link:focus {
  outline: none;
}
.cid-ueNe8AwsnE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNe8AwsnE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNe8AwsnE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNe8AwsnE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNe8AwsnE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNe8AwsnE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNe8AwsnE ul.navbar-nav li {
  margin: auto;
}
.cid-ueNe8AwsnE .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNe8AwsnE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNe8AwsnE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNe8AwsnE .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNe8AwsnE .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNe8AwsnE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNe8AwsnE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNe8AwsnE .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNe8AwsnE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNe8AwsnE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNe8AwsnE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNe8AwsnE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNe8AwsnE .navbar .icons-menu,
  .cid-ueNe8AwsnE .navbar .empty {
    display: none;
  }
  .cid-ueNe8AwsnE .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNe8AwsnE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNe8AwsnE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNe8AwsnE .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNe8AwsnE .navbar .container-fluid,
  .cid-ueNe8AwsnE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNe8AwsnE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNe8AwsnE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNe8AwsnE .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNe8AwsnE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNe8AwsnE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNe8AwsnE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNe8AwsnE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNe8AwsnE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNe8AwsnE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNe8AwsnE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNe8AwsnE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNe8AwsnE .dropdown-item.active,
.cid-ueNe8AwsnE .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNe8AwsnE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNe8AwsnE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNe8AwsnE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNe8AwsnE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNe8AwsnE .navbar-buttons {
  text-align: center;
}
.cid-ueNe8AwsnE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNe8AwsnE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNe8AwsnE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNe8AwsnE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNe8AwsnE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNe8AwsnE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNe8AwsnE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNe8AwsnE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNe8AwsnE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNe8AwsnE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNe8AwsnE .navbar-dropdown {
  position: absolute;
}
.cid-ueNe8AwsnE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNe8AwsnE a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNe8AwsnE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNe8AwsnE .navbar {
    height: 77px;
  }
  .cid-ueNe8AwsnE .navbar.opened {
    height: auto;
  }
  .cid-ueNe8AwsnE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNe8B2skg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNe8B2skg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNe8B2skg .photo-split {
  position: relative;
}
.cid-ueNe8B2skg .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNe8B2skg .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNe8B2skg .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNe8B2skg .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNe8B2skg .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNe8B2skg .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNe8B2skg .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNe8B2skg .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNe8B2skg .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNe8B2skg .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNe8B2skg .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNe8B2skg .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNe8B2skg .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNe8B2skg .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNe8B2skg .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNe8B2skg .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNe8B2skg .photo-split .element-outer,
  .cid-ueNe8B2skg .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNe8B2skg .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNe8B2skg .mbr-section-title,
  .cid-ueNe8B2skg .mbr-section-subtitle,
  .cid-ueNe8B2skg .mbr-text {
    text-align: left !important;
  }
  .cid-ueNe8B2skg .social-list {
    text-align: left !important;
  }
}
.cid-ueNe8B2skg .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNe8B2skg .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNe8B2skg .wrap-block .contents .mbr-subtitle,
.cid-ueNe8B2skg .menu-content-right {
  color: #e53712;
}
.cid-ueNe8Biku9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNe8Biku9 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNe8Biku9 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNe8Biku9 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNe8Biku9 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNe8Biku9 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNe8Biku9 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNe8Biku9 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNe8Biku9 .content-wrapper:hover .image-wrapper > img,
.cid-ueNe8Biku9 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNe8Biku9 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNe8Biku9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNe8Biku9 .image-wrapper,
.cid-ueNe8Biku9 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNe8Biku9 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNe8Biku9 .card_post {
    padding: 20px;
  }
}
.cid-ueNe8Biku9 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNe8Biku9 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNe8Biku9 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNe8Biku9 .item-title,
.cid-ueNe8Biku9 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNe8Biku9 .category_content {
  opacity: .8;
}
.cid-ueNe8Biku9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNe8Biku9 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNe8Biku9 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNe8BzhWH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNe8BzhWH .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNe8BzhWH .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNe8BzhWH .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNe8BzhWH .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNe8BzhWH .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNe8BzhWH .row {
  flex-direction: row-reverse;
}
.cid-ueNe8BzhWH .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNe8BzhWH .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNe8BzhWH .content-wrapper:hover .image-wrapper > img,
.cid-ueNe8BzhWH .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNe8BzhWH .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNe8BzhWH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNe8BzhWH .image-wrapper,
.cid-ueNe8BzhWH img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNe8BzhWH .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNe8BzhWH .card_post {
    padding: 20px;
  }
}
.cid-ueNe8BzhWH .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNe8BzhWH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNe8BzhWH .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNe8BzhWH .item-title,
.cid-ueNe8BzhWH .card_topic {
  margin-bottom: 12px;
}
.cid-ueNe8BzhWH .category_content {
  opacity: .8;
}
.cid-ueNe8BzhWH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNe8BzhWH .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNe8BzhWH .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNe8BNcDh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueNe8BNcDh .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNe8BNcDh .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNe8BNcDh .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNe8BNcDh .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNe8BNcDh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNe8BNcDh .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNe8BNcDh .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNe8BNcDh .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNe8BNcDh .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNe8BNcDh .image_post {
  display: inline-block;
}
.cid-ueNe8BNcDh .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNe8BNcDh .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNe8C06Lw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNe8C06Lw img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNe8C06Lw .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNe8C06Lw .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNe8C06Lw .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNe8C06Lw .last-p {
  padding-bottom: 0;
}
.cid-ueNe8C06Lw .row {
  justify-content: center;
}
.cid-ueNe8Cd2OH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNe8Cd2OH .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNe8Cd2OH .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNe8Cd2OH .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNe8Cd2OH .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNe8Cd2OH .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNe8Cd2OH .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNe8Cd2OH .privacy {
    text-align: left;
  }
}
.cid-ueNe8Cd2OH .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNe8Cd2OH .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNe8Cd2OH .divider {
    margin: 20px 0;
  }
  .cid-ueNe8Cd2OH .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNe8Cd2OH .footer_wrap img {
    margin: auto;
  }
  .cid-ueNe8Cd2OH .privacy {
    text-align: center;
  }
}
.cid-ueNex5ThIv {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNex5ThIv {
    min-height: 170px !important;
  }
}
.cid-ueNex5ThIv .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNex5ThIv .empty_md {
    display: block;
  }
}
.cid-ueNex5ThIv .container,
.cid-ueNex5ThIv .container-fluid,
.cid-ueNex5ThIv .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNex5ThIv .container,
  .cid-ueNex5ThIv .container-fluid,
  .cid-ueNex5ThIv .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNex5ThIv .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNex5ThIv .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNex5ThIv .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNex5ThIv .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNex5ThIv .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNex5ThIv .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNex5ThIv .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNex5ThIv .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNex5ThIv .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNex5ThIv .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNex5ThIv .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNex5ThIv .empty,
  .cid-ueNex5ThIv .icons-menu {
    min-width: 265px;
  }
  .cid-ueNex5ThIv .navbar-logo {
    margin: 0;
  }
  .cid-ueNex5ThIv .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNex5ThIv .btn {
    white-space: nowrap;
  }
  .cid-ueNex5ThIv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNex5ThIv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNex5ThIv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNex5ThIv .dropdown-toggle::after,
  .cid-ueNex5ThIv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNex5ThIv .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNex5ThIv .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNex5ThIv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNex5ThIv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNex5ThIv .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNex5ThIv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNex5ThIv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNex5ThIv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNex5ThIv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNex5ThIv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNex5ThIv .nav-item:focus,
.cid-ueNex5ThIv .nav-link:focus {
  outline: none;
}
.cid-ueNex5ThIv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNex5ThIv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNex5ThIv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNex5ThIv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNex5ThIv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNex5ThIv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNex5ThIv ul.navbar-nav li {
  margin: auto;
}
.cid-ueNex5ThIv .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNex5ThIv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNex5ThIv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNex5ThIv .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNex5ThIv .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNex5ThIv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNex5ThIv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNex5ThIv .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNex5ThIv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNex5ThIv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNex5ThIv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNex5ThIv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNex5ThIv .navbar .icons-menu,
  .cid-ueNex5ThIv .navbar .empty {
    display: none;
  }
  .cid-ueNex5ThIv .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNex5ThIv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNex5ThIv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNex5ThIv .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNex5ThIv .navbar .container-fluid,
  .cid-ueNex5ThIv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNex5ThIv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNex5ThIv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNex5ThIv .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNex5ThIv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNex5ThIv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNex5ThIv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNex5ThIv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNex5ThIv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNex5ThIv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNex5ThIv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNex5ThIv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNex5ThIv .dropdown-item.active,
.cid-ueNex5ThIv .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNex5ThIv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNex5ThIv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNex5ThIv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNex5ThIv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNex5ThIv .navbar-buttons {
  text-align: center;
}
.cid-ueNex5ThIv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNex5ThIv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNex5ThIv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNex5ThIv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNex5ThIv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNex5ThIv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNex5ThIv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNex5ThIv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNex5ThIv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNex5ThIv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNex5ThIv .navbar-dropdown {
  position: absolute;
}
.cid-ueNex5ThIv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNex5ThIv a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNex5ThIv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNex5ThIv .navbar {
    height: 77px;
  }
  .cid-ueNex5ThIv .navbar.opened {
    height: auto;
  }
  .cid-ueNex5ThIv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNex6oRR8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNex6oRR8 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNex6oRR8 .photo-split {
  position: relative;
}
.cid-ueNex6oRR8 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNex6oRR8 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNex6oRR8 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNex6oRR8 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNex6oRR8 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNex6oRR8 .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNex6oRR8 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNex6oRR8 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNex6oRR8 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNex6oRR8 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNex6oRR8 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNex6oRR8 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNex6oRR8 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNex6oRR8 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNex6oRR8 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNex6oRR8 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNex6oRR8 .photo-split .element-outer,
  .cid-ueNex6oRR8 .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNex6oRR8 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNex6oRR8 .mbr-section-title,
  .cid-ueNex6oRR8 .mbr-section-subtitle,
  .cid-ueNex6oRR8 .mbr-text {
    text-align: left !important;
  }
  .cid-ueNex6oRR8 .social-list {
    text-align: left !important;
  }
}
.cid-ueNex6oRR8 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNex6oRR8 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNex6oRR8 .wrap-block .contents .mbr-subtitle,
.cid-ueNex6oRR8 .menu-content-right {
  color: #e53712;
}
.cid-ueNex6Aonn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNex6Aonn .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNex6Aonn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNex6Aonn .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNex6Aonn .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNex6Aonn .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNex6Aonn .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNex6Aonn .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNex6Aonn .content-wrapper:hover .image-wrapper > img,
.cid-ueNex6Aonn .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNex6Aonn .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNex6Aonn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNex6Aonn .image-wrapper,
.cid-ueNex6Aonn img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNex6Aonn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNex6Aonn .card_post {
    padding: 20px;
  }
}
.cid-ueNex6Aonn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNex6Aonn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNex6Aonn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNex6Aonn .item-title,
.cid-ueNex6Aonn .card_topic {
  margin-bottom: 12px;
}
.cid-ueNex6Aonn .category_content {
  opacity: .8;
}
.cid-ueNex6Aonn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNex6Aonn .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNex6Aonn .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNex6OhEb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNex6OhEb .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNex6OhEb .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNex6OhEb .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNex6OhEb .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNex6OhEb .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNex6OhEb .row {
  flex-direction: row-reverse;
}
.cid-ueNex6OhEb .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNex6OhEb .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNex6OhEb .content-wrapper:hover .image-wrapper > img,
.cid-ueNex6OhEb .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNex6OhEb .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNex6OhEb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNex6OhEb .image-wrapper,
.cid-ueNex6OhEb img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNex6OhEb .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNex6OhEb .card_post {
    padding: 20px;
  }
}
.cid-ueNex6OhEb .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNex6OhEb .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNex6OhEb .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNex6OhEb .item-title,
.cid-ueNex6OhEb .card_topic {
  margin-bottom: 12px;
}
.cid-ueNex6OhEb .category_content {
  opacity: .8;
}
.cid-ueNex6OhEb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNex6OhEb .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNex6OhEb .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNex72ZSt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueNex72ZSt .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNex72ZSt .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNex72ZSt .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNex72ZSt .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNex72ZSt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNex72ZSt .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNex72ZSt .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNex72ZSt .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNex72ZSt .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNex72ZSt .image_post {
  display: inline-block;
}
.cid-ueNex72ZSt .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNex72ZSt .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNex7i8ug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNex7i8ug img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNex7i8ug .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNex7i8ug .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNex7i8ug .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNex7i8ug .last-p {
  padding-bottom: 0;
}
.cid-ueNex7i8ug .row {
  justify-content: center;
}
.cid-ueNex7wgP9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNex7wgP9 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNex7wgP9 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNex7wgP9 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNex7wgP9 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNex7wgP9 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNex7wgP9 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNex7wgP9 .privacy {
    text-align: left;
  }
}
.cid-ueNex7wgP9 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNex7wgP9 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNex7wgP9 .divider {
    margin: 20px 0;
  }
  .cid-ueNex7wgP9 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNex7wgP9 .footer_wrap img {
    margin: auto;
  }
  .cid-ueNex7wgP9 .privacy {
    text-align: center;
  }
}
.cid-ueNeR6f7Tv {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNeR6f7Tv {
    min-height: 170px !important;
  }
}
.cid-ueNeR6f7Tv .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNeR6f7Tv .empty_md {
    display: block;
  }
}
.cid-ueNeR6f7Tv .container,
.cid-ueNeR6f7Tv .container-fluid,
.cid-ueNeR6f7Tv .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNeR6f7Tv .container,
  .cid-ueNeR6f7Tv .container-fluid,
  .cid-ueNeR6f7Tv .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNeR6f7Tv .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNeR6f7Tv .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNeR6f7Tv .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNeR6f7Tv .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNeR6f7Tv .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNeR6f7Tv .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNeR6f7Tv .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNeR6f7Tv .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNeR6f7Tv .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNeR6f7Tv .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNeR6f7Tv .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNeR6f7Tv .empty,
  .cid-ueNeR6f7Tv .icons-menu {
    min-width: 265px;
  }
  .cid-ueNeR6f7Tv .navbar-logo {
    margin: 0;
  }
  .cid-ueNeR6f7Tv .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNeR6f7Tv .btn {
    white-space: nowrap;
  }
  .cid-ueNeR6f7Tv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNeR6f7Tv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNeR6f7Tv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNeR6f7Tv .dropdown-toggle::after,
  .cid-ueNeR6f7Tv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNeR6f7Tv .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNeR6f7Tv .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNeR6f7Tv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNeR6f7Tv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNeR6f7Tv .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNeR6f7Tv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNeR6f7Tv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNeR6f7Tv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNeR6f7Tv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNeR6f7Tv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNeR6f7Tv .nav-item:focus,
.cid-ueNeR6f7Tv .nav-link:focus {
  outline: none;
}
.cid-ueNeR6f7Tv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNeR6f7Tv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNeR6f7Tv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNeR6f7Tv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNeR6f7Tv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNeR6f7Tv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNeR6f7Tv ul.navbar-nav li {
  margin: auto;
}
.cid-ueNeR6f7Tv .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNeR6f7Tv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNeR6f7Tv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNeR6f7Tv .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNeR6f7Tv .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNeR6f7Tv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNeR6f7Tv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNeR6f7Tv .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNeR6f7Tv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNeR6f7Tv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNeR6f7Tv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNeR6f7Tv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNeR6f7Tv .navbar .icons-menu,
  .cid-ueNeR6f7Tv .navbar .empty {
    display: none;
  }
  .cid-ueNeR6f7Tv .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNeR6f7Tv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNeR6f7Tv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNeR6f7Tv .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNeR6f7Tv .navbar .container-fluid,
  .cid-ueNeR6f7Tv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNeR6f7Tv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNeR6f7Tv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNeR6f7Tv .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNeR6f7Tv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNeR6f7Tv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNeR6f7Tv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNeR6f7Tv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNeR6f7Tv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNeR6f7Tv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNeR6f7Tv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNeR6f7Tv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNeR6f7Tv .dropdown-item.active,
.cid-ueNeR6f7Tv .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNeR6f7Tv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNeR6f7Tv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNeR6f7Tv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNeR6f7Tv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNeR6f7Tv .navbar-buttons {
  text-align: center;
}
.cid-ueNeR6f7Tv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNeR6f7Tv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNeR6f7Tv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNeR6f7Tv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNeR6f7Tv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNeR6f7Tv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNeR6f7Tv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNeR6f7Tv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNeR6f7Tv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNeR6f7Tv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNeR6f7Tv .navbar-dropdown {
  position: absolute;
}
.cid-ueNeR6f7Tv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNeR6f7Tv a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNeR6f7Tv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNeR6f7Tv .navbar {
    height: 77px;
  }
  .cid-ueNeR6f7Tv .navbar.opened {
    height: auto;
  }
  .cid-ueNeR6f7Tv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNeR6ICMa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNeR6ICMa .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNeR6ICMa .photo-split {
  position: relative;
}
.cid-ueNeR6ICMa .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNeR6ICMa .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNeR6ICMa .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNeR6ICMa .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNeR6ICMa .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNeR6ICMa .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNeR6ICMa .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNeR6ICMa .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNeR6ICMa .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNeR6ICMa .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNeR6ICMa .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNeR6ICMa .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNeR6ICMa .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNeR6ICMa .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNeR6ICMa .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNeR6ICMa .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNeR6ICMa .photo-split .element-outer,
  .cid-ueNeR6ICMa .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNeR6ICMa .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNeR6ICMa .mbr-section-title,
  .cid-ueNeR6ICMa .mbr-section-subtitle,
  .cid-ueNeR6ICMa .mbr-text {
    text-align: left !important;
  }
  .cid-ueNeR6ICMa .social-list {
    text-align: left !important;
  }
}
.cid-ueNeR6ICMa .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNeR6ICMa .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNeR6ICMa .wrap-block .contents .mbr-subtitle,
.cid-ueNeR6ICMa .menu-content-right {
  color: #e53712;
}
.cid-ueNeR6WlIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNeR6WlIr .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNeR6WlIr .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNeR6WlIr .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNeR6WlIr .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNeR6WlIr .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNeR6WlIr .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNeR6WlIr .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNeR6WlIr .content-wrapper:hover .image-wrapper > img,
.cid-ueNeR6WlIr .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNeR6WlIr .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNeR6WlIr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNeR6WlIr .image-wrapper,
.cid-ueNeR6WlIr img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNeR6WlIr .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNeR6WlIr .card_post {
    padding: 20px;
  }
}
.cid-ueNeR6WlIr .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNeR6WlIr .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNeR6WlIr .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNeR6WlIr .item-title,
.cid-ueNeR6WlIr .card_topic {
  margin-bottom: 12px;
}
.cid-ueNeR6WlIr .category_content {
  opacity: .8;
}
.cid-ueNeR6WlIr .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNeR6WlIr .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNeR6WlIr .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNeR7bWhz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNeR7bWhz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNeR7bWhz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNeR7bWhz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNeR7bWhz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNeR7bWhz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNeR7bWhz .row {
  flex-direction: row-reverse;
}
.cid-ueNeR7bWhz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNeR7bWhz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNeR7bWhz .content-wrapper:hover .image-wrapper > img,
.cid-ueNeR7bWhz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNeR7bWhz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNeR7bWhz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNeR7bWhz .image-wrapper,
.cid-ueNeR7bWhz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNeR7bWhz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNeR7bWhz .card_post {
    padding: 20px;
  }
}
.cid-ueNeR7bWhz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNeR7bWhz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNeR7bWhz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNeR7bWhz .item-title,
.cid-ueNeR7bWhz .card_topic {
  margin-bottom: 12px;
}
.cid-ueNeR7bWhz .category_content {
  opacity: .8;
}
.cid-ueNeR7bWhz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNeR7bWhz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNeR7bWhz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNeR7ozB9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNeR7ozB9 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNeR7ozB9 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNeR7ozB9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNeR7ozB9 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNeR7ozB9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNeR7ozB9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNeR7ozB9 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNeR7ozB9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNeR7ozB9 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNeR7ozB9 .image_post {
  display: inline-block;
}
.cid-ueNeR7ozB9 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNeR7ozB9 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNeR7CuCD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNeR7CuCD img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNeR7CuCD .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNeR7CuCD .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNeR7CuCD .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNeR7CuCD .last-p {
  padding-bottom: 0;
}
.cid-ueNeR7CuCD .row {
  justify-content: center;
}
.cid-ueNeR7PLaO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNeR7PLaO .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNeR7PLaO .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNeR7PLaO .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNeR7PLaO .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNeR7PLaO .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNeR7PLaO .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNeR7PLaO .privacy {
    text-align: left;
  }
}
.cid-ueNeR7PLaO .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNeR7PLaO .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNeR7PLaO .divider {
    margin: 20px 0;
  }
  .cid-ueNeR7PLaO .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNeR7PLaO .footer_wrap img {
    margin: auto;
  }
  .cid-ueNeR7PLaO .privacy {
    text-align: center;
  }
}
.cid-ueNfb07Dfz {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNfb07Dfz {
    min-height: 170px !important;
  }
}
.cid-ueNfb07Dfz .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNfb07Dfz .empty_md {
    display: block;
  }
}
.cid-ueNfb07Dfz .container,
.cid-ueNfb07Dfz .container-fluid,
.cid-ueNfb07Dfz .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNfb07Dfz .container,
  .cid-ueNfb07Dfz .container-fluid,
  .cid-ueNfb07Dfz .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNfb07Dfz .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNfb07Dfz .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNfb07Dfz .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNfb07Dfz .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNfb07Dfz .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNfb07Dfz .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNfb07Dfz .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNfb07Dfz .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNfb07Dfz .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNfb07Dfz .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNfb07Dfz .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNfb07Dfz .empty,
  .cid-ueNfb07Dfz .icons-menu {
    min-width: 265px;
  }
  .cid-ueNfb07Dfz .navbar-logo {
    margin: 0;
  }
  .cid-ueNfb07Dfz .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNfb07Dfz .btn {
    white-space: nowrap;
  }
  .cid-ueNfb07Dfz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNfb07Dfz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNfb07Dfz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNfb07Dfz .dropdown-toggle::after,
  .cid-ueNfb07Dfz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNfb07Dfz .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNfb07Dfz .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfb07Dfz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNfb07Dfz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfb07Dfz .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNfb07Dfz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNfb07Dfz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNfb07Dfz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNfb07Dfz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNfb07Dfz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNfb07Dfz .nav-item:focus,
.cid-ueNfb07Dfz .nav-link:focus {
  outline: none;
}
.cid-ueNfb07Dfz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNfb07Dfz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNfb07Dfz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNfb07Dfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNfb07Dfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNfb07Dfz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNfb07Dfz ul.navbar-nav li {
  margin: auto;
}
.cid-ueNfb07Dfz .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNfb07Dfz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNfb07Dfz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNfb07Dfz .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNfb07Dfz .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNfb07Dfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNfb07Dfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNfb07Dfz .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNfb07Dfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNfb07Dfz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNfb07Dfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNfb07Dfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNfb07Dfz .navbar .icons-menu,
  .cid-ueNfb07Dfz .navbar .empty {
    display: none;
  }
  .cid-ueNfb07Dfz .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNfb07Dfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNfb07Dfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNfb07Dfz .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNfb07Dfz .navbar .container-fluid,
  .cid-ueNfb07Dfz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNfb07Dfz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNfb07Dfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNfb07Dfz .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNfb07Dfz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNfb07Dfz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNfb07Dfz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNfb07Dfz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNfb07Dfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNfb07Dfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNfb07Dfz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNfb07Dfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNfb07Dfz .dropdown-item.active,
.cid-ueNfb07Dfz .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNfb07Dfz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNfb07Dfz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNfb07Dfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNfb07Dfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNfb07Dfz .navbar-buttons {
  text-align: center;
}
.cid-ueNfb07Dfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNfb07Dfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNfb07Dfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNfb07Dfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNfb07Dfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNfb07Dfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNfb07Dfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNfb07Dfz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNfb07Dfz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNfb07Dfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNfb07Dfz .navbar-dropdown {
  position: absolute;
}
.cid-ueNfb07Dfz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfb07Dfz a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNfb07Dfz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNfb07Dfz .navbar {
    height: 77px;
  }
  .cid-ueNfb07Dfz .navbar.opened {
    height: auto;
  }
  .cid-ueNfb07Dfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNfb0AZ2w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNfb0AZ2w .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNfb0AZ2w .photo-split {
  position: relative;
}
.cid-ueNfb0AZ2w .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNfb0AZ2w .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfb0AZ2w .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfb0AZ2w .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfb0AZ2w .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNfb0AZ2w .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNfb0AZ2w .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNfb0AZ2w .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNfb0AZ2w .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNfb0AZ2w .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNfb0AZ2w .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNfb0AZ2w .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNfb0AZ2w .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNfb0AZ2w .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNfb0AZ2w .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNfb0AZ2w .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNfb0AZ2w .photo-split .element-outer,
  .cid-ueNfb0AZ2w .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNfb0AZ2w .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfb0AZ2w .mbr-section-title,
  .cid-ueNfb0AZ2w .mbr-section-subtitle,
  .cid-ueNfb0AZ2w .mbr-text {
    text-align: left !important;
  }
  .cid-ueNfb0AZ2w .social-list {
    text-align: left !important;
  }
}
.cid-ueNfb0AZ2w .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNfb0AZ2w .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNfb0AZ2w .wrap-block .contents .mbr-subtitle,
.cid-ueNfb0AZ2w .menu-content-right {
  color: #e53712;
}
.cid-ueNfb0OISj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfb0OISj .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNfb0OISj .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNfb0OISj .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNfb0OISj .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfb0OISj .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNfb0OISj .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNfb0OISj .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNfb0OISj .content-wrapper:hover .image-wrapper > img,
.cid-ueNfb0OISj .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNfb0OISj .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNfb0OISj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNfb0OISj .image-wrapper,
.cid-ueNfb0OISj img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfb0OISj .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNfb0OISj .card_post {
    padding: 20px;
  }
}
.cid-ueNfb0OISj .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNfb0OISj .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNfb0OISj .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNfb0OISj .item-title,
.cid-ueNfb0OISj .card_topic {
  margin-bottom: 12px;
}
.cid-ueNfb0OISj .category_content {
  opacity: .8;
}
.cid-ueNfb0OISj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNfb0OISj .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNfb0OISj .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNfb12qy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfb12qy3 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNfb12qy3 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNfb12qy3 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNfb12qy3 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfb12qy3 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNfb12qy3 .row {
  flex-direction: row-reverse;
}
.cid-ueNfb12qy3 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNfb12qy3 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNfb12qy3 .content-wrapper:hover .image-wrapper > img,
.cid-ueNfb12qy3 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNfb12qy3 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNfb12qy3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNfb12qy3 .image-wrapper,
.cid-ueNfb12qy3 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfb12qy3 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNfb12qy3 .card_post {
    padding: 20px;
  }
}
.cid-ueNfb12qy3 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNfb12qy3 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNfb12qy3 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNfb12qy3 .item-title,
.cid-ueNfb12qy3 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNfb12qy3 .category_content {
  opacity: .8;
}
.cid-ueNfb12qy3 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNfb12qy3 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNfb12qy3 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNfb1g55f {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNfb1g55f .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNfb1g55f .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNfb1g55f .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNfb1g55f .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNfb1g55f .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNfb1g55f .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNfb1g55f .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNfb1g55f .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNfb1g55f .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNfb1g55f .image_post {
  display: inline-block;
}
.cid-ueNfb1g55f .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNfb1g55f .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNfb1uhaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfb1uhaH img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNfb1uhaH .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNfb1uhaH .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNfb1uhaH .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNfb1uhaH .last-p {
  padding-bottom: 0;
}
.cid-ueNfb1uhaH .row {
  justify-content: center;
}
.cid-ueNfb1GObn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNfb1GObn .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNfb1GObn .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNfb1GObn .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNfb1GObn .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNfb1GObn .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNfb1GObn .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNfb1GObn .privacy {
    text-align: left;
  }
}
.cid-ueNfb1GObn .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNfb1GObn .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNfb1GObn .divider {
    margin: 20px 0;
  }
  .cid-ueNfb1GObn .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNfb1GObn .footer_wrap img {
    margin: auto;
  }
  .cid-ueNfb1GObn .privacy {
    text-align: center;
  }
}
.cid-ueNfyPzaCT {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNfyPzaCT {
    min-height: 170px !important;
  }
}
.cid-ueNfyPzaCT .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNfyPzaCT .empty_md {
    display: block;
  }
}
.cid-ueNfyPzaCT .container,
.cid-ueNfyPzaCT .container-fluid,
.cid-ueNfyPzaCT .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNfyPzaCT .container,
  .cid-ueNfyPzaCT .container-fluid,
  .cid-ueNfyPzaCT .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNfyPzaCT .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNfyPzaCT .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNfyPzaCT .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNfyPzaCT .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNfyPzaCT .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNfyPzaCT .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNfyPzaCT .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNfyPzaCT .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNfyPzaCT .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNfyPzaCT .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNfyPzaCT .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNfyPzaCT .empty,
  .cid-ueNfyPzaCT .icons-menu {
    min-width: 265px;
  }
  .cid-ueNfyPzaCT .navbar-logo {
    margin: 0;
  }
  .cid-ueNfyPzaCT .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNfyPzaCT .btn {
    white-space: nowrap;
  }
  .cid-ueNfyPzaCT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNfyPzaCT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNfyPzaCT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNfyPzaCT .dropdown-toggle::after,
  .cid-ueNfyPzaCT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNfyPzaCT .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNfyPzaCT .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfyPzaCT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNfyPzaCT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfyPzaCT .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNfyPzaCT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNfyPzaCT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNfyPzaCT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNfyPzaCT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNfyPzaCT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNfyPzaCT .nav-item:focus,
.cid-ueNfyPzaCT .nav-link:focus {
  outline: none;
}
.cid-ueNfyPzaCT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNfyPzaCT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNfyPzaCT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNfyPzaCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNfyPzaCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNfyPzaCT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNfyPzaCT ul.navbar-nav li {
  margin: auto;
}
.cid-ueNfyPzaCT .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNfyPzaCT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNfyPzaCT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNfyPzaCT .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNfyPzaCT .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNfyPzaCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNfyPzaCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNfyPzaCT .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNfyPzaCT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNfyPzaCT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNfyPzaCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNfyPzaCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNfyPzaCT .navbar .icons-menu,
  .cid-ueNfyPzaCT .navbar .empty {
    display: none;
  }
  .cid-ueNfyPzaCT .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNfyPzaCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNfyPzaCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNfyPzaCT .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNfyPzaCT .navbar .container-fluid,
  .cid-ueNfyPzaCT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNfyPzaCT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNfyPzaCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNfyPzaCT .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNfyPzaCT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNfyPzaCT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNfyPzaCT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNfyPzaCT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNfyPzaCT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNfyPzaCT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNfyPzaCT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNfyPzaCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNfyPzaCT .dropdown-item.active,
.cid-ueNfyPzaCT .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNfyPzaCT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNfyPzaCT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNfyPzaCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNfyPzaCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNfyPzaCT .navbar-buttons {
  text-align: center;
}
.cid-ueNfyPzaCT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNfyPzaCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNfyPzaCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNfyPzaCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNfyPzaCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNfyPzaCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNfyPzaCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNfyPzaCT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNfyPzaCT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNfyPzaCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNfyPzaCT .navbar-dropdown {
  position: absolute;
}
.cid-ueNfyPzaCT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfyPzaCT a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNfyPzaCT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNfyPzaCT .navbar {
    height: 77px;
  }
  .cid-ueNfyPzaCT .navbar.opened {
    height: auto;
  }
  .cid-ueNfyPzaCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNfyQ26En {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNfyQ26En .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNfyQ26En .photo-split {
  position: relative;
}
.cid-ueNfyQ26En .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNfyQ26En .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfyQ26En .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfyQ26En .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfyQ26En .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNfyQ26En .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNfyQ26En .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNfyQ26En .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNfyQ26En .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNfyQ26En .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNfyQ26En .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNfyQ26En .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNfyQ26En .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNfyQ26En .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNfyQ26En .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNfyQ26En .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNfyQ26En .photo-split .element-outer,
  .cid-ueNfyQ26En .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNfyQ26En .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfyQ26En .mbr-section-title,
  .cid-ueNfyQ26En .mbr-section-subtitle,
  .cid-ueNfyQ26En .mbr-text {
    text-align: left !important;
  }
  .cid-ueNfyQ26En .social-list {
    text-align: left !important;
  }
}
.cid-ueNfyQ26En .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNfyQ26En .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNfyQ26En .wrap-block .contents .mbr-subtitle,
.cid-ueNfyQ26En .menu-content-right {
  color: #e53712;
}
.cid-ueNfyQfAVA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfyQfAVA .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNfyQfAVA .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNfyQfAVA .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNfyQfAVA .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfyQfAVA .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNfyQfAVA .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNfyQfAVA .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNfyQfAVA .content-wrapper:hover .image-wrapper > img,
.cid-ueNfyQfAVA .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNfyQfAVA .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNfyQfAVA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNfyQfAVA .image-wrapper,
.cid-ueNfyQfAVA img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfyQfAVA .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNfyQfAVA .card_post {
    padding: 20px;
  }
}
.cid-ueNfyQfAVA .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNfyQfAVA .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNfyQfAVA .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNfyQfAVA .item-title,
.cid-ueNfyQfAVA .card_topic {
  margin-bottom: 12px;
}
.cid-ueNfyQfAVA .category_content {
  opacity: .8;
}
.cid-ueNfyQfAVA .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNfyQfAVA .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNfyQfAVA .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNfyQuVkw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfyQuVkw .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNfyQuVkw .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNfyQuVkw .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNfyQuVkw .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfyQuVkw .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNfyQuVkw .row {
  flex-direction: row-reverse;
}
.cid-ueNfyQuVkw .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNfyQuVkw .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNfyQuVkw .content-wrapper:hover .image-wrapper > img,
.cid-ueNfyQuVkw .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNfyQuVkw .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNfyQuVkw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNfyQuVkw .image-wrapper,
.cid-ueNfyQuVkw img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfyQuVkw .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNfyQuVkw .card_post {
    padding: 20px;
  }
}
.cid-ueNfyQuVkw .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNfyQuVkw .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNfyQuVkw .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNfyQuVkw .item-title,
.cid-ueNfyQuVkw .card_topic {
  margin-bottom: 12px;
}
.cid-ueNfyQuVkw .category_content {
  opacity: .8;
}
.cid-ueNfyQuVkw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNfyQuVkw .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNfyQuVkw .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNfyQKBZi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNfyQKBZi .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNfyQKBZi .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNfyQKBZi .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNfyQKBZi .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNfyQKBZi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNfyQKBZi .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNfyQKBZi .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNfyQKBZi .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNfyQKBZi .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNfyQKBZi .image_post {
  display: inline-block;
}
.cid-ueNfyQKBZi .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNfyQKBZi .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNfyR0ejm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfyR0ejm img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNfyR0ejm .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNfyR0ejm .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNfyR0ejm .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNfyR0ejm .last-p {
  padding-bottom: 0;
}
.cid-ueNfyR0ejm .row {
  justify-content: center;
}
.cid-ueNfyReR2r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNfyReR2r .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNfyReR2r .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNfyReR2r .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNfyReR2r .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNfyReR2r .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNfyReR2r .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNfyReR2r .privacy {
    text-align: left;
  }
}
.cid-ueNfyReR2r .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNfyReR2r .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNfyReR2r .divider {
    margin: 20px 0;
  }
  .cid-ueNfyReR2r .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNfyReR2r .footer_wrap img {
    margin: auto;
  }
  .cid-ueNfyReR2r .privacy {
    text-align: center;
  }
}
.cid-ueNfSJYLiY {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNfSJYLiY {
    min-height: 170px !important;
  }
}
.cid-ueNfSJYLiY .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNfSJYLiY .empty_md {
    display: block;
  }
}
.cid-ueNfSJYLiY .container,
.cid-ueNfSJYLiY .container-fluid,
.cid-ueNfSJYLiY .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNfSJYLiY .container,
  .cid-ueNfSJYLiY .container-fluid,
  .cid-ueNfSJYLiY .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNfSJYLiY .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNfSJYLiY .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNfSJYLiY .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNfSJYLiY .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNfSJYLiY .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNfSJYLiY .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNfSJYLiY .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNfSJYLiY .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNfSJYLiY .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNfSJYLiY .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNfSJYLiY .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNfSJYLiY .empty,
  .cid-ueNfSJYLiY .icons-menu {
    min-width: 265px;
  }
  .cid-ueNfSJYLiY .navbar-logo {
    margin: 0;
  }
  .cid-ueNfSJYLiY .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNfSJYLiY .btn {
    white-space: nowrap;
  }
  .cid-ueNfSJYLiY .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNfSJYLiY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNfSJYLiY .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNfSJYLiY .dropdown-toggle::after,
  .cid-ueNfSJYLiY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNfSJYLiY .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNfSJYLiY .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfSJYLiY .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNfSJYLiY .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfSJYLiY .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNfSJYLiY .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNfSJYLiY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNfSJYLiY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNfSJYLiY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNfSJYLiY .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNfSJYLiY .nav-item:focus,
.cid-ueNfSJYLiY .nav-link:focus {
  outline: none;
}
.cid-ueNfSJYLiY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNfSJYLiY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNfSJYLiY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNfSJYLiY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNfSJYLiY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNfSJYLiY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNfSJYLiY ul.navbar-nav li {
  margin: auto;
}
.cid-ueNfSJYLiY .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNfSJYLiY .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNfSJYLiY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNfSJYLiY .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNfSJYLiY .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNfSJYLiY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNfSJYLiY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNfSJYLiY .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNfSJYLiY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNfSJYLiY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNfSJYLiY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNfSJYLiY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNfSJYLiY .navbar .icons-menu,
  .cid-ueNfSJYLiY .navbar .empty {
    display: none;
  }
  .cid-ueNfSJYLiY .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNfSJYLiY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNfSJYLiY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNfSJYLiY .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNfSJYLiY .navbar .container-fluid,
  .cid-ueNfSJYLiY .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNfSJYLiY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNfSJYLiY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNfSJYLiY .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNfSJYLiY .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNfSJYLiY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNfSJYLiY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNfSJYLiY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNfSJYLiY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNfSJYLiY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNfSJYLiY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNfSJYLiY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNfSJYLiY .dropdown-item.active,
.cid-ueNfSJYLiY .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNfSJYLiY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNfSJYLiY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNfSJYLiY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNfSJYLiY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNfSJYLiY .navbar-buttons {
  text-align: center;
}
.cid-ueNfSJYLiY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNfSJYLiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNfSJYLiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNfSJYLiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNfSJYLiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNfSJYLiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNfSJYLiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNfSJYLiY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNfSJYLiY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNfSJYLiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNfSJYLiY .navbar-dropdown {
  position: absolute;
}
.cid-ueNfSJYLiY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfSJYLiY a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNfSJYLiY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNfSJYLiY .navbar {
    height: 77px;
  }
  .cid-ueNfSJYLiY .navbar.opened {
    height: auto;
  }
  .cid-ueNfSJYLiY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNfSKscgb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNfSKscgb .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNfSKscgb .photo-split {
  position: relative;
}
.cid-ueNfSKscgb .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNfSKscgb .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfSKscgb .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfSKscgb .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNfSKscgb .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNfSKscgb .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNfSKscgb .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNfSKscgb .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNfSKscgb .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNfSKscgb .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNfSKscgb .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNfSKscgb .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNfSKscgb .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNfSKscgb .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNfSKscgb .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNfSKscgb .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNfSKscgb .photo-split .element-outer,
  .cid-ueNfSKscgb .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNfSKscgb .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfSKscgb .mbr-section-title,
  .cid-ueNfSKscgb .mbr-section-subtitle,
  .cid-ueNfSKscgb .mbr-text {
    text-align: left !important;
  }
  .cid-ueNfSKscgb .social-list {
    text-align: left !important;
  }
}
.cid-ueNfSKscgb .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNfSKscgb .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNfSKscgb .wrap-block .contents .mbr-subtitle,
.cid-ueNfSKscgb .menu-content-right {
  color: #e53712;
}
.cid-ueNfSKFKCJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfSKFKCJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNfSKFKCJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNfSKFKCJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNfSKFKCJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfSKFKCJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNfSKFKCJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNfSKFKCJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNfSKFKCJ .content-wrapper:hover .image-wrapper > img,
.cid-ueNfSKFKCJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNfSKFKCJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNfSKFKCJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNfSKFKCJ .image-wrapper,
.cid-ueNfSKFKCJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfSKFKCJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNfSKFKCJ .card_post {
    padding: 20px;
  }
}
.cid-ueNfSKFKCJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNfSKFKCJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNfSKFKCJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNfSKFKCJ .item-title,
.cid-ueNfSKFKCJ .card_topic {
  margin-bottom: 12px;
}
.cid-ueNfSKFKCJ .category_content {
  opacity: .8;
}
.cid-ueNfSKFKCJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNfSKFKCJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNfSKFKCJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNfSKTNwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfSKTNwp .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNfSKTNwp .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNfSKTNwp .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNfSKTNwp .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNfSKTNwp .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNfSKTNwp .row {
  flex-direction: row-reverse;
}
.cid-ueNfSKTNwp .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNfSKTNwp .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNfSKTNwp .content-wrapper:hover .image-wrapper > img,
.cid-ueNfSKTNwp .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNfSKTNwp .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNfSKTNwp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNfSKTNwp .image-wrapper,
.cid-ueNfSKTNwp img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNfSKTNwp .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNfSKTNwp .card_post {
    padding: 20px;
  }
}
.cid-ueNfSKTNwp .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNfSKTNwp .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNfSKTNwp .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNfSKTNwp .item-title,
.cid-ueNfSKTNwp .card_topic {
  margin-bottom: 12px;
}
.cid-ueNfSKTNwp .category_content {
  opacity: .8;
}
.cid-ueNfSKTNwp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNfSKTNwp .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNfSKTNwp .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNfSL6Vf3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNfSL6Vf3 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNfSL6Vf3 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNfSL6Vf3 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNfSL6Vf3 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNfSL6Vf3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNfSL6Vf3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNfSL6Vf3 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNfSL6Vf3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNfSL6Vf3 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNfSL6Vf3 .image_post {
  display: inline-block;
}
.cid-ueNfSL6Vf3 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNfSL6Vf3 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNfSLk2yQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNfSLk2yQ img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNfSLk2yQ .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNfSLk2yQ .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNfSLk2yQ .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNfSLk2yQ .last-p {
  padding-bottom: 0;
}
.cid-ueNfSLk2yQ .row {
  justify-content: center;
}
.cid-ueNfSLx3F1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNfSLx3F1 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNfSLx3F1 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNfSLx3F1 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNfSLx3F1 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNfSLx3F1 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNfSLx3F1 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNfSLx3F1 .privacy {
    text-align: left;
  }
}
.cid-ueNfSLx3F1 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNfSLx3F1 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNfSLx3F1 .divider {
    margin: 20px 0;
  }
  .cid-ueNfSLx3F1 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNfSLx3F1 .footer_wrap img {
    margin: auto;
  }
  .cid-ueNfSLx3F1 .privacy {
    text-align: center;
  }
}
.cid-ueNggYRLuQ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNggYRLuQ {
    min-height: 170px !important;
  }
}
.cid-ueNggYRLuQ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNggYRLuQ .empty_md {
    display: block;
  }
}
.cid-ueNggYRLuQ .container,
.cid-ueNggYRLuQ .container-fluid,
.cid-ueNggYRLuQ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNggYRLuQ .container,
  .cid-ueNggYRLuQ .container-fluid,
  .cid-ueNggYRLuQ .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNggYRLuQ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNggYRLuQ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNggYRLuQ .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNggYRLuQ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNggYRLuQ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNggYRLuQ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNggYRLuQ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNggYRLuQ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNggYRLuQ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNggYRLuQ .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNggYRLuQ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNggYRLuQ .empty,
  .cid-ueNggYRLuQ .icons-menu {
    min-width: 265px;
  }
  .cid-ueNggYRLuQ .navbar-logo {
    margin: 0;
  }
  .cid-ueNggYRLuQ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNggYRLuQ .btn {
    white-space: nowrap;
  }
  .cid-ueNggYRLuQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNggYRLuQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNggYRLuQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNggYRLuQ .dropdown-toggle::after,
  .cid-ueNggYRLuQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNggYRLuQ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNggYRLuQ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNggYRLuQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNggYRLuQ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNggYRLuQ .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNggYRLuQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNggYRLuQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNggYRLuQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNggYRLuQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNggYRLuQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNggYRLuQ .nav-item:focus,
.cid-ueNggYRLuQ .nav-link:focus {
  outline: none;
}
.cid-ueNggYRLuQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNggYRLuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNggYRLuQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNggYRLuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNggYRLuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNggYRLuQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNggYRLuQ ul.navbar-nav li {
  margin: auto;
}
.cid-ueNggYRLuQ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNggYRLuQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNggYRLuQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNggYRLuQ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNggYRLuQ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNggYRLuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNggYRLuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNggYRLuQ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNggYRLuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNggYRLuQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNggYRLuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNggYRLuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNggYRLuQ .navbar .icons-menu,
  .cid-ueNggYRLuQ .navbar .empty {
    display: none;
  }
  .cid-ueNggYRLuQ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNggYRLuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNggYRLuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNggYRLuQ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNggYRLuQ .navbar .container-fluid,
  .cid-ueNggYRLuQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNggYRLuQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNggYRLuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNggYRLuQ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNggYRLuQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNggYRLuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNggYRLuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNggYRLuQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNggYRLuQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNggYRLuQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNggYRLuQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNggYRLuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNggYRLuQ .dropdown-item.active,
.cid-ueNggYRLuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNggYRLuQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNggYRLuQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNggYRLuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNggYRLuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNggYRLuQ .navbar-buttons {
  text-align: center;
}
.cid-ueNggYRLuQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNggYRLuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNggYRLuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNggYRLuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNggYRLuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNggYRLuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNggYRLuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNggYRLuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNggYRLuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNggYRLuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNggYRLuQ .navbar-dropdown {
  position: absolute;
}
.cid-ueNggYRLuQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNggYRLuQ a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNggYRLuQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNggYRLuQ .navbar {
    height: 77px;
  }
  .cid-ueNggYRLuQ .navbar.opened {
    height: auto;
  }
  .cid-ueNggYRLuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNggZoONo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNggZoONo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNggZoONo .photo-split {
  position: relative;
}
.cid-ueNggZoONo .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNggZoONo .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNggZoONo .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNggZoONo .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNggZoONo .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNggZoONo .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNggZoONo .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNggZoONo .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNggZoONo .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNggZoONo .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNggZoONo .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNggZoONo .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNggZoONo .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNggZoONo .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNggZoONo .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNggZoONo .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNggZoONo .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNggZoONo .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNggZoONo .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNggZoONo .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNggZoONo .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNggZoONo .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNggZoONo .photo-split .element-outer,
  .cid-ueNggZoONo .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNggZoONo .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNggZoONo .mbr-section-title,
  .cid-ueNggZoONo .mbr-section-subtitle,
  .cid-ueNggZoONo .mbr-text {
    text-align: left !important;
  }
  .cid-ueNggZoONo .social-list {
    text-align: left !important;
  }
}
.cid-ueNggZoONo .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNggZoONo .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNggZoONo .wrap-block .contents .mbr-subtitle,
.cid-ueNggZoONo .menu-content-right {
  color: #e53712;
}
.cid-ueNggZBNMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNggZBNMr .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNggZBNMr .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNggZBNMr .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNggZBNMr .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNggZBNMr .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNggZBNMr .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNggZBNMr .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNggZBNMr .content-wrapper:hover .image-wrapper > img,
.cid-ueNggZBNMr .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNggZBNMr .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNggZBNMr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNggZBNMr .image-wrapper,
.cid-ueNggZBNMr img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNggZBNMr .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNggZBNMr .card_post {
    padding: 20px;
  }
}
.cid-ueNggZBNMr .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNggZBNMr .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNggZBNMr .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNggZBNMr .item-title,
.cid-ueNggZBNMr .card_topic {
  margin-bottom: 12px;
}
.cid-ueNggZBNMr .category_content {
  opacity: .8;
}
.cid-ueNggZBNMr .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNggZBNMr .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNggZBNMr .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNggZP4AH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNggZP4AH .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNggZP4AH .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNggZP4AH .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNggZP4AH .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNggZP4AH .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNggZP4AH .row {
  flex-direction: row-reverse;
}
.cid-ueNggZP4AH .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNggZP4AH .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNggZP4AH .content-wrapper:hover .image-wrapper > img,
.cid-ueNggZP4AH .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNggZP4AH .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNggZP4AH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNggZP4AH .image-wrapper,
.cid-ueNggZP4AH img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNggZP4AH .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNggZP4AH .card_post {
    padding: 20px;
  }
}
.cid-ueNggZP4AH .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNggZP4AH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNggZP4AH .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNggZP4AH .item-title,
.cid-ueNggZP4AH .card_topic {
  margin-bottom: 12px;
}
.cid-ueNggZP4AH .category_content {
  opacity: .8;
}
.cid-ueNggZP4AH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNggZP4AH .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNggZP4AH .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNgh03ggb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNgh03ggb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNgh03ggb .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNgh03ggb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNgh03ggb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNgh03ggb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNgh03ggb .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNgh03ggb .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNgh03ggb .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNgh03ggb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNgh03ggb .image_post {
  display: inline-block;
}
.cid-ueNgh03ggb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNgh03ggb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNgh0hFWL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNgh0hFWL img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNgh0hFWL .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNgh0hFWL .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNgh0hFWL .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNgh0hFWL .last-p {
  padding-bottom: 0;
}
.cid-ueNgh0hFWL .row {
  justify-content: center;
}
.cid-ueNgh0x6Yi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNgh0x6Yi .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNgh0x6Yi .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNgh0x6Yi .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNgh0x6Yi .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNgh0x6Yi .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNgh0x6Yi .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNgh0x6Yi .privacy {
    text-align: left;
  }
}
.cid-ueNgh0x6Yi .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNgh0x6Yi .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNgh0x6Yi .divider {
    margin: 20px 0;
  }
  .cid-ueNgh0x6Yi .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNgh0x6Yi .footer_wrap img {
    margin: auto;
  }
  .cid-ueNgh0x6Yi .privacy {
    text-align: center;
  }
}
.cid-ueNgFNnGuZ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNgFNnGuZ {
    min-height: 170px !important;
  }
}
.cid-ueNgFNnGuZ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNgFNnGuZ .empty_md {
    display: block;
  }
}
.cid-ueNgFNnGuZ .container,
.cid-ueNgFNnGuZ .container-fluid,
.cid-ueNgFNnGuZ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNgFNnGuZ .container,
  .cid-ueNgFNnGuZ .container-fluid,
  .cid-ueNgFNnGuZ .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNgFNnGuZ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNgFNnGuZ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNgFNnGuZ .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNgFNnGuZ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNgFNnGuZ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNgFNnGuZ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNgFNnGuZ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNgFNnGuZ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNgFNnGuZ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNgFNnGuZ .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNgFNnGuZ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNgFNnGuZ .empty,
  .cid-ueNgFNnGuZ .icons-menu {
    min-width: 265px;
  }
  .cid-ueNgFNnGuZ .navbar-logo {
    margin: 0;
  }
  .cid-ueNgFNnGuZ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNgFNnGuZ .btn {
    white-space: nowrap;
  }
  .cid-ueNgFNnGuZ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNgFNnGuZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNgFNnGuZ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNgFNnGuZ .dropdown-toggle::after,
  .cid-ueNgFNnGuZ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNgFNnGuZ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNgFNnGuZ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNgFNnGuZ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNgFNnGuZ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNgFNnGuZ .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNgFNnGuZ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNgFNnGuZ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNgFNnGuZ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNgFNnGuZ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNgFNnGuZ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNgFNnGuZ .nav-item:focus,
.cid-ueNgFNnGuZ .nav-link:focus {
  outline: none;
}
.cid-ueNgFNnGuZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNgFNnGuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNgFNnGuZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNgFNnGuZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNgFNnGuZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNgFNnGuZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNgFNnGuZ ul.navbar-nav li {
  margin: auto;
}
.cid-ueNgFNnGuZ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNgFNnGuZ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNgFNnGuZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNgFNnGuZ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNgFNnGuZ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNgFNnGuZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNgFNnGuZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNgFNnGuZ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNgFNnGuZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNgFNnGuZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNgFNnGuZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNgFNnGuZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNgFNnGuZ .navbar .icons-menu,
  .cid-ueNgFNnGuZ .navbar .empty {
    display: none;
  }
  .cid-ueNgFNnGuZ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNgFNnGuZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNgFNnGuZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNgFNnGuZ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNgFNnGuZ .navbar .container-fluid,
  .cid-ueNgFNnGuZ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNgFNnGuZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNgFNnGuZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNgFNnGuZ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNgFNnGuZ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNgFNnGuZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNgFNnGuZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNgFNnGuZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNgFNnGuZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNgFNnGuZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNgFNnGuZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNgFNnGuZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNgFNnGuZ .dropdown-item.active,
.cid-ueNgFNnGuZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNgFNnGuZ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNgFNnGuZ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNgFNnGuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNgFNnGuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNgFNnGuZ .navbar-buttons {
  text-align: center;
}
.cid-ueNgFNnGuZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNgFNnGuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNgFNnGuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNgFNnGuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNgFNnGuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNgFNnGuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNgFNnGuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNgFNnGuZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNgFNnGuZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNgFNnGuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNgFNnGuZ .navbar-dropdown {
  position: absolute;
}
.cid-ueNgFNnGuZ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNgFNnGuZ a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNgFNnGuZ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNgFNnGuZ .navbar {
    height: 77px;
  }
  .cid-ueNgFNnGuZ .navbar.opened {
    height: auto;
  }
  .cid-ueNgFNnGuZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNgFNQnKC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNgFNQnKC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNgFNQnKC .photo-split {
  position: relative;
}
.cid-ueNgFNQnKC .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNgFNQnKC .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNgFNQnKC .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNgFNQnKC .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNgFNQnKC .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNgFNQnKC .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNgFNQnKC .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNgFNQnKC .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNgFNQnKC .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNgFNQnKC .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNgFNQnKC .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNgFNQnKC .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNgFNQnKC .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNgFNQnKC .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNgFNQnKC .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNgFNQnKC .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNgFNQnKC .photo-split .element-outer,
  .cid-ueNgFNQnKC .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNgFNQnKC .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNgFNQnKC .mbr-section-title,
  .cid-ueNgFNQnKC .mbr-section-subtitle,
  .cid-ueNgFNQnKC .mbr-text {
    text-align: left !important;
  }
  .cid-ueNgFNQnKC .social-list {
    text-align: left !important;
  }
}
.cid-ueNgFNQnKC .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNgFNQnKC .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNgFNQnKC .wrap-block .contents .mbr-subtitle,
.cid-ueNgFNQnKC .menu-content-right {
  color: #e53712;
}
.cid-ueNgFO3LC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNgFO3LC1 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNgFO3LC1 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNgFO3LC1 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNgFO3LC1 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNgFO3LC1 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNgFO3LC1 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNgFO3LC1 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNgFO3LC1 .content-wrapper:hover .image-wrapper > img,
.cid-ueNgFO3LC1 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNgFO3LC1 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNgFO3LC1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNgFO3LC1 .image-wrapper,
.cid-ueNgFO3LC1 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNgFO3LC1 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNgFO3LC1 .card_post {
    padding: 20px;
  }
}
.cid-ueNgFO3LC1 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNgFO3LC1 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNgFO3LC1 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNgFO3LC1 .item-title,
.cid-ueNgFO3LC1 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNgFO3LC1 .category_content {
  opacity: .8;
}
.cid-ueNgFO3LC1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNgFO3LC1 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNgFO3LC1 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNgFOie3H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNgFOie3H .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNgFOie3H .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNgFOie3H .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNgFOie3H .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNgFOie3H .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNgFOie3H .row {
  flex-direction: row-reverse;
}
.cid-ueNgFOie3H .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNgFOie3H .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNgFOie3H .content-wrapper:hover .image-wrapper > img,
.cid-ueNgFOie3H .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNgFOie3H .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNgFOie3H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNgFOie3H .image-wrapper,
.cid-ueNgFOie3H img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNgFOie3H .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNgFOie3H .card_post {
    padding: 20px;
  }
}
.cid-ueNgFOie3H .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNgFOie3H .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNgFOie3H .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNgFOie3H .item-title,
.cid-ueNgFOie3H .card_topic {
  margin-bottom: 12px;
}
.cid-ueNgFOie3H .category_content {
  opacity: .8;
}
.cid-ueNgFOie3H .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNgFOie3H .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNgFOie3H .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNgFOyYCK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueNgFOyYCK .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNgFOyYCK .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNgFOyYCK .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNgFOyYCK .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNgFOyYCK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNgFOyYCK .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNgFOyYCK .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNgFOyYCK .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNgFOyYCK .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNgFOyYCK .image_post {
  display: inline-block;
}
.cid-ueNgFOyYCK .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNgFOyYCK .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNgFOLT97 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNgFOLT97 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNgFOLT97 .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNgFOLT97 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNgFOLT97 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNgFOLT97 .last-p {
  padding-bottom: 0;
}
.cid-ueNgFOLT97 .row {
  justify-content: center;
}
.cid-ueNgFOYb2i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNgFOYb2i .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNgFOYb2i .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNgFOYb2i .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNgFOYb2i .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNgFOYb2i .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNgFOYb2i .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNgFOYb2i .privacy {
    text-align: left;
  }
}
.cid-ueNgFOYb2i .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNgFOYb2i .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNgFOYb2i .divider {
    margin: 20px 0;
  }
  .cid-ueNgFOYb2i .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNgFOYb2i .footer_wrap img {
    margin: auto;
  }
  .cid-ueNgFOYb2i .privacy {
    text-align: center;
  }
}
.cid-ueNh0jjkpA {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNh0jjkpA {
    min-height: 170px !important;
  }
}
.cid-ueNh0jjkpA .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNh0jjkpA .empty_md {
    display: block;
  }
}
.cid-ueNh0jjkpA .container,
.cid-ueNh0jjkpA .container-fluid,
.cid-ueNh0jjkpA .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNh0jjkpA .container,
  .cid-ueNh0jjkpA .container-fluid,
  .cid-ueNh0jjkpA .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNh0jjkpA .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNh0jjkpA .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNh0jjkpA .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNh0jjkpA .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNh0jjkpA .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNh0jjkpA .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNh0jjkpA .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNh0jjkpA .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNh0jjkpA .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNh0jjkpA .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNh0jjkpA .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNh0jjkpA .empty,
  .cid-ueNh0jjkpA .icons-menu {
    min-width: 265px;
  }
  .cid-ueNh0jjkpA .navbar-logo {
    margin: 0;
  }
  .cid-ueNh0jjkpA .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNh0jjkpA .btn {
    white-space: nowrap;
  }
  .cid-ueNh0jjkpA .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNh0jjkpA .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNh0jjkpA .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNh0jjkpA .dropdown-toggle::after,
  .cid-ueNh0jjkpA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNh0jjkpA .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNh0jjkpA .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNh0jjkpA .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNh0jjkpA .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNh0jjkpA .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNh0jjkpA .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNh0jjkpA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNh0jjkpA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNh0jjkpA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNh0jjkpA .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNh0jjkpA .nav-item:focus,
.cid-ueNh0jjkpA .nav-link:focus {
  outline: none;
}
.cid-ueNh0jjkpA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNh0jjkpA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNh0jjkpA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNh0jjkpA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNh0jjkpA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNh0jjkpA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNh0jjkpA ul.navbar-nav li {
  margin: auto;
}
.cid-ueNh0jjkpA .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNh0jjkpA .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNh0jjkpA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNh0jjkpA .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNh0jjkpA .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNh0jjkpA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNh0jjkpA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNh0jjkpA .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNh0jjkpA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNh0jjkpA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNh0jjkpA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNh0jjkpA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNh0jjkpA .navbar .icons-menu,
  .cid-ueNh0jjkpA .navbar .empty {
    display: none;
  }
  .cid-ueNh0jjkpA .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNh0jjkpA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNh0jjkpA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNh0jjkpA .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNh0jjkpA .navbar .container-fluid,
  .cid-ueNh0jjkpA .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNh0jjkpA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNh0jjkpA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNh0jjkpA .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNh0jjkpA .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNh0jjkpA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNh0jjkpA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNh0jjkpA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNh0jjkpA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNh0jjkpA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNh0jjkpA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNh0jjkpA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNh0jjkpA .dropdown-item.active,
.cid-ueNh0jjkpA .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNh0jjkpA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNh0jjkpA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNh0jjkpA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNh0jjkpA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNh0jjkpA .navbar-buttons {
  text-align: center;
}
.cid-ueNh0jjkpA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNh0jjkpA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNh0jjkpA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNh0jjkpA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNh0jjkpA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNh0jjkpA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNh0jjkpA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNh0jjkpA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNh0jjkpA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNh0jjkpA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNh0jjkpA .navbar-dropdown {
  position: absolute;
}
.cid-ueNh0jjkpA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNh0jjkpA a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNh0jjkpA .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNh0jjkpA .navbar {
    height: 77px;
  }
  .cid-ueNh0jjkpA .navbar.opened {
    height: auto;
  }
  .cid-ueNh0jjkpA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNh0jNAll {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNh0jNAll .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNh0jNAll .photo-split {
  position: relative;
}
.cid-ueNh0jNAll .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNh0jNAll .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNh0jNAll .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNh0jNAll .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNh0jNAll .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNh0jNAll .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNh0jNAll .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNh0jNAll .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNh0jNAll .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNh0jNAll .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNh0jNAll .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNh0jNAll .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNh0jNAll .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNh0jNAll .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNh0jNAll .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNh0jNAll .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNh0jNAll .photo-split .element-outer,
  .cid-ueNh0jNAll .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNh0jNAll .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNh0jNAll .mbr-section-title,
  .cid-ueNh0jNAll .mbr-section-subtitle,
  .cid-ueNh0jNAll .mbr-text {
    text-align: left !important;
  }
  .cid-ueNh0jNAll .social-list {
    text-align: left !important;
  }
}
.cid-ueNh0jNAll .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNh0jNAll .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNh0jNAll .wrap-block .contents .mbr-subtitle,
.cid-ueNh0jNAll .menu-content-right {
  color: #e53712;
}
.cid-ueNh0k04Bz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNh0k04Bz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNh0k04Bz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNh0k04Bz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNh0k04Bz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNh0k04Bz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNh0k04Bz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNh0k04Bz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNh0k04Bz .content-wrapper:hover .image-wrapper > img,
.cid-ueNh0k04Bz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNh0k04Bz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNh0k04Bz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNh0k04Bz .image-wrapper,
.cid-ueNh0k04Bz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNh0k04Bz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNh0k04Bz .card_post {
    padding: 20px;
  }
}
.cid-ueNh0k04Bz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNh0k04Bz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNh0k04Bz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNh0k04Bz .item-title,
.cid-ueNh0k04Bz .card_topic {
  margin-bottom: 12px;
}
.cid-ueNh0k04Bz .category_content {
  opacity: .8;
}
.cid-ueNh0k04Bz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNh0k04Bz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNh0k04Bz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNh0kfZ0Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNh0kfZ0Z .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNh0kfZ0Z .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNh0kfZ0Z .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNh0kfZ0Z .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNh0kfZ0Z .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNh0kfZ0Z .row {
  flex-direction: row-reverse;
}
.cid-ueNh0kfZ0Z .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNh0kfZ0Z .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNh0kfZ0Z .content-wrapper:hover .image-wrapper > img,
.cid-ueNh0kfZ0Z .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNh0kfZ0Z .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNh0kfZ0Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNh0kfZ0Z .image-wrapper,
.cid-ueNh0kfZ0Z img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNh0kfZ0Z .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNh0kfZ0Z .card_post {
    padding: 20px;
  }
}
.cid-ueNh0kfZ0Z .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNh0kfZ0Z .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNh0kfZ0Z .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNh0kfZ0Z .item-title,
.cid-ueNh0kfZ0Z .card_topic {
  margin-bottom: 12px;
}
.cid-ueNh0kfZ0Z .category_content {
  opacity: .8;
}
.cid-ueNh0kfZ0Z .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNh0kfZ0Z .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNh0kfZ0Z .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNh0ksShu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNh0ksShu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNh0ksShu .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNh0ksShu .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNh0ksShu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNh0ksShu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNh0ksShu .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNh0ksShu .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNh0ksShu .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNh0ksShu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNh0ksShu .image_post {
  display: inline-block;
}
.cid-ueNh0ksShu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNh0ksShu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNh0kJ8JC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNh0kJ8JC img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNh0kJ8JC .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNh0kJ8JC .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNh0kJ8JC .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNh0kJ8JC .last-p {
  padding-bottom: 0;
}
.cid-ueNh0kJ8JC .row {
  justify-content: center;
}
.cid-ueNh0kWyWK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNh0kWyWK .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNh0kWyWK .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNh0kWyWK .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNh0kWyWK .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNh0kWyWK .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNh0kWyWK .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNh0kWyWK .privacy {
    text-align: left;
  }
}
.cid-ueNh0kWyWK .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNh0kWyWK .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNh0kWyWK .divider {
    margin: 20px 0;
  }
  .cid-ueNh0kWyWK .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNh0kWyWK .footer_wrap img {
    margin: auto;
  }
  .cid-ueNh0kWyWK .privacy {
    text-align: center;
  }
}
.cid-ueNhnQce65 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNhnQce65 {
    min-height: 170px !important;
  }
}
.cid-ueNhnQce65 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNhnQce65 .empty_md {
    display: block;
  }
}
.cid-ueNhnQce65 .container,
.cid-ueNhnQce65 .container-fluid,
.cid-ueNhnQce65 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNhnQce65 .container,
  .cid-ueNhnQce65 .container-fluid,
  .cid-ueNhnQce65 .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNhnQce65 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNhnQce65 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNhnQce65 .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNhnQce65 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNhnQce65 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNhnQce65 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNhnQce65 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNhnQce65 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNhnQce65 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNhnQce65 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNhnQce65 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNhnQce65 .empty,
  .cid-ueNhnQce65 .icons-menu {
    min-width: 265px;
  }
  .cid-ueNhnQce65 .navbar-logo {
    margin: 0;
  }
  .cid-ueNhnQce65 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNhnQce65 .btn {
    white-space: nowrap;
  }
  .cid-ueNhnQce65 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNhnQce65 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNhnQce65 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNhnQce65 .dropdown-toggle::after,
  .cid-ueNhnQce65 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNhnQce65 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNhnQce65 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhnQce65 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNhnQce65 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhnQce65 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNhnQce65 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNhnQce65 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNhnQce65 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNhnQce65 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNhnQce65 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNhnQce65 .nav-item:focus,
.cid-ueNhnQce65 .nav-link:focus {
  outline: none;
}
.cid-ueNhnQce65 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNhnQce65 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNhnQce65 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNhnQce65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNhnQce65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNhnQce65 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNhnQce65 ul.navbar-nav li {
  margin: auto;
}
.cid-ueNhnQce65 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNhnQce65 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNhnQce65 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNhnQce65 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNhnQce65 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNhnQce65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNhnQce65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNhnQce65 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNhnQce65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNhnQce65 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNhnQce65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNhnQce65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNhnQce65 .navbar .icons-menu,
  .cid-ueNhnQce65 .navbar .empty {
    display: none;
  }
  .cid-ueNhnQce65 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNhnQce65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNhnQce65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNhnQce65 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNhnQce65 .navbar .container-fluid,
  .cid-ueNhnQce65 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNhnQce65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNhnQce65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNhnQce65 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNhnQce65 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNhnQce65 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNhnQce65 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNhnQce65 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNhnQce65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNhnQce65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNhnQce65 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNhnQce65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNhnQce65 .dropdown-item.active,
.cid-ueNhnQce65 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNhnQce65 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNhnQce65 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNhnQce65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNhnQce65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNhnQce65 .navbar-buttons {
  text-align: center;
}
.cid-ueNhnQce65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNhnQce65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNhnQce65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNhnQce65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNhnQce65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNhnQce65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNhnQce65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNhnQce65 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNhnQce65 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNhnQce65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNhnQce65 .navbar-dropdown {
  position: absolute;
}
.cid-ueNhnQce65 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhnQce65 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNhnQce65 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNhnQce65 .navbar {
    height: 77px;
  }
  .cid-ueNhnQce65 .navbar.opened {
    height: auto;
  }
  .cid-ueNhnQce65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNhnQGLVf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNhnQGLVf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNhnQGLVf .photo-split {
  position: relative;
}
.cid-ueNhnQGLVf .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNhnQGLVf .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNhnQGLVf .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNhnQGLVf .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNhnQGLVf .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNhnQGLVf .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNhnQGLVf .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNhnQGLVf .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNhnQGLVf .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNhnQGLVf .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNhnQGLVf .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNhnQGLVf .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNhnQGLVf .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNhnQGLVf .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNhnQGLVf .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNhnQGLVf .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNhnQGLVf .photo-split .element-outer,
  .cid-ueNhnQGLVf .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNhnQGLVf .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNhnQGLVf .mbr-section-title,
  .cid-ueNhnQGLVf .mbr-section-subtitle,
  .cid-ueNhnQGLVf .mbr-text {
    text-align: left !important;
  }
  .cid-ueNhnQGLVf .social-list {
    text-align: left !important;
  }
}
.cid-ueNhnQGLVf .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNhnQGLVf .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNhnQGLVf .wrap-block .contents .mbr-subtitle,
.cid-ueNhnQGLVf .menu-content-right {
  color: #e53712;
}
.cid-ueNhnQTmzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNhnQTmzJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNhnQTmzJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNhnQTmzJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNhnQTmzJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNhnQTmzJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNhnQTmzJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNhnQTmzJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNhnQTmzJ .content-wrapper:hover .image-wrapper > img,
.cid-ueNhnQTmzJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNhnQTmzJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNhnQTmzJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNhnQTmzJ .image-wrapper,
.cid-ueNhnQTmzJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhnQTmzJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNhnQTmzJ .card_post {
    padding: 20px;
  }
}
.cid-ueNhnQTmzJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNhnQTmzJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNhnQTmzJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNhnQTmzJ .item-title,
.cid-ueNhnQTmzJ .card_topic {
  margin-bottom: 12px;
}
.cid-ueNhnQTmzJ .category_content {
  opacity: .8;
}
.cid-ueNhnQTmzJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNhnQTmzJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNhnQTmzJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNhnR9XI5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNhnR9XI5 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNhnR9XI5 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNhnR9XI5 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNhnR9XI5 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNhnR9XI5 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNhnR9XI5 .row {
  flex-direction: row-reverse;
}
.cid-ueNhnR9XI5 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNhnR9XI5 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNhnR9XI5 .content-wrapper:hover .image-wrapper > img,
.cid-ueNhnR9XI5 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNhnR9XI5 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNhnR9XI5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNhnR9XI5 .image-wrapper,
.cid-ueNhnR9XI5 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhnR9XI5 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNhnR9XI5 .card_post {
    padding: 20px;
  }
}
.cid-ueNhnR9XI5 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNhnR9XI5 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNhnR9XI5 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNhnR9XI5 .item-title,
.cid-ueNhnR9XI5 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNhnR9XI5 .category_content {
  opacity: .8;
}
.cid-ueNhnR9XI5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNhnR9XI5 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNhnR9XI5 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNhnRn8xA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueNhnRn8xA .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNhnRn8xA .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNhnRn8xA .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNhnRn8xA .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNhnRn8xA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNhnRn8xA .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNhnRn8xA .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNhnRn8xA .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNhnRn8xA .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNhnRn8xA .image_post {
  display: inline-block;
}
.cid-ueNhnRn8xA .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNhnRn8xA .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNhnRCqal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNhnRCqal img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNhnRCqal .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNhnRCqal .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNhnRCqal .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNhnRCqal .last-p {
  padding-bottom: 0;
}
.cid-ueNhnRCqal .row {
  justify-content: center;
}
.cid-ueNhnRPL1K {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNhnRPL1K .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNhnRPL1K .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNhnRPL1K .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNhnRPL1K .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNhnRPL1K .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNhnRPL1K .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNhnRPL1K .privacy {
    text-align: left;
  }
}
.cid-ueNhnRPL1K .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNhnRPL1K .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNhnRPL1K .divider {
    margin: 20px 0;
  }
  .cid-ueNhnRPL1K .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNhnRPL1K .footer_wrap img {
    margin: auto;
  }
  .cid-ueNhnRPL1K .privacy {
    text-align: center;
  }
}
.cid-ueNhItguDv {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNhItguDv {
    min-height: 170px !important;
  }
}
.cid-ueNhItguDv .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNhItguDv .empty_md {
    display: block;
  }
}
.cid-ueNhItguDv .container,
.cid-ueNhItguDv .container-fluid,
.cid-ueNhItguDv .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNhItguDv .container,
  .cid-ueNhItguDv .container-fluid,
  .cid-ueNhItguDv .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNhItguDv .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNhItguDv .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNhItguDv .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNhItguDv .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNhItguDv .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNhItguDv .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNhItguDv .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNhItguDv .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNhItguDv .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNhItguDv .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNhItguDv .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNhItguDv .empty,
  .cid-ueNhItguDv .icons-menu {
    min-width: 265px;
  }
  .cid-ueNhItguDv .navbar-logo {
    margin: 0;
  }
  .cid-ueNhItguDv .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNhItguDv .btn {
    white-space: nowrap;
  }
  .cid-ueNhItguDv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNhItguDv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNhItguDv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNhItguDv .dropdown-toggle::after,
  .cid-ueNhItguDv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNhItguDv .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNhItguDv .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhItguDv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNhItguDv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhItguDv .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNhItguDv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNhItguDv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNhItguDv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNhItguDv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNhItguDv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNhItguDv .nav-item:focus,
.cid-ueNhItguDv .nav-link:focus {
  outline: none;
}
.cid-ueNhItguDv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNhItguDv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNhItguDv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNhItguDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNhItguDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNhItguDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNhItguDv ul.navbar-nav li {
  margin: auto;
}
.cid-ueNhItguDv .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNhItguDv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNhItguDv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNhItguDv .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNhItguDv .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNhItguDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNhItguDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNhItguDv .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNhItguDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNhItguDv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNhItguDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNhItguDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNhItguDv .navbar .icons-menu,
  .cid-ueNhItguDv .navbar .empty {
    display: none;
  }
  .cid-ueNhItguDv .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNhItguDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNhItguDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNhItguDv .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNhItguDv .navbar .container-fluid,
  .cid-ueNhItguDv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNhItguDv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNhItguDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNhItguDv .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNhItguDv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNhItguDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNhItguDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNhItguDv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNhItguDv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNhItguDv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNhItguDv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNhItguDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNhItguDv .dropdown-item.active,
.cid-ueNhItguDv .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNhItguDv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNhItguDv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNhItguDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNhItguDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNhItguDv .navbar-buttons {
  text-align: center;
}
.cid-ueNhItguDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNhItguDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNhItguDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNhItguDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNhItguDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNhItguDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNhItguDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNhItguDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNhItguDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNhItguDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNhItguDv .navbar-dropdown {
  position: absolute;
}
.cid-ueNhItguDv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhItguDv a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNhItguDv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNhItguDv .navbar {
    height: 77px;
  }
  .cid-ueNhItguDv .navbar.opened {
    height: auto;
  }
  .cid-ueNhItguDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNhItKSUA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNhItKSUA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNhItKSUA .photo-split {
  position: relative;
}
.cid-ueNhItKSUA .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNhItKSUA .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNhItKSUA .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNhItKSUA .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNhItKSUA .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNhItKSUA .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNhItKSUA .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNhItKSUA .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNhItKSUA .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNhItKSUA .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNhItKSUA .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNhItKSUA .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNhItKSUA .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNhItKSUA .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNhItKSUA .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNhItKSUA .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNhItKSUA .photo-split .element-outer,
  .cid-ueNhItKSUA .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNhItKSUA .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNhItKSUA .mbr-section-title,
  .cid-ueNhItKSUA .mbr-section-subtitle,
  .cid-ueNhItKSUA .mbr-text {
    text-align: left !important;
  }
  .cid-ueNhItKSUA .social-list {
    text-align: left !important;
  }
}
.cid-ueNhItKSUA .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNhItKSUA .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNhItKSUA .wrap-block .contents .mbr-subtitle,
.cid-ueNhItKSUA .menu-content-right {
  color: #e53712;
}
.cid-ueNhItXxwA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNhItXxwA .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNhItXxwA .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNhItXxwA .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNhItXxwA .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNhItXxwA .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNhItXxwA .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNhItXxwA .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNhItXxwA .content-wrapper:hover .image-wrapper > img,
.cid-ueNhItXxwA .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNhItXxwA .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNhItXxwA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNhItXxwA .image-wrapper,
.cid-ueNhItXxwA img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhItXxwA .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNhItXxwA .card_post {
    padding: 20px;
  }
}
.cid-ueNhItXxwA .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNhItXxwA .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNhItXxwA .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNhItXxwA .item-title,
.cid-ueNhItXxwA .card_topic {
  margin-bottom: 12px;
}
.cid-ueNhItXxwA .category_content {
  opacity: .8;
}
.cid-ueNhItXxwA .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNhItXxwA .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNhItXxwA .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNhIua4Ug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNhIua4Ug .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNhIua4Ug .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNhIua4Ug .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNhIua4Ug .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNhIua4Ug .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNhIua4Ug .row {
  flex-direction: row-reverse;
}
.cid-ueNhIua4Ug .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNhIua4Ug .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNhIua4Ug .content-wrapper:hover .image-wrapper > img,
.cid-ueNhIua4Ug .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNhIua4Ug .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNhIua4Ug .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNhIua4Ug .image-wrapper,
.cid-ueNhIua4Ug img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNhIua4Ug .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNhIua4Ug .card_post {
    padding: 20px;
  }
}
.cid-ueNhIua4Ug .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNhIua4Ug .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNhIua4Ug .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNhIua4Ug .item-title,
.cid-ueNhIua4Ug .card_topic {
  margin-bottom: 12px;
}
.cid-ueNhIua4Ug .category_content {
  opacity: .8;
}
.cid-ueNhIua4Ug .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNhIua4Ug .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNhIua4Ug .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNhIunOXb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNhIunOXb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNhIunOXb .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNhIunOXb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNhIunOXb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNhIunOXb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNhIunOXb .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNhIunOXb .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNhIunOXb .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNhIunOXb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNhIunOXb .image_post {
  display: inline-block;
}
.cid-ueNhIunOXb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNhIunOXb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNhIuB1lH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNhIuB1lH img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNhIuB1lH .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNhIuB1lH .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNhIuB1lH .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNhIuB1lH .last-p {
  padding-bottom: 0;
}
.cid-ueNhIuB1lH .row {
  justify-content: center;
}
.cid-ueNhIuQDP2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNhIuQDP2 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNhIuQDP2 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNhIuQDP2 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNhIuQDP2 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNhIuQDP2 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNhIuQDP2 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNhIuQDP2 .privacy {
    text-align: left;
  }
}
.cid-ueNhIuQDP2 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNhIuQDP2 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNhIuQDP2 .divider {
    margin: 20px 0;
  }
  .cid-ueNhIuQDP2 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNhIuQDP2 .footer_wrap img {
    margin: auto;
  }
  .cid-ueNhIuQDP2 .privacy {
    text-align: center;
  }
}
.cid-ueNi4lWDqY {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNi4lWDqY {
    min-height: 170px !important;
  }
}
.cid-ueNi4lWDqY .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNi4lWDqY .empty_md {
    display: block;
  }
}
.cid-ueNi4lWDqY .container,
.cid-ueNi4lWDqY .container-fluid,
.cid-ueNi4lWDqY .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNi4lWDqY .container,
  .cid-ueNi4lWDqY .container-fluid,
  .cid-ueNi4lWDqY .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNi4lWDqY .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNi4lWDqY .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNi4lWDqY .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNi4lWDqY .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNi4lWDqY .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNi4lWDqY .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNi4lWDqY .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNi4lWDqY .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNi4lWDqY .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNi4lWDqY .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNi4lWDqY .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNi4lWDqY .empty,
  .cid-ueNi4lWDqY .icons-menu {
    min-width: 265px;
  }
  .cid-ueNi4lWDqY .navbar-logo {
    margin: 0;
  }
  .cid-ueNi4lWDqY .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNi4lWDqY .btn {
    white-space: nowrap;
  }
  .cid-ueNi4lWDqY .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNi4lWDqY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNi4lWDqY .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNi4lWDqY .dropdown-toggle::after,
  .cid-ueNi4lWDqY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNi4lWDqY .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNi4lWDqY .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNi4lWDqY .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNi4lWDqY .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNi4lWDqY .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNi4lWDqY .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNi4lWDqY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNi4lWDqY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNi4lWDqY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNi4lWDqY .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNi4lWDqY .nav-item:focus,
.cid-ueNi4lWDqY .nav-link:focus {
  outline: none;
}
.cid-ueNi4lWDqY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNi4lWDqY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNi4lWDqY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNi4lWDqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNi4lWDqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNi4lWDqY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNi4lWDqY ul.navbar-nav li {
  margin: auto;
}
.cid-ueNi4lWDqY .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNi4lWDqY .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNi4lWDqY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNi4lWDqY .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNi4lWDqY .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNi4lWDqY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNi4lWDqY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNi4lWDqY .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNi4lWDqY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNi4lWDqY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNi4lWDqY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNi4lWDqY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNi4lWDqY .navbar .icons-menu,
  .cid-ueNi4lWDqY .navbar .empty {
    display: none;
  }
  .cid-ueNi4lWDqY .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNi4lWDqY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNi4lWDqY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNi4lWDqY .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNi4lWDqY .navbar .container-fluid,
  .cid-ueNi4lWDqY .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNi4lWDqY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNi4lWDqY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNi4lWDqY .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNi4lWDqY .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNi4lWDqY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNi4lWDqY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNi4lWDqY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNi4lWDqY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNi4lWDqY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNi4lWDqY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNi4lWDqY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNi4lWDqY .dropdown-item.active,
.cid-ueNi4lWDqY .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNi4lWDqY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNi4lWDqY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNi4lWDqY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNi4lWDqY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNi4lWDqY .navbar-buttons {
  text-align: center;
}
.cid-ueNi4lWDqY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNi4lWDqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNi4lWDqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNi4lWDqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNi4lWDqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNi4lWDqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNi4lWDqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNi4lWDqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNi4lWDqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNi4lWDqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNi4lWDqY .navbar-dropdown {
  position: absolute;
}
.cid-ueNi4lWDqY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNi4lWDqY a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNi4lWDqY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNi4lWDqY .navbar {
    height: 77px;
  }
  .cid-ueNi4lWDqY .navbar.opened {
    height: auto;
  }
  .cid-ueNi4lWDqY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNi4mrSlF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNi4mrSlF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNi4mrSlF .photo-split {
  position: relative;
}
.cid-ueNi4mrSlF .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNi4mrSlF .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNi4mrSlF .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNi4mrSlF .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNi4mrSlF .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNi4mrSlF .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNi4mrSlF .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNi4mrSlF .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNi4mrSlF .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNi4mrSlF .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNi4mrSlF .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNi4mrSlF .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNi4mrSlF .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNi4mrSlF .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNi4mrSlF .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNi4mrSlF .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNi4mrSlF .photo-split .element-outer,
  .cid-ueNi4mrSlF .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNi4mrSlF .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNi4mrSlF .mbr-section-title,
  .cid-ueNi4mrSlF .mbr-section-subtitle,
  .cid-ueNi4mrSlF .mbr-text {
    text-align: left !important;
  }
  .cid-ueNi4mrSlF .social-list {
    text-align: left !important;
  }
}
.cid-ueNi4mrSlF .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNi4mrSlF .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNi4mrSlF .wrap-block .contents .mbr-subtitle,
.cid-ueNi4mrSlF .menu-content-right {
  color: #e53712;
}
.cid-ueNi4mG5Q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNi4mG5Q8 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNi4mG5Q8 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNi4mG5Q8 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNi4mG5Q8 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNi4mG5Q8 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNi4mG5Q8 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNi4mG5Q8 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNi4mG5Q8 .content-wrapper:hover .image-wrapper > img,
.cid-ueNi4mG5Q8 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNi4mG5Q8 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNi4mG5Q8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNi4mG5Q8 .image-wrapper,
.cid-ueNi4mG5Q8 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNi4mG5Q8 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNi4mG5Q8 .card_post {
    padding: 20px;
  }
}
.cid-ueNi4mG5Q8 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNi4mG5Q8 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNi4mG5Q8 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNi4mG5Q8 .item-title,
.cid-ueNi4mG5Q8 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNi4mG5Q8 .category_content {
  opacity: .8;
}
.cid-ueNi4mG5Q8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNi4mG5Q8 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNi4mG5Q8 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNi4mUMLN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNi4mUMLN .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNi4mUMLN .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNi4mUMLN .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNi4mUMLN .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNi4mUMLN .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNi4mUMLN .row {
  flex-direction: row-reverse;
}
.cid-ueNi4mUMLN .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNi4mUMLN .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNi4mUMLN .content-wrapper:hover .image-wrapper > img,
.cid-ueNi4mUMLN .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNi4mUMLN .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNi4mUMLN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNi4mUMLN .image-wrapper,
.cid-ueNi4mUMLN img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNi4mUMLN .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNi4mUMLN .card_post {
    padding: 20px;
  }
}
.cid-ueNi4mUMLN .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNi4mUMLN .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNi4mUMLN .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNi4mUMLN .item-title,
.cid-ueNi4mUMLN .card_topic {
  margin-bottom: 12px;
}
.cid-ueNi4mUMLN .category_content {
  opacity: .8;
}
.cid-ueNi4mUMLN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNi4mUMLN .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNi4mUMLN .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNi4n8bsq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueNi4n8bsq .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNi4n8bsq .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNi4n8bsq .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNi4n8bsq .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNi4n8bsq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNi4n8bsq .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNi4n8bsq .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNi4n8bsq .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNi4n8bsq .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNi4n8bsq .image_post {
  display: inline-block;
}
.cid-ueNi4n8bsq .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNi4n8bsq .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNi4nm3xD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNi4nm3xD img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNi4nm3xD .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNi4nm3xD .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNi4nm3xD .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNi4nm3xD .last-p {
  padding-bottom: 0;
}
.cid-ueNi4nm3xD .row {
  justify-content: center;
}
.cid-ueNi4nzHAf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNi4nzHAf .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNi4nzHAf .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNi4nzHAf .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNi4nzHAf .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNi4nzHAf .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNi4nzHAf .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNi4nzHAf .privacy {
    text-align: left;
  }
}
.cid-ueNi4nzHAf .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNi4nzHAf .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNi4nzHAf .divider {
    margin: 20px 0;
  }
  .cid-ueNi4nzHAf .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNi4nzHAf .footer_wrap img {
    margin: auto;
  }
  .cid-ueNi4nzHAf .privacy {
    text-align: center;
  }
}
.cid-ueNinsatAr {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNinsatAr {
    min-height: 170px !important;
  }
}
.cid-ueNinsatAr .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNinsatAr .empty_md {
    display: block;
  }
}
.cid-ueNinsatAr .container,
.cid-ueNinsatAr .container-fluid,
.cid-ueNinsatAr .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNinsatAr .container,
  .cid-ueNinsatAr .container-fluid,
  .cid-ueNinsatAr .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNinsatAr .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNinsatAr .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNinsatAr .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNinsatAr .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNinsatAr .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNinsatAr .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNinsatAr .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNinsatAr .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNinsatAr .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNinsatAr .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNinsatAr .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNinsatAr .empty,
  .cid-ueNinsatAr .icons-menu {
    min-width: 265px;
  }
  .cid-ueNinsatAr .navbar-logo {
    margin: 0;
  }
  .cid-ueNinsatAr .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNinsatAr .btn {
    white-space: nowrap;
  }
  .cid-ueNinsatAr .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNinsatAr .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNinsatAr .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNinsatAr .dropdown-toggle::after,
  .cid-ueNinsatAr .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNinsatAr .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNinsatAr .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNinsatAr .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNinsatAr .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNinsatAr .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNinsatAr .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNinsatAr .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNinsatAr .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNinsatAr .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNinsatAr .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNinsatAr .nav-item:focus,
.cid-ueNinsatAr .nav-link:focus {
  outline: none;
}
.cid-ueNinsatAr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNinsatAr .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNinsatAr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNinsatAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNinsatAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNinsatAr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNinsatAr ul.navbar-nav li {
  margin: auto;
}
.cid-ueNinsatAr .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNinsatAr .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNinsatAr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNinsatAr .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNinsatAr .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNinsatAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNinsatAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNinsatAr .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNinsatAr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNinsatAr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNinsatAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNinsatAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNinsatAr .navbar .icons-menu,
  .cid-ueNinsatAr .navbar .empty {
    display: none;
  }
  .cid-ueNinsatAr .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNinsatAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNinsatAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNinsatAr .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNinsatAr .navbar .container-fluid,
  .cid-ueNinsatAr .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNinsatAr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNinsatAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNinsatAr .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNinsatAr .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNinsatAr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNinsatAr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNinsatAr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNinsatAr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNinsatAr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNinsatAr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNinsatAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNinsatAr .dropdown-item.active,
.cid-ueNinsatAr .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNinsatAr .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNinsatAr .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNinsatAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNinsatAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNinsatAr .navbar-buttons {
  text-align: center;
}
.cid-ueNinsatAr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNinsatAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNinsatAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNinsatAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNinsatAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNinsatAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNinsatAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNinsatAr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNinsatAr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNinsatAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNinsatAr .navbar-dropdown {
  position: absolute;
}
.cid-ueNinsatAr a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNinsatAr a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNinsatAr .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNinsatAr .navbar {
    height: 77px;
  }
  .cid-ueNinsatAr .navbar.opened {
    height: auto;
  }
  .cid-ueNinsatAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNinsEbiv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNinsEbiv .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNinsEbiv .photo-split {
  position: relative;
}
.cid-ueNinsEbiv .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNinsEbiv .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNinsEbiv .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNinsEbiv .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNinsEbiv .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNinsEbiv .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNinsEbiv .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNinsEbiv .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNinsEbiv .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNinsEbiv .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNinsEbiv .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNinsEbiv .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNinsEbiv .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNinsEbiv .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNinsEbiv .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNinsEbiv .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNinsEbiv .photo-split .element-outer,
  .cid-ueNinsEbiv .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNinsEbiv .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNinsEbiv .mbr-section-title,
  .cid-ueNinsEbiv .mbr-section-subtitle,
  .cid-ueNinsEbiv .mbr-text {
    text-align: left !important;
  }
  .cid-ueNinsEbiv .social-list {
    text-align: left !important;
  }
}
.cid-ueNinsEbiv .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNinsEbiv .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNinsEbiv .wrap-block .contents .mbr-subtitle,
.cid-ueNinsEbiv .menu-content-right {
  color: #e53712;
}
.cid-ueNinsR3ZW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNinsR3ZW .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNinsR3ZW .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNinsR3ZW .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNinsR3ZW .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNinsR3ZW .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNinsR3ZW .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNinsR3ZW .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNinsR3ZW .content-wrapper:hover .image-wrapper > img,
.cid-ueNinsR3ZW .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNinsR3ZW .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNinsR3ZW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNinsR3ZW .image-wrapper,
.cid-ueNinsR3ZW img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNinsR3ZW .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNinsR3ZW .card_post {
    padding: 20px;
  }
}
.cid-ueNinsR3ZW .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNinsR3ZW .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNinsR3ZW .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNinsR3ZW .item-title,
.cid-ueNinsR3ZW .card_topic {
  margin-bottom: 12px;
}
.cid-ueNinsR3ZW .category_content {
  opacity: .8;
}
.cid-ueNinsR3ZW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNinsR3ZW .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNinsR3ZW .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNint6DqZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNint6DqZ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNint6DqZ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNint6DqZ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNint6DqZ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNint6DqZ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNint6DqZ .row {
  flex-direction: row-reverse;
}
.cid-ueNint6DqZ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNint6DqZ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNint6DqZ .content-wrapper:hover .image-wrapper > img,
.cid-ueNint6DqZ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNint6DqZ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNint6DqZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNint6DqZ .image-wrapper,
.cid-ueNint6DqZ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNint6DqZ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNint6DqZ .card_post {
    padding: 20px;
  }
}
.cid-ueNint6DqZ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNint6DqZ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNint6DqZ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNint6DqZ .item-title,
.cid-ueNint6DqZ .card_topic {
  margin-bottom: 12px;
}
.cid-ueNint6DqZ .category_content {
  opacity: .8;
}
.cid-ueNint6DqZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNint6DqZ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNint6DqZ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNintjmYP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNintjmYP .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNintjmYP .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNintjmYP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNintjmYP .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNintjmYP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNintjmYP .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNintjmYP .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNintjmYP .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNintjmYP .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNintjmYP .image_post {
  display: inline-block;
}
.cid-ueNintjmYP .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNintjmYP .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNintxlf6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNintxlf6 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNintxlf6 .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNintxlf6 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNintxlf6 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNintxlf6 .last-p {
  padding-bottom: 0;
}
.cid-ueNintxlf6 .row {
  justify-content: center;
}
.cid-ueNintKlwl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNintKlwl .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNintKlwl .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNintKlwl .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNintKlwl .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNintKlwl .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNintKlwl .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNintKlwl .privacy {
    text-align: left;
  }
}
.cid-ueNintKlwl .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNintKlwl .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNintKlwl .divider {
    margin: 20px 0;
  }
  .cid-ueNintKlwl .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNintKlwl .footer_wrap img {
    margin: auto;
  }
  .cid-ueNintKlwl .privacy {
    text-align: center;
  }
}
.cid-ueNiHaRmrl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNiHaRmrl {
    min-height: 170px !important;
  }
}
.cid-ueNiHaRmrl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNiHaRmrl .empty_md {
    display: block;
  }
}
.cid-ueNiHaRmrl .container,
.cid-ueNiHaRmrl .container-fluid,
.cid-ueNiHaRmrl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNiHaRmrl .container,
  .cid-ueNiHaRmrl .container-fluid,
  .cid-ueNiHaRmrl .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNiHaRmrl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNiHaRmrl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNiHaRmrl .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNiHaRmrl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNiHaRmrl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNiHaRmrl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNiHaRmrl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNiHaRmrl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNiHaRmrl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNiHaRmrl .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNiHaRmrl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNiHaRmrl .empty,
  .cid-ueNiHaRmrl .icons-menu {
    min-width: 265px;
  }
  .cid-ueNiHaRmrl .navbar-logo {
    margin: 0;
  }
  .cid-ueNiHaRmrl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNiHaRmrl .btn {
    white-space: nowrap;
  }
  .cid-ueNiHaRmrl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNiHaRmrl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNiHaRmrl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNiHaRmrl .dropdown-toggle::after,
  .cid-ueNiHaRmrl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNiHaRmrl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNiHaRmrl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNiHaRmrl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNiHaRmrl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNiHaRmrl .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNiHaRmrl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNiHaRmrl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNiHaRmrl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNiHaRmrl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNiHaRmrl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNiHaRmrl .nav-item:focus,
.cid-ueNiHaRmrl .nav-link:focus {
  outline: none;
}
.cid-ueNiHaRmrl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNiHaRmrl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNiHaRmrl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNiHaRmrl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNiHaRmrl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNiHaRmrl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNiHaRmrl ul.navbar-nav li {
  margin: auto;
}
.cid-ueNiHaRmrl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNiHaRmrl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNiHaRmrl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNiHaRmrl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNiHaRmrl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNiHaRmrl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNiHaRmrl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNiHaRmrl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNiHaRmrl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNiHaRmrl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNiHaRmrl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNiHaRmrl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNiHaRmrl .navbar .icons-menu,
  .cid-ueNiHaRmrl .navbar .empty {
    display: none;
  }
  .cid-ueNiHaRmrl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNiHaRmrl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNiHaRmrl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNiHaRmrl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNiHaRmrl .navbar .container-fluid,
  .cid-ueNiHaRmrl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNiHaRmrl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNiHaRmrl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNiHaRmrl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNiHaRmrl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNiHaRmrl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNiHaRmrl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNiHaRmrl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNiHaRmrl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNiHaRmrl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNiHaRmrl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNiHaRmrl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNiHaRmrl .dropdown-item.active,
.cid-ueNiHaRmrl .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNiHaRmrl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNiHaRmrl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNiHaRmrl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNiHaRmrl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNiHaRmrl .navbar-buttons {
  text-align: center;
}
.cid-ueNiHaRmrl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNiHaRmrl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNiHaRmrl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNiHaRmrl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNiHaRmrl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNiHaRmrl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNiHaRmrl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNiHaRmrl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNiHaRmrl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNiHaRmrl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNiHaRmrl .navbar-dropdown {
  position: absolute;
}
.cid-ueNiHaRmrl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNiHaRmrl a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNiHaRmrl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNiHaRmrl .navbar {
    height: 77px;
  }
  .cid-ueNiHaRmrl .navbar.opened {
    height: auto;
  }
  .cid-ueNiHaRmrl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNiHblNJo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNiHblNJo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNiHblNJo .photo-split {
  position: relative;
}
.cid-ueNiHblNJo .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNiHblNJo .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNiHblNJo .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNiHblNJo .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNiHblNJo .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNiHblNJo .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNiHblNJo .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNiHblNJo .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNiHblNJo .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNiHblNJo .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNiHblNJo .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNiHblNJo .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNiHblNJo .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNiHblNJo .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNiHblNJo .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNiHblNJo .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNiHblNJo .photo-split .element-outer,
  .cid-ueNiHblNJo .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNiHblNJo .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNiHblNJo .mbr-section-title,
  .cid-ueNiHblNJo .mbr-section-subtitle,
  .cid-ueNiHblNJo .mbr-text {
    text-align: left !important;
  }
  .cid-ueNiHblNJo .social-list {
    text-align: left !important;
  }
}
.cid-ueNiHblNJo .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNiHblNJo .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNiHblNJo .wrap-block .contents .mbr-subtitle,
.cid-ueNiHblNJo .menu-content-right {
  color: #e53712;
}
.cid-ueNiHbxSis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNiHbxSis .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNiHbxSis .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNiHbxSis .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNiHbxSis .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNiHbxSis .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNiHbxSis .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNiHbxSis .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNiHbxSis .content-wrapper:hover .image-wrapper > img,
.cid-ueNiHbxSis .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNiHbxSis .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNiHbxSis .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNiHbxSis .image-wrapper,
.cid-ueNiHbxSis img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNiHbxSis .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNiHbxSis .card_post {
    padding: 20px;
  }
}
.cid-ueNiHbxSis .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNiHbxSis .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNiHbxSis .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNiHbxSis .item-title,
.cid-ueNiHbxSis .card_topic {
  margin-bottom: 12px;
}
.cid-ueNiHbxSis .category_content {
  opacity: .8;
}
.cid-ueNiHbxSis .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNiHbxSis .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNiHbxSis .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNiHbMVhF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNiHbMVhF .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNiHbMVhF .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNiHbMVhF .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNiHbMVhF .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNiHbMVhF .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNiHbMVhF .row {
  flex-direction: row-reverse;
}
.cid-ueNiHbMVhF .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNiHbMVhF .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNiHbMVhF .content-wrapper:hover .image-wrapper > img,
.cid-ueNiHbMVhF .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNiHbMVhF .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNiHbMVhF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNiHbMVhF .image-wrapper,
.cid-ueNiHbMVhF img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNiHbMVhF .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNiHbMVhF .card_post {
    padding: 20px;
  }
}
.cid-ueNiHbMVhF .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNiHbMVhF .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNiHbMVhF .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNiHbMVhF .item-title,
.cid-ueNiHbMVhF .card_topic {
  margin-bottom: 12px;
}
.cid-ueNiHbMVhF .category_content {
  opacity: .8;
}
.cid-ueNiHbMVhF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNiHbMVhF .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNiHbMVhF .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNiHbZ6Qa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNiHbZ6Qa .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNiHbZ6Qa .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNiHbZ6Qa .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNiHbZ6Qa .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNiHbZ6Qa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNiHbZ6Qa .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNiHbZ6Qa .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNiHbZ6Qa .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNiHbZ6Qa .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNiHbZ6Qa .image_post {
  display: inline-block;
}
.cid-ueNiHbZ6Qa .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNiHbZ6Qa .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNiHcf1uW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNiHcf1uW img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNiHcf1uW .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNiHcf1uW .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNiHcf1uW .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNiHcf1uW .last-p {
  padding-bottom: 0;
}
.cid-ueNiHcf1uW .row {
  justify-content: center;
}
.cid-ueNiHctjAc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNiHctjAc .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNiHctjAc .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNiHctjAc .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNiHctjAc .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNiHctjAc .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNiHctjAc .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNiHctjAc .privacy {
    text-align: left;
  }
}
.cid-ueNiHctjAc .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNiHctjAc .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNiHctjAc .divider {
    margin: 20px 0;
  }
  .cid-ueNiHctjAc .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNiHctjAc .footer_wrap img {
    margin: auto;
  }
  .cid-ueNiHctjAc .privacy {
    text-align: center;
  }
}
.cid-ueNj2wxGN4 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNj2wxGN4 {
    min-height: 170px !important;
  }
}
.cid-ueNj2wxGN4 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNj2wxGN4 .empty_md {
    display: block;
  }
}
.cid-ueNj2wxGN4 .container,
.cid-ueNj2wxGN4 .container-fluid,
.cid-ueNj2wxGN4 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNj2wxGN4 .container,
  .cid-ueNj2wxGN4 .container-fluid,
  .cid-ueNj2wxGN4 .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNj2wxGN4 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNj2wxGN4 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNj2wxGN4 .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNj2wxGN4 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNj2wxGN4 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNj2wxGN4 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNj2wxGN4 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNj2wxGN4 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNj2wxGN4 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNj2wxGN4 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNj2wxGN4 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNj2wxGN4 .empty,
  .cid-ueNj2wxGN4 .icons-menu {
    min-width: 265px;
  }
  .cid-ueNj2wxGN4 .navbar-logo {
    margin: 0;
  }
  .cid-ueNj2wxGN4 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNj2wxGN4 .btn {
    white-space: nowrap;
  }
  .cid-ueNj2wxGN4 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNj2wxGN4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNj2wxGN4 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNj2wxGN4 .dropdown-toggle::after,
  .cid-ueNj2wxGN4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNj2wxGN4 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNj2wxGN4 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNj2wxGN4 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNj2wxGN4 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNj2wxGN4 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNj2wxGN4 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNj2wxGN4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNj2wxGN4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNj2wxGN4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNj2wxGN4 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNj2wxGN4 .nav-item:focus,
.cid-ueNj2wxGN4 .nav-link:focus {
  outline: none;
}
.cid-ueNj2wxGN4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNj2wxGN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNj2wxGN4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNj2wxGN4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNj2wxGN4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNj2wxGN4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNj2wxGN4 ul.navbar-nav li {
  margin: auto;
}
.cid-ueNj2wxGN4 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNj2wxGN4 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNj2wxGN4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNj2wxGN4 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNj2wxGN4 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNj2wxGN4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNj2wxGN4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNj2wxGN4 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNj2wxGN4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNj2wxGN4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNj2wxGN4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNj2wxGN4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNj2wxGN4 .navbar .icons-menu,
  .cid-ueNj2wxGN4 .navbar .empty {
    display: none;
  }
  .cid-ueNj2wxGN4 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNj2wxGN4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNj2wxGN4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNj2wxGN4 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNj2wxGN4 .navbar .container-fluid,
  .cid-ueNj2wxGN4 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNj2wxGN4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNj2wxGN4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNj2wxGN4 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNj2wxGN4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNj2wxGN4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNj2wxGN4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNj2wxGN4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNj2wxGN4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNj2wxGN4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNj2wxGN4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNj2wxGN4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNj2wxGN4 .dropdown-item.active,
.cid-ueNj2wxGN4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNj2wxGN4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNj2wxGN4 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNj2wxGN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNj2wxGN4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNj2wxGN4 .navbar-buttons {
  text-align: center;
}
.cid-ueNj2wxGN4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNj2wxGN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNj2wxGN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNj2wxGN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNj2wxGN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNj2wxGN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNj2wxGN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNj2wxGN4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNj2wxGN4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNj2wxGN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNj2wxGN4 .navbar-dropdown {
  position: absolute;
}
.cid-ueNj2wxGN4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNj2wxGN4 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNj2wxGN4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNj2wxGN4 .navbar {
    height: 77px;
  }
  .cid-ueNj2wxGN4 .navbar.opened {
    height: auto;
  }
  .cid-ueNj2wxGN4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNj2xgz6E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNj2xgz6E .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNj2xgz6E .photo-split {
  position: relative;
}
.cid-ueNj2xgz6E .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNj2xgz6E .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNj2xgz6E .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNj2xgz6E .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNj2xgz6E .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNj2xgz6E .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNj2xgz6E .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNj2xgz6E .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNj2xgz6E .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNj2xgz6E .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNj2xgz6E .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNj2xgz6E .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNj2xgz6E .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNj2xgz6E .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNj2xgz6E .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNj2xgz6E .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNj2xgz6E .photo-split .element-outer,
  .cid-ueNj2xgz6E .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNj2xgz6E .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNj2xgz6E .mbr-section-title,
  .cid-ueNj2xgz6E .mbr-section-subtitle,
  .cid-ueNj2xgz6E .mbr-text {
    text-align: left !important;
  }
  .cid-ueNj2xgz6E .social-list {
    text-align: left !important;
  }
}
.cid-ueNj2xgz6E .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNj2xgz6E .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNj2xgz6E .wrap-block .contents .mbr-subtitle,
.cid-ueNj2xgz6E .menu-content-right {
  color: #e53712;
}
.cid-ueNj2xvxbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNj2xvxbJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNj2xvxbJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNj2xvxbJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNj2xvxbJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNj2xvxbJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNj2xvxbJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNj2xvxbJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNj2xvxbJ .content-wrapper:hover .image-wrapper > img,
.cid-ueNj2xvxbJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNj2xvxbJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNj2xvxbJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNj2xvxbJ .image-wrapper,
.cid-ueNj2xvxbJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNj2xvxbJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNj2xvxbJ .card_post {
    padding: 20px;
  }
}
.cid-ueNj2xvxbJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNj2xvxbJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNj2xvxbJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNj2xvxbJ .item-title,
.cid-ueNj2xvxbJ .card_topic {
  margin-bottom: 12px;
}
.cid-ueNj2xvxbJ .category_content {
  opacity: .8;
}
.cid-ueNj2xvxbJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNj2xvxbJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNj2xvxbJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNj2xKKNN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNj2xKKNN .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNj2xKKNN .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNj2xKKNN .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNj2xKKNN .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNj2xKKNN .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNj2xKKNN .row {
  flex-direction: row-reverse;
}
.cid-ueNj2xKKNN .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNj2xKKNN .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNj2xKKNN .content-wrapper:hover .image-wrapper > img,
.cid-ueNj2xKKNN .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNj2xKKNN .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNj2xKKNN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNj2xKKNN .image-wrapper,
.cid-ueNj2xKKNN img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNj2xKKNN .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNj2xKKNN .card_post {
    padding: 20px;
  }
}
.cid-ueNj2xKKNN .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNj2xKKNN .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNj2xKKNN .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNj2xKKNN .item-title,
.cid-ueNj2xKKNN .card_topic {
  margin-bottom: 12px;
}
.cid-ueNj2xKKNN .category_content {
  opacity: .8;
}
.cid-ueNj2xKKNN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNj2xKKNN .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNj2xKKNN .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNj2xXiXY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNj2xXiXY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNj2xXiXY .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNj2xXiXY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNj2xXiXY .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNj2xXiXY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNj2xXiXY .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNj2xXiXY .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNj2xXiXY .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNj2xXiXY .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNj2xXiXY .image_post {
  display: inline-block;
}
.cid-ueNj2xXiXY .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNj2xXiXY .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNj2ybcLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNj2ybcLW img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNj2ybcLW .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNj2ybcLW .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNj2ybcLW .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNj2ybcLW .last-p {
  padding-bottom: 0;
}
.cid-ueNj2ybcLW .row {
  justify-content: center;
}
.cid-ueNj2yodUd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNj2yodUd .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNj2yodUd .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNj2yodUd .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNj2yodUd .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNj2yodUd .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNj2yodUd .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNj2yodUd .privacy {
    text-align: left;
  }
}
.cid-ueNj2yodUd .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNj2yodUd .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNj2yodUd .divider {
    margin: 20px 0;
  }
  .cid-ueNj2yodUd .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNj2yodUd .footer_wrap img {
    margin: auto;
  }
  .cid-ueNj2yodUd .privacy {
    text-align: center;
  }
}
.cid-ueNjnwEyEf {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNjnwEyEf {
    min-height: 170px !important;
  }
}
.cid-ueNjnwEyEf .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNjnwEyEf .empty_md {
    display: block;
  }
}
.cid-ueNjnwEyEf .container,
.cid-ueNjnwEyEf .container-fluid,
.cid-ueNjnwEyEf .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNjnwEyEf .container,
  .cid-ueNjnwEyEf .container-fluid,
  .cid-ueNjnwEyEf .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNjnwEyEf .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNjnwEyEf .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNjnwEyEf .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNjnwEyEf .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNjnwEyEf .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNjnwEyEf .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNjnwEyEf .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNjnwEyEf .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNjnwEyEf .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNjnwEyEf .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNjnwEyEf .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNjnwEyEf .empty,
  .cid-ueNjnwEyEf .icons-menu {
    min-width: 265px;
  }
  .cid-ueNjnwEyEf .navbar-logo {
    margin: 0;
  }
  .cid-ueNjnwEyEf .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNjnwEyEf .btn {
    white-space: nowrap;
  }
  .cid-ueNjnwEyEf .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNjnwEyEf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNjnwEyEf .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNjnwEyEf .dropdown-toggle::after,
  .cid-ueNjnwEyEf .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNjnwEyEf .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNjnwEyEf .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjnwEyEf .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNjnwEyEf .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjnwEyEf .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNjnwEyEf .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNjnwEyEf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNjnwEyEf .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNjnwEyEf .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNjnwEyEf .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNjnwEyEf .nav-item:focus,
.cid-ueNjnwEyEf .nav-link:focus {
  outline: none;
}
.cid-ueNjnwEyEf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNjnwEyEf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNjnwEyEf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNjnwEyEf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNjnwEyEf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNjnwEyEf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNjnwEyEf ul.navbar-nav li {
  margin: auto;
}
.cid-ueNjnwEyEf .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNjnwEyEf .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNjnwEyEf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNjnwEyEf .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNjnwEyEf .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNjnwEyEf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNjnwEyEf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNjnwEyEf .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNjnwEyEf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNjnwEyEf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNjnwEyEf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNjnwEyEf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNjnwEyEf .navbar .icons-menu,
  .cid-ueNjnwEyEf .navbar .empty {
    display: none;
  }
  .cid-ueNjnwEyEf .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNjnwEyEf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNjnwEyEf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNjnwEyEf .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNjnwEyEf .navbar .container-fluid,
  .cid-ueNjnwEyEf .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNjnwEyEf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNjnwEyEf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNjnwEyEf .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNjnwEyEf .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNjnwEyEf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNjnwEyEf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNjnwEyEf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNjnwEyEf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNjnwEyEf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNjnwEyEf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNjnwEyEf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNjnwEyEf .dropdown-item.active,
.cid-ueNjnwEyEf .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNjnwEyEf .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNjnwEyEf .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNjnwEyEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNjnwEyEf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNjnwEyEf .navbar-buttons {
  text-align: center;
}
.cid-ueNjnwEyEf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNjnwEyEf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNjnwEyEf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNjnwEyEf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNjnwEyEf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNjnwEyEf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNjnwEyEf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNjnwEyEf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNjnwEyEf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNjnwEyEf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNjnwEyEf .navbar-dropdown {
  position: absolute;
}
.cid-ueNjnwEyEf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjnwEyEf a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNjnwEyEf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNjnwEyEf .navbar {
    height: 77px;
  }
  .cid-ueNjnwEyEf .navbar.opened {
    height: auto;
  }
  .cid-ueNjnwEyEf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNjnx82Pm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNjnx82Pm .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNjnx82Pm .photo-split {
  position: relative;
}
.cid-ueNjnx82Pm .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNjnx82Pm .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNjnx82Pm .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNjnx82Pm .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNjnx82Pm .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNjnx82Pm .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNjnx82Pm .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNjnx82Pm .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNjnx82Pm .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNjnx82Pm .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNjnx82Pm .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNjnx82Pm .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNjnx82Pm .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNjnx82Pm .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNjnx82Pm .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNjnx82Pm .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNjnx82Pm .photo-split .element-outer,
  .cid-ueNjnx82Pm .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNjnx82Pm .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNjnx82Pm .mbr-section-title,
  .cid-ueNjnx82Pm .mbr-section-subtitle,
  .cid-ueNjnx82Pm .mbr-text {
    text-align: left !important;
  }
  .cid-ueNjnx82Pm .social-list {
    text-align: left !important;
  }
}
.cid-ueNjnx82Pm .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNjnx82Pm .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNjnx82Pm .wrap-block .contents .mbr-subtitle,
.cid-ueNjnx82Pm .menu-content-right {
  color: #e53712;
}
.cid-ueNjnxlHRg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNjnxlHRg .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNjnxlHRg .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNjnxlHRg .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNjnxlHRg .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNjnxlHRg .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNjnxlHRg .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNjnxlHRg .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNjnxlHRg .content-wrapper:hover .image-wrapper > img,
.cid-ueNjnxlHRg .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNjnxlHRg .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNjnxlHRg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNjnxlHRg .image-wrapper,
.cid-ueNjnxlHRg img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjnxlHRg .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNjnxlHRg .card_post {
    padding: 20px;
  }
}
.cid-ueNjnxlHRg .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNjnxlHRg .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNjnxlHRg .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNjnxlHRg .item-title,
.cid-ueNjnxlHRg .card_topic {
  margin-bottom: 12px;
}
.cid-ueNjnxlHRg .category_content {
  opacity: .8;
}
.cid-ueNjnxlHRg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNjnxlHRg .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNjnxlHRg .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNjnxzYZw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNjnxzYZw .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNjnxzYZw .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNjnxzYZw .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNjnxzYZw .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNjnxzYZw .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNjnxzYZw .row {
  flex-direction: row-reverse;
}
.cid-ueNjnxzYZw .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNjnxzYZw .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNjnxzYZw .content-wrapper:hover .image-wrapper > img,
.cid-ueNjnxzYZw .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNjnxzYZw .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNjnxzYZw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNjnxzYZw .image-wrapper,
.cid-ueNjnxzYZw img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjnxzYZw .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNjnxzYZw .card_post {
    padding: 20px;
  }
}
.cid-ueNjnxzYZw .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNjnxzYZw .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNjnxzYZw .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNjnxzYZw .item-title,
.cid-ueNjnxzYZw .card_topic {
  margin-bottom: 12px;
}
.cid-ueNjnxzYZw .category_content {
  opacity: .8;
}
.cid-ueNjnxzYZw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNjnxzYZw .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNjnxzYZw .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNjnxMXpN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueNjnxMXpN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNjnxMXpN .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNjnxMXpN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNjnxMXpN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNjnxMXpN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNjnxMXpN .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNjnxMXpN .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNjnxMXpN .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNjnxMXpN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNjnxMXpN .image_post {
  display: inline-block;
}
.cid-ueNjnxMXpN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNjnxMXpN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNjny0HVf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNjny0HVf img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNjny0HVf .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNjny0HVf .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNjny0HVf .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNjny0HVf .last-p {
  padding-bottom: 0;
}
.cid-ueNjny0HVf .row {
  justify-content: center;
}
.cid-ueNjnyfc7j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNjnyfc7j .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNjnyfc7j .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNjnyfc7j .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNjnyfc7j .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNjnyfc7j .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNjnyfc7j .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNjnyfc7j .privacy {
    text-align: left;
  }
}
.cid-ueNjnyfc7j .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNjnyfc7j .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNjnyfc7j .divider {
    margin: 20px 0;
  }
  .cid-ueNjnyfc7j .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNjnyfc7j .footer_wrap img {
    margin: auto;
  }
  .cid-ueNjnyfc7j .privacy {
    text-align: center;
  }
}
.cid-ueNjIygHrx {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNjIygHrx {
    min-height: 170px !important;
  }
}
.cid-ueNjIygHrx .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNjIygHrx .empty_md {
    display: block;
  }
}
.cid-ueNjIygHrx .container,
.cid-ueNjIygHrx .container-fluid,
.cid-ueNjIygHrx .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNjIygHrx .container,
  .cid-ueNjIygHrx .container-fluid,
  .cid-ueNjIygHrx .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNjIygHrx .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNjIygHrx .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNjIygHrx .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNjIygHrx .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNjIygHrx .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNjIygHrx .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNjIygHrx .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNjIygHrx .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNjIygHrx .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNjIygHrx .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNjIygHrx .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNjIygHrx .empty,
  .cid-ueNjIygHrx .icons-menu {
    min-width: 265px;
  }
  .cid-ueNjIygHrx .navbar-logo {
    margin: 0;
  }
  .cid-ueNjIygHrx .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNjIygHrx .btn {
    white-space: nowrap;
  }
  .cid-ueNjIygHrx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNjIygHrx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNjIygHrx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNjIygHrx .dropdown-toggle::after,
  .cid-ueNjIygHrx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNjIygHrx .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNjIygHrx .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjIygHrx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNjIygHrx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjIygHrx .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNjIygHrx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNjIygHrx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNjIygHrx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNjIygHrx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNjIygHrx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNjIygHrx .nav-item:focus,
.cid-ueNjIygHrx .nav-link:focus {
  outline: none;
}
.cid-ueNjIygHrx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNjIygHrx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNjIygHrx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNjIygHrx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNjIygHrx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNjIygHrx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNjIygHrx ul.navbar-nav li {
  margin: auto;
}
.cid-ueNjIygHrx .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNjIygHrx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNjIygHrx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNjIygHrx .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNjIygHrx .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNjIygHrx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNjIygHrx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNjIygHrx .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNjIygHrx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNjIygHrx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNjIygHrx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNjIygHrx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNjIygHrx .navbar .icons-menu,
  .cid-ueNjIygHrx .navbar .empty {
    display: none;
  }
  .cid-ueNjIygHrx .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNjIygHrx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNjIygHrx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNjIygHrx .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNjIygHrx .navbar .container-fluid,
  .cid-ueNjIygHrx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNjIygHrx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNjIygHrx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNjIygHrx .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNjIygHrx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNjIygHrx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNjIygHrx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNjIygHrx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNjIygHrx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNjIygHrx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNjIygHrx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNjIygHrx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNjIygHrx .dropdown-item.active,
.cid-ueNjIygHrx .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNjIygHrx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNjIygHrx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNjIygHrx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNjIygHrx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNjIygHrx .navbar-buttons {
  text-align: center;
}
.cid-ueNjIygHrx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNjIygHrx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNjIygHrx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNjIygHrx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNjIygHrx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNjIygHrx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNjIygHrx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNjIygHrx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNjIygHrx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNjIygHrx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNjIygHrx .navbar-dropdown {
  position: absolute;
}
.cid-ueNjIygHrx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjIygHrx a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNjIygHrx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNjIygHrx .navbar {
    height: 77px;
  }
  .cid-ueNjIygHrx .navbar.opened {
    height: auto;
  }
  .cid-ueNjIygHrx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNjIyJVNt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNjIyJVNt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNjIyJVNt .photo-split {
  position: relative;
}
.cid-ueNjIyJVNt .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNjIyJVNt .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNjIyJVNt .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNjIyJVNt .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNjIyJVNt .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNjIyJVNt .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNjIyJVNt .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNjIyJVNt .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNjIyJVNt .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNjIyJVNt .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNjIyJVNt .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNjIyJVNt .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNjIyJVNt .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNjIyJVNt .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNjIyJVNt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNjIyJVNt .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNjIyJVNt .photo-split .element-outer,
  .cid-ueNjIyJVNt .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNjIyJVNt .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNjIyJVNt .mbr-section-title,
  .cid-ueNjIyJVNt .mbr-section-subtitle,
  .cid-ueNjIyJVNt .mbr-text {
    text-align: left !important;
  }
  .cid-ueNjIyJVNt .social-list {
    text-align: left !important;
  }
}
.cid-ueNjIyJVNt .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNjIyJVNt .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNjIyJVNt .wrap-block .contents .mbr-subtitle,
.cid-ueNjIyJVNt .menu-content-right {
  color: #e53712;
}
.cid-ueNjIyWLq7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNjIyWLq7 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNjIyWLq7 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNjIyWLq7 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNjIyWLq7 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNjIyWLq7 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNjIyWLq7 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNjIyWLq7 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNjIyWLq7 .content-wrapper:hover .image-wrapper > img,
.cid-ueNjIyWLq7 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNjIyWLq7 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNjIyWLq7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNjIyWLq7 .image-wrapper,
.cid-ueNjIyWLq7 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjIyWLq7 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNjIyWLq7 .card_post {
    padding: 20px;
  }
}
.cid-ueNjIyWLq7 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNjIyWLq7 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNjIyWLq7 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNjIyWLq7 .item-title,
.cid-ueNjIyWLq7 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNjIyWLq7 .category_content {
  opacity: .8;
}
.cid-ueNjIyWLq7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNjIyWLq7 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNjIyWLq7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNjIzataD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNjIzataD .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNjIzataD .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNjIzataD .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNjIzataD .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNjIzataD .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNjIzataD .row {
  flex-direction: row-reverse;
}
.cid-ueNjIzataD .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNjIzataD .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNjIzataD .content-wrapper:hover .image-wrapper > img,
.cid-ueNjIzataD .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNjIzataD .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNjIzataD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNjIzataD .image-wrapper,
.cid-ueNjIzataD img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNjIzataD .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNjIzataD .card_post {
    padding: 20px;
  }
}
.cid-ueNjIzataD .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNjIzataD .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNjIzataD .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNjIzataD .item-title,
.cid-ueNjIzataD .card_topic {
  margin-bottom: 12px;
}
.cid-ueNjIzataD .category_content {
  opacity: .8;
}
.cid-ueNjIzataD .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNjIzataD .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNjIzataD .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNjIzogRm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueNjIzogRm .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNjIzogRm .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNjIzogRm .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNjIzogRm .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNjIzogRm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNjIzogRm .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNjIzogRm .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNjIzogRm .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNjIzogRm .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNjIzogRm .image_post {
  display: inline-block;
}
.cid-ueNjIzogRm .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNjIzogRm .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNjIzCeB1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNjIzCeB1 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNjIzCeB1 .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNjIzCeB1 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNjIzCeB1 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNjIzCeB1 .last-p {
  padding-bottom: 0;
}
.cid-ueNjIzCeB1 .row {
  justify-content: center;
}
.cid-ueNjIzQxty {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNjIzQxty .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNjIzQxty .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNjIzQxty .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNjIzQxty .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNjIzQxty .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNjIzQxty .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNjIzQxty .privacy {
    text-align: left;
  }
}
.cid-ueNjIzQxty .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNjIzQxty .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNjIzQxty .divider {
    margin: 20px 0;
  }
  .cid-ueNjIzQxty .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNjIzQxty .footer_wrap img {
    margin: auto;
  }
  .cid-ueNjIzQxty .privacy {
    text-align: center;
  }
}
.cid-ueNk6pca4b {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNk6pca4b {
    min-height: 170px !important;
  }
}
.cid-ueNk6pca4b .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNk6pca4b .empty_md {
    display: block;
  }
}
.cid-ueNk6pca4b .container,
.cid-ueNk6pca4b .container-fluid,
.cid-ueNk6pca4b .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNk6pca4b .container,
  .cid-ueNk6pca4b .container-fluid,
  .cid-ueNk6pca4b .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNk6pca4b .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNk6pca4b .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNk6pca4b .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNk6pca4b .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNk6pca4b .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNk6pca4b .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNk6pca4b .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNk6pca4b .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNk6pca4b .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNk6pca4b .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNk6pca4b .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNk6pca4b .empty,
  .cid-ueNk6pca4b .icons-menu {
    min-width: 265px;
  }
  .cid-ueNk6pca4b .navbar-logo {
    margin: 0;
  }
  .cid-ueNk6pca4b .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNk6pca4b .btn {
    white-space: nowrap;
  }
  .cid-ueNk6pca4b .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNk6pca4b .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNk6pca4b .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNk6pca4b .dropdown-toggle::after,
  .cid-ueNk6pca4b .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNk6pca4b .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNk6pca4b .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNk6pca4b .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNk6pca4b .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNk6pca4b .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNk6pca4b .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNk6pca4b .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNk6pca4b .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNk6pca4b .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNk6pca4b .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNk6pca4b .nav-item:focus,
.cid-ueNk6pca4b .nav-link:focus {
  outline: none;
}
.cid-ueNk6pca4b .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNk6pca4b .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNk6pca4b .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNk6pca4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNk6pca4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNk6pca4b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNk6pca4b ul.navbar-nav li {
  margin: auto;
}
.cid-ueNk6pca4b .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNk6pca4b .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNk6pca4b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNk6pca4b .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNk6pca4b .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNk6pca4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNk6pca4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNk6pca4b .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNk6pca4b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNk6pca4b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNk6pca4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNk6pca4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNk6pca4b .navbar .icons-menu,
  .cid-ueNk6pca4b .navbar .empty {
    display: none;
  }
  .cid-ueNk6pca4b .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNk6pca4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNk6pca4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNk6pca4b .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNk6pca4b .navbar .container-fluid,
  .cid-ueNk6pca4b .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNk6pca4b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNk6pca4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNk6pca4b .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNk6pca4b .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNk6pca4b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNk6pca4b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNk6pca4b .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNk6pca4b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNk6pca4b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNk6pca4b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNk6pca4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNk6pca4b .dropdown-item.active,
.cid-ueNk6pca4b .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNk6pca4b .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNk6pca4b .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNk6pca4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNk6pca4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNk6pca4b .navbar-buttons {
  text-align: center;
}
.cid-ueNk6pca4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNk6pca4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNk6pca4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNk6pca4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNk6pca4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNk6pca4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNk6pca4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNk6pca4b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNk6pca4b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNk6pca4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNk6pca4b .navbar-dropdown {
  position: absolute;
}
.cid-ueNk6pca4b a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNk6pca4b a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNk6pca4b .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNk6pca4b .navbar {
    height: 77px;
  }
  .cid-ueNk6pca4b .navbar.opened {
    height: auto;
  }
  .cid-ueNk6pca4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNk6pGRq0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNk6pGRq0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNk6pGRq0 .photo-split {
  position: relative;
}
.cid-ueNk6pGRq0 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNk6pGRq0 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNk6pGRq0 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNk6pGRq0 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNk6pGRq0 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNk6pGRq0 .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNk6pGRq0 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNk6pGRq0 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNk6pGRq0 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNk6pGRq0 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNk6pGRq0 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNk6pGRq0 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNk6pGRq0 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNk6pGRq0 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNk6pGRq0 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNk6pGRq0 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNk6pGRq0 .photo-split .element-outer,
  .cid-ueNk6pGRq0 .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNk6pGRq0 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNk6pGRq0 .mbr-section-title,
  .cid-ueNk6pGRq0 .mbr-section-subtitle,
  .cid-ueNk6pGRq0 .mbr-text {
    text-align: left !important;
  }
  .cid-ueNk6pGRq0 .social-list {
    text-align: left !important;
  }
}
.cid-ueNk6pGRq0 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNk6pGRq0 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNk6pGRq0 .wrap-block .contents .mbr-subtitle,
.cid-ueNk6pGRq0 .menu-content-right {
  color: #e53712;
}
.cid-ueNk6pTGfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNk6pTGfq .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNk6pTGfq .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNk6pTGfq .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNk6pTGfq .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNk6pTGfq .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNk6pTGfq .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNk6pTGfq .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNk6pTGfq .content-wrapper:hover .image-wrapper > img,
.cid-ueNk6pTGfq .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNk6pTGfq .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNk6pTGfq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNk6pTGfq .image-wrapper,
.cid-ueNk6pTGfq img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNk6pTGfq .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNk6pTGfq .card_post {
    padding: 20px;
  }
}
.cid-ueNk6pTGfq .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNk6pTGfq .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNk6pTGfq .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNk6pTGfq .item-title,
.cid-ueNk6pTGfq .card_topic {
  margin-bottom: 12px;
}
.cid-ueNk6pTGfq .category_content {
  opacity: .8;
}
.cid-ueNk6pTGfq .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNk6pTGfq .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNk6pTGfq .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNk6q6rkg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNk6q6rkg .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNk6q6rkg .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNk6q6rkg .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNk6q6rkg .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNk6q6rkg .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNk6q6rkg .row {
  flex-direction: row-reverse;
}
.cid-ueNk6q6rkg .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNk6q6rkg .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNk6q6rkg .content-wrapper:hover .image-wrapper > img,
.cid-ueNk6q6rkg .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNk6q6rkg .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNk6q6rkg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNk6q6rkg .image-wrapper,
.cid-ueNk6q6rkg img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNk6q6rkg .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNk6q6rkg .card_post {
    padding: 20px;
  }
}
.cid-ueNk6q6rkg .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNk6q6rkg .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNk6q6rkg .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNk6q6rkg .item-title,
.cid-ueNk6q6rkg .card_topic {
  margin-bottom: 12px;
}
.cid-ueNk6q6rkg .category_content {
  opacity: .8;
}
.cid-ueNk6q6rkg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNk6q6rkg .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNk6q6rkg .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNk6qmt25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNk6qmt25 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNk6qmt25 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNk6qmt25 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNk6qmt25 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNk6qmt25 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNk6qmt25 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNk6qmt25 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNk6qmt25 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNk6qmt25 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNk6qmt25 .image_post {
  display: inline-block;
}
.cid-ueNk6qmt25 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNk6qmt25 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNk6qAGZE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNk6qAGZE img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNk6qAGZE .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNk6qAGZE .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNk6qAGZE .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNk6qAGZE .last-p {
  padding-bottom: 0;
}
.cid-ueNk6qAGZE .row {
  justify-content: center;
}
.cid-ueNk6qMjNG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNk6qMjNG .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNk6qMjNG .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNk6qMjNG .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNk6qMjNG .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNk6qMjNG .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNk6qMjNG .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNk6qMjNG .privacy {
    text-align: left;
  }
}
.cid-ueNk6qMjNG .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNk6qMjNG .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNk6qMjNG .divider {
    margin: 20px 0;
  }
  .cid-ueNk6qMjNG .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNk6qMjNG .footer_wrap img {
    margin: auto;
  }
  .cid-ueNk6qMjNG .privacy {
    text-align: center;
  }
}
.cid-ueNksnBKSy {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNksnBKSy {
    min-height: 170px !important;
  }
}
.cid-ueNksnBKSy .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNksnBKSy .empty_md {
    display: block;
  }
}
.cid-ueNksnBKSy .container,
.cid-ueNksnBKSy .container-fluid,
.cid-ueNksnBKSy .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNksnBKSy .container,
  .cid-ueNksnBKSy .container-fluid,
  .cid-ueNksnBKSy .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNksnBKSy .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNksnBKSy .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNksnBKSy .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNksnBKSy .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNksnBKSy .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNksnBKSy .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNksnBKSy .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNksnBKSy .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNksnBKSy .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNksnBKSy .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNksnBKSy .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNksnBKSy .empty,
  .cid-ueNksnBKSy .icons-menu {
    min-width: 265px;
  }
  .cid-ueNksnBKSy .navbar-logo {
    margin: 0;
  }
  .cid-ueNksnBKSy .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNksnBKSy .btn {
    white-space: nowrap;
  }
  .cid-ueNksnBKSy .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNksnBKSy .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNksnBKSy .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNksnBKSy .dropdown-toggle::after,
  .cid-ueNksnBKSy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNksnBKSy .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNksnBKSy .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNksnBKSy .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNksnBKSy .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNksnBKSy .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNksnBKSy .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNksnBKSy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNksnBKSy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNksnBKSy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNksnBKSy .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNksnBKSy .nav-item:focus,
.cid-ueNksnBKSy .nav-link:focus {
  outline: none;
}
.cid-ueNksnBKSy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNksnBKSy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNksnBKSy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNksnBKSy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNksnBKSy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNksnBKSy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNksnBKSy ul.navbar-nav li {
  margin: auto;
}
.cid-ueNksnBKSy .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNksnBKSy .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNksnBKSy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNksnBKSy .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNksnBKSy .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNksnBKSy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNksnBKSy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNksnBKSy .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNksnBKSy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNksnBKSy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNksnBKSy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNksnBKSy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNksnBKSy .navbar .icons-menu,
  .cid-ueNksnBKSy .navbar .empty {
    display: none;
  }
  .cid-ueNksnBKSy .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNksnBKSy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNksnBKSy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNksnBKSy .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNksnBKSy .navbar .container-fluid,
  .cid-ueNksnBKSy .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNksnBKSy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNksnBKSy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNksnBKSy .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNksnBKSy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNksnBKSy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNksnBKSy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNksnBKSy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNksnBKSy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNksnBKSy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNksnBKSy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNksnBKSy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNksnBKSy .dropdown-item.active,
.cid-ueNksnBKSy .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNksnBKSy .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNksnBKSy .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNksnBKSy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNksnBKSy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNksnBKSy .navbar-buttons {
  text-align: center;
}
.cid-ueNksnBKSy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNksnBKSy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNksnBKSy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNksnBKSy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNksnBKSy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNksnBKSy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNksnBKSy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNksnBKSy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNksnBKSy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNksnBKSy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNksnBKSy .navbar-dropdown {
  position: absolute;
}
.cid-ueNksnBKSy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNksnBKSy a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNksnBKSy .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNksnBKSy .navbar {
    height: 77px;
  }
  .cid-ueNksnBKSy .navbar.opened {
    height: auto;
  }
  .cid-ueNksnBKSy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNkso4rj2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNkso4rj2 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNkso4rj2 .photo-split {
  position: relative;
}
.cid-ueNkso4rj2 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNkso4rj2 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNkso4rj2 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNkso4rj2 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNkso4rj2 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNkso4rj2 .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNkso4rj2 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNkso4rj2 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNkso4rj2 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNkso4rj2 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNkso4rj2 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNkso4rj2 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNkso4rj2 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNkso4rj2 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNkso4rj2 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNkso4rj2 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNkso4rj2 .photo-split .element-outer,
  .cid-ueNkso4rj2 .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNkso4rj2 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNkso4rj2 .mbr-section-title,
  .cid-ueNkso4rj2 .mbr-section-subtitle,
  .cid-ueNkso4rj2 .mbr-text {
    text-align: left !important;
  }
  .cid-ueNkso4rj2 .social-list {
    text-align: left !important;
  }
}
.cid-ueNkso4rj2 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNkso4rj2 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNkso4rj2 .wrap-block .contents .mbr-subtitle,
.cid-ueNkso4rj2 .menu-content-right {
  color: #e53712;
}
.cid-ueNksoiF6v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNksoiF6v .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNksoiF6v .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNksoiF6v .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNksoiF6v .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNksoiF6v .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNksoiF6v .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNksoiF6v .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNksoiF6v .content-wrapper:hover .image-wrapper > img,
.cid-ueNksoiF6v .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNksoiF6v .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNksoiF6v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNksoiF6v .image-wrapper,
.cid-ueNksoiF6v img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNksoiF6v .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNksoiF6v .card_post {
    padding: 20px;
  }
}
.cid-ueNksoiF6v .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNksoiF6v .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNksoiF6v .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNksoiF6v .item-title,
.cid-ueNksoiF6v .card_topic {
  margin-bottom: 12px;
}
.cid-ueNksoiF6v .category_content {
  opacity: .8;
}
.cid-ueNksoiF6v .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNksoiF6v .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNksoiF6v .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNksowD1i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNksowD1i .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNksowD1i .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNksowD1i .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNksowD1i .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNksowD1i .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNksowD1i .row {
  flex-direction: row-reverse;
}
.cid-ueNksowD1i .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNksowD1i .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNksowD1i .content-wrapper:hover .image-wrapper > img,
.cid-ueNksowD1i .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNksowD1i .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNksowD1i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNksowD1i .image-wrapper,
.cid-ueNksowD1i img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNksowD1i .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNksowD1i .card_post {
    padding: 20px;
  }
}
.cid-ueNksowD1i .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNksowD1i .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNksowD1i .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNksowD1i .item-title,
.cid-ueNksowD1i .card_topic {
  margin-bottom: 12px;
}
.cid-ueNksowD1i .category_content {
  opacity: .8;
}
.cid-ueNksowD1i .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNksowD1i .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNksowD1i .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNksoJUVk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNksoJUVk .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNksoJUVk .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNksoJUVk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNksoJUVk .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNksoJUVk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNksoJUVk .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNksoJUVk .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNksoJUVk .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNksoJUVk .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNksoJUVk .image_post {
  display: inline-block;
}
.cid-ueNksoJUVk .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNksoJUVk .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNksoXAeu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNksoXAeu img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNksoXAeu .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNksoXAeu .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNksoXAeu .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNksoXAeu .last-p {
  padding-bottom: 0;
}
.cid-ueNksoXAeu .row {
  justify-content: center;
}
.cid-ueNkspaDut {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNkspaDut .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNkspaDut .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNkspaDut .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNkspaDut .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNkspaDut .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNkspaDut .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNkspaDut .privacy {
    text-align: left;
  }
}
.cid-ueNkspaDut .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNkspaDut .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNkspaDut .divider {
    margin: 20px 0;
  }
  .cid-ueNkspaDut .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNkspaDut .footer_wrap img {
    margin: auto;
  }
  .cid-ueNkspaDut .privacy {
    text-align: center;
  }
}
.cid-ueNkNrbbmN {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNkNrbbmN {
    min-height: 170px !important;
  }
}
.cid-ueNkNrbbmN .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNkNrbbmN .empty_md {
    display: block;
  }
}
.cid-ueNkNrbbmN .container,
.cid-ueNkNrbbmN .container-fluid,
.cid-ueNkNrbbmN .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNkNrbbmN .container,
  .cid-ueNkNrbbmN .container-fluid,
  .cid-ueNkNrbbmN .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNkNrbbmN .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNkNrbbmN .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNkNrbbmN .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNkNrbbmN .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNkNrbbmN .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNkNrbbmN .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNkNrbbmN .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNkNrbbmN .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNkNrbbmN .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNkNrbbmN .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNkNrbbmN .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNkNrbbmN .empty,
  .cid-ueNkNrbbmN .icons-menu {
    min-width: 265px;
  }
  .cid-ueNkNrbbmN .navbar-logo {
    margin: 0;
  }
  .cid-ueNkNrbbmN .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNkNrbbmN .btn {
    white-space: nowrap;
  }
  .cid-ueNkNrbbmN .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNkNrbbmN .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNkNrbbmN .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNkNrbbmN .dropdown-toggle::after,
  .cid-ueNkNrbbmN .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNkNrbbmN .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNkNrbbmN .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNkNrbbmN .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNkNrbbmN .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNkNrbbmN .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNkNrbbmN .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNkNrbbmN .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNkNrbbmN .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNkNrbbmN .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNkNrbbmN .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNkNrbbmN .nav-item:focus,
.cid-ueNkNrbbmN .nav-link:focus {
  outline: none;
}
.cid-ueNkNrbbmN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNkNrbbmN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNkNrbbmN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNkNrbbmN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNkNrbbmN .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNkNrbbmN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNkNrbbmN ul.navbar-nav li {
  margin: auto;
}
.cid-ueNkNrbbmN .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNkNrbbmN .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNkNrbbmN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNkNrbbmN .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNkNrbbmN .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNkNrbbmN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNkNrbbmN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNkNrbbmN .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNkNrbbmN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNkNrbbmN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNkNrbbmN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNkNrbbmN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNkNrbbmN .navbar .icons-menu,
  .cid-ueNkNrbbmN .navbar .empty {
    display: none;
  }
  .cid-ueNkNrbbmN .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNkNrbbmN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNkNrbbmN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNkNrbbmN .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNkNrbbmN .navbar .container-fluid,
  .cid-ueNkNrbbmN .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNkNrbbmN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNkNrbbmN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNkNrbbmN .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNkNrbbmN .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNkNrbbmN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNkNrbbmN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNkNrbbmN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNkNrbbmN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNkNrbbmN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNkNrbbmN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNkNrbbmN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNkNrbbmN .dropdown-item.active,
.cid-ueNkNrbbmN .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNkNrbbmN .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNkNrbbmN .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNkNrbbmN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNkNrbbmN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNkNrbbmN .navbar-buttons {
  text-align: center;
}
.cid-ueNkNrbbmN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNkNrbbmN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNkNrbbmN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNkNrbbmN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNkNrbbmN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNkNrbbmN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNkNrbbmN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNkNrbbmN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNkNrbbmN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNkNrbbmN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNkNrbbmN .navbar-dropdown {
  position: absolute;
}
.cid-ueNkNrbbmN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNkNrbbmN a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNkNrbbmN .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNkNrbbmN .navbar {
    height: 77px;
  }
  .cid-ueNkNrbbmN .navbar.opened {
    height: auto;
  }
  .cid-ueNkNrbbmN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNkNrJ6nh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNkNrJ6nh .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNkNrJ6nh .photo-split {
  position: relative;
}
.cid-ueNkNrJ6nh .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNkNrJ6nh .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNkNrJ6nh .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNkNrJ6nh .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNkNrJ6nh .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNkNrJ6nh .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNkNrJ6nh .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNkNrJ6nh .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNkNrJ6nh .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNkNrJ6nh .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNkNrJ6nh .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNkNrJ6nh .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNkNrJ6nh .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNkNrJ6nh .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNkNrJ6nh .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNkNrJ6nh .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNkNrJ6nh .photo-split .element-outer,
  .cid-ueNkNrJ6nh .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNkNrJ6nh .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNkNrJ6nh .mbr-section-title,
  .cid-ueNkNrJ6nh .mbr-section-subtitle,
  .cid-ueNkNrJ6nh .mbr-text {
    text-align: left !important;
  }
  .cid-ueNkNrJ6nh .social-list {
    text-align: left !important;
  }
}
.cid-ueNkNrJ6nh .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNkNrJ6nh .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNkNrJ6nh .wrap-block .contents .mbr-subtitle,
.cid-ueNkNrJ6nh .menu-content-right {
  color: #e53712;
}
.cid-ueNkNs6HbT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNkNs6HbT .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNkNs6HbT .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNkNs6HbT .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNkNs6HbT .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNkNs6HbT .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNkNs6HbT .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNkNs6HbT .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNkNs6HbT .content-wrapper:hover .image-wrapper > img,
.cid-ueNkNs6HbT .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNkNs6HbT .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNkNs6HbT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNkNs6HbT .image-wrapper,
.cid-ueNkNs6HbT img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNkNs6HbT .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNkNs6HbT .card_post {
    padding: 20px;
  }
}
.cid-ueNkNs6HbT .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNkNs6HbT .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNkNs6HbT .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNkNs6HbT .item-title,
.cid-ueNkNs6HbT .card_topic {
  margin-bottom: 12px;
}
.cid-ueNkNs6HbT .category_content {
  opacity: .8;
}
.cid-ueNkNs6HbT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNkNs6HbT .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNkNs6HbT .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNkNspKL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNkNspKL2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNkNspKL2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNkNspKL2 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNkNspKL2 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNkNspKL2 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNkNspKL2 .row {
  flex-direction: row-reverse;
}
.cid-ueNkNspKL2 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNkNspKL2 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNkNspKL2 .content-wrapper:hover .image-wrapper > img,
.cid-ueNkNspKL2 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNkNspKL2 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNkNspKL2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNkNspKL2 .image-wrapper,
.cid-ueNkNspKL2 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNkNspKL2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNkNspKL2 .card_post {
    padding: 20px;
  }
}
.cid-ueNkNspKL2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNkNspKL2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNkNspKL2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNkNspKL2 .item-title,
.cid-ueNkNspKL2 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNkNspKL2 .category_content {
  opacity: .8;
}
.cid-ueNkNspKL2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNkNspKL2 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNkNspKL2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNkNsDvT6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNkNsDvT6 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNkNsDvT6 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNkNsDvT6 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNkNsDvT6 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNkNsDvT6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNkNsDvT6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNkNsDvT6 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNkNsDvT6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNkNsDvT6 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNkNsDvT6 .image_post {
  display: inline-block;
}
.cid-ueNkNsDvT6 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNkNsDvT6 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNkNsTeDQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNkNsTeDQ img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNkNsTeDQ .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNkNsTeDQ .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNkNsTeDQ .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNkNsTeDQ .last-p {
  padding-bottom: 0;
}
.cid-ueNkNsTeDQ .row {
  justify-content: center;
}
.cid-ueNkNt6JA3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNkNt6JA3 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNkNt6JA3 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNkNt6JA3 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNkNt6JA3 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNkNt6JA3 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNkNt6JA3 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNkNt6JA3 .privacy {
    text-align: left;
  }
}
.cid-ueNkNt6JA3 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNkNt6JA3 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNkNt6JA3 .divider {
    margin: 20px 0;
  }
  .cid-ueNkNt6JA3 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNkNt6JA3 .footer_wrap img {
    margin: auto;
  }
  .cid-ueNkNt6JA3 .privacy {
    text-align: center;
  }
}
.cid-ueNl8byBL0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNl8byBL0 {
    min-height: 170px !important;
  }
}
.cid-ueNl8byBL0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNl8byBL0 .empty_md {
    display: block;
  }
}
.cid-ueNl8byBL0 .container,
.cid-ueNl8byBL0 .container-fluid,
.cid-ueNl8byBL0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNl8byBL0 .container,
  .cid-ueNl8byBL0 .container-fluid,
  .cid-ueNl8byBL0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNl8byBL0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNl8byBL0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNl8byBL0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNl8byBL0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNl8byBL0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNl8byBL0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNl8byBL0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNl8byBL0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNl8byBL0 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNl8byBL0 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNl8byBL0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNl8byBL0 .empty,
  .cid-ueNl8byBL0 .icons-menu {
    min-width: 265px;
  }
  .cid-ueNl8byBL0 .navbar-logo {
    margin: 0;
  }
  .cid-ueNl8byBL0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNl8byBL0 .btn {
    white-space: nowrap;
  }
  .cid-ueNl8byBL0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNl8byBL0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNl8byBL0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNl8byBL0 .dropdown-toggle::after,
  .cid-ueNl8byBL0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNl8byBL0 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNl8byBL0 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNl8byBL0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNl8byBL0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNl8byBL0 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNl8byBL0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNl8byBL0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNl8byBL0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNl8byBL0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNl8byBL0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNl8byBL0 .nav-item:focus,
.cid-ueNl8byBL0 .nav-link:focus {
  outline: none;
}
.cid-ueNl8byBL0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNl8byBL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNl8byBL0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNl8byBL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNl8byBL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNl8byBL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNl8byBL0 ul.navbar-nav li {
  margin: auto;
}
.cid-ueNl8byBL0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNl8byBL0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNl8byBL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNl8byBL0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNl8byBL0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNl8byBL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNl8byBL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNl8byBL0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNl8byBL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNl8byBL0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNl8byBL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNl8byBL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNl8byBL0 .navbar .icons-menu,
  .cid-ueNl8byBL0 .navbar .empty {
    display: none;
  }
  .cid-ueNl8byBL0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNl8byBL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNl8byBL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNl8byBL0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNl8byBL0 .navbar .container-fluid,
  .cid-ueNl8byBL0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNl8byBL0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNl8byBL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNl8byBL0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNl8byBL0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNl8byBL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNl8byBL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNl8byBL0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNl8byBL0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNl8byBL0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNl8byBL0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNl8byBL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNl8byBL0 .dropdown-item.active,
.cid-ueNl8byBL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNl8byBL0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNl8byBL0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNl8byBL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNl8byBL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNl8byBL0 .navbar-buttons {
  text-align: center;
}
.cid-ueNl8byBL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNl8byBL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNl8byBL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNl8byBL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNl8byBL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNl8byBL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNl8byBL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNl8byBL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNl8byBL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNl8byBL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNl8byBL0 .navbar-dropdown {
  position: absolute;
}
.cid-ueNl8byBL0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNl8byBL0 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNl8byBL0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNl8byBL0 .navbar {
    height: 77px;
  }
  .cid-ueNl8byBL0 .navbar.opened {
    height: auto;
  }
  .cid-ueNl8byBL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNl8c2uoS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNl8c2uoS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNl8c2uoS .photo-split {
  position: relative;
}
.cid-ueNl8c2uoS .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNl8c2uoS .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNl8c2uoS .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNl8c2uoS .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNl8c2uoS .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNl8c2uoS .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNl8c2uoS .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNl8c2uoS .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNl8c2uoS .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNl8c2uoS .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNl8c2uoS .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNl8c2uoS .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNl8c2uoS .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNl8c2uoS .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNl8c2uoS .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNl8c2uoS .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNl8c2uoS .photo-split .element-outer,
  .cid-ueNl8c2uoS .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNl8c2uoS .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNl8c2uoS .mbr-section-title,
  .cid-ueNl8c2uoS .mbr-section-subtitle,
  .cid-ueNl8c2uoS .mbr-text {
    text-align: left !important;
  }
  .cid-ueNl8c2uoS .social-list {
    text-align: left !important;
  }
}
.cid-ueNl8c2uoS .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNl8c2uoS .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNl8c2uoS .wrap-block .contents .mbr-subtitle,
.cid-ueNl8c2uoS .menu-content-right {
  color: #e53712;
}
.cid-ueNl8cfNn7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNl8cfNn7 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNl8cfNn7 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNl8cfNn7 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNl8cfNn7 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNl8cfNn7 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNl8cfNn7 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNl8cfNn7 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNl8cfNn7 .content-wrapper:hover .image-wrapper > img,
.cid-ueNl8cfNn7 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNl8cfNn7 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNl8cfNn7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNl8cfNn7 .image-wrapper,
.cid-ueNl8cfNn7 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNl8cfNn7 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNl8cfNn7 .card_post {
    padding: 20px;
  }
}
.cid-ueNl8cfNn7 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNl8cfNn7 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNl8cfNn7 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNl8cfNn7 .item-title,
.cid-ueNl8cfNn7 .card_topic {
  margin-bottom: 12px;
}
.cid-ueNl8cfNn7 .category_content {
  opacity: .8;
}
.cid-ueNl8cfNn7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNl8cfNn7 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNl8cfNn7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNl8cv5RJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNl8cv5RJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNl8cv5RJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNl8cv5RJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNl8cv5RJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNl8cv5RJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNl8cv5RJ .row {
  flex-direction: row-reverse;
}
.cid-ueNl8cv5RJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNl8cv5RJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNl8cv5RJ .content-wrapper:hover .image-wrapper > img,
.cid-ueNl8cv5RJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNl8cv5RJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNl8cv5RJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNl8cv5RJ .image-wrapper,
.cid-ueNl8cv5RJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNl8cv5RJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNl8cv5RJ .card_post {
    padding: 20px;
  }
}
.cid-ueNl8cv5RJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNl8cv5RJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNl8cv5RJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNl8cv5RJ .item-title,
.cid-ueNl8cv5RJ .card_topic {
  margin-bottom: 12px;
}
.cid-ueNl8cv5RJ .category_content {
  opacity: .8;
}
.cid-ueNl8cv5RJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNl8cv5RJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNl8cv5RJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNl8cJTSL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNl8cJTSL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNl8cJTSL .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNl8cJTSL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNl8cJTSL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNl8cJTSL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNl8cJTSL .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNl8cJTSL .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNl8cJTSL .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNl8cJTSL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNl8cJTSL .image_post {
  display: inline-block;
}
.cid-ueNl8cJTSL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNl8cJTSL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNl8cXU43 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNl8cXU43 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNl8cXU43 .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNl8cXU43 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNl8cXU43 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNl8cXU43 .last-p {
  padding-bottom: 0;
}
.cid-ueNl8cXU43 .row {
  justify-content: center;
}
.cid-ueNl8dbVbL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNl8dbVbL .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNl8dbVbL .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNl8dbVbL .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNl8dbVbL .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNl8dbVbL .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNl8dbVbL .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNl8dbVbL .privacy {
    text-align: left;
  }
}
.cid-ueNl8dbVbL .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNl8dbVbL .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNl8dbVbL .divider {
    margin: 20px 0;
  }
  .cid-ueNl8dbVbL .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNl8dbVbL .footer_wrap img {
    margin: auto;
  }
  .cid-ueNl8dbVbL .privacy {
    text-align: center;
  }
}
.cid-ueNlvOGLAA {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNlvOGLAA {
    min-height: 170px !important;
  }
}
.cid-ueNlvOGLAA .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNlvOGLAA .empty_md {
    display: block;
  }
}
.cid-ueNlvOGLAA .container,
.cid-ueNlvOGLAA .container-fluid,
.cid-ueNlvOGLAA .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNlvOGLAA .container,
  .cid-ueNlvOGLAA .container-fluid,
  .cid-ueNlvOGLAA .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNlvOGLAA .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNlvOGLAA .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNlvOGLAA .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNlvOGLAA .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNlvOGLAA .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNlvOGLAA .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNlvOGLAA .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNlvOGLAA .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNlvOGLAA .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNlvOGLAA .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNlvOGLAA .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNlvOGLAA .empty,
  .cid-ueNlvOGLAA .icons-menu {
    min-width: 265px;
  }
  .cid-ueNlvOGLAA .navbar-logo {
    margin: 0;
  }
  .cid-ueNlvOGLAA .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNlvOGLAA .btn {
    white-space: nowrap;
  }
  .cid-ueNlvOGLAA .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNlvOGLAA .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNlvOGLAA .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNlvOGLAA .dropdown-toggle::after,
  .cid-ueNlvOGLAA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNlvOGLAA .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNlvOGLAA .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlvOGLAA .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNlvOGLAA .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlvOGLAA .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNlvOGLAA .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNlvOGLAA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNlvOGLAA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNlvOGLAA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNlvOGLAA .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNlvOGLAA .nav-item:focus,
.cid-ueNlvOGLAA .nav-link:focus {
  outline: none;
}
.cid-ueNlvOGLAA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNlvOGLAA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNlvOGLAA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNlvOGLAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNlvOGLAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNlvOGLAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNlvOGLAA ul.navbar-nav li {
  margin: auto;
}
.cid-ueNlvOGLAA .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNlvOGLAA .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNlvOGLAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNlvOGLAA .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNlvOGLAA .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNlvOGLAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNlvOGLAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNlvOGLAA .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNlvOGLAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNlvOGLAA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNlvOGLAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNlvOGLAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNlvOGLAA .navbar .icons-menu,
  .cid-ueNlvOGLAA .navbar .empty {
    display: none;
  }
  .cid-ueNlvOGLAA .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNlvOGLAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNlvOGLAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNlvOGLAA .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNlvOGLAA .navbar .container-fluid,
  .cid-ueNlvOGLAA .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNlvOGLAA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNlvOGLAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNlvOGLAA .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNlvOGLAA .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNlvOGLAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNlvOGLAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNlvOGLAA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNlvOGLAA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNlvOGLAA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNlvOGLAA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNlvOGLAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNlvOGLAA .dropdown-item.active,
.cid-ueNlvOGLAA .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNlvOGLAA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNlvOGLAA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNlvOGLAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNlvOGLAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNlvOGLAA .navbar-buttons {
  text-align: center;
}
.cid-ueNlvOGLAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNlvOGLAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNlvOGLAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNlvOGLAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNlvOGLAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNlvOGLAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNlvOGLAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNlvOGLAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNlvOGLAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNlvOGLAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNlvOGLAA .navbar-dropdown {
  position: absolute;
}
.cid-ueNlvOGLAA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlvOGLAA a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNlvOGLAA .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNlvOGLAA .navbar {
    height: 77px;
  }
  .cid-ueNlvOGLAA .navbar.opened {
    height: auto;
  }
  .cid-ueNlvOGLAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNlvPabVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNlvPabVZ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNlvPabVZ .photo-split {
  position: relative;
}
.cid-ueNlvPabVZ .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNlvPabVZ .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNlvPabVZ .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNlvPabVZ .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNlvPabVZ .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNlvPabVZ .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNlvPabVZ .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNlvPabVZ .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNlvPabVZ .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNlvPabVZ .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNlvPabVZ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNlvPabVZ .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNlvPabVZ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNlvPabVZ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNlvPabVZ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNlvPabVZ .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNlvPabVZ .photo-split .element-outer,
  .cid-ueNlvPabVZ .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNlvPabVZ .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNlvPabVZ .mbr-section-title,
  .cid-ueNlvPabVZ .mbr-section-subtitle,
  .cid-ueNlvPabVZ .mbr-text {
    text-align: left !important;
  }
  .cid-ueNlvPabVZ .social-list {
    text-align: left !important;
  }
}
.cid-ueNlvPabVZ .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNlvPabVZ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNlvPabVZ .wrap-block .contents .mbr-subtitle,
.cid-ueNlvPabVZ .menu-content-right {
  color: #e53712;
}
.cid-ueNlvPnl7i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNlvPnl7i .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNlvPnl7i .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNlvPnl7i .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNlvPnl7i .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNlvPnl7i .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNlvPnl7i .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNlvPnl7i .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNlvPnl7i .content-wrapper:hover .image-wrapper > img,
.cid-ueNlvPnl7i .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNlvPnl7i .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNlvPnl7i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNlvPnl7i .image-wrapper,
.cid-ueNlvPnl7i img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlvPnl7i .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNlvPnl7i .card_post {
    padding: 20px;
  }
}
.cid-ueNlvPnl7i .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNlvPnl7i .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNlvPnl7i .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNlvPnl7i .item-title,
.cid-ueNlvPnl7i .card_topic {
  margin-bottom: 12px;
}
.cid-ueNlvPnl7i .category_content {
  opacity: .8;
}
.cid-ueNlvPnl7i .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNlvPnl7i .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNlvPnl7i .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNlvPBWGn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNlvPBWGn .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNlvPBWGn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNlvPBWGn .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNlvPBWGn .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNlvPBWGn .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNlvPBWGn .row {
  flex-direction: row-reverse;
}
.cid-ueNlvPBWGn .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNlvPBWGn .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNlvPBWGn .content-wrapper:hover .image-wrapper > img,
.cid-ueNlvPBWGn .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNlvPBWGn .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNlvPBWGn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNlvPBWGn .image-wrapper,
.cid-ueNlvPBWGn img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlvPBWGn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNlvPBWGn .card_post {
    padding: 20px;
  }
}
.cid-ueNlvPBWGn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNlvPBWGn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNlvPBWGn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNlvPBWGn .item-title,
.cid-ueNlvPBWGn .card_topic {
  margin-bottom: 12px;
}
.cid-ueNlvPBWGn .category_content {
  opacity: .8;
}
.cid-ueNlvPBWGn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNlvPBWGn .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNlvPBWGn .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNlvPOu4y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNlvPOu4y .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNlvPOu4y .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNlvPOu4y .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNlvPOu4y .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNlvPOu4y .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNlvPOu4y .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNlvPOu4y .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNlvPOu4y .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNlvPOu4y .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNlvPOu4y .image_post {
  display: inline-block;
}
.cid-ueNlvPOu4y .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNlvPOu4y .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNlvQ3M4Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNlvQ3M4Z img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNlvQ3M4Z .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNlvQ3M4Z .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNlvQ3M4Z .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNlvQ3M4Z .last-p {
  padding-bottom: 0;
}
.cid-ueNlvQ3M4Z .row {
  justify-content: center;
}
.cid-ueNlvQgdr2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNlvQgdr2 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNlvQgdr2 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNlvQgdr2 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNlvQgdr2 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNlvQgdr2 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNlvQgdr2 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNlvQgdr2 .privacy {
    text-align: left;
  }
}
.cid-ueNlvQgdr2 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNlvQgdr2 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNlvQgdr2 .divider {
    margin: 20px 0;
  }
  .cid-ueNlvQgdr2 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNlvQgdr2 .footer_wrap img {
    margin: auto;
  }
  .cid-ueNlvQgdr2 .privacy {
    text-align: center;
  }
}
.cid-ueNlPL5vz8 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-ueNlPL5vz8 {
    min-height: 170px !important;
  }
}
.cid-ueNlPL5vz8 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-ueNlPL5vz8 .empty_md {
    display: block;
  }
}
.cid-ueNlPL5vz8 .container,
.cid-ueNlPL5vz8 .container-fluid,
.cid-ueNlPL5vz8 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-ueNlPL5vz8 .container,
  .cid-ueNlPL5vz8 .container-fluid,
  .cid-ueNlPL5vz8 .empty_md {
    min-height: 170px !important;
  }
}
.cid-ueNlPL5vz8 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-ueNlPL5vz8 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNlPL5vz8 .top_menu {
    min-height: 110px !important;
  }
}
.cid-ueNlPL5vz8 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ueNlPL5vz8 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-ueNlPL5vz8 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-ueNlPL5vz8 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-ueNlPL5vz8 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-ueNlPL5vz8 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-ueNlPL5vz8 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-ueNlPL5vz8 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-ueNlPL5vz8 .empty,
  .cid-ueNlPL5vz8 .icons-menu {
    min-width: 265px;
  }
  .cid-ueNlPL5vz8 .navbar-logo {
    margin: 0;
  }
  .cid-ueNlPL5vz8 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-ueNlPL5vz8 .btn {
    white-space: nowrap;
  }
  .cid-ueNlPL5vz8 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ueNlPL5vz8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ueNlPL5vz8 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ueNlPL5vz8 .dropdown-toggle::after,
  .cid-ueNlPL5vz8 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ueNlPL5vz8 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-ueNlPL5vz8 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlPL5vz8 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-ueNlPL5vz8 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlPL5vz8 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-ueNlPL5vz8 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-ueNlPL5vz8 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ueNlPL5vz8 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ueNlPL5vz8 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ueNlPL5vz8 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ueNlPL5vz8 .nav-item:focus,
.cid-ueNlPL5vz8 .nav-link:focus {
  outline: none;
}
.cid-ueNlPL5vz8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ueNlPL5vz8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ueNlPL5vz8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ueNlPL5vz8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueNlPL5vz8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ueNlPL5vz8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueNlPL5vz8 ul.navbar-nav li {
  margin: auto;
}
.cid-ueNlPL5vz8 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-ueNlPL5vz8 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-ueNlPL5vz8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ueNlPL5vz8 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-ueNlPL5vz8 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-ueNlPL5vz8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueNlPL5vz8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueNlPL5vz8 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-ueNlPL5vz8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-ueNlPL5vz8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ueNlPL5vz8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueNlPL5vz8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ueNlPL5vz8 .navbar .icons-menu,
  .cid-ueNlPL5vz8 .navbar .empty {
    display: none;
  }
  .cid-ueNlPL5vz8 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-ueNlPL5vz8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueNlPL5vz8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueNlPL5vz8 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-ueNlPL5vz8 .navbar .container-fluid,
  .cid-ueNlPL5vz8 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ueNlPL5vz8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ueNlPL5vz8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueNlPL5vz8 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-ueNlPL5vz8 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ueNlPL5vz8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-ueNlPL5vz8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ueNlPL5vz8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-ueNlPL5vz8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ueNlPL5vz8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ueNlPL5vz8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueNlPL5vz8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueNlPL5vz8 .dropdown-item.active,
.cid-ueNlPL5vz8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueNlPL5vz8 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueNlPL5vz8 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ueNlPL5vz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueNlPL5vz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ueNlPL5vz8 .navbar-buttons {
  text-align: center;
}
.cid-ueNlPL5vz8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ueNlPL5vz8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ueNlPL5vz8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueNlPL5vz8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNlPL5vz8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueNlPL5vz8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueNlPL5vz8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNlPL5vz8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueNlPL5vz8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueNlPL5vz8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueNlPL5vz8 .navbar-dropdown {
  position: absolute;
}
.cid-ueNlPL5vz8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlPL5vz8 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-ueNlPL5vz8 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueNlPL5vz8 .navbar {
    height: 77px;
  }
  .cid-ueNlPL5vz8 .navbar.opened {
    height: auto;
  }
  .cid-ueNlPL5vz8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueNlPLyCuv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueNlPLyCuv .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ueNlPLyCuv .photo-split {
  position: relative;
}
.cid-ueNlPLyCuv .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-ueNlPLyCuv .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNlPLyCuv .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNlPLyCuv .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueNlPLyCuv .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-ueNlPLyCuv .wrap-block {
  padding: 3rem 3rem;
}
.cid-ueNlPLyCuv .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-ueNlPLyCuv .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-ueNlPLyCuv .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-ueNlPLyCuv .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ueNlPLyCuv .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-ueNlPLyCuv .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-ueNlPLyCuv .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ueNlPLyCuv .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-ueNlPLyCuv .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-ueNlPLyCuv .photo-split {
    padding: 3rem 3rem;
  }
  .cid-ueNlPLyCuv .photo-split .element-outer,
  .cid-ueNlPLyCuv .photo-split .element-outer2 {
    display: none;
  }
  .cid-ueNlPLyCuv .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNlPLyCuv .mbr-section-title,
  .cid-ueNlPLyCuv .mbr-section-subtitle,
  .cid-ueNlPLyCuv .mbr-text {
    text-align: left !important;
  }
  .cid-ueNlPLyCuv .social-list {
    text-align: left !important;
  }
}
.cid-ueNlPLyCuv .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-ueNlPLyCuv .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-ueNlPLyCuv .wrap-block .contents .mbr-subtitle,
.cid-ueNlPLyCuv .menu-content-right {
  color: #e53712;
}
.cid-ueNlPLL7GW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNlPLL7GW .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNlPLL7GW .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNlPLL7GW .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNlPLL7GW .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNlPLL7GW .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNlPLL7GW .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNlPLL7GW .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNlPLL7GW .content-wrapper:hover .image-wrapper > img,
.cid-ueNlPLL7GW .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNlPLL7GW .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNlPLL7GW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNlPLL7GW .image-wrapper,
.cid-ueNlPLL7GW img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlPLL7GW .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNlPLL7GW .card_post {
    padding: 20px;
  }
}
.cid-ueNlPLL7GW .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNlPLL7GW .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNlPLL7GW .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNlPLL7GW .item-title,
.cid-ueNlPLL7GW .card_topic {
  margin-bottom: 12px;
}
.cid-ueNlPLL7GW .category_content {
  opacity: .8;
}
.cid-ueNlPLL7GW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNlPLL7GW .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNlPLL7GW .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNlPLZzwo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNlPLZzwo .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-ueNlPLZzwo .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-ueNlPLZzwo .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-ueNlPLZzwo .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-ueNlPLZzwo .text-wrapper {
    padding: 20px 0;
  }
}
.cid-ueNlPLZzwo .row {
  flex-direction: row-reverse;
}
.cid-ueNlPLZzwo .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-ueNlPLZzwo .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-ueNlPLZzwo .content-wrapper:hover .image-wrapper > img,
.cid-ueNlPLZzwo .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-ueNlPLZzwo .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-ueNlPLZzwo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ueNlPLZzwo .image-wrapper,
.cid-ueNlPLZzwo img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ueNlPLZzwo .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-ueNlPLZzwo .card_post {
    padding: 20px;
  }
}
.cid-ueNlPLZzwo .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ueNlPLZzwo .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-ueNlPLZzwo .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-ueNlPLZzwo .item-title,
.cid-ueNlPLZzwo .card_topic {
  margin-bottom: 12px;
}
.cid-ueNlPLZzwo .category_content {
  opacity: .8;
}
.cid-ueNlPLZzwo .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ueNlPLZzwo .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-ueNlPLZzwo .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-ueNlPMcUsl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueNlPMcUsl .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-ueNlPMcUsl .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-ueNlPMcUsl .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueNlPMcUsl .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueNlPMcUsl .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueNlPMcUsl .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueNlPMcUsl .mbr-section-btn .btn-secondary-outline .active,
.cid-ueNlPMcUsl .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-ueNlPMcUsl .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueNlPMcUsl .image_post {
  display: inline-block;
}
.cid-ueNlPMcUsl .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueNlPMcUsl .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueNlPMqAF1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueNlPMqAF1 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-ueNlPMqAF1 .right {
  display: flex;
  flex-direction: column;
}
.cid-ueNlPMqAF1 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-ueNlPMqAF1 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-ueNlPMqAF1 .last-p {
  padding-bottom: 0;
}
.cid-ueNlPMqAF1 .row {
  justify-content: center;
}
.cid-ueNlPMDdCq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-ueNlPMDdCq .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ueNlPMDdCq .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-ueNlPMDdCq .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-ueNlPMDdCq .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-ueNlPMDdCq .footer_items a:hover {
  color: #ffffff !important;
}
.cid-ueNlPMDdCq .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueNlPMDdCq .privacy {
    text-align: left;
  }
}
.cid-ueNlPMDdCq .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-ueNlPMDdCq .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-ueNlPMDdCq .divider {
    margin: 20px 0;
  }
  .cid-ueNlPMDdCq .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-ueNlPMDdCq .footer_wrap img {
    margin: auto;
  }
  .cid-ueNlPMDdCq .privacy {
    text-align: center;
  }
}
.cid-uxfOaTXP9H {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfOaTXP9H {
    min-height: 170px !important;
  }
}
.cid-uxfOaTXP9H .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfOaTXP9H .empty_md {
    display: block;
  }
}
.cid-uxfOaTXP9H .container,
.cid-uxfOaTXP9H .container-fluid,
.cid-uxfOaTXP9H .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfOaTXP9H .container,
  .cid-uxfOaTXP9H .container-fluid,
  .cid-uxfOaTXP9H .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfOaTXP9H .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfOaTXP9H .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfOaTXP9H .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfOaTXP9H .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfOaTXP9H .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfOaTXP9H .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfOaTXP9H .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfOaTXP9H .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfOaTXP9H .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfOaTXP9H .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfOaTXP9H .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfOaTXP9H .empty,
  .cid-uxfOaTXP9H .icons-menu {
    min-width: 265px;
  }
  .cid-uxfOaTXP9H .navbar-logo {
    margin: 0;
  }
  .cid-uxfOaTXP9H .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfOaTXP9H .btn {
    white-space: nowrap;
  }
  .cid-uxfOaTXP9H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfOaTXP9H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfOaTXP9H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfOaTXP9H .dropdown-toggle::after,
  .cid-uxfOaTXP9H .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfOaTXP9H .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfOaTXP9H .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfOaTXP9H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfOaTXP9H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfOaTXP9H .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfOaTXP9H .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfOaTXP9H .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfOaTXP9H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfOaTXP9H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfOaTXP9H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfOaTXP9H .nav-item:focus,
.cid-uxfOaTXP9H .nav-link:focus {
  outline: none;
}
.cid-uxfOaTXP9H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfOaTXP9H .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfOaTXP9H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfOaTXP9H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfOaTXP9H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfOaTXP9H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfOaTXP9H ul.navbar-nav li {
  margin: auto;
}
.cid-uxfOaTXP9H .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfOaTXP9H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfOaTXP9H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfOaTXP9H .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfOaTXP9H .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfOaTXP9H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfOaTXP9H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfOaTXP9H .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfOaTXP9H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfOaTXP9H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfOaTXP9H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfOaTXP9H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfOaTXP9H .navbar .icons-menu,
  .cid-uxfOaTXP9H .navbar .empty {
    display: none;
  }
  .cid-uxfOaTXP9H .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfOaTXP9H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfOaTXP9H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfOaTXP9H .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfOaTXP9H .navbar .container-fluid,
  .cid-uxfOaTXP9H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfOaTXP9H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfOaTXP9H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfOaTXP9H .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfOaTXP9H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfOaTXP9H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfOaTXP9H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfOaTXP9H .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfOaTXP9H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfOaTXP9H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfOaTXP9H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfOaTXP9H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfOaTXP9H .dropdown-item.active,
.cid-uxfOaTXP9H .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfOaTXP9H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfOaTXP9H .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfOaTXP9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfOaTXP9H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfOaTXP9H .navbar-buttons {
  text-align: center;
}
.cid-uxfOaTXP9H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfOaTXP9H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfOaTXP9H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfOaTXP9H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfOaTXP9H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfOaTXP9H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfOaTXP9H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfOaTXP9H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfOaTXP9H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfOaTXP9H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfOaTXP9H .navbar-dropdown {
  position: absolute;
}
.cid-uxfOaTXP9H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfOaTXP9H a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfOaTXP9H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfOaTXP9H .navbar {
    height: 77px;
  }
  .cid-uxfOaTXP9H .navbar.opened {
    height: auto;
  }
  .cid-uxfOaTXP9H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfOaUwyQf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfOaUwyQf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfOaUwyQf .photo-split {
  position: relative;
}
.cid-uxfOaUwyQf .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfOaUwyQf .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfOaUwyQf .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfOaUwyQf .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfOaUwyQf .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfOaUwyQf .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfOaUwyQf .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfOaUwyQf .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfOaUwyQf .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfOaUwyQf .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfOaUwyQf .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfOaUwyQf .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfOaUwyQf .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfOaUwyQf .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfOaUwyQf .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfOaUwyQf .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfOaUwyQf .photo-split .element-outer,
  .cid-uxfOaUwyQf .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfOaUwyQf .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfOaUwyQf .mbr-section-title,
  .cid-uxfOaUwyQf .mbr-section-subtitle,
  .cid-uxfOaUwyQf .mbr-text {
    text-align: left !important;
  }
  .cid-uxfOaUwyQf .social-list {
    text-align: left !important;
  }
}
.cid-uxfOaUwyQf .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfOaUwyQf .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfOaUwyQf .wrap-block .contents .mbr-subtitle,
.cid-uxfOaUwyQf .menu-content-right {
  color: #e53712;
}
.cid-uxfOaULAhv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfOaULAhv .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfOaULAhv .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfOaULAhv .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfOaULAhv .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfOaULAhv .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfOaULAhv .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfOaULAhv .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfOaULAhv .content-wrapper:hover .image-wrapper > img,
.cid-uxfOaULAhv .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfOaULAhv .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfOaULAhv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfOaULAhv .image-wrapper,
.cid-uxfOaULAhv img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfOaULAhv .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfOaULAhv .card_post {
    padding: 20px;
  }
}
.cid-uxfOaULAhv .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfOaULAhv .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfOaULAhv .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfOaULAhv .item-title,
.cid-uxfOaULAhv .card_topic {
  margin-bottom: 12px;
}
.cid-uxfOaULAhv .category_content {
  opacity: .8;
}
.cid-uxfOaULAhv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfOaULAhv .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfOaULAhv .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfOaV0BIg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfOaV0BIg .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfOaV0BIg .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfOaV0BIg .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfOaV0BIg .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfOaV0BIg .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfOaV0BIg .row {
  flex-direction: row-reverse;
}
.cid-uxfOaV0BIg .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfOaV0BIg .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfOaV0BIg .content-wrapper:hover .image-wrapper > img,
.cid-uxfOaV0BIg .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfOaV0BIg .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfOaV0BIg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfOaV0BIg .image-wrapper,
.cid-uxfOaV0BIg img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfOaV0BIg .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfOaV0BIg .card_post {
    padding: 20px;
  }
}
.cid-uxfOaV0BIg .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfOaV0BIg .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfOaV0BIg .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfOaV0BIg .item-title,
.cid-uxfOaV0BIg .card_topic {
  margin-bottom: 12px;
}
.cid-uxfOaV0BIg .category_content {
  opacity: .8;
}
.cid-uxfOaV0BIg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfOaV0BIg .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfOaV0BIg .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfOaVfF6p {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfOaVfF6p .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfOaVfF6p .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfOaVfF6p .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfOaVfF6p .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfOaVfF6p .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfOaVfF6p .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfOaVfF6p .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfOaVfF6p .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfOaVfF6p .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfOaVfF6p .image_post {
  display: inline-block;
}
.cid-uxfOaVfF6p .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfOaVfF6p .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfOaVMsku {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfOaVMsku .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfOaVMsku .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfOaVMsku .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfOaVMsku .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfOaVMsku .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfOaVMsku .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfOaVMsku .privacy {
    text-align: left;
  }
}
.cid-uxfOaVMsku .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfOaVMsku .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfOaVMsku .divider {
    margin: 20px 0;
  }
  .cid-uxfOaVMsku .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfOaVMsku .footer_wrap img {
    margin: auto;
  }
  .cid-uxfOaVMsku .privacy {
    text-align: center;
  }
}
.cid-uxfPG4qF99 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfPG4qF99 {
    min-height: 170px !important;
  }
}
.cid-uxfPG4qF99 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfPG4qF99 .empty_md {
    display: block;
  }
}
.cid-uxfPG4qF99 .container,
.cid-uxfPG4qF99 .container-fluid,
.cid-uxfPG4qF99 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfPG4qF99 .container,
  .cid-uxfPG4qF99 .container-fluid,
  .cid-uxfPG4qF99 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfPG4qF99 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfPG4qF99 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfPG4qF99 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfPG4qF99 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfPG4qF99 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfPG4qF99 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfPG4qF99 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfPG4qF99 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfPG4qF99 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfPG4qF99 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfPG4qF99 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfPG4qF99 .empty,
  .cid-uxfPG4qF99 .icons-menu {
    min-width: 265px;
  }
  .cid-uxfPG4qF99 .navbar-logo {
    margin: 0;
  }
  .cid-uxfPG4qF99 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfPG4qF99 .btn {
    white-space: nowrap;
  }
  .cid-uxfPG4qF99 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfPG4qF99 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfPG4qF99 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfPG4qF99 .dropdown-toggle::after,
  .cid-uxfPG4qF99 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfPG4qF99 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfPG4qF99 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfPG4qF99 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfPG4qF99 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfPG4qF99 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfPG4qF99 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfPG4qF99 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfPG4qF99 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfPG4qF99 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfPG4qF99 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfPG4qF99 .nav-item:focus,
.cid-uxfPG4qF99 .nav-link:focus {
  outline: none;
}
.cid-uxfPG4qF99 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfPG4qF99 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfPG4qF99 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfPG4qF99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfPG4qF99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfPG4qF99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfPG4qF99 ul.navbar-nav li {
  margin: auto;
}
.cid-uxfPG4qF99 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfPG4qF99 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfPG4qF99 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfPG4qF99 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfPG4qF99 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfPG4qF99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfPG4qF99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfPG4qF99 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfPG4qF99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfPG4qF99 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfPG4qF99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfPG4qF99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfPG4qF99 .navbar .icons-menu,
  .cid-uxfPG4qF99 .navbar .empty {
    display: none;
  }
  .cid-uxfPG4qF99 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfPG4qF99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfPG4qF99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfPG4qF99 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfPG4qF99 .navbar .container-fluid,
  .cid-uxfPG4qF99 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfPG4qF99 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfPG4qF99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfPG4qF99 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfPG4qF99 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfPG4qF99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfPG4qF99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfPG4qF99 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfPG4qF99 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfPG4qF99 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfPG4qF99 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfPG4qF99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfPG4qF99 .dropdown-item.active,
.cid-uxfPG4qF99 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfPG4qF99 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfPG4qF99 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfPG4qF99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfPG4qF99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfPG4qF99 .navbar-buttons {
  text-align: center;
}
.cid-uxfPG4qF99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfPG4qF99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfPG4qF99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfPG4qF99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfPG4qF99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfPG4qF99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfPG4qF99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfPG4qF99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfPG4qF99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfPG4qF99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfPG4qF99 .navbar-dropdown {
  position: absolute;
}
.cid-uxfPG4qF99 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfPG4qF99 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfPG4qF99 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfPG4qF99 .navbar {
    height: 77px;
  }
  .cid-uxfPG4qF99 .navbar.opened {
    height: auto;
  }
  .cid-uxfPG4qF99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfPG51kDf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfPG51kDf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfPG51kDf .photo-split {
  position: relative;
}
.cid-uxfPG51kDf .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfPG51kDf .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfPG51kDf .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfPG51kDf .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfPG51kDf .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfPG51kDf .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfPG51kDf .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfPG51kDf .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfPG51kDf .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfPG51kDf .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfPG51kDf .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfPG51kDf .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfPG51kDf .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfPG51kDf .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfPG51kDf .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfPG51kDf .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfPG51kDf .photo-split .element-outer,
  .cid-uxfPG51kDf .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfPG51kDf .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfPG51kDf .mbr-section-title,
  .cid-uxfPG51kDf .mbr-section-subtitle,
  .cid-uxfPG51kDf .mbr-text {
    text-align: left !important;
  }
  .cid-uxfPG51kDf .social-list {
    text-align: left !important;
  }
}
.cid-uxfPG51kDf .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfPG51kDf .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfPG51kDf .wrap-block .contents .mbr-subtitle,
.cid-uxfPG51kDf .menu-content-right {
  color: #e53712;
}
.cid-uxfPG5jMvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfPG5jMvz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfPG5jMvz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfPG5jMvz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfPG5jMvz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfPG5jMvz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfPG5jMvz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfPG5jMvz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfPG5jMvz .content-wrapper:hover .image-wrapper > img,
.cid-uxfPG5jMvz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfPG5jMvz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfPG5jMvz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfPG5jMvz .image-wrapper,
.cid-uxfPG5jMvz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfPG5jMvz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfPG5jMvz .card_post {
    padding: 20px;
  }
}
.cid-uxfPG5jMvz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfPG5jMvz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfPG5jMvz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfPG5jMvz .item-title,
.cid-uxfPG5jMvz .card_topic {
  margin-bottom: 12px;
}
.cid-uxfPG5jMvz .category_content {
  opacity: .8;
}
.cid-uxfPG5jMvz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfPG5jMvz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfPG5jMvz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfPG5BYik {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfPG5BYik .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfPG5BYik .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfPG5BYik .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfPG5BYik .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfPG5BYik .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfPG5BYik .row {
  flex-direction: row-reverse;
}
.cid-uxfPG5BYik .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfPG5BYik .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfPG5BYik .content-wrapper:hover .image-wrapper > img,
.cid-uxfPG5BYik .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfPG5BYik .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfPG5BYik .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfPG5BYik .image-wrapper,
.cid-uxfPG5BYik img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfPG5BYik .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfPG5BYik .card_post {
    padding: 20px;
  }
}
.cid-uxfPG5BYik .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfPG5BYik .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfPG5BYik .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfPG5BYik .item-title,
.cid-uxfPG5BYik .card_topic {
  margin-bottom: 12px;
}
.cid-uxfPG5BYik .category_content {
  opacity: .8;
}
.cid-uxfPG5BYik .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfPG5BYik .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfPG5BYik .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfPG5Q5vX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfPG5Q5vX .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfPG5Q5vX .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfPG5Q5vX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfPG5Q5vX .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfPG5Q5vX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfPG5Q5vX .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfPG5Q5vX .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfPG5Q5vX .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfPG5Q5vX .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfPG5Q5vX .image_post {
  display: inline-block;
}
.cid-uxfPG5Q5vX .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfPG5Q5vX .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfPG66u76 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfPG66u76 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfPG66u76 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfPG66u76 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfPG66u76 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfPG66u76 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfPG66u76 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfPG66u76 .privacy {
    text-align: left;
  }
}
.cid-uxfPG66u76 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfPG66u76 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfPG66u76 .divider {
    margin: 20px 0;
  }
  .cid-uxfPG66u76 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfPG66u76 .footer_wrap img {
    margin: auto;
  }
  .cid-uxfPG66u76 .privacy {
    text-align: center;
  }
}
.cid-uxfQPj8HW9 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfQPj8HW9 {
    min-height: 170px !important;
  }
}
.cid-uxfQPj8HW9 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfQPj8HW9 .empty_md {
    display: block;
  }
}
.cid-uxfQPj8HW9 .container,
.cid-uxfQPj8HW9 .container-fluid,
.cid-uxfQPj8HW9 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfQPj8HW9 .container,
  .cid-uxfQPj8HW9 .container-fluid,
  .cid-uxfQPj8HW9 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfQPj8HW9 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfQPj8HW9 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfQPj8HW9 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfQPj8HW9 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfQPj8HW9 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfQPj8HW9 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfQPj8HW9 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfQPj8HW9 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfQPj8HW9 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfQPj8HW9 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfQPj8HW9 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfQPj8HW9 .empty,
  .cid-uxfQPj8HW9 .icons-menu {
    min-width: 265px;
  }
  .cid-uxfQPj8HW9 .navbar-logo {
    margin: 0;
  }
  .cid-uxfQPj8HW9 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfQPj8HW9 .btn {
    white-space: nowrap;
  }
  .cid-uxfQPj8HW9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfQPj8HW9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfQPj8HW9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfQPj8HW9 .dropdown-toggle::after,
  .cid-uxfQPj8HW9 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfQPj8HW9 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfQPj8HW9 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfQPj8HW9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfQPj8HW9 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfQPj8HW9 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfQPj8HW9 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfQPj8HW9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfQPj8HW9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfQPj8HW9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfQPj8HW9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfQPj8HW9 .nav-item:focus,
.cid-uxfQPj8HW9 .nav-link:focus {
  outline: none;
}
.cid-uxfQPj8HW9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfQPj8HW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfQPj8HW9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfQPj8HW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfQPj8HW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfQPj8HW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfQPj8HW9 ul.navbar-nav li {
  margin: auto;
}
.cid-uxfQPj8HW9 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfQPj8HW9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfQPj8HW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfQPj8HW9 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfQPj8HW9 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfQPj8HW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfQPj8HW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfQPj8HW9 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfQPj8HW9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfQPj8HW9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfQPj8HW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfQPj8HW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfQPj8HW9 .navbar .icons-menu,
  .cid-uxfQPj8HW9 .navbar .empty {
    display: none;
  }
  .cid-uxfQPj8HW9 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfQPj8HW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfQPj8HW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfQPj8HW9 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfQPj8HW9 .navbar .container-fluid,
  .cid-uxfQPj8HW9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfQPj8HW9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfQPj8HW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfQPj8HW9 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfQPj8HW9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfQPj8HW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfQPj8HW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfQPj8HW9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfQPj8HW9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfQPj8HW9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfQPj8HW9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfQPj8HW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfQPj8HW9 .dropdown-item.active,
.cid-uxfQPj8HW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfQPj8HW9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfQPj8HW9 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfQPj8HW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfQPj8HW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfQPj8HW9 .navbar-buttons {
  text-align: center;
}
.cid-uxfQPj8HW9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfQPj8HW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfQPj8HW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfQPj8HW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfQPj8HW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfQPj8HW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfQPj8HW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfQPj8HW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfQPj8HW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfQPj8HW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfQPj8HW9 .navbar-dropdown {
  position: absolute;
}
.cid-uxfQPj8HW9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfQPj8HW9 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfQPj8HW9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfQPj8HW9 .navbar {
    height: 77px;
  }
  .cid-uxfQPj8HW9 .navbar.opened {
    height: auto;
  }
  .cid-uxfQPj8HW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfQPjKgV9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfQPjKgV9 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfQPjKgV9 .photo-split {
  position: relative;
}
.cid-uxfQPjKgV9 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfQPjKgV9 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfQPjKgV9 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfQPjKgV9 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfQPjKgV9 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfQPjKgV9 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfQPjKgV9 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfQPjKgV9 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfQPjKgV9 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfQPjKgV9 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfQPjKgV9 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfQPjKgV9 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfQPjKgV9 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfQPjKgV9 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfQPjKgV9 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfQPjKgV9 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfQPjKgV9 .photo-split .element-outer,
  .cid-uxfQPjKgV9 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfQPjKgV9 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfQPjKgV9 .mbr-section-title,
  .cid-uxfQPjKgV9 .mbr-section-subtitle,
  .cid-uxfQPjKgV9 .mbr-text {
    text-align: left !important;
  }
  .cid-uxfQPjKgV9 .social-list {
    text-align: left !important;
  }
}
.cid-uxfQPjKgV9 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfQPjKgV9 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfQPjKgV9 .wrap-block .contents .mbr-subtitle,
.cid-uxfQPjKgV9 .menu-content-right {
  color: #e53712;
}
.cid-uxfQPk2xqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfQPk2xqn .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfQPk2xqn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfQPk2xqn .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfQPk2xqn .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfQPk2xqn .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfQPk2xqn .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfQPk2xqn .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfQPk2xqn .content-wrapper:hover .image-wrapper > img,
.cid-uxfQPk2xqn .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfQPk2xqn .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfQPk2xqn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfQPk2xqn .image-wrapper,
.cid-uxfQPk2xqn img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfQPk2xqn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfQPk2xqn .card_post {
    padding: 20px;
  }
}
.cid-uxfQPk2xqn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfQPk2xqn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfQPk2xqn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfQPk2xqn .item-title,
.cid-uxfQPk2xqn .card_topic {
  margin-bottom: 12px;
}
.cid-uxfQPk2xqn .category_content {
  opacity: .8;
}
.cid-uxfQPk2xqn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfQPk2xqn .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfQPk2xqn .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfQPkj7Om {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfQPkj7Om .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfQPkj7Om .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfQPkj7Om .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfQPkj7Om .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfQPkj7Om .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfQPkj7Om .row {
  flex-direction: row-reverse;
}
.cid-uxfQPkj7Om .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfQPkj7Om .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfQPkj7Om .content-wrapper:hover .image-wrapper > img,
.cid-uxfQPkj7Om .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfQPkj7Om .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfQPkj7Om .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfQPkj7Om .image-wrapper,
.cid-uxfQPkj7Om img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfQPkj7Om .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfQPkj7Om .card_post {
    padding: 20px;
  }
}
.cid-uxfQPkj7Om .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfQPkj7Om .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfQPkj7Om .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfQPkj7Om .item-title,
.cid-uxfQPkj7Om .card_topic {
  margin-bottom: 12px;
}
.cid-uxfQPkj7Om .category_content {
  opacity: .8;
}
.cid-uxfQPkj7Om .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfQPkj7Om .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfQPkj7Om .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfQPkzeOn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfQPkzeOn .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfQPkzeOn .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfQPkzeOn .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfQPkzeOn .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfQPkzeOn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfQPkzeOn .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfQPkzeOn .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfQPkzeOn .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfQPkzeOn .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfQPkzeOn .image_post {
  display: inline-block;
}
.cid-uxfQPkzeOn .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfQPkzeOn .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfQPkOIyF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfQPkOIyF .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfQPkOIyF .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfQPkOIyF .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfQPkOIyF .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfQPkOIyF .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfQPkOIyF .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfQPkOIyF .privacy {
    text-align: left;
  }
}
.cid-uxfQPkOIyF .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfQPkOIyF .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfQPkOIyF .divider {
    margin: 20px 0;
  }
  .cid-uxfQPkOIyF .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfQPkOIyF .footer_wrap img {
    margin: auto;
  }
  .cid-uxfQPkOIyF .privacy {
    text-align: center;
  }
}
.cid-uxfS1UVD8k {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfS1UVD8k {
    min-height: 170px !important;
  }
}
.cid-uxfS1UVD8k .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfS1UVD8k .empty_md {
    display: block;
  }
}
.cid-uxfS1UVD8k .container,
.cid-uxfS1UVD8k .container-fluid,
.cid-uxfS1UVD8k .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfS1UVD8k .container,
  .cid-uxfS1UVD8k .container-fluid,
  .cid-uxfS1UVD8k .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfS1UVD8k .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfS1UVD8k .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfS1UVD8k .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfS1UVD8k .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfS1UVD8k .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfS1UVD8k .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfS1UVD8k .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfS1UVD8k .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfS1UVD8k .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfS1UVD8k .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfS1UVD8k .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfS1UVD8k .empty,
  .cid-uxfS1UVD8k .icons-menu {
    min-width: 265px;
  }
  .cid-uxfS1UVD8k .navbar-logo {
    margin: 0;
  }
  .cid-uxfS1UVD8k .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfS1UVD8k .btn {
    white-space: nowrap;
  }
  .cid-uxfS1UVD8k .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfS1UVD8k .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfS1UVD8k .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfS1UVD8k .dropdown-toggle::after,
  .cid-uxfS1UVD8k .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfS1UVD8k .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfS1UVD8k .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfS1UVD8k .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfS1UVD8k .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfS1UVD8k .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfS1UVD8k .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfS1UVD8k .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfS1UVD8k .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfS1UVD8k .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfS1UVD8k .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfS1UVD8k .nav-item:focus,
.cid-uxfS1UVD8k .nav-link:focus {
  outline: none;
}
.cid-uxfS1UVD8k .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfS1UVD8k .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfS1UVD8k .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfS1UVD8k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfS1UVD8k .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfS1UVD8k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfS1UVD8k ul.navbar-nav li {
  margin: auto;
}
.cid-uxfS1UVD8k .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfS1UVD8k .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfS1UVD8k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfS1UVD8k .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfS1UVD8k .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfS1UVD8k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfS1UVD8k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfS1UVD8k .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfS1UVD8k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfS1UVD8k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfS1UVD8k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfS1UVD8k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfS1UVD8k .navbar .icons-menu,
  .cid-uxfS1UVD8k .navbar .empty {
    display: none;
  }
  .cid-uxfS1UVD8k .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfS1UVD8k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfS1UVD8k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfS1UVD8k .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfS1UVD8k .navbar .container-fluid,
  .cid-uxfS1UVD8k .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfS1UVD8k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfS1UVD8k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfS1UVD8k .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfS1UVD8k .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfS1UVD8k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfS1UVD8k .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfS1UVD8k .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfS1UVD8k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfS1UVD8k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfS1UVD8k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfS1UVD8k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfS1UVD8k .dropdown-item.active,
.cid-uxfS1UVD8k .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfS1UVD8k .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfS1UVD8k .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfS1UVD8k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfS1UVD8k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfS1UVD8k .navbar-buttons {
  text-align: center;
}
.cid-uxfS1UVD8k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfS1UVD8k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfS1UVD8k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfS1UVD8k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfS1UVD8k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfS1UVD8k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfS1UVD8k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfS1UVD8k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfS1UVD8k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfS1UVD8k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfS1UVD8k .navbar-dropdown {
  position: absolute;
}
.cid-uxfS1UVD8k a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfS1UVD8k a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfS1UVD8k .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfS1UVD8k .navbar {
    height: 77px;
  }
  .cid-uxfS1UVD8k .navbar.opened {
    height: auto;
  }
  .cid-uxfS1UVD8k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfS1Vx0p4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfS1Vx0p4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfS1Vx0p4 .photo-split {
  position: relative;
}
.cid-uxfS1Vx0p4 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfS1Vx0p4 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfS1Vx0p4 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfS1Vx0p4 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfS1Vx0p4 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfS1Vx0p4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfS1Vx0p4 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfS1Vx0p4 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfS1Vx0p4 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfS1Vx0p4 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfS1Vx0p4 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfS1Vx0p4 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfS1Vx0p4 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfS1Vx0p4 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfS1Vx0p4 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfS1Vx0p4 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfS1Vx0p4 .photo-split .element-outer,
  .cid-uxfS1Vx0p4 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfS1Vx0p4 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfS1Vx0p4 .mbr-section-title,
  .cid-uxfS1Vx0p4 .mbr-section-subtitle,
  .cid-uxfS1Vx0p4 .mbr-text {
    text-align: left !important;
  }
  .cid-uxfS1Vx0p4 .social-list {
    text-align: left !important;
  }
}
.cid-uxfS1Vx0p4 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfS1Vx0p4 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfS1Vx0p4 .wrap-block .contents .mbr-subtitle,
.cid-uxfS1Vx0p4 .menu-content-right {
  color: #e53712;
}
.cid-uxfS1VP7XU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfS1VP7XU .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfS1VP7XU .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfS1VP7XU .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfS1VP7XU .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfS1VP7XU .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfS1VP7XU .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfS1VP7XU .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfS1VP7XU .content-wrapper:hover .image-wrapper > img,
.cid-uxfS1VP7XU .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfS1VP7XU .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfS1VP7XU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfS1VP7XU .image-wrapper,
.cid-uxfS1VP7XU img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfS1VP7XU .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfS1VP7XU .card_post {
    padding: 20px;
  }
}
.cid-uxfS1VP7XU .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfS1VP7XU .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfS1VP7XU .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfS1VP7XU .item-title,
.cid-uxfS1VP7XU .card_topic {
  margin-bottom: 12px;
}
.cid-uxfS1VP7XU .category_content {
  opacity: .8;
}
.cid-uxfS1VP7XU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfS1VP7XU .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfS1VP7XU .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfS1W54c3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfS1W54c3 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfS1W54c3 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfS1W54c3 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfS1W54c3 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfS1W54c3 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfS1W54c3 .row {
  flex-direction: row-reverse;
}
.cid-uxfS1W54c3 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfS1W54c3 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfS1W54c3 .content-wrapper:hover .image-wrapper > img,
.cid-uxfS1W54c3 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfS1W54c3 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfS1W54c3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfS1W54c3 .image-wrapper,
.cid-uxfS1W54c3 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfS1W54c3 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfS1W54c3 .card_post {
    padding: 20px;
  }
}
.cid-uxfS1W54c3 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfS1W54c3 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfS1W54c3 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfS1W54c3 .item-title,
.cid-uxfS1W54c3 .card_topic {
  margin-bottom: 12px;
}
.cid-uxfS1W54c3 .category_content {
  opacity: .8;
}
.cid-uxfS1W54c3 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfS1W54c3 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfS1W54c3 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfS1WlbhV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfS1WlbhV .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfS1WlbhV .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfS1WlbhV .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfS1WlbhV .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfS1WlbhV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfS1WlbhV .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfS1WlbhV .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfS1WlbhV .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfS1WlbhV .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfS1WlbhV .image_post {
  display: inline-block;
}
.cid-uxfS1WlbhV .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfS1WlbhV .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfS1WByKN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfS1WByKN .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfS1WByKN .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfS1WByKN .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfS1WByKN .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfS1WByKN .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfS1WByKN .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfS1WByKN .privacy {
    text-align: left;
  }
}
.cid-uxfS1WByKN .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfS1WByKN .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfS1WByKN .divider {
    margin: 20px 0;
  }
  .cid-uxfS1WByKN .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfS1WByKN .footer_wrap img {
    margin: auto;
  }
  .cid-uxfS1WByKN .privacy {
    text-align: center;
  }
}
.cid-uxfSKWxN2L {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfSKWxN2L {
    min-height: 170px !important;
  }
}
.cid-uxfSKWxN2L .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfSKWxN2L .empty_md {
    display: block;
  }
}
.cid-uxfSKWxN2L .container,
.cid-uxfSKWxN2L .container-fluid,
.cid-uxfSKWxN2L .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfSKWxN2L .container,
  .cid-uxfSKWxN2L .container-fluid,
  .cid-uxfSKWxN2L .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfSKWxN2L .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfSKWxN2L .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfSKWxN2L .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfSKWxN2L .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfSKWxN2L .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfSKWxN2L .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfSKWxN2L .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfSKWxN2L .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfSKWxN2L .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfSKWxN2L .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfSKWxN2L .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfSKWxN2L .empty,
  .cid-uxfSKWxN2L .icons-menu {
    min-width: 265px;
  }
  .cid-uxfSKWxN2L .navbar-logo {
    margin: 0;
  }
  .cid-uxfSKWxN2L .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfSKWxN2L .btn {
    white-space: nowrap;
  }
  .cid-uxfSKWxN2L .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfSKWxN2L .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfSKWxN2L .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfSKWxN2L .dropdown-toggle::after,
  .cid-uxfSKWxN2L .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfSKWxN2L .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfSKWxN2L .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfSKWxN2L .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfSKWxN2L .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfSKWxN2L .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfSKWxN2L .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfSKWxN2L .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfSKWxN2L .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfSKWxN2L .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfSKWxN2L .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfSKWxN2L .nav-item:focus,
.cid-uxfSKWxN2L .nav-link:focus {
  outline: none;
}
.cid-uxfSKWxN2L .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfSKWxN2L .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfSKWxN2L .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfSKWxN2L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfSKWxN2L .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfSKWxN2L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfSKWxN2L ul.navbar-nav li {
  margin: auto;
}
.cid-uxfSKWxN2L .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfSKWxN2L .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfSKWxN2L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfSKWxN2L .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfSKWxN2L .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfSKWxN2L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfSKWxN2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfSKWxN2L .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfSKWxN2L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfSKWxN2L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfSKWxN2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfSKWxN2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfSKWxN2L .navbar .icons-menu,
  .cid-uxfSKWxN2L .navbar .empty {
    display: none;
  }
  .cid-uxfSKWxN2L .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfSKWxN2L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfSKWxN2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfSKWxN2L .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfSKWxN2L .navbar .container-fluid,
  .cid-uxfSKWxN2L .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfSKWxN2L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfSKWxN2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfSKWxN2L .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfSKWxN2L .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfSKWxN2L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfSKWxN2L .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfSKWxN2L .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfSKWxN2L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfSKWxN2L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfSKWxN2L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfSKWxN2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfSKWxN2L .dropdown-item.active,
.cid-uxfSKWxN2L .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfSKWxN2L .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfSKWxN2L .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfSKWxN2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfSKWxN2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfSKWxN2L .navbar-buttons {
  text-align: center;
}
.cid-uxfSKWxN2L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfSKWxN2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfSKWxN2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfSKWxN2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfSKWxN2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfSKWxN2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfSKWxN2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfSKWxN2L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfSKWxN2L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfSKWxN2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfSKWxN2L .navbar-dropdown {
  position: absolute;
}
.cid-uxfSKWxN2L a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfSKWxN2L a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfSKWxN2L .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfSKWxN2L .navbar {
    height: 77px;
  }
  .cid-uxfSKWxN2L .navbar.opened {
    height: auto;
  }
  .cid-uxfSKWxN2L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfSKX8P1x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfSKX8P1x .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfSKX8P1x .photo-split {
  position: relative;
}
.cid-uxfSKX8P1x .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfSKX8P1x .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfSKX8P1x .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfSKX8P1x .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfSKX8P1x .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfSKX8P1x .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfSKX8P1x .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfSKX8P1x .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfSKX8P1x .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfSKX8P1x .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfSKX8P1x .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfSKX8P1x .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfSKX8P1x .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfSKX8P1x .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfSKX8P1x .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfSKX8P1x .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfSKX8P1x .photo-split .element-outer,
  .cid-uxfSKX8P1x .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfSKX8P1x .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfSKX8P1x .mbr-section-title,
  .cid-uxfSKX8P1x .mbr-section-subtitle,
  .cid-uxfSKX8P1x .mbr-text {
    text-align: left !important;
  }
  .cid-uxfSKX8P1x .social-list {
    text-align: left !important;
  }
}
.cid-uxfSKX8P1x .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfSKX8P1x .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfSKX8P1x .wrap-block .contents .mbr-subtitle,
.cid-uxfSKX8P1x .menu-content-right {
  color: #e53712;
}
.cid-uxfSKXsaET {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfSKXsaET .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfSKXsaET .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfSKXsaET .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfSKXsaET .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfSKXsaET .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfSKXsaET .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfSKXsaET .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfSKXsaET .content-wrapper:hover .image-wrapper > img,
.cid-uxfSKXsaET .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfSKXsaET .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfSKXsaET .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfSKXsaET .image-wrapper,
.cid-uxfSKXsaET img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfSKXsaET .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfSKXsaET .card_post {
    padding: 20px;
  }
}
.cid-uxfSKXsaET .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfSKXsaET .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfSKXsaET .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfSKXsaET .item-title,
.cid-uxfSKXsaET .card_topic {
  margin-bottom: 12px;
}
.cid-uxfSKXsaET .category_content {
  opacity: .8;
}
.cid-uxfSKXsaET .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfSKXsaET .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfSKXsaET .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfSKXIeeF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfSKXIeeF .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfSKXIeeF .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfSKXIeeF .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfSKXIeeF .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfSKXIeeF .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfSKXIeeF .row {
  flex-direction: row-reverse;
}
.cid-uxfSKXIeeF .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfSKXIeeF .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfSKXIeeF .content-wrapper:hover .image-wrapper > img,
.cid-uxfSKXIeeF .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfSKXIeeF .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfSKXIeeF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfSKXIeeF .image-wrapper,
.cid-uxfSKXIeeF img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfSKXIeeF .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfSKXIeeF .card_post {
    padding: 20px;
  }
}
.cid-uxfSKXIeeF .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfSKXIeeF .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfSKXIeeF .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfSKXIeeF .item-title,
.cid-uxfSKXIeeF .card_topic {
  margin-bottom: 12px;
}
.cid-uxfSKXIeeF .category_content {
  opacity: .8;
}
.cid-uxfSKXIeeF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfSKXIeeF .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfSKXIeeF .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfSKXXp2V {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfSKXXp2V .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfSKXXp2V .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfSKXXp2V .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfSKXXp2V .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfSKXXp2V .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfSKXXp2V .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfSKXXp2V .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfSKXXp2V .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfSKXXp2V .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfSKXXp2V .image_post {
  display: inline-block;
}
.cid-uxfSKXXp2V .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfSKXXp2V .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfSKYbYEo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfSKYbYEo .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfSKYbYEo .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfSKYbYEo .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfSKYbYEo .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfSKYbYEo .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfSKYbYEo .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfSKYbYEo .privacy {
    text-align: left;
  }
}
.cid-uxfSKYbYEo .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfSKYbYEo .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfSKYbYEo .divider {
    margin: 20px 0;
  }
  .cid-uxfSKYbYEo .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfSKYbYEo .footer_wrap img {
    margin: auto;
  }
  .cid-uxfSKYbYEo .privacy {
    text-align: center;
  }
}
.cid-uxfToovydl {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfToovydl {
    min-height: 170px !important;
  }
}
.cid-uxfToovydl .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfToovydl .empty_md {
    display: block;
  }
}
.cid-uxfToovydl .container,
.cid-uxfToovydl .container-fluid,
.cid-uxfToovydl .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfToovydl .container,
  .cid-uxfToovydl .container-fluid,
  .cid-uxfToovydl .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfToovydl .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfToovydl .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfToovydl .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfToovydl .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfToovydl .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfToovydl .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfToovydl .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfToovydl .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfToovydl .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfToovydl .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfToovydl .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfToovydl .empty,
  .cid-uxfToovydl .icons-menu {
    min-width: 265px;
  }
  .cid-uxfToovydl .navbar-logo {
    margin: 0;
  }
  .cid-uxfToovydl .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfToovydl .btn {
    white-space: nowrap;
  }
  .cid-uxfToovydl .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfToovydl .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfToovydl .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfToovydl .dropdown-toggle::after,
  .cid-uxfToovydl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfToovydl .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfToovydl .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfToovydl .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfToovydl .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfToovydl .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfToovydl .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfToovydl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfToovydl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfToovydl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfToovydl .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfToovydl .nav-item:focus,
.cid-uxfToovydl .nav-link:focus {
  outline: none;
}
.cid-uxfToovydl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfToovydl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfToovydl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfToovydl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfToovydl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfToovydl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfToovydl ul.navbar-nav li {
  margin: auto;
}
.cid-uxfToovydl .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfToovydl .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfToovydl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfToovydl .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfToovydl .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfToovydl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfToovydl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfToovydl .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfToovydl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfToovydl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfToovydl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfToovydl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfToovydl .navbar .icons-menu,
  .cid-uxfToovydl .navbar .empty {
    display: none;
  }
  .cid-uxfToovydl .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfToovydl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfToovydl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfToovydl .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfToovydl .navbar .container-fluid,
  .cid-uxfToovydl .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfToovydl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfToovydl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfToovydl .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfToovydl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfToovydl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfToovydl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfToovydl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfToovydl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfToovydl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfToovydl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfToovydl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfToovydl .dropdown-item.active,
.cid-uxfToovydl .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfToovydl .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfToovydl .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfToovydl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfToovydl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfToovydl .navbar-buttons {
  text-align: center;
}
.cid-uxfToovydl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfToovydl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfToovydl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfToovydl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfToovydl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfToovydl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfToovydl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfToovydl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfToovydl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfToovydl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfToovydl .navbar-dropdown {
  position: absolute;
}
.cid-uxfToovydl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfToovydl a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfToovydl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfToovydl .navbar {
    height: 77px;
  }
  .cid-uxfToovydl .navbar.opened {
    height: auto;
  }
  .cid-uxfToovydl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfTop76M4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfTop76M4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfTop76M4 .photo-split {
  position: relative;
}
.cid-uxfTop76M4 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfTop76M4 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfTop76M4 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfTop76M4 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfTop76M4 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfTop76M4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfTop76M4 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfTop76M4 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfTop76M4 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfTop76M4 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfTop76M4 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfTop76M4 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfTop76M4 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfTop76M4 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfTop76M4 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfTop76M4 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfTop76M4 .photo-split .element-outer,
  .cid-uxfTop76M4 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfTop76M4 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfTop76M4 .mbr-section-title,
  .cid-uxfTop76M4 .mbr-section-subtitle,
  .cid-uxfTop76M4 .mbr-text {
    text-align: left !important;
  }
  .cid-uxfTop76M4 .social-list {
    text-align: left !important;
  }
}
.cid-uxfTop76M4 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfTop76M4 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfTop76M4 .wrap-block .contents .mbr-subtitle,
.cid-uxfTop76M4 .menu-content-right {
  color: #e53712;
}
.cid-uxfToppemp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfToppemp .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfToppemp .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfToppemp .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfToppemp .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfToppemp .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfToppemp .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfToppemp .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfToppemp .content-wrapper:hover .image-wrapper > img,
.cid-uxfToppemp .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfToppemp .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfToppemp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfToppemp .image-wrapper,
.cid-uxfToppemp img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfToppemp .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfToppemp .card_post {
    padding: 20px;
  }
}
.cid-uxfToppemp .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfToppemp .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfToppemp .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfToppemp .item-title,
.cid-uxfToppemp .card_topic {
  margin-bottom: 12px;
}
.cid-uxfToppemp .category_content {
  opacity: .8;
}
.cid-uxfToppemp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfToppemp .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfToppemp .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfTopG9lR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfTopG9lR .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfTopG9lR .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfTopG9lR .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfTopG9lR .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfTopG9lR .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfTopG9lR .row {
  flex-direction: row-reverse;
}
.cid-uxfTopG9lR .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfTopG9lR .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfTopG9lR .content-wrapper:hover .image-wrapper > img,
.cid-uxfTopG9lR .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfTopG9lR .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfTopG9lR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfTopG9lR .image-wrapper,
.cid-uxfTopG9lR img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfTopG9lR .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfTopG9lR .card_post {
    padding: 20px;
  }
}
.cid-uxfTopG9lR .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfTopG9lR .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfTopG9lR .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfTopG9lR .item-title,
.cid-uxfTopG9lR .card_topic {
  margin-bottom: 12px;
}
.cid-uxfTopG9lR .category_content {
  opacity: .8;
}
.cid-uxfTopG9lR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfTopG9lR .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfTopG9lR .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfTopVvZk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfTopVvZk .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfTopVvZk .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfTopVvZk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfTopVvZk .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfTopVvZk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfTopVvZk .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfTopVvZk .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfTopVvZk .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfTopVvZk .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfTopVvZk .image_post {
  display: inline-block;
}
.cid-uxfTopVvZk .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfTopVvZk .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfToqaWQR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfToqaWQR .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfToqaWQR .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfToqaWQR .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfToqaWQR .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfToqaWQR .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfToqaWQR .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfToqaWQR .privacy {
    text-align: left;
  }
}
.cid-uxfToqaWQR .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfToqaWQR .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfToqaWQR .divider {
    margin: 20px 0;
  }
  .cid-uxfToqaWQR .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfToqaWQR .footer_wrap img {
    margin: auto;
  }
  .cid-uxfToqaWQR .privacy {
    text-align: center;
  }
}
.cid-uxfUhz1jNo {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfUhz1jNo {
    min-height: 170px !important;
  }
}
.cid-uxfUhz1jNo .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfUhz1jNo .empty_md {
    display: block;
  }
}
.cid-uxfUhz1jNo .container,
.cid-uxfUhz1jNo .container-fluid,
.cid-uxfUhz1jNo .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfUhz1jNo .container,
  .cid-uxfUhz1jNo .container-fluid,
  .cid-uxfUhz1jNo .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfUhz1jNo .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfUhz1jNo .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfUhz1jNo .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfUhz1jNo .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfUhz1jNo .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfUhz1jNo .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfUhz1jNo .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfUhz1jNo .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfUhz1jNo .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfUhz1jNo .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfUhz1jNo .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfUhz1jNo .empty,
  .cid-uxfUhz1jNo .icons-menu {
    min-width: 265px;
  }
  .cid-uxfUhz1jNo .navbar-logo {
    margin: 0;
  }
  .cid-uxfUhz1jNo .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfUhz1jNo .btn {
    white-space: nowrap;
  }
  .cid-uxfUhz1jNo .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfUhz1jNo .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfUhz1jNo .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfUhz1jNo .dropdown-toggle::after,
  .cid-uxfUhz1jNo .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfUhz1jNo .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfUhz1jNo .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfUhz1jNo .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfUhz1jNo .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfUhz1jNo .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfUhz1jNo .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfUhz1jNo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfUhz1jNo .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfUhz1jNo .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfUhz1jNo .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfUhz1jNo .nav-item:focus,
.cid-uxfUhz1jNo .nav-link:focus {
  outline: none;
}
.cid-uxfUhz1jNo .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfUhz1jNo .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfUhz1jNo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfUhz1jNo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfUhz1jNo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfUhz1jNo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfUhz1jNo ul.navbar-nav li {
  margin: auto;
}
.cid-uxfUhz1jNo .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfUhz1jNo .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfUhz1jNo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfUhz1jNo .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfUhz1jNo .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfUhz1jNo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfUhz1jNo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfUhz1jNo .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfUhz1jNo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfUhz1jNo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfUhz1jNo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfUhz1jNo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfUhz1jNo .navbar .icons-menu,
  .cid-uxfUhz1jNo .navbar .empty {
    display: none;
  }
  .cid-uxfUhz1jNo .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfUhz1jNo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfUhz1jNo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfUhz1jNo .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfUhz1jNo .navbar .container-fluid,
  .cid-uxfUhz1jNo .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfUhz1jNo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfUhz1jNo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfUhz1jNo .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfUhz1jNo .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfUhz1jNo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfUhz1jNo .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfUhz1jNo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfUhz1jNo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfUhz1jNo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfUhz1jNo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfUhz1jNo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfUhz1jNo .dropdown-item.active,
.cid-uxfUhz1jNo .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfUhz1jNo .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfUhz1jNo .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfUhz1jNo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfUhz1jNo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfUhz1jNo .navbar-buttons {
  text-align: center;
}
.cid-uxfUhz1jNo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfUhz1jNo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfUhz1jNo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfUhz1jNo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfUhz1jNo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfUhz1jNo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfUhz1jNo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfUhz1jNo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfUhz1jNo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfUhz1jNo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfUhz1jNo .navbar-dropdown {
  position: absolute;
}
.cid-uxfUhz1jNo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfUhz1jNo a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfUhz1jNo .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfUhz1jNo .navbar {
    height: 77px;
  }
  .cid-uxfUhz1jNo .navbar.opened {
    height: auto;
  }
  .cid-uxfUhz1jNo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfUhzB6Xe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfUhzB6Xe .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfUhzB6Xe .photo-split {
  position: relative;
}
.cid-uxfUhzB6Xe .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfUhzB6Xe .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfUhzB6Xe .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfUhzB6Xe .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfUhzB6Xe .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfUhzB6Xe .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfUhzB6Xe .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfUhzB6Xe .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfUhzB6Xe .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfUhzB6Xe .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfUhzB6Xe .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfUhzB6Xe .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfUhzB6Xe .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfUhzB6Xe .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfUhzB6Xe .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfUhzB6Xe .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfUhzB6Xe .photo-split .element-outer,
  .cid-uxfUhzB6Xe .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfUhzB6Xe .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfUhzB6Xe .mbr-section-title,
  .cid-uxfUhzB6Xe .mbr-section-subtitle,
  .cid-uxfUhzB6Xe .mbr-text {
    text-align: left !important;
  }
  .cid-uxfUhzB6Xe .social-list {
    text-align: left !important;
  }
}
.cid-uxfUhzB6Xe .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfUhzB6Xe .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfUhzB6Xe .wrap-block .contents .mbr-subtitle,
.cid-uxfUhzB6Xe .menu-content-right {
  color: #e53712;
}
.cid-uxfUhzSekv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfUhzSekv .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfUhzSekv .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfUhzSekv .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfUhzSekv .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfUhzSekv .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfUhzSekv .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfUhzSekv .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfUhzSekv .content-wrapper:hover .image-wrapper > img,
.cid-uxfUhzSekv .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfUhzSekv .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfUhzSekv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfUhzSekv .image-wrapper,
.cid-uxfUhzSekv img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfUhzSekv .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfUhzSekv .card_post {
    padding: 20px;
  }
}
.cid-uxfUhzSekv .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfUhzSekv .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfUhzSekv .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfUhzSekv .item-title,
.cid-uxfUhzSekv .card_topic {
  margin-bottom: 12px;
}
.cid-uxfUhzSekv .category_content {
  opacity: .8;
}
.cid-uxfUhzSekv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfUhzSekv .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfUhzSekv .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfUhA9ibt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfUhA9ibt .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfUhA9ibt .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfUhA9ibt .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfUhA9ibt .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfUhA9ibt .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfUhA9ibt .row {
  flex-direction: row-reverse;
}
.cid-uxfUhA9ibt .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfUhA9ibt .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfUhA9ibt .content-wrapper:hover .image-wrapper > img,
.cid-uxfUhA9ibt .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfUhA9ibt .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfUhA9ibt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfUhA9ibt .image-wrapper,
.cid-uxfUhA9ibt img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfUhA9ibt .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfUhA9ibt .card_post {
    padding: 20px;
  }
}
.cid-uxfUhA9ibt .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfUhA9ibt .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfUhA9ibt .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfUhA9ibt .item-title,
.cid-uxfUhA9ibt .card_topic {
  margin-bottom: 12px;
}
.cid-uxfUhA9ibt .category_content {
  opacity: .8;
}
.cid-uxfUhA9ibt .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfUhA9ibt .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfUhA9ibt .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfUhApvdZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfUhApvdZ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfUhApvdZ .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfUhApvdZ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfUhApvdZ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfUhApvdZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfUhApvdZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfUhApvdZ .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfUhApvdZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfUhApvdZ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfUhApvdZ .image_post {
  display: inline-block;
}
.cid-uxfUhApvdZ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfUhApvdZ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfUhAIpiQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfUhAIpiQ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfUhAIpiQ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfUhAIpiQ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfUhAIpiQ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfUhAIpiQ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfUhAIpiQ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfUhAIpiQ .privacy {
    text-align: left;
  }
}
.cid-uxfUhAIpiQ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfUhAIpiQ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfUhAIpiQ .divider {
    margin: 20px 0;
  }
  .cid-uxfUhAIpiQ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfUhAIpiQ .footer_wrap img {
    margin: auto;
  }
  .cid-uxfUhAIpiQ .privacy {
    text-align: center;
  }
}
.cid-uxfURJ189z {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfURJ189z {
    min-height: 170px !important;
  }
}
.cid-uxfURJ189z .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfURJ189z .empty_md {
    display: block;
  }
}
.cid-uxfURJ189z .container,
.cid-uxfURJ189z .container-fluid,
.cid-uxfURJ189z .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfURJ189z .container,
  .cid-uxfURJ189z .container-fluid,
  .cid-uxfURJ189z .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfURJ189z .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfURJ189z .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfURJ189z .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfURJ189z .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfURJ189z .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfURJ189z .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfURJ189z .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfURJ189z .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfURJ189z .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfURJ189z .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfURJ189z .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfURJ189z .empty,
  .cid-uxfURJ189z .icons-menu {
    min-width: 265px;
  }
  .cid-uxfURJ189z .navbar-logo {
    margin: 0;
  }
  .cid-uxfURJ189z .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfURJ189z .btn {
    white-space: nowrap;
  }
  .cid-uxfURJ189z .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfURJ189z .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfURJ189z .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfURJ189z .dropdown-toggle::after,
  .cid-uxfURJ189z .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfURJ189z .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfURJ189z .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfURJ189z .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfURJ189z .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfURJ189z .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfURJ189z .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfURJ189z .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfURJ189z .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfURJ189z .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfURJ189z .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfURJ189z .nav-item:focus,
.cid-uxfURJ189z .nav-link:focus {
  outline: none;
}
.cid-uxfURJ189z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfURJ189z .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfURJ189z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfURJ189z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfURJ189z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfURJ189z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfURJ189z ul.navbar-nav li {
  margin: auto;
}
.cid-uxfURJ189z .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfURJ189z .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfURJ189z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfURJ189z .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfURJ189z .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfURJ189z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfURJ189z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfURJ189z .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfURJ189z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfURJ189z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfURJ189z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfURJ189z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfURJ189z .navbar .icons-menu,
  .cid-uxfURJ189z .navbar .empty {
    display: none;
  }
  .cid-uxfURJ189z .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfURJ189z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfURJ189z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfURJ189z .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfURJ189z .navbar .container-fluid,
  .cid-uxfURJ189z .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfURJ189z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfURJ189z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfURJ189z .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfURJ189z .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfURJ189z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfURJ189z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfURJ189z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfURJ189z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfURJ189z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfURJ189z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfURJ189z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfURJ189z .dropdown-item.active,
.cid-uxfURJ189z .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfURJ189z .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfURJ189z .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfURJ189z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfURJ189z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfURJ189z .navbar-buttons {
  text-align: center;
}
.cid-uxfURJ189z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfURJ189z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfURJ189z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfURJ189z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfURJ189z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfURJ189z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfURJ189z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfURJ189z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfURJ189z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfURJ189z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfURJ189z .navbar-dropdown {
  position: absolute;
}
.cid-uxfURJ189z a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfURJ189z a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfURJ189z .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfURJ189z .navbar {
    height: 77px;
  }
  .cid-uxfURJ189z .navbar.opened {
    height: auto;
  }
  .cid-uxfURJ189z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfURJD5M0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfURJD5M0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfURJD5M0 .photo-split {
  position: relative;
}
.cid-uxfURJD5M0 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfURJD5M0 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfURJD5M0 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfURJD5M0 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfURJD5M0 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfURJD5M0 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfURJD5M0 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfURJD5M0 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfURJD5M0 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfURJD5M0 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfURJD5M0 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfURJD5M0 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfURJD5M0 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfURJD5M0 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfURJD5M0 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfURJD5M0 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfURJD5M0 .photo-split .element-outer,
  .cid-uxfURJD5M0 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfURJD5M0 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfURJD5M0 .mbr-section-title,
  .cid-uxfURJD5M0 .mbr-section-subtitle,
  .cid-uxfURJD5M0 .mbr-text {
    text-align: left !important;
  }
  .cid-uxfURJD5M0 .social-list {
    text-align: left !important;
  }
}
.cid-uxfURJD5M0 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfURJD5M0 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfURJD5M0 .wrap-block .contents .mbr-subtitle,
.cid-uxfURJD5M0 .menu-content-right {
  color: #e53712;
}
.cid-uxfURJUVyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfURJUVyJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfURJUVyJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfURJUVyJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfURJUVyJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfURJUVyJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfURJUVyJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfURJUVyJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfURJUVyJ .content-wrapper:hover .image-wrapper > img,
.cid-uxfURJUVyJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfURJUVyJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfURJUVyJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfURJUVyJ .image-wrapper,
.cid-uxfURJUVyJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfURJUVyJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfURJUVyJ .card_post {
    padding: 20px;
  }
}
.cid-uxfURJUVyJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfURJUVyJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfURJUVyJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfURJUVyJ .item-title,
.cid-uxfURJUVyJ .card_topic {
  margin-bottom: 12px;
}
.cid-uxfURJUVyJ .category_content {
  opacity: .8;
}
.cid-uxfURJUVyJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfURJUVyJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfURJUVyJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfURKb2sf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfURKb2sf .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfURKb2sf .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfURKb2sf .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfURKb2sf .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfURKb2sf .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfURKb2sf .row {
  flex-direction: row-reverse;
}
.cid-uxfURKb2sf .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfURKb2sf .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfURKb2sf .content-wrapper:hover .image-wrapper > img,
.cid-uxfURKb2sf .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfURKb2sf .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfURKb2sf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfURKb2sf .image-wrapper,
.cid-uxfURKb2sf img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfURKb2sf .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfURKb2sf .card_post {
    padding: 20px;
  }
}
.cid-uxfURKb2sf .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfURKb2sf .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfURKb2sf .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfURKb2sf .item-title,
.cid-uxfURKb2sf .card_topic {
  margin-bottom: 12px;
}
.cid-uxfURKb2sf .category_content {
  opacity: .8;
}
.cid-uxfURKb2sf .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfURKb2sf .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfURKb2sf .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfURKrhRL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfURKrhRL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfURKrhRL .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfURKrhRL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfURKrhRL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfURKrhRL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfURKrhRL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfURKrhRL .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfURKrhRL .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfURKrhRL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfURKrhRL .image_post {
  display: inline-block;
}
.cid-uxfURKrhRL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfURKrhRL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfURKGm93 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfURKGm93 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfURKGm93 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfURKGm93 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfURKGm93 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfURKGm93 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfURKGm93 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfURKGm93 .privacy {
    text-align: left;
  }
}
.cid-uxfURKGm93 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfURKGm93 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfURKGm93 .divider {
    margin: 20px 0;
  }
  .cid-uxfURKGm93 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfURKGm93 .footer_wrap img {
    margin: auto;
  }
  .cid-uxfURKGm93 .privacy {
    text-align: center;
  }
}
.cid-uxfVyONGOB {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfVyONGOB {
    min-height: 170px !important;
  }
}
.cid-uxfVyONGOB .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfVyONGOB .empty_md {
    display: block;
  }
}
.cid-uxfVyONGOB .container,
.cid-uxfVyONGOB .container-fluid,
.cid-uxfVyONGOB .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfVyONGOB .container,
  .cid-uxfVyONGOB .container-fluid,
  .cid-uxfVyONGOB .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfVyONGOB .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfVyONGOB .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfVyONGOB .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfVyONGOB .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfVyONGOB .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfVyONGOB .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfVyONGOB .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfVyONGOB .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfVyONGOB .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfVyONGOB .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfVyONGOB .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfVyONGOB .empty,
  .cid-uxfVyONGOB .icons-menu {
    min-width: 265px;
  }
  .cid-uxfVyONGOB .navbar-logo {
    margin: 0;
  }
  .cid-uxfVyONGOB .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfVyONGOB .btn {
    white-space: nowrap;
  }
  .cid-uxfVyONGOB .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfVyONGOB .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfVyONGOB .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfVyONGOB .dropdown-toggle::after,
  .cid-uxfVyONGOB .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfVyONGOB .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfVyONGOB .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfVyONGOB .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfVyONGOB .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfVyONGOB .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfVyONGOB .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfVyONGOB .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfVyONGOB .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfVyONGOB .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfVyONGOB .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfVyONGOB .nav-item:focus,
.cid-uxfVyONGOB .nav-link:focus {
  outline: none;
}
.cid-uxfVyONGOB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfVyONGOB .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfVyONGOB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfVyONGOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfVyONGOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfVyONGOB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfVyONGOB ul.navbar-nav li {
  margin: auto;
}
.cid-uxfVyONGOB .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfVyONGOB .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfVyONGOB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfVyONGOB .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfVyONGOB .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfVyONGOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfVyONGOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfVyONGOB .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfVyONGOB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfVyONGOB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfVyONGOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfVyONGOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfVyONGOB .navbar .icons-menu,
  .cid-uxfVyONGOB .navbar .empty {
    display: none;
  }
  .cid-uxfVyONGOB .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfVyONGOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfVyONGOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfVyONGOB .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfVyONGOB .navbar .container-fluid,
  .cid-uxfVyONGOB .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfVyONGOB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfVyONGOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfVyONGOB .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfVyONGOB .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfVyONGOB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfVyONGOB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfVyONGOB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfVyONGOB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfVyONGOB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfVyONGOB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfVyONGOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfVyONGOB .dropdown-item.active,
.cid-uxfVyONGOB .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfVyONGOB .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfVyONGOB .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfVyONGOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfVyONGOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfVyONGOB .navbar-buttons {
  text-align: center;
}
.cid-uxfVyONGOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfVyONGOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfVyONGOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfVyONGOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfVyONGOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfVyONGOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfVyONGOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfVyONGOB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfVyONGOB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfVyONGOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfVyONGOB .navbar-dropdown {
  position: absolute;
}
.cid-uxfVyONGOB a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfVyONGOB a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfVyONGOB .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfVyONGOB .navbar {
    height: 77px;
  }
  .cid-uxfVyONGOB .navbar.opened {
    height: auto;
  }
  .cid-uxfVyONGOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfVyPnki4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfVyPnki4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfVyPnki4 .photo-split {
  position: relative;
}
.cid-uxfVyPnki4 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfVyPnki4 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfVyPnki4 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfVyPnki4 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfVyPnki4 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfVyPnki4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfVyPnki4 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfVyPnki4 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfVyPnki4 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfVyPnki4 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfVyPnki4 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfVyPnki4 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfVyPnki4 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfVyPnki4 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfVyPnki4 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfVyPnki4 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfVyPnki4 .photo-split .element-outer,
  .cid-uxfVyPnki4 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfVyPnki4 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfVyPnki4 .mbr-section-title,
  .cid-uxfVyPnki4 .mbr-section-subtitle,
  .cid-uxfVyPnki4 .mbr-text {
    text-align: left !important;
  }
  .cid-uxfVyPnki4 .social-list {
    text-align: left !important;
  }
}
.cid-uxfVyPnki4 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfVyPnki4 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfVyPnki4 .wrap-block .contents .mbr-subtitle,
.cid-uxfVyPnki4 .menu-content-right {
  color: #e53712;
}
.cid-uxfVyPF0Kq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfVyPF0Kq .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfVyPF0Kq .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfVyPF0Kq .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfVyPF0Kq .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfVyPF0Kq .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfVyPF0Kq .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfVyPF0Kq .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfVyPF0Kq .content-wrapper:hover .image-wrapper > img,
.cid-uxfVyPF0Kq .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfVyPF0Kq .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfVyPF0Kq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfVyPF0Kq .image-wrapper,
.cid-uxfVyPF0Kq img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfVyPF0Kq .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfVyPF0Kq .card_post {
    padding: 20px;
  }
}
.cid-uxfVyPF0Kq .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfVyPF0Kq .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfVyPF0Kq .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfVyPF0Kq .item-title,
.cid-uxfVyPF0Kq .card_topic {
  margin-bottom: 12px;
}
.cid-uxfVyPF0Kq .category_content {
  opacity: .8;
}
.cid-uxfVyPF0Kq .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfVyPF0Kq .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfVyPF0Kq .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfVyPVNLF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfVyPVNLF .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfVyPVNLF .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfVyPVNLF .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfVyPVNLF .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfVyPVNLF .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfVyPVNLF .row {
  flex-direction: row-reverse;
}
.cid-uxfVyPVNLF .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfVyPVNLF .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfVyPVNLF .content-wrapper:hover .image-wrapper > img,
.cid-uxfVyPVNLF .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfVyPVNLF .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfVyPVNLF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfVyPVNLF .image-wrapper,
.cid-uxfVyPVNLF img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfVyPVNLF .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfVyPVNLF .card_post {
    padding: 20px;
  }
}
.cid-uxfVyPVNLF .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfVyPVNLF .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfVyPVNLF .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfVyPVNLF .item-title,
.cid-uxfVyPVNLF .card_topic {
  margin-bottom: 12px;
}
.cid-uxfVyPVNLF .category_content {
  opacity: .8;
}
.cid-uxfVyPVNLF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfVyPVNLF .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfVyPVNLF .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfVyQbU81 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfVyQbU81 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfVyQbU81 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfVyQbU81 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfVyQbU81 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfVyQbU81 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfVyQbU81 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfVyQbU81 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfVyQbU81 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfVyQbU81 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfVyQbU81 .image_post {
  display: inline-block;
}
.cid-uxfVyQbU81 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfVyQbU81 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfVyQqngW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfVyQqngW .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfVyQqngW .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfVyQqngW .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfVyQqngW .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfVyQqngW .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfVyQqngW .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfVyQqngW .privacy {
    text-align: left;
  }
}
.cid-uxfVyQqngW .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfVyQqngW .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfVyQqngW .divider {
    margin: 20px 0;
  }
  .cid-uxfVyQqngW .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfVyQqngW .footer_wrap img {
    margin: auto;
  }
  .cid-uxfVyQqngW .privacy {
    text-align: center;
  }
}
.cid-uxfW6xQpO6 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfW6xQpO6 {
    min-height: 170px !important;
  }
}
.cid-uxfW6xQpO6 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfW6xQpO6 .empty_md {
    display: block;
  }
}
.cid-uxfW6xQpO6 .container,
.cid-uxfW6xQpO6 .container-fluid,
.cid-uxfW6xQpO6 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfW6xQpO6 .container,
  .cid-uxfW6xQpO6 .container-fluid,
  .cid-uxfW6xQpO6 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfW6xQpO6 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfW6xQpO6 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfW6xQpO6 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfW6xQpO6 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfW6xQpO6 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfW6xQpO6 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfW6xQpO6 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfW6xQpO6 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfW6xQpO6 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfW6xQpO6 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfW6xQpO6 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfW6xQpO6 .empty,
  .cid-uxfW6xQpO6 .icons-menu {
    min-width: 265px;
  }
  .cid-uxfW6xQpO6 .navbar-logo {
    margin: 0;
  }
  .cid-uxfW6xQpO6 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfW6xQpO6 .btn {
    white-space: nowrap;
  }
  .cid-uxfW6xQpO6 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfW6xQpO6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfW6xQpO6 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfW6xQpO6 .dropdown-toggle::after,
  .cid-uxfW6xQpO6 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfW6xQpO6 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfW6xQpO6 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfW6xQpO6 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfW6xQpO6 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfW6xQpO6 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfW6xQpO6 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfW6xQpO6 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfW6xQpO6 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfW6xQpO6 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfW6xQpO6 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfW6xQpO6 .nav-item:focus,
.cid-uxfW6xQpO6 .nav-link:focus {
  outline: none;
}
.cid-uxfW6xQpO6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfW6xQpO6 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfW6xQpO6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfW6xQpO6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfW6xQpO6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfW6xQpO6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfW6xQpO6 ul.navbar-nav li {
  margin: auto;
}
.cid-uxfW6xQpO6 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfW6xQpO6 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfW6xQpO6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfW6xQpO6 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfW6xQpO6 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfW6xQpO6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfW6xQpO6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfW6xQpO6 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfW6xQpO6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfW6xQpO6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfW6xQpO6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfW6xQpO6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfW6xQpO6 .navbar .icons-menu,
  .cid-uxfW6xQpO6 .navbar .empty {
    display: none;
  }
  .cid-uxfW6xQpO6 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfW6xQpO6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfW6xQpO6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfW6xQpO6 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfW6xQpO6 .navbar .container-fluid,
  .cid-uxfW6xQpO6 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfW6xQpO6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfW6xQpO6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfW6xQpO6 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfW6xQpO6 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfW6xQpO6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfW6xQpO6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfW6xQpO6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfW6xQpO6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfW6xQpO6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfW6xQpO6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfW6xQpO6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfW6xQpO6 .dropdown-item.active,
.cid-uxfW6xQpO6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfW6xQpO6 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfW6xQpO6 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfW6xQpO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfW6xQpO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfW6xQpO6 .navbar-buttons {
  text-align: center;
}
.cid-uxfW6xQpO6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfW6xQpO6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfW6xQpO6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfW6xQpO6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfW6xQpO6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfW6xQpO6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfW6xQpO6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfW6xQpO6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfW6xQpO6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfW6xQpO6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfW6xQpO6 .navbar-dropdown {
  position: absolute;
}
.cid-uxfW6xQpO6 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfW6xQpO6 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfW6xQpO6 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfW6xQpO6 .navbar {
    height: 77px;
  }
  .cid-uxfW6xQpO6 .navbar.opened {
    height: auto;
  }
  .cid-uxfW6xQpO6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfW6yqF6B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfW6yqF6B .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfW6yqF6B .photo-split {
  position: relative;
}
.cid-uxfW6yqF6B .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfW6yqF6B .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfW6yqF6B .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfW6yqF6B .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfW6yqF6B .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfW6yqF6B .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfW6yqF6B .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfW6yqF6B .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfW6yqF6B .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfW6yqF6B .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfW6yqF6B .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfW6yqF6B .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfW6yqF6B .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfW6yqF6B .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfW6yqF6B .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfW6yqF6B .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfW6yqF6B .photo-split .element-outer,
  .cid-uxfW6yqF6B .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfW6yqF6B .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfW6yqF6B .mbr-section-title,
  .cid-uxfW6yqF6B .mbr-section-subtitle,
  .cid-uxfW6yqF6B .mbr-text {
    text-align: left !important;
  }
  .cid-uxfW6yqF6B .social-list {
    text-align: left !important;
  }
}
.cid-uxfW6yqF6B .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfW6yqF6B .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfW6yqF6B .wrap-block .contents .mbr-subtitle,
.cid-uxfW6yqF6B .menu-content-right {
  color: #e53712;
}
.cid-uxfW6yHWPI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfW6yHWPI .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfW6yHWPI .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfW6yHWPI .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfW6yHWPI .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfW6yHWPI .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfW6yHWPI .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfW6yHWPI .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfW6yHWPI .content-wrapper:hover .image-wrapper > img,
.cid-uxfW6yHWPI .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfW6yHWPI .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfW6yHWPI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfW6yHWPI .image-wrapper,
.cid-uxfW6yHWPI img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfW6yHWPI .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfW6yHWPI .card_post {
    padding: 20px;
  }
}
.cid-uxfW6yHWPI .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfW6yHWPI .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfW6yHWPI .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfW6yHWPI .item-title,
.cid-uxfW6yHWPI .card_topic {
  margin-bottom: 12px;
}
.cid-uxfW6yHWPI .category_content {
  opacity: .8;
}
.cid-uxfW6yHWPI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfW6yHWPI .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfW6yHWPI .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfW6yYiup {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfW6yYiup .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfW6yYiup .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfW6yYiup .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfW6yYiup .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfW6yYiup .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfW6yYiup .row {
  flex-direction: row-reverse;
}
.cid-uxfW6yYiup .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfW6yYiup .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfW6yYiup .content-wrapper:hover .image-wrapper > img,
.cid-uxfW6yYiup .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfW6yYiup .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfW6yYiup .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfW6yYiup .image-wrapper,
.cid-uxfW6yYiup img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfW6yYiup .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfW6yYiup .card_post {
    padding: 20px;
  }
}
.cid-uxfW6yYiup .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfW6yYiup .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfW6yYiup .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfW6yYiup .item-title,
.cid-uxfW6yYiup .card_topic {
  margin-bottom: 12px;
}
.cid-uxfW6yYiup .category_content {
  opacity: .8;
}
.cid-uxfW6yYiup .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfW6yYiup .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfW6yYiup .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfW6zd0bn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfW6zd0bn .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfW6zd0bn .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfW6zd0bn .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfW6zd0bn .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfW6zd0bn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfW6zd0bn .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfW6zd0bn .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfW6zd0bn .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfW6zd0bn .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfW6zd0bn .image_post {
  display: inline-block;
}
.cid-uxfW6zd0bn .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfW6zd0bn .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfW6zrsab {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfW6zrsab .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfW6zrsab .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfW6zrsab .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfW6zrsab .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfW6zrsab .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfW6zrsab .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfW6zrsab .privacy {
    text-align: left;
  }
}
.cid-uxfW6zrsab .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfW6zrsab .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfW6zrsab .divider {
    margin: 20px 0;
  }
  .cid-uxfW6zrsab .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfW6zrsab .footer_wrap img {
    margin: auto;
  }
  .cid-uxfW6zrsab .privacy {
    text-align: center;
  }
}
.cid-uxfWJ1Sgho {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfWJ1Sgho {
    min-height: 170px !important;
  }
}
.cid-uxfWJ1Sgho .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfWJ1Sgho .empty_md {
    display: block;
  }
}
.cid-uxfWJ1Sgho .container,
.cid-uxfWJ1Sgho .container-fluid,
.cid-uxfWJ1Sgho .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfWJ1Sgho .container,
  .cid-uxfWJ1Sgho .container-fluid,
  .cid-uxfWJ1Sgho .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfWJ1Sgho .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfWJ1Sgho .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfWJ1Sgho .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfWJ1Sgho .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfWJ1Sgho .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfWJ1Sgho .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfWJ1Sgho .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfWJ1Sgho .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfWJ1Sgho .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfWJ1Sgho .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfWJ1Sgho .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfWJ1Sgho .empty,
  .cid-uxfWJ1Sgho .icons-menu {
    min-width: 265px;
  }
  .cid-uxfWJ1Sgho .navbar-logo {
    margin: 0;
  }
  .cid-uxfWJ1Sgho .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfWJ1Sgho .btn {
    white-space: nowrap;
  }
  .cid-uxfWJ1Sgho .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfWJ1Sgho .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfWJ1Sgho .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfWJ1Sgho .dropdown-toggle::after,
  .cid-uxfWJ1Sgho .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfWJ1Sgho .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfWJ1Sgho .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfWJ1Sgho .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfWJ1Sgho .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfWJ1Sgho .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfWJ1Sgho .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfWJ1Sgho .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfWJ1Sgho .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfWJ1Sgho .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfWJ1Sgho .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfWJ1Sgho .nav-item:focus,
.cid-uxfWJ1Sgho .nav-link:focus {
  outline: none;
}
.cid-uxfWJ1Sgho .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfWJ1Sgho .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfWJ1Sgho .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfWJ1Sgho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfWJ1Sgho .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfWJ1Sgho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfWJ1Sgho ul.navbar-nav li {
  margin: auto;
}
.cid-uxfWJ1Sgho .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfWJ1Sgho .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfWJ1Sgho .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfWJ1Sgho .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfWJ1Sgho .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfWJ1Sgho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfWJ1Sgho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfWJ1Sgho .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfWJ1Sgho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfWJ1Sgho .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfWJ1Sgho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfWJ1Sgho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfWJ1Sgho .navbar .icons-menu,
  .cid-uxfWJ1Sgho .navbar .empty {
    display: none;
  }
  .cid-uxfWJ1Sgho .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfWJ1Sgho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfWJ1Sgho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfWJ1Sgho .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfWJ1Sgho .navbar .container-fluid,
  .cid-uxfWJ1Sgho .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfWJ1Sgho .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfWJ1Sgho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfWJ1Sgho .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfWJ1Sgho .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfWJ1Sgho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfWJ1Sgho .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfWJ1Sgho .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfWJ1Sgho .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfWJ1Sgho .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfWJ1Sgho .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfWJ1Sgho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfWJ1Sgho .dropdown-item.active,
.cid-uxfWJ1Sgho .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfWJ1Sgho .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfWJ1Sgho .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfWJ1Sgho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfWJ1Sgho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfWJ1Sgho .navbar-buttons {
  text-align: center;
}
.cid-uxfWJ1Sgho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfWJ1Sgho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfWJ1Sgho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfWJ1Sgho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfWJ1Sgho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfWJ1Sgho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfWJ1Sgho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfWJ1Sgho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfWJ1Sgho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfWJ1Sgho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfWJ1Sgho .navbar-dropdown {
  position: absolute;
}
.cid-uxfWJ1Sgho a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfWJ1Sgho a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfWJ1Sgho .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfWJ1Sgho .navbar {
    height: 77px;
  }
  .cid-uxfWJ1Sgho .navbar.opened {
    height: auto;
  }
  .cid-uxfWJ1Sgho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfWJ2sVg6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfWJ2sVg6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfWJ2sVg6 .photo-split {
  position: relative;
}
.cid-uxfWJ2sVg6 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfWJ2sVg6 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfWJ2sVg6 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfWJ2sVg6 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfWJ2sVg6 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfWJ2sVg6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfWJ2sVg6 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfWJ2sVg6 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfWJ2sVg6 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfWJ2sVg6 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfWJ2sVg6 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfWJ2sVg6 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfWJ2sVg6 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfWJ2sVg6 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfWJ2sVg6 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfWJ2sVg6 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfWJ2sVg6 .photo-split .element-outer,
  .cid-uxfWJ2sVg6 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfWJ2sVg6 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfWJ2sVg6 .mbr-section-title,
  .cid-uxfWJ2sVg6 .mbr-section-subtitle,
  .cid-uxfWJ2sVg6 .mbr-text {
    text-align: left !important;
  }
  .cid-uxfWJ2sVg6 .social-list {
    text-align: left !important;
  }
}
.cid-uxfWJ2sVg6 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfWJ2sVg6 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfWJ2sVg6 .wrap-block .contents .mbr-subtitle,
.cid-uxfWJ2sVg6 .menu-content-right {
  color: #e53712;
}
.cid-uxfWJ2LAuK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfWJ2LAuK .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfWJ2LAuK .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfWJ2LAuK .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfWJ2LAuK .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfWJ2LAuK .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfWJ2LAuK .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfWJ2LAuK .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfWJ2LAuK .content-wrapper:hover .image-wrapper > img,
.cid-uxfWJ2LAuK .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfWJ2LAuK .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfWJ2LAuK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfWJ2LAuK .image-wrapper,
.cid-uxfWJ2LAuK img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfWJ2LAuK .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfWJ2LAuK .card_post {
    padding: 20px;
  }
}
.cid-uxfWJ2LAuK .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfWJ2LAuK .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfWJ2LAuK .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfWJ2LAuK .item-title,
.cid-uxfWJ2LAuK .card_topic {
  margin-bottom: 12px;
}
.cid-uxfWJ2LAuK .category_content {
  opacity: .8;
}
.cid-uxfWJ2LAuK .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfWJ2LAuK .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfWJ2LAuK .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfWJ3109L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfWJ3109L .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfWJ3109L .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfWJ3109L .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfWJ3109L .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfWJ3109L .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfWJ3109L .row {
  flex-direction: row-reverse;
}
.cid-uxfWJ3109L .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfWJ3109L .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfWJ3109L .content-wrapper:hover .image-wrapper > img,
.cid-uxfWJ3109L .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfWJ3109L .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfWJ3109L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfWJ3109L .image-wrapper,
.cid-uxfWJ3109L img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfWJ3109L .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfWJ3109L .card_post {
    padding: 20px;
  }
}
.cid-uxfWJ3109L .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfWJ3109L .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfWJ3109L .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfWJ3109L .item-title,
.cid-uxfWJ3109L .card_topic {
  margin-bottom: 12px;
}
.cid-uxfWJ3109L .category_content {
  opacity: .8;
}
.cid-uxfWJ3109L .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfWJ3109L .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfWJ3109L .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfWJ3geLS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfWJ3geLS .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfWJ3geLS .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfWJ3geLS .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfWJ3geLS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfWJ3geLS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfWJ3geLS .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfWJ3geLS .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfWJ3geLS .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfWJ3geLS .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfWJ3geLS .image_post {
  display: inline-block;
}
.cid-uxfWJ3geLS .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfWJ3geLS .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfWJ3u8Nc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfWJ3u8Nc .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfWJ3u8Nc .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfWJ3u8Nc .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfWJ3u8Nc .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfWJ3u8Nc .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfWJ3u8Nc .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfWJ3u8Nc .privacy {
    text-align: left;
  }
}
.cid-uxfWJ3u8Nc .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfWJ3u8Nc .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfWJ3u8Nc .divider {
    margin: 20px 0;
  }
  .cid-uxfWJ3u8Nc .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfWJ3u8Nc .footer_wrap img {
    margin: auto;
  }
  .cid-uxfWJ3u8Nc .privacy {
    text-align: center;
  }
}
.cid-uxfXloSNfG {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfXloSNfG {
    min-height: 170px !important;
  }
}
.cid-uxfXloSNfG .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfXloSNfG .empty_md {
    display: block;
  }
}
.cid-uxfXloSNfG .container,
.cid-uxfXloSNfG .container-fluid,
.cid-uxfXloSNfG .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfXloSNfG .container,
  .cid-uxfXloSNfG .container-fluid,
  .cid-uxfXloSNfG .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfXloSNfG .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfXloSNfG .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfXloSNfG .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfXloSNfG .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfXloSNfG .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfXloSNfG .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfXloSNfG .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfXloSNfG .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfXloSNfG .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfXloSNfG .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfXloSNfG .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfXloSNfG .empty,
  .cid-uxfXloSNfG .icons-menu {
    min-width: 265px;
  }
  .cid-uxfXloSNfG .navbar-logo {
    margin: 0;
  }
  .cid-uxfXloSNfG .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfXloSNfG .btn {
    white-space: nowrap;
  }
  .cid-uxfXloSNfG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfXloSNfG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfXloSNfG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfXloSNfG .dropdown-toggle::after,
  .cid-uxfXloSNfG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfXloSNfG .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfXloSNfG .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXloSNfG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfXloSNfG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXloSNfG .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfXloSNfG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfXloSNfG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfXloSNfG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfXloSNfG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfXloSNfG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfXloSNfG .nav-item:focus,
.cid-uxfXloSNfG .nav-link:focus {
  outline: none;
}
.cid-uxfXloSNfG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfXloSNfG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfXloSNfG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfXloSNfG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfXloSNfG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfXloSNfG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfXloSNfG ul.navbar-nav li {
  margin: auto;
}
.cid-uxfXloSNfG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfXloSNfG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfXloSNfG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfXloSNfG .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfXloSNfG .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfXloSNfG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfXloSNfG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfXloSNfG .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfXloSNfG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfXloSNfG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfXloSNfG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfXloSNfG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfXloSNfG .navbar .icons-menu,
  .cid-uxfXloSNfG .navbar .empty {
    display: none;
  }
  .cid-uxfXloSNfG .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfXloSNfG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfXloSNfG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfXloSNfG .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfXloSNfG .navbar .container-fluid,
  .cid-uxfXloSNfG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfXloSNfG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfXloSNfG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfXloSNfG .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfXloSNfG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfXloSNfG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfXloSNfG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfXloSNfG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfXloSNfG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfXloSNfG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfXloSNfG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfXloSNfG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfXloSNfG .dropdown-item.active,
.cid-uxfXloSNfG .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfXloSNfG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfXloSNfG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfXloSNfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfXloSNfG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfXloSNfG .navbar-buttons {
  text-align: center;
}
.cid-uxfXloSNfG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfXloSNfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfXloSNfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfXloSNfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfXloSNfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfXloSNfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfXloSNfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfXloSNfG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfXloSNfG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfXloSNfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfXloSNfG .navbar-dropdown {
  position: absolute;
}
.cid-uxfXloSNfG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXloSNfG a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfXloSNfG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfXloSNfG .navbar {
    height: 77px;
  }
  .cid-uxfXloSNfG .navbar.opened {
    height: auto;
  }
  .cid-uxfXloSNfG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfXlpsNsO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfXlpsNsO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfXlpsNsO .photo-split {
  position: relative;
}
.cid-uxfXlpsNsO .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfXlpsNsO .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfXlpsNsO .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfXlpsNsO .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfXlpsNsO .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfXlpsNsO .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfXlpsNsO .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfXlpsNsO .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfXlpsNsO .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfXlpsNsO .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfXlpsNsO .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfXlpsNsO .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfXlpsNsO .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfXlpsNsO .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfXlpsNsO .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfXlpsNsO .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfXlpsNsO .photo-split .element-outer,
  .cid-uxfXlpsNsO .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfXlpsNsO .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfXlpsNsO .mbr-section-title,
  .cid-uxfXlpsNsO .mbr-section-subtitle,
  .cid-uxfXlpsNsO .mbr-text {
    text-align: left !important;
  }
  .cid-uxfXlpsNsO .social-list {
    text-align: left !important;
  }
}
.cid-uxfXlpsNsO .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfXlpsNsO .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfXlpsNsO .wrap-block .contents .mbr-subtitle,
.cid-uxfXlpsNsO .menu-content-right {
  color: #e53712;
}
.cid-uxfXlpKNa7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfXlpKNa7 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfXlpKNa7 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfXlpKNa7 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfXlpKNa7 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfXlpKNa7 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfXlpKNa7 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfXlpKNa7 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfXlpKNa7 .content-wrapper:hover .image-wrapper > img,
.cid-uxfXlpKNa7 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfXlpKNa7 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfXlpKNa7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfXlpKNa7 .image-wrapper,
.cid-uxfXlpKNa7 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXlpKNa7 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfXlpKNa7 .card_post {
    padding: 20px;
  }
}
.cid-uxfXlpKNa7 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfXlpKNa7 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfXlpKNa7 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfXlpKNa7 .item-title,
.cid-uxfXlpKNa7 .card_topic {
  margin-bottom: 12px;
}
.cid-uxfXlpKNa7 .category_content {
  opacity: .8;
}
.cid-uxfXlpKNa7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfXlpKNa7 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfXlpKNa7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfXlq3mtp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfXlq3mtp .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfXlq3mtp .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfXlq3mtp .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfXlq3mtp .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfXlq3mtp .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfXlq3mtp .row {
  flex-direction: row-reverse;
}
.cid-uxfXlq3mtp .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfXlq3mtp .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfXlq3mtp .content-wrapper:hover .image-wrapper > img,
.cid-uxfXlq3mtp .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfXlq3mtp .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfXlq3mtp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfXlq3mtp .image-wrapper,
.cid-uxfXlq3mtp img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXlq3mtp .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfXlq3mtp .card_post {
    padding: 20px;
  }
}
.cid-uxfXlq3mtp .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfXlq3mtp .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfXlq3mtp .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfXlq3mtp .item-title,
.cid-uxfXlq3mtp .card_topic {
  margin-bottom: 12px;
}
.cid-uxfXlq3mtp .category_content {
  opacity: .8;
}
.cid-uxfXlq3mtp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfXlq3mtp .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfXlq3mtp .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfXlqjdiN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfXlqjdiN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfXlqjdiN .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfXlqjdiN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfXlqjdiN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfXlqjdiN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfXlqjdiN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfXlqjdiN .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfXlqjdiN .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfXlqjdiN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfXlqjdiN .image_post {
  display: inline-block;
}
.cid-uxfXlqjdiN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfXlqjdiN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfXlqyeaQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfXlqyeaQ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfXlqyeaQ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfXlqyeaQ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfXlqyeaQ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfXlqyeaQ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfXlqyeaQ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfXlqyeaQ .privacy {
    text-align: left;
  }
}
.cid-uxfXlqyeaQ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfXlqyeaQ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfXlqyeaQ .divider {
    margin: 20px 0;
  }
  .cid-uxfXlqyeaQ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfXlqyeaQ .footer_wrap img {
    margin: auto;
  }
  .cid-uxfXlqyeaQ .privacy {
    text-align: center;
  }
}
.cid-uxfXSUXbpP {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfXSUXbpP {
    min-height: 170px !important;
  }
}
.cid-uxfXSUXbpP .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfXSUXbpP .empty_md {
    display: block;
  }
}
.cid-uxfXSUXbpP .container,
.cid-uxfXSUXbpP .container-fluid,
.cid-uxfXSUXbpP .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfXSUXbpP .container,
  .cid-uxfXSUXbpP .container-fluid,
  .cid-uxfXSUXbpP .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfXSUXbpP .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfXSUXbpP .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfXSUXbpP .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfXSUXbpP .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfXSUXbpP .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfXSUXbpP .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfXSUXbpP .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfXSUXbpP .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfXSUXbpP .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfXSUXbpP .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfXSUXbpP .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfXSUXbpP .empty,
  .cid-uxfXSUXbpP .icons-menu {
    min-width: 265px;
  }
  .cid-uxfXSUXbpP .navbar-logo {
    margin: 0;
  }
  .cid-uxfXSUXbpP .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfXSUXbpP .btn {
    white-space: nowrap;
  }
  .cid-uxfXSUXbpP .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfXSUXbpP .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfXSUXbpP .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfXSUXbpP .dropdown-toggle::after,
  .cid-uxfXSUXbpP .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfXSUXbpP .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfXSUXbpP .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXSUXbpP .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfXSUXbpP .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXSUXbpP .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfXSUXbpP .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfXSUXbpP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfXSUXbpP .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfXSUXbpP .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfXSUXbpP .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfXSUXbpP .nav-item:focus,
.cid-uxfXSUXbpP .nav-link:focus {
  outline: none;
}
.cid-uxfXSUXbpP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfXSUXbpP .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfXSUXbpP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfXSUXbpP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfXSUXbpP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfXSUXbpP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfXSUXbpP ul.navbar-nav li {
  margin: auto;
}
.cid-uxfXSUXbpP .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfXSUXbpP .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfXSUXbpP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfXSUXbpP .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfXSUXbpP .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfXSUXbpP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfXSUXbpP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfXSUXbpP .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfXSUXbpP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfXSUXbpP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfXSUXbpP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfXSUXbpP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfXSUXbpP .navbar .icons-menu,
  .cid-uxfXSUXbpP .navbar .empty {
    display: none;
  }
  .cid-uxfXSUXbpP .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfXSUXbpP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfXSUXbpP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfXSUXbpP .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfXSUXbpP .navbar .container-fluid,
  .cid-uxfXSUXbpP .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfXSUXbpP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfXSUXbpP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfXSUXbpP .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfXSUXbpP .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfXSUXbpP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfXSUXbpP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfXSUXbpP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfXSUXbpP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfXSUXbpP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfXSUXbpP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfXSUXbpP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfXSUXbpP .dropdown-item.active,
.cid-uxfXSUXbpP .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfXSUXbpP .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfXSUXbpP .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfXSUXbpP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfXSUXbpP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfXSUXbpP .navbar-buttons {
  text-align: center;
}
.cid-uxfXSUXbpP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfXSUXbpP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfXSUXbpP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfXSUXbpP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfXSUXbpP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfXSUXbpP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfXSUXbpP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfXSUXbpP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfXSUXbpP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfXSUXbpP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfXSUXbpP .navbar-dropdown {
  position: absolute;
}
.cid-uxfXSUXbpP a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXSUXbpP a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfXSUXbpP .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfXSUXbpP .navbar {
    height: 77px;
  }
  .cid-uxfXSUXbpP .navbar.opened {
    height: auto;
  }
  .cid-uxfXSUXbpP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfXSVvyja {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfXSVvyja .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfXSVvyja .photo-split {
  position: relative;
}
.cid-uxfXSVvyja .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfXSVvyja .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfXSVvyja .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfXSVvyja .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfXSVvyja .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfXSVvyja .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfXSVvyja .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfXSVvyja .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfXSVvyja .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfXSVvyja .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfXSVvyja .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfXSVvyja .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfXSVvyja .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfXSVvyja .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfXSVvyja .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfXSVvyja .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfXSVvyja .photo-split .element-outer,
  .cid-uxfXSVvyja .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfXSVvyja .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfXSVvyja .mbr-section-title,
  .cid-uxfXSVvyja .mbr-section-subtitle,
  .cid-uxfXSVvyja .mbr-text {
    text-align: left !important;
  }
  .cid-uxfXSVvyja .social-list {
    text-align: left !important;
  }
}
.cid-uxfXSVvyja .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfXSVvyja .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfXSVvyja .wrap-block .contents .mbr-subtitle,
.cid-uxfXSVvyja .menu-content-right {
  color: #e53712;
}
.cid-uxfXSVP7A1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfXSVP7A1 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfXSVP7A1 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfXSVP7A1 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfXSVP7A1 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfXSVP7A1 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfXSVP7A1 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfXSVP7A1 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfXSVP7A1 .content-wrapper:hover .image-wrapper > img,
.cid-uxfXSVP7A1 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfXSVP7A1 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfXSVP7A1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfXSVP7A1 .image-wrapper,
.cid-uxfXSVP7A1 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXSVP7A1 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfXSVP7A1 .card_post {
    padding: 20px;
  }
}
.cid-uxfXSVP7A1 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfXSVP7A1 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfXSVP7A1 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfXSVP7A1 .item-title,
.cid-uxfXSVP7A1 .card_topic {
  margin-bottom: 12px;
}
.cid-uxfXSVP7A1 .category_content {
  opacity: .8;
}
.cid-uxfXSVP7A1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfXSVP7A1 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfXSVP7A1 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfXSW6Ww2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfXSW6Ww2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfXSW6Ww2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfXSW6Ww2 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfXSW6Ww2 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfXSW6Ww2 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfXSW6Ww2 .row {
  flex-direction: row-reverse;
}
.cid-uxfXSW6Ww2 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfXSW6Ww2 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfXSW6Ww2 .content-wrapper:hover .image-wrapper > img,
.cid-uxfXSW6Ww2 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfXSW6Ww2 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfXSW6Ww2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfXSW6Ww2 .image-wrapper,
.cid-uxfXSW6Ww2 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfXSW6Ww2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfXSW6Ww2 .card_post {
    padding: 20px;
  }
}
.cid-uxfXSW6Ww2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfXSW6Ww2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfXSW6Ww2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfXSW6Ww2 .item-title,
.cid-uxfXSW6Ww2 .card_topic {
  margin-bottom: 12px;
}
.cid-uxfXSW6Ww2 .category_content {
  opacity: .8;
}
.cid-uxfXSW6Ww2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfXSW6Ww2 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfXSW6Ww2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfXSWlj8M {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfXSWlj8M .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfXSWlj8M .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfXSWlj8M .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfXSWlj8M .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfXSWlj8M .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfXSWlj8M .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfXSWlj8M .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfXSWlj8M .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfXSWlj8M .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfXSWlj8M .image_post {
  display: inline-block;
}
.cid-uxfXSWlj8M .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfXSWlj8M .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfXSWz1uA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfXSWz1uA .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfXSWz1uA .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfXSWz1uA .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfXSWz1uA .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfXSWz1uA .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfXSWz1uA .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfXSWz1uA .privacy {
    text-align: left;
  }
}
.cid-uxfXSWz1uA .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfXSWz1uA .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfXSWz1uA .divider {
    margin: 20px 0;
  }
  .cid-uxfXSWz1uA .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfXSWz1uA .footer_wrap img {
    margin: auto;
  }
  .cid-uxfXSWz1uA .privacy {
    text-align: center;
  }
}
.cid-uxfYr2F5zf {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfYr2F5zf {
    min-height: 170px !important;
  }
}
.cid-uxfYr2F5zf .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfYr2F5zf .empty_md {
    display: block;
  }
}
.cid-uxfYr2F5zf .container,
.cid-uxfYr2F5zf .container-fluid,
.cid-uxfYr2F5zf .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfYr2F5zf .container,
  .cid-uxfYr2F5zf .container-fluid,
  .cid-uxfYr2F5zf .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfYr2F5zf .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfYr2F5zf .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfYr2F5zf .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfYr2F5zf .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfYr2F5zf .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfYr2F5zf .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfYr2F5zf .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfYr2F5zf .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfYr2F5zf .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfYr2F5zf .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfYr2F5zf .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfYr2F5zf .empty,
  .cid-uxfYr2F5zf .icons-menu {
    min-width: 265px;
  }
  .cid-uxfYr2F5zf .navbar-logo {
    margin: 0;
  }
  .cid-uxfYr2F5zf .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfYr2F5zf .btn {
    white-space: nowrap;
  }
  .cid-uxfYr2F5zf .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfYr2F5zf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfYr2F5zf .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfYr2F5zf .dropdown-toggle::after,
  .cid-uxfYr2F5zf .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfYr2F5zf .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfYr2F5zf .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYr2F5zf .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfYr2F5zf .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYr2F5zf .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfYr2F5zf .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfYr2F5zf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfYr2F5zf .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfYr2F5zf .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfYr2F5zf .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfYr2F5zf .nav-item:focus,
.cid-uxfYr2F5zf .nav-link:focus {
  outline: none;
}
.cid-uxfYr2F5zf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfYr2F5zf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfYr2F5zf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfYr2F5zf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfYr2F5zf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfYr2F5zf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfYr2F5zf ul.navbar-nav li {
  margin: auto;
}
.cid-uxfYr2F5zf .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfYr2F5zf .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfYr2F5zf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfYr2F5zf .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfYr2F5zf .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfYr2F5zf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfYr2F5zf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfYr2F5zf .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfYr2F5zf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfYr2F5zf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfYr2F5zf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfYr2F5zf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfYr2F5zf .navbar .icons-menu,
  .cid-uxfYr2F5zf .navbar .empty {
    display: none;
  }
  .cid-uxfYr2F5zf .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfYr2F5zf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfYr2F5zf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfYr2F5zf .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfYr2F5zf .navbar .container-fluid,
  .cid-uxfYr2F5zf .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfYr2F5zf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfYr2F5zf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfYr2F5zf .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfYr2F5zf .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfYr2F5zf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfYr2F5zf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfYr2F5zf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfYr2F5zf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfYr2F5zf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfYr2F5zf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfYr2F5zf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfYr2F5zf .dropdown-item.active,
.cid-uxfYr2F5zf .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfYr2F5zf .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfYr2F5zf .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfYr2F5zf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfYr2F5zf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfYr2F5zf .navbar-buttons {
  text-align: center;
}
.cid-uxfYr2F5zf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfYr2F5zf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfYr2F5zf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfYr2F5zf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfYr2F5zf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfYr2F5zf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfYr2F5zf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfYr2F5zf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfYr2F5zf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfYr2F5zf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfYr2F5zf .navbar-dropdown {
  position: absolute;
}
.cid-uxfYr2F5zf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYr2F5zf a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfYr2F5zf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfYr2F5zf .navbar {
    height: 77px;
  }
  .cid-uxfYr2F5zf .navbar.opened {
    height: auto;
  }
  .cid-uxfYr2F5zf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfYr3mSoa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfYr3mSoa .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfYr3mSoa .photo-split {
  position: relative;
}
.cid-uxfYr3mSoa .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfYr3mSoa .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfYr3mSoa .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfYr3mSoa .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfYr3mSoa .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfYr3mSoa .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfYr3mSoa .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfYr3mSoa .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfYr3mSoa .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfYr3mSoa .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfYr3mSoa .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfYr3mSoa .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfYr3mSoa .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfYr3mSoa .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfYr3mSoa .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfYr3mSoa .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfYr3mSoa .photo-split .element-outer,
  .cid-uxfYr3mSoa .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfYr3mSoa .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfYr3mSoa .mbr-section-title,
  .cid-uxfYr3mSoa .mbr-section-subtitle,
  .cid-uxfYr3mSoa .mbr-text {
    text-align: left !important;
  }
  .cid-uxfYr3mSoa .social-list {
    text-align: left !important;
  }
}
.cid-uxfYr3mSoa .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfYr3mSoa .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfYr3mSoa .wrap-block .contents .mbr-subtitle,
.cid-uxfYr3mSoa .menu-content-right {
  color: #e53712;
}
.cid-uxfYr3HWtl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfYr3HWtl .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfYr3HWtl .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfYr3HWtl .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfYr3HWtl .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfYr3HWtl .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfYr3HWtl .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfYr3HWtl .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfYr3HWtl .content-wrapper:hover .image-wrapper > img,
.cid-uxfYr3HWtl .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfYr3HWtl .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfYr3HWtl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfYr3HWtl .image-wrapper,
.cid-uxfYr3HWtl img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYr3HWtl .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfYr3HWtl .card_post {
    padding: 20px;
  }
}
.cid-uxfYr3HWtl .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfYr3HWtl .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfYr3HWtl .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfYr3HWtl .item-title,
.cid-uxfYr3HWtl .card_topic {
  margin-bottom: 12px;
}
.cid-uxfYr3HWtl .category_content {
  opacity: .8;
}
.cid-uxfYr3HWtl .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfYr3HWtl .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfYr3HWtl .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfYr44j2a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfYr44j2a .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfYr44j2a .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfYr44j2a .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfYr44j2a .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfYr44j2a .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfYr44j2a .row {
  flex-direction: row-reverse;
}
.cid-uxfYr44j2a .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfYr44j2a .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfYr44j2a .content-wrapper:hover .image-wrapper > img,
.cid-uxfYr44j2a .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfYr44j2a .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfYr44j2a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfYr44j2a .image-wrapper,
.cid-uxfYr44j2a img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYr44j2a .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfYr44j2a .card_post {
    padding: 20px;
  }
}
.cid-uxfYr44j2a .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfYr44j2a .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfYr44j2a .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfYr44j2a .item-title,
.cid-uxfYr44j2a .card_topic {
  margin-bottom: 12px;
}
.cid-uxfYr44j2a .category_content {
  opacity: .8;
}
.cid-uxfYr44j2a .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfYr44j2a .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfYr44j2a .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfYr4oJmb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfYr4oJmb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfYr4oJmb .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfYr4oJmb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfYr4oJmb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfYr4oJmb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfYr4oJmb .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfYr4oJmb .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfYr4oJmb .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfYr4oJmb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfYr4oJmb .image_post {
  display: inline-block;
}
.cid-uxfYr4oJmb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfYr4oJmb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfYr4JR4y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfYr4JR4y .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfYr4JR4y .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfYr4JR4y .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfYr4JR4y .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfYr4JR4y .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfYr4JR4y .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfYr4JR4y .privacy {
    text-align: left;
  }
}
.cid-uxfYr4JR4y .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfYr4JR4y .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfYr4JR4y .divider {
    margin: 20px 0;
  }
  .cid-uxfYr4JR4y .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfYr4JR4y .footer_wrap img {
    margin: auto;
  }
  .cid-uxfYr4JR4y .privacy {
    text-align: center;
  }
}
.cid-uxfYXqQYrZ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfYXqQYrZ {
    min-height: 170px !important;
  }
}
.cid-uxfYXqQYrZ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfYXqQYrZ .empty_md {
    display: block;
  }
}
.cid-uxfYXqQYrZ .container,
.cid-uxfYXqQYrZ .container-fluid,
.cid-uxfYXqQYrZ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfYXqQYrZ .container,
  .cid-uxfYXqQYrZ .container-fluid,
  .cid-uxfYXqQYrZ .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfYXqQYrZ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfYXqQYrZ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfYXqQYrZ .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfYXqQYrZ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfYXqQYrZ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfYXqQYrZ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfYXqQYrZ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfYXqQYrZ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfYXqQYrZ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfYXqQYrZ .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfYXqQYrZ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfYXqQYrZ .empty,
  .cid-uxfYXqQYrZ .icons-menu {
    min-width: 265px;
  }
  .cid-uxfYXqQYrZ .navbar-logo {
    margin: 0;
  }
  .cid-uxfYXqQYrZ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfYXqQYrZ .btn {
    white-space: nowrap;
  }
  .cid-uxfYXqQYrZ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfYXqQYrZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfYXqQYrZ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfYXqQYrZ .dropdown-toggle::after,
  .cid-uxfYXqQYrZ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfYXqQYrZ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfYXqQYrZ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYXqQYrZ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfYXqQYrZ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYXqQYrZ .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfYXqQYrZ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfYXqQYrZ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfYXqQYrZ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfYXqQYrZ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfYXqQYrZ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfYXqQYrZ .nav-item:focus,
.cid-uxfYXqQYrZ .nav-link:focus {
  outline: none;
}
.cid-uxfYXqQYrZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfYXqQYrZ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfYXqQYrZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfYXqQYrZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfYXqQYrZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfYXqQYrZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfYXqQYrZ ul.navbar-nav li {
  margin: auto;
}
.cid-uxfYXqQYrZ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfYXqQYrZ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfYXqQYrZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfYXqQYrZ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfYXqQYrZ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfYXqQYrZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfYXqQYrZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfYXqQYrZ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfYXqQYrZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfYXqQYrZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfYXqQYrZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfYXqQYrZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfYXqQYrZ .navbar .icons-menu,
  .cid-uxfYXqQYrZ .navbar .empty {
    display: none;
  }
  .cid-uxfYXqQYrZ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfYXqQYrZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfYXqQYrZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfYXqQYrZ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfYXqQYrZ .navbar .container-fluid,
  .cid-uxfYXqQYrZ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfYXqQYrZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfYXqQYrZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfYXqQYrZ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfYXqQYrZ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfYXqQYrZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfYXqQYrZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfYXqQYrZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfYXqQYrZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfYXqQYrZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfYXqQYrZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfYXqQYrZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfYXqQYrZ .dropdown-item.active,
.cid-uxfYXqQYrZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfYXqQYrZ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfYXqQYrZ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfYXqQYrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfYXqQYrZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfYXqQYrZ .navbar-buttons {
  text-align: center;
}
.cid-uxfYXqQYrZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfYXqQYrZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfYXqQYrZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfYXqQYrZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfYXqQYrZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfYXqQYrZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfYXqQYrZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfYXqQYrZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfYXqQYrZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfYXqQYrZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfYXqQYrZ .navbar-dropdown {
  position: absolute;
}
.cid-uxfYXqQYrZ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYXqQYrZ a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfYXqQYrZ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfYXqQYrZ .navbar {
    height: 77px;
  }
  .cid-uxfYXqQYrZ .navbar.opened {
    height: auto;
  }
  .cid-uxfYXqQYrZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfYXroayF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfYXroayF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfYXroayF .photo-split {
  position: relative;
}
.cid-uxfYXroayF .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfYXroayF .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfYXroayF .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfYXroayF .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfYXroayF .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfYXroayF .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfYXroayF .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfYXroayF .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfYXroayF .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfYXroayF .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfYXroayF .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfYXroayF .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfYXroayF .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfYXroayF .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfYXroayF .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfYXroayF .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfYXroayF .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfYXroayF .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfYXroayF .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfYXroayF .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfYXroayF .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfYXroayF .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfYXroayF .photo-split .element-outer,
  .cid-uxfYXroayF .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfYXroayF .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfYXroayF .mbr-section-title,
  .cid-uxfYXroayF .mbr-section-subtitle,
  .cid-uxfYXroayF .mbr-text {
    text-align: left !important;
  }
  .cid-uxfYXroayF .social-list {
    text-align: left !important;
  }
}
.cid-uxfYXroayF .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfYXroayF .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfYXroayF .wrap-block .contents .mbr-subtitle,
.cid-uxfYXroayF .menu-content-right {
  color: #e53712;
}
.cid-uxfYXrHkjY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfYXrHkjY .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfYXrHkjY .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfYXrHkjY .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfYXrHkjY .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfYXrHkjY .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfYXrHkjY .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfYXrHkjY .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfYXrHkjY .content-wrapper:hover .image-wrapper > img,
.cid-uxfYXrHkjY .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfYXrHkjY .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfYXrHkjY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfYXrHkjY .image-wrapper,
.cid-uxfYXrHkjY img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYXrHkjY .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfYXrHkjY .card_post {
    padding: 20px;
  }
}
.cid-uxfYXrHkjY .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfYXrHkjY .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfYXrHkjY .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfYXrHkjY .item-title,
.cid-uxfYXrHkjY .card_topic {
  margin-bottom: 12px;
}
.cid-uxfYXrHkjY .category_content {
  opacity: .8;
}
.cid-uxfYXrHkjY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfYXrHkjY .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfYXrHkjY .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfYXs1O3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfYXs1O3f .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfYXs1O3f .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfYXs1O3f .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfYXs1O3f .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfYXs1O3f .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfYXs1O3f .row {
  flex-direction: row-reverse;
}
.cid-uxfYXs1O3f .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfYXs1O3f .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfYXs1O3f .content-wrapper:hover .image-wrapper > img,
.cid-uxfYXs1O3f .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfYXs1O3f .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfYXs1O3f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfYXs1O3f .image-wrapper,
.cid-uxfYXs1O3f img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfYXs1O3f .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfYXs1O3f .card_post {
    padding: 20px;
  }
}
.cid-uxfYXs1O3f .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfYXs1O3f .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfYXs1O3f .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfYXs1O3f .item-title,
.cid-uxfYXs1O3f .card_topic {
  margin-bottom: 12px;
}
.cid-uxfYXs1O3f .category_content {
  opacity: .8;
}
.cid-uxfYXs1O3f .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfYXs1O3f .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfYXs1O3f .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfYXsiTAO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfYXsiTAO .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfYXsiTAO .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfYXsiTAO .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfYXsiTAO .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfYXsiTAO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfYXsiTAO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfYXsiTAO .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfYXsiTAO .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfYXsiTAO .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfYXsiTAO .image_post {
  display: inline-block;
}
.cid-uxfYXsiTAO .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfYXsiTAO .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfYXsytA5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfYXsytA5 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfYXsytA5 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfYXsytA5 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfYXsytA5 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfYXsytA5 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfYXsytA5 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfYXsytA5 .privacy {
    text-align: left;
  }
}
.cid-uxfYXsytA5 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfYXsytA5 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfYXsytA5 .divider {
    margin: 20px 0;
  }
  .cid-uxfYXsytA5 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfYXsytA5 .footer_wrap img {
    margin: auto;
  }
  .cid-uxfYXsytA5 .privacy {
    text-align: center;
  }
}
.cid-uxfZq2ikNi {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfZq2ikNi {
    min-height: 170px !important;
  }
}
.cid-uxfZq2ikNi .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfZq2ikNi .empty_md {
    display: block;
  }
}
.cid-uxfZq2ikNi .container,
.cid-uxfZq2ikNi .container-fluid,
.cid-uxfZq2ikNi .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfZq2ikNi .container,
  .cid-uxfZq2ikNi .container-fluid,
  .cid-uxfZq2ikNi .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfZq2ikNi .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfZq2ikNi .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfZq2ikNi .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfZq2ikNi .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfZq2ikNi .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfZq2ikNi .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfZq2ikNi .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfZq2ikNi .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfZq2ikNi .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfZq2ikNi .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfZq2ikNi .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfZq2ikNi .empty,
  .cid-uxfZq2ikNi .icons-menu {
    min-width: 265px;
  }
  .cid-uxfZq2ikNi .navbar-logo {
    margin: 0;
  }
  .cid-uxfZq2ikNi .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfZq2ikNi .btn {
    white-space: nowrap;
  }
  .cid-uxfZq2ikNi .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfZq2ikNi .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfZq2ikNi .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfZq2ikNi .dropdown-toggle::after,
  .cid-uxfZq2ikNi .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfZq2ikNi .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfZq2ikNi .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZq2ikNi .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfZq2ikNi .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZq2ikNi .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfZq2ikNi .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfZq2ikNi .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfZq2ikNi .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfZq2ikNi .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfZq2ikNi .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfZq2ikNi .nav-item:focus,
.cid-uxfZq2ikNi .nav-link:focus {
  outline: none;
}
.cid-uxfZq2ikNi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfZq2ikNi .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfZq2ikNi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfZq2ikNi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfZq2ikNi .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfZq2ikNi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfZq2ikNi ul.navbar-nav li {
  margin: auto;
}
.cid-uxfZq2ikNi .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfZq2ikNi .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfZq2ikNi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfZq2ikNi .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfZq2ikNi .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfZq2ikNi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfZq2ikNi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfZq2ikNi .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfZq2ikNi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfZq2ikNi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfZq2ikNi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfZq2ikNi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfZq2ikNi .navbar .icons-menu,
  .cid-uxfZq2ikNi .navbar .empty {
    display: none;
  }
  .cid-uxfZq2ikNi .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfZq2ikNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfZq2ikNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfZq2ikNi .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfZq2ikNi .navbar .container-fluid,
  .cid-uxfZq2ikNi .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfZq2ikNi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfZq2ikNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfZq2ikNi .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfZq2ikNi .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfZq2ikNi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfZq2ikNi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfZq2ikNi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfZq2ikNi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfZq2ikNi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfZq2ikNi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfZq2ikNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfZq2ikNi .dropdown-item.active,
.cid-uxfZq2ikNi .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfZq2ikNi .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfZq2ikNi .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfZq2ikNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfZq2ikNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfZq2ikNi .navbar-buttons {
  text-align: center;
}
.cid-uxfZq2ikNi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfZq2ikNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfZq2ikNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfZq2ikNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfZq2ikNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfZq2ikNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfZq2ikNi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfZq2ikNi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfZq2ikNi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfZq2ikNi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfZq2ikNi .navbar-dropdown {
  position: absolute;
}
.cid-uxfZq2ikNi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZq2ikNi a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfZq2ikNi .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfZq2ikNi .navbar {
    height: 77px;
  }
  .cid-uxfZq2ikNi .navbar.opened {
    height: auto;
  }
  .cid-uxfZq2ikNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfZq2PJSL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfZq2PJSL .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfZq2PJSL .photo-split {
  position: relative;
}
.cid-uxfZq2PJSL .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfZq2PJSL .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfZq2PJSL .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfZq2PJSL .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfZq2PJSL .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfZq2PJSL .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfZq2PJSL .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfZq2PJSL .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfZq2PJSL .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfZq2PJSL .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfZq2PJSL .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfZq2PJSL .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfZq2PJSL .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfZq2PJSL .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfZq2PJSL .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfZq2PJSL .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfZq2PJSL .photo-split .element-outer,
  .cid-uxfZq2PJSL .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfZq2PJSL .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfZq2PJSL .mbr-section-title,
  .cid-uxfZq2PJSL .mbr-section-subtitle,
  .cid-uxfZq2PJSL .mbr-text {
    text-align: left !important;
  }
  .cid-uxfZq2PJSL .social-list {
    text-align: left !important;
  }
}
.cid-uxfZq2PJSL .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfZq2PJSL .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfZq2PJSL .wrap-block .contents .mbr-subtitle,
.cid-uxfZq2PJSL .menu-content-right {
  color: #e53712;
}
.cid-uxfZq34MNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfZq34MNu .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfZq34MNu .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfZq34MNu .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfZq34MNu .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfZq34MNu .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfZq34MNu .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfZq34MNu .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfZq34MNu .content-wrapper:hover .image-wrapper > img,
.cid-uxfZq34MNu .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfZq34MNu .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfZq34MNu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfZq34MNu .image-wrapper,
.cid-uxfZq34MNu img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZq34MNu .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfZq34MNu .card_post {
    padding: 20px;
  }
}
.cid-uxfZq34MNu .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfZq34MNu .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfZq34MNu .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfZq34MNu .item-title,
.cid-uxfZq34MNu .card_topic {
  margin-bottom: 12px;
}
.cid-uxfZq34MNu .category_content {
  opacity: .8;
}
.cid-uxfZq34MNu .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfZq34MNu .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfZq34MNu .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfZq3jGzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfZq3jGzT .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfZq3jGzT .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfZq3jGzT .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfZq3jGzT .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfZq3jGzT .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfZq3jGzT .row {
  flex-direction: row-reverse;
}
.cid-uxfZq3jGzT .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfZq3jGzT .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfZq3jGzT .content-wrapper:hover .image-wrapper > img,
.cid-uxfZq3jGzT .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfZq3jGzT .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfZq3jGzT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfZq3jGzT .image-wrapper,
.cid-uxfZq3jGzT img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZq3jGzT .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfZq3jGzT .card_post {
    padding: 20px;
  }
}
.cid-uxfZq3jGzT .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfZq3jGzT .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfZq3jGzT .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfZq3jGzT .item-title,
.cid-uxfZq3jGzT .card_topic {
  margin-bottom: 12px;
}
.cid-uxfZq3jGzT .category_content {
  opacity: .8;
}
.cid-uxfZq3jGzT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfZq3jGzT .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfZq3jGzT .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfZq3xP92 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfZq3xP92 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfZq3xP92 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfZq3xP92 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfZq3xP92 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfZq3xP92 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfZq3xP92 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfZq3xP92 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfZq3xP92 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfZq3xP92 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfZq3xP92 .image_post {
  display: inline-block;
}
.cid-uxfZq3xP92 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfZq3xP92 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfZq3MIVa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfZq3MIVa .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfZq3MIVa .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfZq3MIVa .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfZq3MIVa .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfZq3MIVa .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfZq3MIVa .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfZq3MIVa .privacy {
    text-align: left;
  }
}
.cid-uxfZq3MIVa .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfZq3MIVa .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfZq3MIVa .divider {
    margin: 20px 0;
  }
  .cid-uxfZq3MIVa .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfZq3MIVa .footer_wrap img {
    margin: auto;
  }
  .cid-uxfZq3MIVa .privacy {
    text-align: center;
  }
}
.cid-uxfZVyGaY3 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxfZVyGaY3 {
    min-height: 170px !important;
  }
}
.cid-uxfZVyGaY3 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxfZVyGaY3 .empty_md {
    display: block;
  }
}
.cid-uxfZVyGaY3 .container,
.cid-uxfZVyGaY3 .container-fluid,
.cid-uxfZVyGaY3 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxfZVyGaY3 .container,
  .cid-uxfZVyGaY3 .container-fluid,
  .cid-uxfZVyGaY3 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxfZVyGaY3 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxfZVyGaY3 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfZVyGaY3 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxfZVyGaY3 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxfZVyGaY3 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxfZVyGaY3 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxfZVyGaY3 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxfZVyGaY3 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxfZVyGaY3 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxfZVyGaY3 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxfZVyGaY3 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxfZVyGaY3 .empty,
  .cid-uxfZVyGaY3 .icons-menu {
    min-width: 265px;
  }
  .cid-uxfZVyGaY3 .navbar-logo {
    margin: 0;
  }
  .cid-uxfZVyGaY3 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxfZVyGaY3 .btn {
    white-space: nowrap;
  }
  .cid-uxfZVyGaY3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxfZVyGaY3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxfZVyGaY3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxfZVyGaY3 .dropdown-toggle::after,
  .cid-uxfZVyGaY3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxfZVyGaY3 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxfZVyGaY3 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZVyGaY3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxfZVyGaY3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZVyGaY3 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxfZVyGaY3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxfZVyGaY3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxfZVyGaY3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxfZVyGaY3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxfZVyGaY3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxfZVyGaY3 .nav-item:focus,
.cid-uxfZVyGaY3 .nav-link:focus {
  outline: none;
}
.cid-uxfZVyGaY3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxfZVyGaY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxfZVyGaY3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxfZVyGaY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxfZVyGaY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxfZVyGaY3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxfZVyGaY3 ul.navbar-nav li {
  margin: auto;
}
.cid-uxfZVyGaY3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxfZVyGaY3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxfZVyGaY3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxfZVyGaY3 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxfZVyGaY3 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxfZVyGaY3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxfZVyGaY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxfZVyGaY3 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxfZVyGaY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxfZVyGaY3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxfZVyGaY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxfZVyGaY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxfZVyGaY3 .navbar .icons-menu,
  .cid-uxfZVyGaY3 .navbar .empty {
    display: none;
  }
  .cid-uxfZVyGaY3 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxfZVyGaY3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxfZVyGaY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxfZVyGaY3 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxfZVyGaY3 .navbar .container-fluid,
  .cid-uxfZVyGaY3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxfZVyGaY3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxfZVyGaY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxfZVyGaY3 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxfZVyGaY3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxfZVyGaY3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxfZVyGaY3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxfZVyGaY3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxfZVyGaY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxfZVyGaY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxfZVyGaY3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxfZVyGaY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxfZVyGaY3 .dropdown-item.active,
.cid-uxfZVyGaY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxfZVyGaY3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxfZVyGaY3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxfZVyGaY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxfZVyGaY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxfZVyGaY3 .navbar-buttons {
  text-align: center;
}
.cid-uxfZVyGaY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxfZVyGaY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxfZVyGaY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxfZVyGaY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfZVyGaY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxfZVyGaY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxfZVyGaY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfZVyGaY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxfZVyGaY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxfZVyGaY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxfZVyGaY3 .navbar-dropdown {
  position: absolute;
}
.cid-uxfZVyGaY3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZVyGaY3 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxfZVyGaY3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxfZVyGaY3 .navbar {
    height: 77px;
  }
  .cid-uxfZVyGaY3 .navbar.opened {
    height: auto;
  }
  .cid-uxfZVyGaY3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxfZVzguCS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxfZVzguCS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxfZVzguCS .photo-split {
  position: relative;
}
.cid-uxfZVzguCS .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxfZVzguCS .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfZVzguCS .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfZVzguCS .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxfZVzguCS .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxfZVzguCS .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxfZVzguCS .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxfZVzguCS .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxfZVzguCS .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxfZVzguCS .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxfZVzguCS .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxfZVzguCS .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxfZVzguCS .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxfZVzguCS .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxfZVzguCS .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxfZVzguCS .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxfZVzguCS .photo-split .element-outer,
  .cid-uxfZVzguCS .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxfZVzguCS .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfZVzguCS .mbr-section-title,
  .cid-uxfZVzguCS .mbr-section-subtitle,
  .cid-uxfZVzguCS .mbr-text {
    text-align: left !important;
  }
  .cid-uxfZVzguCS .social-list {
    text-align: left !important;
  }
}
.cid-uxfZVzguCS .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxfZVzguCS .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxfZVzguCS .wrap-block .contents .mbr-subtitle,
.cid-uxfZVzguCS .menu-content-right {
  color: #e53712;
}
.cid-uxfZVzxv3p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfZVzxv3p .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfZVzxv3p .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfZVzxv3p .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfZVzxv3p .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfZVzxv3p .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfZVzxv3p .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfZVzxv3p .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfZVzxv3p .content-wrapper:hover .image-wrapper > img,
.cid-uxfZVzxv3p .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfZVzxv3p .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfZVzxv3p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfZVzxv3p .image-wrapper,
.cid-uxfZVzxv3p img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZVzxv3p .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfZVzxv3p .card_post {
    padding: 20px;
  }
}
.cid-uxfZVzxv3p .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfZVzxv3p .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfZVzxv3p .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfZVzxv3p .item-title,
.cid-uxfZVzxv3p .card_topic {
  margin-bottom: 12px;
}
.cid-uxfZVzxv3p .category_content {
  opacity: .8;
}
.cid-uxfZVzxv3p .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfZVzxv3p .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfZVzxv3p .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfZVzOzZA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxfZVzOzZA .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxfZVzOzZA .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxfZVzOzZA .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxfZVzOzZA .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxfZVzOzZA .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxfZVzOzZA .row {
  flex-direction: row-reverse;
}
.cid-uxfZVzOzZA .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxfZVzOzZA .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxfZVzOzZA .content-wrapper:hover .image-wrapper > img,
.cid-uxfZVzOzZA .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxfZVzOzZA .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxfZVzOzZA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxfZVzOzZA .image-wrapper,
.cid-uxfZVzOzZA img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxfZVzOzZA .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxfZVzOzZA .card_post {
    padding: 20px;
  }
}
.cid-uxfZVzOzZA .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxfZVzOzZA .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxfZVzOzZA .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxfZVzOzZA .item-title,
.cid-uxfZVzOzZA .card_topic {
  margin-bottom: 12px;
}
.cid-uxfZVzOzZA .category_content {
  opacity: .8;
}
.cid-uxfZVzOzZA .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxfZVzOzZA .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxfZVzOzZA .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxfZVA3CCL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxfZVA3CCL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxfZVA3CCL .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxfZVA3CCL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxfZVA3CCL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxfZVA3CCL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxfZVA3CCL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxfZVA3CCL .mbr-section-btn .btn-secondary-outline .active,
.cid-uxfZVA3CCL .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxfZVA3CCL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxfZVA3CCL .image_post {
  display: inline-block;
}
.cid-uxfZVA3CCL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxfZVA3CCL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxfZVAjlEE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxfZVAjlEE .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxfZVAjlEE .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxfZVAjlEE .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxfZVAjlEE .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxfZVAjlEE .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxfZVAjlEE .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxfZVAjlEE .privacy {
    text-align: left;
  }
}
.cid-uxfZVAjlEE .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxfZVAjlEE .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxfZVAjlEE .divider {
    margin: 20px 0;
  }
  .cid-uxfZVAjlEE .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxfZVAjlEE .footer_wrap img {
    margin: auto;
  }
  .cid-uxfZVAjlEE .privacy {
    text-align: center;
  }
}
.cid-uxg0uPOOpp {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg0uPOOpp {
    min-height: 170px !important;
  }
}
.cid-uxg0uPOOpp .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg0uPOOpp .empty_md {
    display: block;
  }
}
.cid-uxg0uPOOpp .container,
.cid-uxg0uPOOpp .container-fluid,
.cid-uxg0uPOOpp .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg0uPOOpp .container,
  .cid-uxg0uPOOpp .container-fluid,
  .cid-uxg0uPOOpp .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg0uPOOpp .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg0uPOOpp .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg0uPOOpp .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg0uPOOpp .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg0uPOOpp .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg0uPOOpp .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg0uPOOpp .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg0uPOOpp .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg0uPOOpp .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg0uPOOpp .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg0uPOOpp .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg0uPOOpp .empty,
  .cid-uxg0uPOOpp .icons-menu {
    min-width: 265px;
  }
  .cid-uxg0uPOOpp .navbar-logo {
    margin: 0;
  }
  .cid-uxg0uPOOpp .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg0uPOOpp .btn {
    white-space: nowrap;
  }
  .cid-uxg0uPOOpp .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg0uPOOpp .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg0uPOOpp .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg0uPOOpp .dropdown-toggle::after,
  .cid-uxg0uPOOpp .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg0uPOOpp .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg0uPOOpp .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg0uPOOpp .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg0uPOOpp .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg0uPOOpp .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg0uPOOpp .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg0uPOOpp .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg0uPOOpp .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg0uPOOpp .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg0uPOOpp .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg0uPOOpp .nav-item:focus,
.cid-uxg0uPOOpp .nav-link:focus {
  outline: none;
}
.cid-uxg0uPOOpp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg0uPOOpp .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg0uPOOpp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg0uPOOpp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg0uPOOpp .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg0uPOOpp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg0uPOOpp ul.navbar-nav li {
  margin: auto;
}
.cid-uxg0uPOOpp .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg0uPOOpp .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg0uPOOpp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg0uPOOpp .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg0uPOOpp .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg0uPOOpp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg0uPOOpp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg0uPOOpp .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg0uPOOpp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg0uPOOpp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg0uPOOpp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg0uPOOpp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg0uPOOpp .navbar .icons-menu,
  .cid-uxg0uPOOpp .navbar .empty {
    display: none;
  }
  .cid-uxg0uPOOpp .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg0uPOOpp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg0uPOOpp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg0uPOOpp .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg0uPOOpp .navbar .container-fluid,
  .cid-uxg0uPOOpp .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg0uPOOpp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg0uPOOpp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg0uPOOpp .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg0uPOOpp .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg0uPOOpp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg0uPOOpp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg0uPOOpp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg0uPOOpp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg0uPOOpp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg0uPOOpp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg0uPOOpp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg0uPOOpp .dropdown-item.active,
.cid-uxg0uPOOpp .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg0uPOOpp .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg0uPOOpp .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg0uPOOpp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg0uPOOpp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg0uPOOpp .navbar-buttons {
  text-align: center;
}
.cid-uxg0uPOOpp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg0uPOOpp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg0uPOOpp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg0uPOOpp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg0uPOOpp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg0uPOOpp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg0uPOOpp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg0uPOOpp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg0uPOOpp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg0uPOOpp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg0uPOOpp .navbar-dropdown {
  position: absolute;
}
.cid-uxg0uPOOpp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg0uPOOpp a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg0uPOOpp .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg0uPOOpp .navbar {
    height: 77px;
  }
  .cid-uxg0uPOOpp .navbar.opened {
    height: auto;
  }
  .cid-uxg0uPOOpp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg0uQDjPt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg0uQDjPt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg0uQDjPt .photo-split {
  position: relative;
}
.cid-uxg0uQDjPt .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg0uQDjPt .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg0uQDjPt .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg0uQDjPt .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg0uQDjPt .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg0uQDjPt .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg0uQDjPt .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg0uQDjPt .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg0uQDjPt .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg0uQDjPt .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg0uQDjPt .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg0uQDjPt .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg0uQDjPt .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg0uQDjPt .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg0uQDjPt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg0uQDjPt .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg0uQDjPt .photo-split .element-outer,
  .cid-uxg0uQDjPt .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg0uQDjPt .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg0uQDjPt .mbr-section-title,
  .cid-uxg0uQDjPt .mbr-section-subtitle,
  .cid-uxg0uQDjPt .mbr-text {
    text-align: left !important;
  }
  .cid-uxg0uQDjPt .social-list {
    text-align: left !important;
  }
}
.cid-uxg0uQDjPt .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg0uQDjPt .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg0uQDjPt .wrap-block .contents .mbr-subtitle,
.cid-uxg0uQDjPt .menu-content-right {
  color: #e53712;
}
.cid-uxg0uQUcxY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg0uQUcxY .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg0uQUcxY .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg0uQUcxY .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg0uQUcxY .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg0uQUcxY .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg0uQUcxY .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg0uQUcxY .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg0uQUcxY .content-wrapper:hover .image-wrapper > img,
.cid-uxg0uQUcxY .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg0uQUcxY .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg0uQUcxY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg0uQUcxY .image-wrapper,
.cid-uxg0uQUcxY img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg0uQUcxY .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg0uQUcxY .card_post {
    padding: 20px;
  }
}
.cid-uxg0uQUcxY .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg0uQUcxY .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg0uQUcxY .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg0uQUcxY .item-title,
.cid-uxg0uQUcxY .card_topic {
  margin-bottom: 12px;
}
.cid-uxg0uQUcxY .category_content {
  opacity: .8;
}
.cid-uxg0uQUcxY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg0uQUcxY .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg0uQUcxY .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg0uRbod9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg0uRbod9 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg0uRbod9 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg0uRbod9 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg0uRbod9 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg0uRbod9 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg0uRbod9 .row {
  flex-direction: row-reverse;
}
.cid-uxg0uRbod9 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg0uRbod9 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg0uRbod9 .content-wrapper:hover .image-wrapper > img,
.cid-uxg0uRbod9 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg0uRbod9 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg0uRbod9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg0uRbod9 .image-wrapper,
.cid-uxg0uRbod9 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg0uRbod9 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg0uRbod9 .card_post {
    padding: 20px;
  }
}
.cid-uxg0uRbod9 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg0uRbod9 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg0uRbod9 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg0uRbod9 .item-title,
.cid-uxg0uRbod9 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg0uRbod9 .category_content {
  opacity: .8;
}
.cid-uxg0uRbod9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg0uRbod9 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg0uRbod9 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg0uRpLIx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg0uRpLIx .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg0uRpLIx .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg0uRpLIx .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg0uRpLIx .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg0uRpLIx .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg0uRpLIx .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg0uRpLIx .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg0uRpLIx .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg0uRpLIx .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg0uRpLIx .image_post {
  display: inline-block;
}
.cid-uxg0uRpLIx .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg0uRpLIx .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg0uRE7Fg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg0uRE7Fg .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg0uRE7Fg .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg0uRE7Fg .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg0uRE7Fg .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg0uRE7Fg .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg0uRE7Fg .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg0uRE7Fg .privacy {
    text-align: left;
  }
}
.cid-uxg0uRE7Fg .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg0uRE7Fg .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg0uRE7Fg .divider {
    margin: 20px 0;
  }
  .cid-uxg0uRE7Fg .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg0uRE7Fg .footer_wrap img {
    margin: auto;
  }
  .cid-uxg0uRE7Fg .privacy {
    text-align: center;
  }
}
.cid-uxg27URx4b {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg27URx4b {
    min-height: 170px !important;
  }
}
.cid-uxg27URx4b .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg27URx4b .empty_md {
    display: block;
  }
}
.cid-uxg27URx4b .container,
.cid-uxg27URx4b .container-fluid,
.cid-uxg27URx4b .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg27URx4b .container,
  .cid-uxg27URx4b .container-fluid,
  .cid-uxg27URx4b .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg27URx4b .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg27URx4b .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg27URx4b .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg27URx4b .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg27URx4b .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg27URx4b .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg27URx4b .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg27URx4b .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg27URx4b .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg27URx4b .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg27URx4b .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg27URx4b .empty,
  .cid-uxg27URx4b .icons-menu {
    min-width: 265px;
  }
  .cid-uxg27URx4b .navbar-logo {
    margin: 0;
  }
  .cid-uxg27URx4b .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg27URx4b .btn {
    white-space: nowrap;
  }
  .cid-uxg27URx4b .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg27URx4b .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg27URx4b .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg27URx4b .dropdown-toggle::after,
  .cid-uxg27URx4b .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg27URx4b .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg27URx4b .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg27URx4b .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg27URx4b .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg27URx4b .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg27URx4b .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg27URx4b .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg27URx4b .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg27URx4b .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg27URx4b .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg27URx4b .nav-item:focus,
.cid-uxg27URx4b .nav-link:focus {
  outline: none;
}
.cid-uxg27URx4b .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg27URx4b .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg27URx4b .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg27URx4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg27URx4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg27URx4b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg27URx4b ul.navbar-nav li {
  margin: auto;
}
.cid-uxg27URx4b .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg27URx4b .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg27URx4b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg27URx4b .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg27URx4b .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg27URx4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg27URx4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg27URx4b .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg27URx4b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg27URx4b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg27URx4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg27URx4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg27URx4b .navbar .icons-menu,
  .cid-uxg27URx4b .navbar .empty {
    display: none;
  }
  .cid-uxg27URx4b .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg27URx4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg27URx4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg27URx4b .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg27URx4b .navbar .container-fluid,
  .cid-uxg27URx4b .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg27URx4b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg27URx4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg27URx4b .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg27URx4b .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg27URx4b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg27URx4b .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg27URx4b .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg27URx4b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg27URx4b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg27URx4b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg27URx4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg27URx4b .dropdown-item.active,
.cid-uxg27URx4b .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg27URx4b .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg27URx4b .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg27URx4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg27URx4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg27URx4b .navbar-buttons {
  text-align: center;
}
.cid-uxg27URx4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg27URx4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg27URx4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg27URx4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg27URx4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg27URx4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg27URx4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg27URx4b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg27URx4b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg27URx4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg27URx4b .navbar-dropdown {
  position: absolute;
}
.cid-uxg27URx4b a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg27URx4b a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg27URx4b .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg27URx4b .navbar {
    height: 77px;
  }
  .cid-uxg27URx4b .navbar.opened {
    height: auto;
  }
  .cid-uxg27URx4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg27VsApF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg27VsApF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg27VsApF .photo-split {
  position: relative;
}
.cid-uxg27VsApF .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg27VsApF .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg27VsApF .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg27VsApF .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg27VsApF .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg27VsApF .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg27VsApF .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg27VsApF .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg27VsApF .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg27VsApF .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg27VsApF .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg27VsApF .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg27VsApF .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg27VsApF .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg27VsApF .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg27VsApF .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg27VsApF .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg27VsApF .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg27VsApF .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg27VsApF .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg27VsApF .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg27VsApF .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg27VsApF .photo-split .element-outer,
  .cid-uxg27VsApF .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg27VsApF .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg27VsApF .mbr-section-title,
  .cid-uxg27VsApF .mbr-section-subtitle,
  .cid-uxg27VsApF .mbr-text {
    text-align: left !important;
  }
  .cid-uxg27VsApF .social-list {
    text-align: left !important;
  }
}
.cid-uxg27VsApF .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg27VsApF .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg27VsApF .wrap-block .contents .mbr-subtitle,
.cid-uxg27VsApF .menu-content-right {
  color: #e53712;
}
.cid-uxg27VJNDN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg27VJNDN .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg27VJNDN .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg27VJNDN .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg27VJNDN .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg27VJNDN .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg27VJNDN .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg27VJNDN .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg27VJNDN .content-wrapper:hover .image-wrapper > img,
.cid-uxg27VJNDN .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg27VJNDN .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg27VJNDN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg27VJNDN .image-wrapper,
.cid-uxg27VJNDN img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg27VJNDN .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg27VJNDN .card_post {
    padding: 20px;
  }
}
.cid-uxg27VJNDN .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg27VJNDN .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg27VJNDN .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg27VJNDN .item-title,
.cid-uxg27VJNDN .card_topic {
  margin-bottom: 12px;
}
.cid-uxg27VJNDN .category_content {
  opacity: .8;
}
.cid-uxg27VJNDN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg27VJNDN .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg27VJNDN .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg27W0tzS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg27W0tzS .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg27W0tzS .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg27W0tzS .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg27W0tzS .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg27W0tzS .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg27W0tzS .row {
  flex-direction: row-reverse;
}
.cid-uxg27W0tzS .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg27W0tzS .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg27W0tzS .content-wrapper:hover .image-wrapper > img,
.cid-uxg27W0tzS .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg27W0tzS .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg27W0tzS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg27W0tzS .image-wrapper,
.cid-uxg27W0tzS img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg27W0tzS .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg27W0tzS .card_post {
    padding: 20px;
  }
}
.cid-uxg27W0tzS .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg27W0tzS .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg27W0tzS .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg27W0tzS .item-title,
.cid-uxg27W0tzS .card_topic {
  margin-bottom: 12px;
}
.cid-uxg27W0tzS .category_content {
  opacity: .8;
}
.cid-uxg27W0tzS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg27W0tzS .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg27W0tzS .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg27WfESB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg27WfESB .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg27WfESB .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg27WfESB .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg27WfESB .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg27WfESB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg27WfESB .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg27WfESB .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg27WfESB .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg27WfESB .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg27WfESB .image_post {
  display: inline-block;
}
.cid-uxg27WfESB .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg27WfESB .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg27Wu2KY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg27Wu2KY .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg27Wu2KY .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg27Wu2KY .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg27Wu2KY .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg27Wu2KY .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg27Wu2KY .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg27Wu2KY .privacy {
    text-align: left;
  }
}
.cid-uxg27Wu2KY .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg27Wu2KY .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg27Wu2KY .divider {
    margin: 20px 0;
  }
  .cid-uxg27Wu2KY .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg27Wu2KY .footer_wrap img {
    margin: auto;
  }
  .cid-uxg27Wu2KY .privacy {
    text-align: center;
  }
}
.cid-uxg2Qrqz0E {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg2Qrqz0E {
    min-height: 170px !important;
  }
}
.cid-uxg2Qrqz0E .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg2Qrqz0E .empty_md {
    display: block;
  }
}
.cid-uxg2Qrqz0E .container,
.cid-uxg2Qrqz0E .container-fluid,
.cid-uxg2Qrqz0E .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg2Qrqz0E .container,
  .cid-uxg2Qrqz0E .container-fluid,
  .cid-uxg2Qrqz0E .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg2Qrqz0E .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg2Qrqz0E .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg2Qrqz0E .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg2Qrqz0E .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg2Qrqz0E .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg2Qrqz0E .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg2Qrqz0E .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg2Qrqz0E .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg2Qrqz0E .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg2Qrqz0E .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg2Qrqz0E .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg2Qrqz0E .empty,
  .cid-uxg2Qrqz0E .icons-menu {
    min-width: 265px;
  }
  .cid-uxg2Qrqz0E .navbar-logo {
    margin: 0;
  }
  .cid-uxg2Qrqz0E .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg2Qrqz0E .btn {
    white-space: nowrap;
  }
  .cid-uxg2Qrqz0E .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg2Qrqz0E .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg2Qrqz0E .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg2Qrqz0E .dropdown-toggle::after,
  .cid-uxg2Qrqz0E .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg2Qrqz0E .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg2Qrqz0E .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg2Qrqz0E .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg2Qrqz0E .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg2Qrqz0E .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg2Qrqz0E .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg2Qrqz0E .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg2Qrqz0E .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg2Qrqz0E .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg2Qrqz0E .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg2Qrqz0E .nav-item:focus,
.cid-uxg2Qrqz0E .nav-link:focus {
  outline: none;
}
.cid-uxg2Qrqz0E .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg2Qrqz0E .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg2Qrqz0E .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg2Qrqz0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg2Qrqz0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg2Qrqz0E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg2Qrqz0E ul.navbar-nav li {
  margin: auto;
}
.cid-uxg2Qrqz0E .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg2Qrqz0E .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg2Qrqz0E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg2Qrqz0E .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg2Qrqz0E .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg2Qrqz0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg2Qrqz0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg2Qrqz0E .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg2Qrqz0E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg2Qrqz0E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg2Qrqz0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg2Qrqz0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg2Qrqz0E .navbar .icons-menu,
  .cid-uxg2Qrqz0E .navbar .empty {
    display: none;
  }
  .cid-uxg2Qrqz0E .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg2Qrqz0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg2Qrqz0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg2Qrqz0E .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg2Qrqz0E .navbar .container-fluid,
  .cid-uxg2Qrqz0E .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg2Qrqz0E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg2Qrqz0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg2Qrqz0E .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg2Qrqz0E .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg2Qrqz0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg2Qrqz0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg2Qrqz0E .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg2Qrqz0E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg2Qrqz0E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg2Qrqz0E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg2Qrqz0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg2Qrqz0E .dropdown-item.active,
.cid-uxg2Qrqz0E .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg2Qrqz0E .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg2Qrqz0E .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg2Qrqz0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg2Qrqz0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg2Qrqz0E .navbar-buttons {
  text-align: center;
}
.cid-uxg2Qrqz0E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg2Qrqz0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg2Qrqz0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg2Qrqz0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg2Qrqz0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg2Qrqz0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg2Qrqz0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg2Qrqz0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg2Qrqz0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg2Qrqz0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg2Qrqz0E .navbar-dropdown {
  position: absolute;
}
.cid-uxg2Qrqz0E a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg2Qrqz0E a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg2Qrqz0E .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg2Qrqz0E .navbar {
    height: 77px;
  }
  .cid-uxg2Qrqz0E .navbar.opened {
    height: auto;
  }
  .cid-uxg2Qrqz0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg2QrY4yK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg2QrY4yK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg2QrY4yK .photo-split {
  position: relative;
}
.cid-uxg2QrY4yK .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg2QrY4yK .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg2QrY4yK .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg2QrY4yK .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg2QrY4yK .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg2QrY4yK .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg2QrY4yK .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg2QrY4yK .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg2QrY4yK .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg2QrY4yK .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg2QrY4yK .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg2QrY4yK .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg2QrY4yK .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg2QrY4yK .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg2QrY4yK .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg2QrY4yK .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg2QrY4yK .photo-split .element-outer,
  .cid-uxg2QrY4yK .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg2QrY4yK .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg2QrY4yK .mbr-section-title,
  .cid-uxg2QrY4yK .mbr-section-subtitle,
  .cid-uxg2QrY4yK .mbr-text {
    text-align: left !important;
  }
  .cid-uxg2QrY4yK .social-list {
    text-align: left !important;
  }
}
.cid-uxg2QrY4yK .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg2QrY4yK .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg2QrY4yK .wrap-block .contents .mbr-subtitle,
.cid-uxg2QrY4yK .menu-content-right {
  color: #e53712;
}
.cid-uxg2Qsf2bY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg2Qsf2bY .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg2Qsf2bY .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg2Qsf2bY .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg2Qsf2bY .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg2Qsf2bY .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg2Qsf2bY .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg2Qsf2bY .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg2Qsf2bY .content-wrapper:hover .image-wrapper > img,
.cid-uxg2Qsf2bY .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg2Qsf2bY .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg2Qsf2bY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg2Qsf2bY .image-wrapper,
.cid-uxg2Qsf2bY img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg2Qsf2bY .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg2Qsf2bY .card_post {
    padding: 20px;
  }
}
.cid-uxg2Qsf2bY .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg2Qsf2bY .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg2Qsf2bY .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg2Qsf2bY .item-title,
.cid-uxg2Qsf2bY .card_topic {
  margin-bottom: 12px;
}
.cid-uxg2Qsf2bY .category_content {
  opacity: .8;
}
.cid-uxg2Qsf2bY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg2Qsf2bY .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg2Qsf2bY .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg2QswTa7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg2QswTa7 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg2QswTa7 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg2QswTa7 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg2QswTa7 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg2QswTa7 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg2QswTa7 .row {
  flex-direction: row-reverse;
}
.cid-uxg2QswTa7 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg2QswTa7 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg2QswTa7 .content-wrapper:hover .image-wrapper > img,
.cid-uxg2QswTa7 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg2QswTa7 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg2QswTa7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg2QswTa7 .image-wrapper,
.cid-uxg2QswTa7 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg2QswTa7 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg2QswTa7 .card_post {
    padding: 20px;
  }
}
.cid-uxg2QswTa7 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg2QswTa7 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg2QswTa7 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg2QswTa7 .item-title,
.cid-uxg2QswTa7 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg2QswTa7 .category_content {
  opacity: .8;
}
.cid-uxg2QswTa7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg2QswTa7 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg2QswTa7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg2QsK6PA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg2QsK6PA .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg2QsK6PA .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg2QsK6PA .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg2QsK6PA .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg2QsK6PA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg2QsK6PA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg2QsK6PA .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg2QsK6PA .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg2QsK6PA .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg2QsK6PA .image_post {
  display: inline-block;
}
.cid-uxg2QsK6PA .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg2QsK6PA .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg2QsZpdW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg2QsZpdW .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg2QsZpdW .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg2QsZpdW .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg2QsZpdW .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg2QsZpdW .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg2QsZpdW .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg2QsZpdW .privacy {
    text-align: left;
  }
}
.cid-uxg2QsZpdW .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg2QsZpdW .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg2QsZpdW .divider {
    margin: 20px 0;
  }
  .cid-uxg2QsZpdW .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg2QsZpdW .footer_wrap img {
    margin: auto;
  }
  .cid-uxg2QsZpdW .privacy {
    text-align: center;
  }
}
.cid-uxg3zOfr7n {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg3zOfr7n {
    min-height: 170px !important;
  }
}
.cid-uxg3zOfr7n .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg3zOfr7n .empty_md {
    display: block;
  }
}
.cid-uxg3zOfr7n .container,
.cid-uxg3zOfr7n .container-fluid,
.cid-uxg3zOfr7n .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg3zOfr7n .container,
  .cid-uxg3zOfr7n .container-fluid,
  .cid-uxg3zOfr7n .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg3zOfr7n .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg3zOfr7n .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg3zOfr7n .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg3zOfr7n .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg3zOfr7n .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg3zOfr7n .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg3zOfr7n .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg3zOfr7n .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg3zOfr7n .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg3zOfr7n .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg3zOfr7n .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg3zOfr7n .empty,
  .cid-uxg3zOfr7n .icons-menu {
    min-width: 265px;
  }
  .cid-uxg3zOfr7n .navbar-logo {
    margin: 0;
  }
  .cid-uxg3zOfr7n .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg3zOfr7n .btn {
    white-space: nowrap;
  }
  .cid-uxg3zOfr7n .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg3zOfr7n .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg3zOfr7n .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg3zOfr7n .dropdown-toggle::after,
  .cid-uxg3zOfr7n .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg3zOfr7n .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg3zOfr7n .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg3zOfr7n .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg3zOfr7n .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg3zOfr7n .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg3zOfr7n .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg3zOfr7n .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg3zOfr7n .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg3zOfr7n .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg3zOfr7n .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg3zOfr7n .nav-item:focus,
.cid-uxg3zOfr7n .nav-link:focus {
  outline: none;
}
.cid-uxg3zOfr7n .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg3zOfr7n .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg3zOfr7n .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg3zOfr7n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg3zOfr7n .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg3zOfr7n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg3zOfr7n ul.navbar-nav li {
  margin: auto;
}
.cid-uxg3zOfr7n .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg3zOfr7n .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg3zOfr7n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg3zOfr7n .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg3zOfr7n .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg3zOfr7n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg3zOfr7n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg3zOfr7n .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg3zOfr7n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg3zOfr7n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg3zOfr7n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg3zOfr7n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg3zOfr7n .navbar .icons-menu,
  .cid-uxg3zOfr7n .navbar .empty {
    display: none;
  }
  .cid-uxg3zOfr7n .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg3zOfr7n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg3zOfr7n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg3zOfr7n .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg3zOfr7n .navbar .container-fluid,
  .cid-uxg3zOfr7n .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg3zOfr7n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg3zOfr7n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg3zOfr7n .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg3zOfr7n .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg3zOfr7n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg3zOfr7n .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg3zOfr7n .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg3zOfr7n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg3zOfr7n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg3zOfr7n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg3zOfr7n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg3zOfr7n .dropdown-item.active,
.cid-uxg3zOfr7n .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg3zOfr7n .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg3zOfr7n .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg3zOfr7n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg3zOfr7n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg3zOfr7n .navbar-buttons {
  text-align: center;
}
.cid-uxg3zOfr7n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg3zOfr7n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg3zOfr7n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg3zOfr7n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg3zOfr7n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg3zOfr7n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg3zOfr7n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg3zOfr7n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg3zOfr7n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg3zOfr7n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg3zOfr7n .navbar-dropdown {
  position: absolute;
}
.cid-uxg3zOfr7n a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg3zOfr7n a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg3zOfr7n .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg3zOfr7n .navbar {
    height: 77px;
  }
  .cid-uxg3zOfr7n .navbar.opened {
    height: auto;
  }
  .cid-uxg3zOfr7n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg3zOA6Hy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg3zOA6Hy .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg3zOA6Hy .photo-split {
  position: relative;
}
.cid-uxg3zOA6Hy .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg3zOA6Hy .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg3zOA6Hy .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg3zOA6Hy .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg3zOA6Hy .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg3zOA6Hy .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg3zOA6Hy .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg3zOA6Hy .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg3zOA6Hy .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg3zOA6Hy .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg3zOA6Hy .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg3zOA6Hy .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg3zOA6Hy .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg3zOA6Hy .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg3zOA6Hy .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg3zOA6Hy .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg3zOA6Hy .photo-split .element-outer,
  .cid-uxg3zOA6Hy .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg3zOA6Hy .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg3zOA6Hy .mbr-section-title,
  .cid-uxg3zOA6Hy .mbr-section-subtitle,
  .cid-uxg3zOA6Hy .mbr-text {
    text-align: left !important;
  }
  .cid-uxg3zOA6Hy .social-list {
    text-align: left !important;
  }
}
.cid-uxg3zOA6Hy .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg3zOA6Hy .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg3zOA6Hy .wrap-block .contents .mbr-subtitle,
.cid-uxg3zOA6Hy .menu-content-right {
  color: #e53712;
}
.cid-uxg3zOMS0e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg3zOMS0e .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg3zOMS0e .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg3zOMS0e .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg3zOMS0e .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg3zOMS0e .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg3zOMS0e .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg3zOMS0e .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg3zOMS0e .content-wrapper:hover .image-wrapper > img,
.cid-uxg3zOMS0e .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg3zOMS0e .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg3zOMS0e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg3zOMS0e .image-wrapper,
.cid-uxg3zOMS0e img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg3zOMS0e .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg3zOMS0e .card_post {
    padding: 20px;
  }
}
.cid-uxg3zOMS0e .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg3zOMS0e .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg3zOMS0e .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg3zOMS0e .item-title,
.cid-uxg3zOMS0e .card_topic {
  margin-bottom: 12px;
}
.cid-uxg3zOMS0e .category_content {
  opacity: .8;
}
.cid-uxg3zOMS0e .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg3zOMS0e .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg3zOMS0e .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg3zP1uhS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg3zP1uhS .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg3zP1uhS .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg3zP1uhS .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg3zP1uhS .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg3zP1uhS .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg3zP1uhS .row {
  flex-direction: row-reverse;
}
.cid-uxg3zP1uhS .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg3zP1uhS .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg3zP1uhS .content-wrapper:hover .image-wrapper > img,
.cid-uxg3zP1uhS .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg3zP1uhS .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg3zP1uhS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg3zP1uhS .image-wrapper,
.cid-uxg3zP1uhS img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg3zP1uhS .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg3zP1uhS .card_post {
    padding: 20px;
  }
}
.cid-uxg3zP1uhS .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg3zP1uhS .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg3zP1uhS .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg3zP1uhS .item-title,
.cid-uxg3zP1uhS .card_topic {
  margin-bottom: 12px;
}
.cid-uxg3zP1uhS .category_content {
  opacity: .8;
}
.cid-uxg3zP1uhS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg3zP1uhS .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg3zP1uhS .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg3zPgagN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg3zPgagN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg3zPgagN .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg3zPgagN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg3zPgagN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg3zPgagN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg3zPgagN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg3zPgagN .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg3zPgagN .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg3zPgagN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg3zPgagN .image_post {
  display: inline-block;
}
.cid-uxg3zPgagN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg3zPgagN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg3zPtg0Q {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg3zPtg0Q .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg3zPtg0Q .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg3zPtg0Q .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg3zPtg0Q .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg3zPtg0Q .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg3zPtg0Q .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg3zPtg0Q .privacy {
    text-align: left;
  }
}
.cid-uxg3zPtg0Q .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg3zPtg0Q .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg3zPtg0Q .divider {
    margin: 20px 0;
  }
  .cid-uxg3zPtg0Q .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg3zPtg0Q .footer_wrap img {
    margin: auto;
  }
  .cid-uxg3zPtg0Q .privacy {
    text-align: center;
  }
}
.cid-uxg4jkqUyX {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg4jkqUyX {
    min-height: 170px !important;
  }
}
.cid-uxg4jkqUyX .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg4jkqUyX .empty_md {
    display: block;
  }
}
.cid-uxg4jkqUyX .container,
.cid-uxg4jkqUyX .container-fluid,
.cid-uxg4jkqUyX .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg4jkqUyX .container,
  .cid-uxg4jkqUyX .container-fluid,
  .cid-uxg4jkqUyX .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg4jkqUyX .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg4jkqUyX .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg4jkqUyX .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg4jkqUyX .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg4jkqUyX .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg4jkqUyX .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg4jkqUyX .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg4jkqUyX .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg4jkqUyX .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg4jkqUyX .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg4jkqUyX .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg4jkqUyX .empty,
  .cid-uxg4jkqUyX .icons-menu {
    min-width: 265px;
  }
  .cid-uxg4jkqUyX .navbar-logo {
    margin: 0;
  }
  .cid-uxg4jkqUyX .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg4jkqUyX .btn {
    white-space: nowrap;
  }
  .cid-uxg4jkqUyX .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg4jkqUyX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg4jkqUyX .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg4jkqUyX .dropdown-toggle::after,
  .cid-uxg4jkqUyX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg4jkqUyX .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg4jkqUyX .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4jkqUyX .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg4jkqUyX .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4jkqUyX .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg4jkqUyX .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg4jkqUyX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg4jkqUyX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg4jkqUyX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg4jkqUyX .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg4jkqUyX .nav-item:focus,
.cid-uxg4jkqUyX .nav-link:focus {
  outline: none;
}
.cid-uxg4jkqUyX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg4jkqUyX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg4jkqUyX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg4jkqUyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg4jkqUyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg4jkqUyX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg4jkqUyX ul.navbar-nav li {
  margin: auto;
}
.cid-uxg4jkqUyX .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg4jkqUyX .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg4jkqUyX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg4jkqUyX .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg4jkqUyX .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg4jkqUyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg4jkqUyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg4jkqUyX .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg4jkqUyX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg4jkqUyX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg4jkqUyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg4jkqUyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg4jkqUyX .navbar .icons-menu,
  .cid-uxg4jkqUyX .navbar .empty {
    display: none;
  }
  .cid-uxg4jkqUyX .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg4jkqUyX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg4jkqUyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg4jkqUyX .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg4jkqUyX .navbar .container-fluid,
  .cid-uxg4jkqUyX .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg4jkqUyX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg4jkqUyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg4jkqUyX .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg4jkqUyX .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg4jkqUyX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg4jkqUyX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg4jkqUyX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg4jkqUyX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg4jkqUyX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg4jkqUyX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg4jkqUyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg4jkqUyX .dropdown-item.active,
.cid-uxg4jkqUyX .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg4jkqUyX .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg4jkqUyX .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg4jkqUyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg4jkqUyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg4jkqUyX .navbar-buttons {
  text-align: center;
}
.cid-uxg4jkqUyX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg4jkqUyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg4jkqUyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg4jkqUyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg4jkqUyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg4jkqUyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg4jkqUyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg4jkqUyX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg4jkqUyX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg4jkqUyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg4jkqUyX .navbar-dropdown {
  position: absolute;
}
.cid-uxg4jkqUyX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4jkqUyX a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg4jkqUyX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg4jkqUyX .navbar {
    height: 77px;
  }
  .cid-uxg4jkqUyX .navbar.opened {
    height: auto;
  }
  .cid-uxg4jkqUyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg4jlgxhA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg4jlgxhA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg4jlgxhA .photo-split {
  position: relative;
}
.cid-uxg4jlgxhA .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg4jlgxhA .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg4jlgxhA .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg4jlgxhA .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg4jlgxhA .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg4jlgxhA .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg4jlgxhA .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg4jlgxhA .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg4jlgxhA .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg4jlgxhA .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg4jlgxhA .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg4jlgxhA .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg4jlgxhA .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg4jlgxhA .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg4jlgxhA .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg4jlgxhA .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg4jlgxhA .photo-split .element-outer,
  .cid-uxg4jlgxhA .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg4jlgxhA .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg4jlgxhA .mbr-section-title,
  .cid-uxg4jlgxhA .mbr-section-subtitle,
  .cid-uxg4jlgxhA .mbr-text {
    text-align: left !important;
  }
  .cid-uxg4jlgxhA .social-list {
    text-align: left !important;
  }
}
.cid-uxg4jlgxhA .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg4jlgxhA .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg4jlgxhA .wrap-block .contents .mbr-subtitle,
.cid-uxg4jlgxhA .menu-content-right {
  color: #e53712;
}
.cid-uxg4jly3xi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg4jly3xi .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg4jly3xi .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg4jly3xi .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg4jly3xi .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg4jly3xi .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg4jly3xi .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg4jly3xi .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg4jly3xi .content-wrapper:hover .image-wrapper > img,
.cid-uxg4jly3xi .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg4jly3xi .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg4jly3xi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg4jly3xi .image-wrapper,
.cid-uxg4jly3xi img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4jly3xi .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg4jly3xi .card_post {
    padding: 20px;
  }
}
.cid-uxg4jly3xi .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg4jly3xi .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg4jly3xi .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg4jly3xi .item-title,
.cid-uxg4jly3xi .card_topic {
  margin-bottom: 12px;
}
.cid-uxg4jly3xi .category_content {
  opacity: .8;
}
.cid-uxg4jly3xi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg4jly3xi .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg4jly3xi .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg4jlREpJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg4jlREpJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg4jlREpJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg4jlREpJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg4jlREpJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg4jlREpJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg4jlREpJ .row {
  flex-direction: row-reverse;
}
.cid-uxg4jlREpJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg4jlREpJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg4jlREpJ .content-wrapper:hover .image-wrapper > img,
.cid-uxg4jlREpJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg4jlREpJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg4jlREpJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg4jlREpJ .image-wrapper,
.cid-uxg4jlREpJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4jlREpJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg4jlREpJ .card_post {
    padding: 20px;
  }
}
.cid-uxg4jlREpJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg4jlREpJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg4jlREpJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg4jlREpJ .item-title,
.cid-uxg4jlREpJ .card_topic {
  margin-bottom: 12px;
}
.cid-uxg4jlREpJ .category_content {
  opacity: .8;
}
.cid-uxg4jlREpJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg4jlREpJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg4jlREpJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg4jm6gYz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg4jm6gYz .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg4jm6gYz .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg4jm6gYz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg4jm6gYz .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg4jm6gYz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg4jm6gYz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg4jm6gYz .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg4jm6gYz .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg4jm6gYz .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg4jm6gYz .image_post {
  display: inline-block;
}
.cid-uxg4jm6gYz .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg4jm6gYz .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg4jmnO99 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg4jmnO99 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg4jmnO99 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg4jmnO99 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg4jmnO99 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg4jmnO99 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg4jmnO99 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg4jmnO99 .privacy {
    text-align: left;
  }
}
.cid-uxg4jmnO99 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg4jmnO99 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg4jmnO99 .divider {
    margin: 20px 0;
  }
  .cid-uxg4jmnO99 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg4jmnO99 .footer_wrap img {
    margin: auto;
  }
  .cid-uxg4jmnO99 .privacy {
    text-align: center;
  }
}
.cid-uxg4VhZgZw {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg4VhZgZw {
    min-height: 170px !important;
  }
}
.cid-uxg4VhZgZw .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg4VhZgZw .empty_md {
    display: block;
  }
}
.cid-uxg4VhZgZw .container,
.cid-uxg4VhZgZw .container-fluid,
.cid-uxg4VhZgZw .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg4VhZgZw .container,
  .cid-uxg4VhZgZw .container-fluid,
  .cid-uxg4VhZgZw .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg4VhZgZw .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg4VhZgZw .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg4VhZgZw .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg4VhZgZw .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg4VhZgZw .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg4VhZgZw .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg4VhZgZw .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg4VhZgZw .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg4VhZgZw .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg4VhZgZw .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg4VhZgZw .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg4VhZgZw .empty,
  .cid-uxg4VhZgZw .icons-menu {
    min-width: 265px;
  }
  .cid-uxg4VhZgZw .navbar-logo {
    margin: 0;
  }
  .cid-uxg4VhZgZw .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg4VhZgZw .btn {
    white-space: nowrap;
  }
  .cid-uxg4VhZgZw .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg4VhZgZw .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg4VhZgZw .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg4VhZgZw .dropdown-toggle::after,
  .cid-uxg4VhZgZw .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg4VhZgZw .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg4VhZgZw .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4VhZgZw .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg4VhZgZw .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4VhZgZw .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg4VhZgZw .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg4VhZgZw .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg4VhZgZw .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg4VhZgZw .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg4VhZgZw .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg4VhZgZw .nav-item:focus,
.cid-uxg4VhZgZw .nav-link:focus {
  outline: none;
}
.cid-uxg4VhZgZw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg4VhZgZw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg4VhZgZw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg4VhZgZw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg4VhZgZw .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg4VhZgZw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg4VhZgZw ul.navbar-nav li {
  margin: auto;
}
.cid-uxg4VhZgZw .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg4VhZgZw .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg4VhZgZw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg4VhZgZw .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg4VhZgZw .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg4VhZgZw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg4VhZgZw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg4VhZgZw .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg4VhZgZw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg4VhZgZw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg4VhZgZw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg4VhZgZw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg4VhZgZw .navbar .icons-menu,
  .cid-uxg4VhZgZw .navbar .empty {
    display: none;
  }
  .cid-uxg4VhZgZw .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg4VhZgZw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg4VhZgZw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg4VhZgZw .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg4VhZgZw .navbar .container-fluid,
  .cid-uxg4VhZgZw .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg4VhZgZw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg4VhZgZw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg4VhZgZw .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg4VhZgZw .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg4VhZgZw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg4VhZgZw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg4VhZgZw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg4VhZgZw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg4VhZgZw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg4VhZgZw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg4VhZgZw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg4VhZgZw .dropdown-item.active,
.cid-uxg4VhZgZw .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg4VhZgZw .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg4VhZgZw .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg4VhZgZw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg4VhZgZw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg4VhZgZw .navbar-buttons {
  text-align: center;
}
.cid-uxg4VhZgZw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg4VhZgZw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg4VhZgZw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg4VhZgZw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg4VhZgZw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg4VhZgZw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg4VhZgZw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg4VhZgZw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg4VhZgZw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg4VhZgZw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg4VhZgZw .navbar-dropdown {
  position: absolute;
}
.cid-uxg4VhZgZw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4VhZgZw a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg4VhZgZw .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg4VhZgZw .navbar {
    height: 77px;
  }
  .cid-uxg4VhZgZw .navbar.opened {
    height: auto;
  }
  .cid-uxg4VhZgZw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg4VixWno {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg4VixWno .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg4VixWno .photo-split {
  position: relative;
}
.cid-uxg4VixWno .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg4VixWno .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg4VixWno .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg4VixWno .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg4VixWno .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg4VixWno .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg4VixWno .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg4VixWno .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg4VixWno .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg4VixWno .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg4VixWno .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg4VixWno .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg4VixWno .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg4VixWno .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg4VixWno .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg4VixWno .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg4VixWno .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg4VixWno .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg4VixWno .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg4VixWno .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg4VixWno .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg4VixWno .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg4VixWno .photo-split .element-outer,
  .cid-uxg4VixWno .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg4VixWno .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg4VixWno .mbr-section-title,
  .cid-uxg4VixWno .mbr-section-subtitle,
  .cid-uxg4VixWno .mbr-text {
    text-align: left !important;
  }
  .cid-uxg4VixWno .social-list {
    text-align: left !important;
  }
}
.cid-uxg4VixWno .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg4VixWno .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg4VixWno .wrap-block .contents .mbr-subtitle,
.cid-uxg4VixWno .menu-content-right {
  color: #e53712;
}
.cid-uxg4ViPwuT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg4ViPwuT .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg4ViPwuT .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg4ViPwuT .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg4ViPwuT .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg4ViPwuT .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg4ViPwuT .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg4ViPwuT .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg4ViPwuT .content-wrapper:hover .image-wrapper > img,
.cid-uxg4ViPwuT .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg4ViPwuT .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg4ViPwuT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg4ViPwuT .image-wrapper,
.cid-uxg4ViPwuT img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4ViPwuT .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg4ViPwuT .card_post {
    padding: 20px;
  }
}
.cid-uxg4ViPwuT .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg4ViPwuT .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg4ViPwuT .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg4ViPwuT .item-title,
.cid-uxg4ViPwuT .card_topic {
  margin-bottom: 12px;
}
.cid-uxg4ViPwuT .category_content {
  opacity: .8;
}
.cid-uxg4ViPwuT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg4ViPwuT .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg4ViPwuT .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg4Vj5e1x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg4Vj5e1x .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg4Vj5e1x .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg4Vj5e1x .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg4Vj5e1x .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg4Vj5e1x .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg4Vj5e1x .row {
  flex-direction: row-reverse;
}
.cid-uxg4Vj5e1x .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg4Vj5e1x .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg4Vj5e1x .content-wrapper:hover .image-wrapper > img,
.cid-uxg4Vj5e1x .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg4Vj5e1x .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg4Vj5e1x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg4Vj5e1x .image-wrapper,
.cid-uxg4Vj5e1x img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg4Vj5e1x .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg4Vj5e1x .card_post {
    padding: 20px;
  }
}
.cid-uxg4Vj5e1x .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg4Vj5e1x .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg4Vj5e1x .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg4Vj5e1x .item-title,
.cid-uxg4Vj5e1x .card_topic {
  margin-bottom: 12px;
}
.cid-uxg4Vj5e1x .category_content {
  opacity: .8;
}
.cid-uxg4Vj5e1x .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg4Vj5e1x .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg4Vj5e1x .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg4VjlmSy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg4VjlmSy .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg4VjlmSy .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg4VjlmSy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg4VjlmSy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg4VjlmSy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg4VjlmSy .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg4VjlmSy .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg4VjlmSy .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg4VjlmSy .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg4VjlmSy .image_post {
  display: inline-block;
}
.cid-uxg4VjlmSy .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg4VjlmSy .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg4VjA8CS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg4VjA8CS .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg4VjA8CS .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg4VjA8CS .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg4VjA8CS .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg4VjA8CS .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg4VjA8CS .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg4VjA8CS .privacy {
    text-align: left;
  }
}
.cid-uxg4VjA8CS .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg4VjA8CS .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg4VjA8CS .divider {
    margin: 20px 0;
  }
  .cid-uxg4VjA8CS .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg4VjA8CS .footer_wrap img {
    margin: auto;
  }
  .cid-uxg4VjA8CS .privacy {
    text-align: center;
  }
}
.cid-uxg5uVOEQA {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg5uVOEQA {
    min-height: 170px !important;
  }
}
.cid-uxg5uVOEQA .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg5uVOEQA .empty_md {
    display: block;
  }
}
.cid-uxg5uVOEQA .container,
.cid-uxg5uVOEQA .container-fluid,
.cid-uxg5uVOEQA .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg5uVOEQA .container,
  .cid-uxg5uVOEQA .container-fluid,
  .cid-uxg5uVOEQA .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg5uVOEQA .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg5uVOEQA .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg5uVOEQA .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg5uVOEQA .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg5uVOEQA .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg5uVOEQA .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg5uVOEQA .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg5uVOEQA .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg5uVOEQA .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg5uVOEQA .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg5uVOEQA .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg5uVOEQA .empty,
  .cid-uxg5uVOEQA .icons-menu {
    min-width: 265px;
  }
  .cid-uxg5uVOEQA .navbar-logo {
    margin: 0;
  }
  .cid-uxg5uVOEQA .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg5uVOEQA .btn {
    white-space: nowrap;
  }
  .cid-uxg5uVOEQA .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg5uVOEQA .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg5uVOEQA .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg5uVOEQA .dropdown-toggle::after,
  .cid-uxg5uVOEQA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg5uVOEQA .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg5uVOEQA .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5uVOEQA .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg5uVOEQA .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5uVOEQA .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg5uVOEQA .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg5uVOEQA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg5uVOEQA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg5uVOEQA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg5uVOEQA .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg5uVOEQA .nav-item:focus,
.cid-uxg5uVOEQA .nav-link:focus {
  outline: none;
}
.cid-uxg5uVOEQA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg5uVOEQA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg5uVOEQA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg5uVOEQA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg5uVOEQA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg5uVOEQA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg5uVOEQA ul.navbar-nav li {
  margin: auto;
}
.cid-uxg5uVOEQA .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg5uVOEQA .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg5uVOEQA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg5uVOEQA .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg5uVOEQA .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg5uVOEQA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg5uVOEQA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg5uVOEQA .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg5uVOEQA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg5uVOEQA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg5uVOEQA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg5uVOEQA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg5uVOEQA .navbar .icons-menu,
  .cid-uxg5uVOEQA .navbar .empty {
    display: none;
  }
  .cid-uxg5uVOEQA .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg5uVOEQA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg5uVOEQA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg5uVOEQA .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg5uVOEQA .navbar .container-fluid,
  .cid-uxg5uVOEQA .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg5uVOEQA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg5uVOEQA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg5uVOEQA .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg5uVOEQA .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg5uVOEQA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg5uVOEQA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg5uVOEQA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg5uVOEQA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg5uVOEQA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg5uVOEQA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg5uVOEQA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg5uVOEQA .dropdown-item.active,
.cid-uxg5uVOEQA .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg5uVOEQA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg5uVOEQA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg5uVOEQA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg5uVOEQA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg5uVOEQA .navbar-buttons {
  text-align: center;
}
.cid-uxg5uVOEQA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg5uVOEQA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg5uVOEQA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg5uVOEQA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg5uVOEQA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg5uVOEQA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg5uVOEQA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg5uVOEQA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg5uVOEQA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg5uVOEQA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg5uVOEQA .navbar-dropdown {
  position: absolute;
}
.cid-uxg5uVOEQA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5uVOEQA a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg5uVOEQA .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg5uVOEQA .navbar {
    height: 77px;
  }
  .cid-uxg5uVOEQA .navbar.opened {
    height: auto;
  }
  .cid-uxg5uVOEQA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg5uWmKHf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg5uWmKHf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg5uWmKHf .photo-split {
  position: relative;
}
.cid-uxg5uWmKHf .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg5uWmKHf .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg5uWmKHf .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg5uWmKHf .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg5uWmKHf .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg5uWmKHf .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg5uWmKHf .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg5uWmKHf .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg5uWmKHf .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg5uWmKHf .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg5uWmKHf .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg5uWmKHf .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg5uWmKHf .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg5uWmKHf .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg5uWmKHf .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg5uWmKHf .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg5uWmKHf .photo-split .element-outer,
  .cid-uxg5uWmKHf .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg5uWmKHf .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg5uWmKHf .mbr-section-title,
  .cid-uxg5uWmKHf .mbr-section-subtitle,
  .cid-uxg5uWmKHf .mbr-text {
    text-align: left !important;
  }
  .cid-uxg5uWmKHf .social-list {
    text-align: left !important;
  }
}
.cid-uxg5uWmKHf .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg5uWmKHf .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg5uWmKHf .wrap-block .contents .mbr-subtitle,
.cid-uxg5uWmKHf .menu-content-right {
  color: #e53712;
}
.cid-uxg5uWENoj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg5uWENoj .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg5uWENoj .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg5uWENoj .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg5uWENoj .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg5uWENoj .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg5uWENoj .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg5uWENoj .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg5uWENoj .content-wrapper:hover .image-wrapper > img,
.cid-uxg5uWENoj .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg5uWENoj .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg5uWENoj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg5uWENoj .image-wrapper,
.cid-uxg5uWENoj img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5uWENoj .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg5uWENoj .card_post {
    padding: 20px;
  }
}
.cid-uxg5uWENoj .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg5uWENoj .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg5uWENoj .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg5uWENoj .item-title,
.cid-uxg5uWENoj .card_topic {
  margin-bottom: 12px;
}
.cid-uxg5uWENoj .category_content {
  opacity: .8;
}
.cid-uxg5uWENoj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg5uWENoj .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg5uWENoj .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg5uWVPdl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg5uWVPdl .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg5uWVPdl .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg5uWVPdl .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg5uWVPdl .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg5uWVPdl .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg5uWVPdl .row {
  flex-direction: row-reverse;
}
.cid-uxg5uWVPdl .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg5uWVPdl .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg5uWVPdl .content-wrapper:hover .image-wrapper > img,
.cid-uxg5uWVPdl .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg5uWVPdl .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg5uWVPdl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg5uWVPdl .image-wrapper,
.cid-uxg5uWVPdl img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5uWVPdl .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg5uWVPdl .card_post {
    padding: 20px;
  }
}
.cid-uxg5uWVPdl .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg5uWVPdl .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg5uWVPdl .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg5uWVPdl .item-title,
.cid-uxg5uWVPdl .card_topic {
  margin-bottom: 12px;
}
.cid-uxg5uWVPdl .category_content {
  opacity: .8;
}
.cid-uxg5uWVPdl .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg5uWVPdl .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg5uWVPdl .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg5uXaOMi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg5uXaOMi .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg5uXaOMi .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg5uXaOMi .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg5uXaOMi .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg5uXaOMi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg5uXaOMi .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg5uXaOMi .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg5uXaOMi .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg5uXaOMi .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg5uXaOMi .image_post {
  display: inline-block;
}
.cid-uxg5uXaOMi .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg5uXaOMi .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg5uXpluG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg5uXpluG .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg5uXpluG .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg5uXpluG .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg5uXpluG .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg5uXpluG .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg5uXpluG .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg5uXpluG .privacy {
    text-align: left;
  }
}
.cid-uxg5uXpluG .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg5uXpluG .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg5uXpluG .divider {
    margin: 20px 0;
  }
  .cid-uxg5uXpluG .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg5uXpluG .footer_wrap img {
    margin: auto;
  }
  .cid-uxg5uXpluG .privacy {
    text-align: center;
  }
}
.cid-uxg5Xl5xA7 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg5Xl5xA7 {
    min-height: 170px !important;
  }
}
.cid-uxg5Xl5xA7 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg5Xl5xA7 .empty_md {
    display: block;
  }
}
.cid-uxg5Xl5xA7 .container,
.cid-uxg5Xl5xA7 .container-fluid,
.cid-uxg5Xl5xA7 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg5Xl5xA7 .container,
  .cid-uxg5Xl5xA7 .container-fluid,
  .cid-uxg5Xl5xA7 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg5Xl5xA7 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg5Xl5xA7 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg5Xl5xA7 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg5Xl5xA7 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg5Xl5xA7 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg5Xl5xA7 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg5Xl5xA7 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg5Xl5xA7 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg5Xl5xA7 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg5Xl5xA7 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg5Xl5xA7 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg5Xl5xA7 .empty,
  .cid-uxg5Xl5xA7 .icons-menu {
    min-width: 265px;
  }
  .cid-uxg5Xl5xA7 .navbar-logo {
    margin: 0;
  }
  .cid-uxg5Xl5xA7 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg5Xl5xA7 .btn {
    white-space: nowrap;
  }
  .cid-uxg5Xl5xA7 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg5Xl5xA7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg5Xl5xA7 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg5Xl5xA7 .dropdown-toggle::after,
  .cid-uxg5Xl5xA7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg5Xl5xA7 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg5Xl5xA7 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5Xl5xA7 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg5Xl5xA7 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5Xl5xA7 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg5Xl5xA7 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg5Xl5xA7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg5Xl5xA7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg5Xl5xA7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg5Xl5xA7 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg5Xl5xA7 .nav-item:focus,
.cid-uxg5Xl5xA7 .nav-link:focus {
  outline: none;
}
.cid-uxg5Xl5xA7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg5Xl5xA7 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg5Xl5xA7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg5Xl5xA7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg5Xl5xA7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg5Xl5xA7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg5Xl5xA7 ul.navbar-nav li {
  margin: auto;
}
.cid-uxg5Xl5xA7 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg5Xl5xA7 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg5Xl5xA7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg5Xl5xA7 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg5Xl5xA7 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg5Xl5xA7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg5Xl5xA7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg5Xl5xA7 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg5Xl5xA7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg5Xl5xA7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg5Xl5xA7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg5Xl5xA7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg5Xl5xA7 .navbar .icons-menu,
  .cid-uxg5Xl5xA7 .navbar .empty {
    display: none;
  }
  .cid-uxg5Xl5xA7 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg5Xl5xA7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg5Xl5xA7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg5Xl5xA7 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg5Xl5xA7 .navbar .container-fluid,
  .cid-uxg5Xl5xA7 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg5Xl5xA7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg5Xl5xA7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg5Xl5xA7 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg5Xl5xA7 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg5Xl5xA7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg5Xl5xA7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg5Xl5xA7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg5Xl5xA7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg5Xl5xA7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg5Xl5xA7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg5Xl5xA7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg5Xl5xA7 .dropdown-item.active,
.cid-uxg5Xl5xA7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg5Xl5xA7 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg5Xl5xA7 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg5Xl5xA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg5Xl5xA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg5Xl5xA7 .navbar-buttons {
  text-align: center;
}
.cid-uxg5Xl5xA7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg5Xl5xA7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg5Xl5xA7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg5Xl5xA7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg5Xl5xA7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg5Xl5xA7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg5Xl5xA7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg5Xl5xA7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg5Xl5xA7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg5Xl5xA7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg5Xl5xA7 .navbar-dropdown {
  position: absolute;
}
.cid-uxg5Xl5xA7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5Xl5xA7 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg5Xl5xA7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg5Xl5xA7 .navbar {
    height: 77px;
  }
  .cid-uxg5Xl5xA7 .navbar.opened {
    height: auto;
  }
  .cid-uxg5Xl5xA7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg5XlBfcK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg5XlBfcK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg5XlBfcK .photo-split {
  position: relative;
}
.cid-uxg5XlBfcK .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg5XlBfcK .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg5XlBfcK .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg5XlBfcK .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg5XlBfcK .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg5XlBfcK .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg5XlBfcK .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg5XlBfcK .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg5XlBfcK .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg5XlBfcK .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg5XlBfcK .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg5XlBfcK .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg5XlBfcK .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg5XlBfcK .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg5XlBfcK .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg5XlBfcK .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg5XlBfcK .photo-split .element-outer,
  .cid-uxg5XlBfcK .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg5XlBfcK .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg5XlBfcK .mbr-section-title,
  .cid-uxg5XlBfcK .mbr-section-subtitle,
  .cid-uxg5XlBfcK .mbr-text {
    text-align: left !important;
  }
  .cid-uxg5XlBfcK .social-list {
    text-align: left !important;
  }
}
.cid-uxg5XlBfcK .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg5XlBfcK .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg5XlBfcK .wrap-block .contents .mbr-subtitle,
.cid-uxg5XlBfcK .menu-content-right {
  color: #e53712;
}
.cid-uxg5XlOqLh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg5XlOqLh .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg5XlOqLh .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg5XlOqLh .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg5XlOqLh .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg5XlOqLh .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg5XlOqLh .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg5XlOqLh .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg5XlOqLh .content-wrapper:hover .image-wrapper > img,
.cid-uxg5XlOqLh .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg5XlOqLh .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg5XlOqLh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg5XlOqLh .image-wrapper,
.cid-uxg5XlOqLh img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5XlOqLh .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg5XlOqLh .card_post {
    padding: 20px;
  }
}
.cid-uxg5XlOqLh .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg5XlOqLh .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg5XlOqLh .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg5XlOqLh .item-title,
.cid-uxg5XlOqLh .card_topic {
  margin-bottom: 12px;
}
.cid-uxg5XlOqLh .category_content {
  opacity: .8;
}
.cid-uxg5XlOqLh .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg5XlOqLh .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg5XlOqLh .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg5Xm4iP2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg5Xm4iP2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg5Xm4iP2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg5Xm4iP2 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg5Xm4iP2 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg5Xm4iP2 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg5Xm4iP2 .row {
  flex-direction: row-reverse;
}
.cid-uxg5Xm4iP2 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg5Xm4iP2 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg5Xm4iP2 .content-wrapper:hover .image-wrapper > img,
.cid-uxg5Xm4iP2 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg5Xm4iP2 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg5Xm4iP2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg5Xm4iP2 .image-wrapper,
.cid-uxg5Xm4iP2 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg5Xm4iP2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg5Xm4iP2 .card_post {
    padding: 20px;
  }
}
.cid-uxg5Xm4iP2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg5Xm4iP2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg5Xm4iP2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg5Xm4iP2 .item-title,
.cid-uxg5Xm4iP2 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg5Xm4iP2 .category_content {
  opacity: .8;
}
.cid-uxg5Xm4iP2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg5Xm4iP2 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg5Xm4iP2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg5XmiAGI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg5XmiAGI .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg5XmiAGI .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg5XmiAGI .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg5XmiAGI .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg5XmiAGI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg5XmiAGI .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg5XmiAGI .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg5XmiAGI .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg5XmiAGI .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg5XmiAGI .image_post {
  display: inline-block;
}
.cid-uxg5XmiAGI .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg5XmiAGI .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg5XmxDr9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg5XmxDr9 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg5XmxDr9 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg5XmxDr9 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg5XmxDr9 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg5XmxDr9 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg5XmxDr9 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg5XmxDr9 .privacy {
    text-align: left;
  }
}
.cid-uxg5XmxDr9 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg5XmxDr9 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg5XmxDr9 .divider {
    margin: 20px 0;
  }
  .cid-uxg5XmxDr9 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg5XmxDr9 .footer_wrap img {
    margin: auto;
  }
  .cid-uxg5XmxDr9 .privacy {
    text-align: center;
  }
}
.cid-uxg6Dr4QPJ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg6Dr4QPJ {
    min-height: 170px !important;
  }
}
.cid-uxg6Dr4QPJ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg6Dr4QPJ .empty_md {
    display: block;
  }
}
.cid-uxg6Dr4QPJ .container,
.cid-uxg6Dr4QPJ .container-fluid,
.cid-uxg6Dr4QPJ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg6Dr4QPJ .container,
  .cid-uxg6Dr4QPJ .container-fluid,
  .cid-uxg6Dr4QPJ .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg6Dr4QPJ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg6Dr4QPJ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg6Dr4QPJ .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg6Dr4QPJ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg6Dr4QPJ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg6Dr4QPJ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg6Dr4QPJ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg6Dr4QPJ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg6Dr4QPJ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg6Dr4QPJ .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg6Dr4QPJ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg6Dr4QPJ .empty,
  .cid-uxg6Dr4QPJ .icons-menu {
    min-width: 265px;
  }
  .cid-uxg6Dr4QPJ .navbar-logo {
    margin: 0;
  }
  .cid-uxg6Dr4QPJ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg6Dr4QPJ .btn {
    white-space: nowrap;
  }
  .cid-uxg6Dr4QPJ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg6Dr4QPJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg6Dr4QPJ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg6Dr4QPJ .dropdown-toggle::after,
  .cid-uxg6Dr4QPJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg6Dr4QPJ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg6Dr4QPJ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg6Dr4QPJ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg6Dr4QPJ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg6Dr4QPJ .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg6Dr4QPJ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg6Dr4QPJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg6Dr4QPJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg6Dr4QPJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg6Dr4QPJ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg6Dr4QPJ .nav-item:focus,
.cid-uxg6Dr4QPJ .nav-link:focus {
  outline: none;
}
.cid-uxg6Dr4QPJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg6Dr4QPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg6Dr4QPJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg6Dr4QPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg6Dr4QPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg6Dr4QPJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg6Dr4QPJ ul.navbar-nav li {
  margin: auto;
}
.cid-uxg6Dr4QPJ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg6Dr4QPJ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg6Dr4QPJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg6Dr4QPJ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg6Dr4QPJ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg6Dr4QPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg6Dr4QPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg6Dr4QPJ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg6Dr4QPJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg6Dr4QPJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg6Dr4QPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg6Dr4QPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg6Dr4QPJ .navbar .icons-menu,
  .cid-uxg6Dr4QPJ .navbar .empty {
    display: none;
  }
  .cid-uxg6Dr4QPJ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg6Dr4QPJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg6Dr4QPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg6Dr4QPJ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg6Dr4QPJ .navbar .container-fluid,
  .cid-uxg6Dr4QPJ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg6Dr4QPJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg6Dr4QPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg6Dr4QPJ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg6Dr4QPJ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg6Dr4QPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg6Dr4QPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg6Dr4QPJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg6Dr4QPJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg6Dr4QPJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg6Dr4QPJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg6Dr4QPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg6Dr4QPJ .dropdown-item.active,
.cid-uxg6Dr4QPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg6Dr4QPJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg6Dr4QPJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg6Dr4QPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg6Dr4QPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg6Dr4QPJ .navbar-buttons {
  text-align: center;
}
.cid-uxg6Dr4QPJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg6Dr4QPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg6Dr4QPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg6Dr4QPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg6Dr4QPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg6Dr4QPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg6Dr4QPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg6Dr4QPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg6Dr4QPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg6Dr4QPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg6Dr4QPJ .navbar-dropdown {
  position: absolute;
}
.cid-uxg6Dr4QPJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg6Dr4QPJ a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg6Dr4QPJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg6Dr4QPJ .navbar {
    height: 77px;
  }
  .cid-uxg6Dr4QPJ .navbar.opened {
    height: auto;
  }
  .cid-uxg6Dr4QPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg6DrDCtd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg6DrDCtd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg6DrDCtd .photo-split {
  position: relative;
}
.cid-uxg6DrDCtd .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg6DrDCtd .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg6DrDCtd .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg6DrDCtd .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg6DrDCtd .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg6DrDCtd .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg6DrDCtd .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg6DrDCtd .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg6DrDCtd .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg6DrDCtd .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg6DrDCtd .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg6DrDCtd .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg6DrDCtd .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg6DrDCtd .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg6DrDCtd .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg6DrDCtd .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg6DrDCtd .photo-split .element-outer,
  .cid-uxg6DrDCtd .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg6DrDCtd .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg6DrDCtd .mbr-section-title,
  .cid-uxg6DrDCtd .mbr-section-subtitle,
  .cid-uxg6DrDCtd .mbr-text {
    text-align: left !important;
  }
  .cid-uxg6DrDCtd .social-list {
    text-align: left !important;
  }
}
.cid-uxg6DrDCtd .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg6DrDCtd .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg6DrDCtd .wrap-block .contents .mbr-subtitle,
.cid-uxg6DrDCtd .menu-content-right {
  color: #e53712;
}
.cid-uxg6DrUgU5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg6DrUgU5 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg6DrUgU5 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg6DrUgU5 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg6DrUgU5 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg6DrUgU5 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg6DrUgU5 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg6DrUgU5 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg6DrUgU5 .content-wrapper:hover .image-wrapper > img,
.cid-uxg6DrUgU5 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg6DrUgU5 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg6DrUgU5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg6DrUgU5 .image-wrapper,
.cid-uxg6DrUgU5 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg6DrUgU5 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg6DrUgU5 .card_post {
    padding: 20px;
  }
}
.cid-uxg6DrUgU5 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg6DrUgU5 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg6DrUgU5 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg6DrUgU5 .item-title,
.cid-uxg6DrUgU5 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg6DrUgU5 .category_content {
  opacity: .8;
}
.cid-uxg6DrUgU5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg6DrUgU5 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg6DrUgU5 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg6DsboB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg6DsboB6 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg6DsboB6 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg6DsboB6 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg6DsboB6 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg6DsboB6 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg6DsboB6 .row {
  flex-direction: row-reverse;
}
.cid-uxg6DsboB6 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg6DsboB6 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg6DsboB6 .content-wrapper:hover .image-wrapper > img,
.cid-uxg6DsboB6 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg6DsboB6 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg6DsboB6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg6DsboB6 .image-wrapper,
.cid-uxg6DsboB6 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg6DsboB6 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg6DsboB6 .card_post {
    padding: 20px;
  }
}
.cid-uxg6DsboB6 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg6DsboB6 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg6DsboB6 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg6DsboB6 .item-title,
.cid-uxg6DsboB6 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg6DsboB6 .category_content {
  opacity: .8;
}
.cid-uxg6DsboB6 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg6DsboB6 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg6DsboB6 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg6DspqxT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg6DspqxT .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg6DspqxT .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg6DspqxT .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg6DspqxT .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg6DspqxT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg6DspqxT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg6DspqxT .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg6DspqxT .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg6DspqxT .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg6DspqxT .image_post {
  display: inline-block;
}
.cid-uxg6DspqxT .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg6DspqxT .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg6DsEfX1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg6DsEfX1 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg6DsEfX1 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg6DsEfX1 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg6DsEfX1 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg6DsEfX1 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg6DsEfX1 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg6DsEfX1 .privacy {
    text-align: left;
  }
}
.cid-uxg6DsEfX1 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg6DsEfX1 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg6DsEfX1 .divider {
    margin: 20px 0;
  }
  .cid-uxg6DsEfX1 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg6DsEfX1 .footer_wrap img {
    margin: auto;
  }
  .cid-uxg6DsEfX1 .privacy {
    text-align: center;
  }
}
.cid-uxg76G6WWi {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg76G6WWi {
    min-height: 170px !important;
  }
}
.cid-uxg76G6WWi .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg76G6WWi .empty_md {
    display: block;
  }
}
.cid-uxg76G6WWi .container,
.cid-uxg76G6WWi .container-fluid,
.cid-uxg76G6WWi .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg76G6WWi .container,
  .cid-uxg76G6WWi .container-fluid,
  .cid-uxg76G6WWi .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg76G6WWi .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg76G6WWi .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg76G6WWi .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg76G6WWi .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg76G6WWi .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg76G6WWi .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg76G6WWi .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg76G6WWi .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg76G6WWi .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg76G6WWi .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg76G6WWi .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg76G6WWi .empty,
  .cid-uxg76G6WWi .icons-menu {
    min-width: 265px;
  }
  .cid-uxg76G6WWi .navbar-logo {
    margin: 0;
  }
  .cid-uxg76G6WWi .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg76G6WWi .btn {
    white-space: nowrap;
  }
  .cid-uxg76G6WWi .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg76G6WWi .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg76G6WWi .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg76G6WWi .dropdown-toggle::after,
  .cid-uxg76G6WWi .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg76G6WWi .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg76G6WWi .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg76G6WWi .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg76G6WWi .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg76G6WWi .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg76G6WWi .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg76G6WWi .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg76G6WWi .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg76G6WWi .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg76G6WWi .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg76G6WWi .nav-item:focus,
.cid-uxg76G6WWi .nav-link:focus {
  outline: none;
}
.cid-uxg76G6WWi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg76G6WWi .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg76G6WWi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg76G6WWi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg76G6WWi .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg76G6WWi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg76G6WWi ul.navbar-nav li {
  margin: auto;
}
.cid-uxg76G6WWi .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg76G6WWi .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg76G6WWi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg76G6WWi .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg76G6WWi .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg76G6WWi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg76G6WWi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg76G6WWi .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg76G6WWi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg76G6WWi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg76G6WWi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg76G6WWi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg76G6WWi .navbar .icons-menu,
  .cid-uxg76G6WWi .navbar .empty {
    display: none;
  }
  .cid-uxg76G6WWi .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg76G6WWi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg76G6WWi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg76G6WWi .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg76G6WWi .navbar .container-fluid,
  .cid-uxg76G6WWi .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg76G6WWi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg76G6WWi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg76G6WWi .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg76G6WWi .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg76G6WWi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg76G6WWi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg76G6WWi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg76G6WWi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg76G6WWi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg76G6WWi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg76G6WWi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg76G6WWi .dropdown-item.active,
.cid-uxg76G6WWi .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg76G6WWi .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg76G6WWi .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg76G6WWi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg76G6WWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg76G6WWi .navbar-buttons {
  text-align: center;
}
.cid-uxg76G6WWi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg76G6WWi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg76G6WWi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg76G6WWi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg76G6WWi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg76G6WWi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg76G6WWi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg76G6WWi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg76G6WWi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg76G6WWi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg76G6WWi .navbar-dropdown {
  position: absolute;
}
.cid-uxg76G6WWi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg76G6WWi a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg76G6WWi .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg76G6WWi .navbar {
    height: 77px;
  }
  .cid-uxg76G6WWi .navbar.opened {
    height: auto;
  }
  .cid-uxg76G6WWi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg76GFoDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg76GFoDI .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg76GFoDI .photo-split {
  position: relative;
}
.cid-uxg76GFoDI .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg76GFoDI .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg76GFoDI .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg76GFoDI .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg76GFoDI .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg76GFoDI .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg76GFoDI .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg76GFoDI .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg76GFoDI .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg76GFoDI .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg76GFoDI .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg76GFoDI .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg76GFoDI .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg76GFoDI .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg76GFoDI .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg76GFoDI .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg76GFoDI .photo-split .element-outer,
  .cid-uxg76GFoDI .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg76GFoDI .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg76GFoDI .mbr-section-title,
  .cid-uxg76GFoDI .mbr-section-subtitle,
  .cid-uxg76GFoDI .mbr-text {
    text-align: left !important;
  }
  .cid-uxg76GFoDI .social-list {
    text-align: left !important;
  }
}
.cid-uxg76GFoDI .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg76GFoDI .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg76GFoDI .wrap-block .contents .mbr-subtitle,
.cid-uxg76GFoDI .menu-content-right {
  color: #e53712;
}
.cid-uxg76GYjEW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg76GYjEW .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg76GYjEW .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg76GYjEW .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg76GYjEW .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg76GYjEW .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg76GYjEW .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg76GYjEW .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg76GYjEW .content-wrapper:hover .image-wrapper > img,
.cid-uxg76GYjEW .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg76GYjEW .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg76GYjEW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg76GYjEW .image-wrapper,
.cid-uxg76GYjEW img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg76GYjEW .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg76GYjEW .card_post {
    padding: 20px;
  }
}
.cid-uxg76GYjEW .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg76GYjEW .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg76GYjEW .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg76GYjEW .item-title,
.cid-uxg76GYjEW .card_topic {
  margin-bottom: 12px;
}
.cid-uxg76GYjEW .category_content {
  opacity: .8;
}
.cid-uxg76GYjEW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg76GYjEW .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg76GYjEW .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg76HeImr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg76HeImr .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg76HeImr .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg76HeImr .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg76HeImr .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg76HeImr .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg76HeImr .row {
  flex-direction: row-reverse;
}
.cid-uxg76HeImr .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg76HeImr .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg76HeImr .content-wrapper:hover .image-wrapper > img,
.cid-uxg76HeImr .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg76HeImr .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg76HeImr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg76HeImr .image-wrapper,
.cid-uxg76HeImr img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg76HeImr .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg76HeImr .card_post {
    padding: 20px;
  }
}
.cid-uxg76HeImr .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg76HeImr .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg76HeImr .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg76HeImr .item-title,
.cid-uxg76HeImr .card_topic {
  margin-bottom: 12px;
}
.cid-uxg76HeImr .category_content {
  opacity: .8;
}
.cid-uxg76HeImr .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg76HeImr .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg76HeImr .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg76HtUuO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg76HtUuO .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg76HtUuO .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg76HtUuO .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg76HtUuO .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg76HtUuO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg76HtUuO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg76HtUuO .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg76HtUuO .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg76HtUuO .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg76HtUuO .image_post {
  display: inline-block;
}
.cid-uxg76HtUuO .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg76HtUuO .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg76HIcl1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg76HIcl1 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg76HIcl1 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg76HIcl1 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg76HIcl1 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg76HIcl1 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg76HIcl1 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg76HIcl1 .privacy {
    text-align: left;
  }
}
.cid-uxg76HIcl1 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg76HIcl1 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg76HIcl1 .divider {
    margin: 20px 0;
  }
  .cid-uxg76HIcl1 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg76HIcl1 .footer_wrap img {
    margin: auto;
  }
  .cid-uxg76HIcl1 .privacy {
    text-align: center;
  }
}
.cid-uxg80tbMwb {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg80tbMwb {
    min-height: 170px !important;
  }
}
.cid-uxg80tbMwb .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg80tbMwb .empty_md {
    display: block;
  }
}
.cid-uxg80tbMwb .container,
.cid-uxg80tbMwb .container-fluid,
.cid-uxg80tbMwb .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg80tbMwb .container,
  .cid-uxg80tbMwb .container-fluid,
  .cid-uxg80tbMwb .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg80tbMwb .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg80tbMwb .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg80tbMwb .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg80tbMwb .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg80tbMwb .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg80tbMwb .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg80tbMwb .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg80tbMwb .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg80tbMwb .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg80tbMwb .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg80tbMwb .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg80tbMwb .empty,
  .cid-uxg80tbMwb .icons-menu {
    min-width: 265px;
  }
  .cid-uxg80tbMwb .navbar-logo {
    margin: 0;
  }
  .cid-uxg80tbMwb .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg80tbMwb .btn {
    white-space: nowrap;
  }
  .cid-uxg80tbMwb .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg80tbMwb .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg80tbMwb .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg80tbMwb .dropdown-toggle::after,
  .cid-uxg80tbMwb .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg80tbMwb .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg80tbMwb .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg80tbMwb .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg80tbMwb .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg80tbMwb .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg80tbMwb .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg80tbMwb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg80tbMwb .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg80tbMwb .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg80tbMwb .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg80tbMwb .nav-item:focus,
.cid-uxg80tbMwb .nav-link:focus {
  outline: none;
}
.cid-uxg80tbMwb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg80tbMwb .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg80tbMwb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg80tbMwb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg80tbMwb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg80tbMwb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg80tbMwb ul.navbar-nav li {
  margin: auto;
}
.cid-uxg80tbMwb .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg80tbMwb .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg80tbMwb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg80tbMwb .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg80tbMwb .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg80tbMwb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg80tbMwb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg80tbMwb .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg80tbMwb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg80tbMwb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg80tbMwb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg80tbMwb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg80tbMwb .navbar .icons-menu,
  .cid-uxg80tbMwb .navbar .empty {
    display: none;
  }
  .cid-uxg80tbMwb .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg80tbMwb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg80tbMwb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg80tbMwb .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg80tbMwb .navbar .container-fluid,
  .cid-uxg80tbMwb .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg80tbMwb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg80tbMwb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg80tbMwb .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg80tbMwb .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg80tbMwb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg80tbMwb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg80tbMwb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg80tbMwb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg80tbMwb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg80tbMwb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg80tbMwb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg80tbMwb .dropdown-item.active,
.cid-uxg80tbMwb .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg80tbMwb .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg80tbMwb .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg80tbMwb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg80tbMwb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg80tbMwb .navbar-buttons {
  text-align: center;
}
.cid-uxg80tbMwb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg80tbMwb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg80tbMwb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg80tbMwb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg80tbMwb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg80tbMwb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg80tbMwb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg80tbMwb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg80tbMwb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg80tbMwb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg80tbMwb .navbar-dropdown {
  position: absolute;
}
.cid-uxg80tbMwb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg80tbMwb a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg80tbMwb .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg80tbMwb .navbar {
    height: 77px;
  }
  .cid-uxg80tbMwb .navbar.opened {
    height: auto;
  }
  .cid-uxg80tbMwb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg80tJxPx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg80tJxPx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg80tJxPx .photo-split {
  position: relative;
}
.cid-uxg80tJxPx .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg80tJxPx .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg80tJxPx .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg80tJxPx .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg80tJxPx .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg80tJxPx .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg80tJxPx .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg80tJxPx .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg80tJxPx .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg80tJxPx .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg80tJxPx .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg80tJxPx .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg80tJxPx .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg80tJxPx .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg80tJxPx .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg80tJxPx .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg80tJxPx .photo-split .element-outer,
  .cid-uxg80tJxPx .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg80tJxPx .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg80tJxPx .mbr-section-title,
  .cid-uxg80tJxPx .mbr-section-subtitle,
  .cid-uxg80tJxPx .mbr-text {
    text-align: left !important;
  }
  .cid-uxg80tJxPx .social-list {
    text-align: left !important;
  }
}
.cid-uxg80tJxPx .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg80tJxPx .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg80tJxPx .wrap-block .contents .mbr-subtitle,
.cid-uxg80tJxPx .menu-content-right {
  color: #e53712;
}
.cid-uxg80u1r07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg80u1r07 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg80u1r07 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg80u1r07 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg80u1r07 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg80u1r07 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg80u1r07 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg80u1r07 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg80u1r07 .content-wrapper:hover .image-wrapper > img,
.cid-uxg80u1r07 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg80u1r07 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg80u1r07 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg80u1r07 .image-wrapper,
.cid-uxg80u1r07 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg80u1r07 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg80u1r07 .card_post {
    padding: 20px;
  }
}
.cid-uxg80u1r07 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg80u1r07 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg80u1r07 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg80u1r07 .item-title,
.cid-uxg80u1r07 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg80u1r07 .category_content {
  opacity: .8;
}
.cid-uxg80u1r07 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg80u1r07 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg80u1r07 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg80uhfFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg80uhfFJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg80uhfFJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg80uhfFJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg80uhfFJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg80uhfFJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg80uhfFJ .row {
  flex-direction: row-reverse;
}
.cid-uxg80uhfFJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg80uhfFJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg80uhfFJ .content-wrapper:hover .image-wrapper > img,
.cid-uxg80uhfFJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg80uhfFJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg80uhfFJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg80uhfFJ .image-wrapper,
.cid-uxg80uhfFJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg80uhfFJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg80uhfFJ .card_post {
    padding: 20px;
  }
}
.cid-uxg80uhfFJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg80uhfFJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg80uhfFJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg80uhfFJ .item-title,
.cid-uxg80uhfFJ .card_topic {
  margin-bottom: 12px;
}
.cid-uxg80uhfFJ .category_content {
  opacity: .8;
}
.cid-uxg80uhfFJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg80uhfFJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg80uhfFJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg80uwTDz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg80uwTDz .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg80uwTDz .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg80uwTDz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg80uwTDz .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg80uwTDz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg80uwTDz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg80uwTDz .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg80uwTDz .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg80uwTDz .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg80uwTDz .image_post {
  display: inline-block;
}
.cid-uxg80uwTDz .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg80uwTDz .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg80uKh1W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg80uKh1W .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg80uKh1W .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg80uKh1W .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg80uKh1W .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg80uKh1W .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg80uKh1W .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg80uKh1W .privacy {
    text-align: left;
  }
}
.cid-uxg80uKh1W .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg80uKh1W .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg80uKh1W .divider {
    margin: 20px 0;
  }
  .cid-uxg80uKh1W .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg80uKh1W .footer_wrap img {
    margin: auto;
  }
  .cid-uxg80uKh1W .privacy {
    text-align: center;
  }
}
.cid-uxg8zc8Klc {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg8zc8Klc {
    min-height: 170px !important;
  }
}
.cid-uxg8zc8Klc .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg8zc8Klc .empty_md {
    display: block;
  }
}
.cid-uxg8zc8Klc .container,
.cid-uxg8zc8Klc .container-fluid,
.cid-uxg8zc8Klc .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg8zc8Klc .container,
  .cid-uxg8zc8Klc .container-fluid,
  .cid-uxg8zc8Klc .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg8zc8Klc .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg8zc8Klc .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg8zc8Klc .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg8zc8Klc .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg8zc8Klc .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg8zc8Klc .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg8zc8Klc .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg8zc8Klc .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg8zc8Klc .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg8zc8Klc .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg8zc8Klc .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg8zc8Klc .empty,
  .cid-uxg8zc8Klc .icons-menu {
    min-width: 265px;
  }
  .cid-uxg8zc8Klc .navbar-logo {
    margin: 0;
  }
  .cid-uxg8zc8Klc .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg8zc8Klc .btn {
    white-space: nowrap;
  }
  .cid-uxg8zc8Klc .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg8zc8Klc .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg8zc8Klc .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg8zc8Klc .dropdown-toggle::after,
  .cid-uxg8zc8Klc .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg8zc8Klc .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg8zc8Klc .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg8zc8Klc .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg8zc8Klc .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg8zc8Klc .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg8zc8Klc .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg8zc8Klc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg8zc8Klc .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg8zc8Klc .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg8zc8Klc .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg8zc8Klc .nav-item:focus,
.cid-uxg8zc8Klc .nav-link:focus {
  outline: none;
}
.cid-uxg8zc8Klc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg8zc8Klc .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg8zc8Klc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg8zc8Klc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg8zc8Klc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg8zc8Klc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg8zc8Klc ul.navbar-nav li {
  margin: auto;
}
.cid-uxg8zc8Klc .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg8zc8Klc .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg8zc8Klc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg8zc8Klc .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg8zc8Klc .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg8zc8Klc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg8zc8Klc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg8zc8Klc .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg8zc8Klc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg8zc8Klc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg8zc8Klc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg8zc8Klc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg8zc8Klc .navbar .icons-menu,
  .cid-uxg8zc8Klc .navbar .empty {
    display: none;
  }
  .cid-uxg8zc8Klc .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg8zc8Klc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg8zc8Klc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg8zc8Klc .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg8zc8Klc .navbar .container-fluid,
  .cid-uxg8zc8Klc .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg8zc8Klc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg8zc8Klc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg8zc8Klc .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg8zc8Klc .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg8zc8Klc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg8zc8Klc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg8zc8Klc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg8zc8Klc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg8zc8Klc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg8zc8Klc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg8zc8Klc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg8zc8Klc .dropdown-item.active,
.cid-uxg8zc8Klc .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg8zc8Klc .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg8zc8Klc .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg8zc8Klc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg8zc8Klc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg8zc8Klc .navbar-buttons {
  text-align: center;
}
.cid-uxg8zc8Klc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg8zc8Klc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg8zc8Klc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg8zc8Klc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg8zc8Klc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg8zc8Klc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg8zc8Klc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg8zc8Klc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg8zc8Klc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg8zc8Klc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg8zc8Klc .navbar-dropdown {
  position: absolute;
}
.cid-uxg8zc8Klc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg8zc8Klc a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg8zc8Klc .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg8zc8Klc .navbar {
    height: 77px;
  }
  .cid-uxg8zc8Klc .navbar.opened {
    height: auto;
  }
  .cid-uxg8zc8Klc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg8zcH4hn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg8zcH4hn .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg8zcH4hn .photo-split {
  position: relative;
}
.cid-uxg8zcH4hn .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg8zcH4hn .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg8zcH4hn .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg8zcH4hn .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg8zcH4hn .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg8zcH4hn .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg8zcH4hn .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg8zcH4hn .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg8zcH4hn .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg8zcH4hn .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg8zcH4hn .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg8zcH4hn .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg8zcH4hn .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg8zcH4hn .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg8zcH4hn .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg8zcH4hn .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg8zcH4hn .photo-split .element-outer,
  .cid-uxg8zcH4hn .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg8zcH4hn .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg8zcH4hn .mbr-section-title,
  .cid-uxg8zcH4hn .mbr-section-subtitle,
  .cid-uxg8zcH4hn .mbr-text {
    text-align: left !important;
  }
  .cid-uxg8zcH4hn .social-list {
    text-align: left !important;
  }
}
.cid-uxg8zcH4hn .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg8zcH4hn .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg8zcH4hn .wrap-block .contents .mbr-subtitle,
.cid-uxg8zcH4hn .menu-content-right {
  color: #e53712;
}
.cid-uxg8zcZqI6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg8zcZqI6 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg8zcZqI6 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg8zcZqI6 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg8zcZqI6 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg8zcZqI6 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg8zcZqI6 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg8zcZqI6 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg8zcZqI6 .content-wrapper:hover .image-wrapper > img,
.cid-uxg8zcZqI6 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg8zcZqI6 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg8zcZqI6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg8zcZqI6 .image-wrapper,
.cid-uxg8zcZqI6 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg8zcZqI6 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg8zcZqI6 .card_post {
    padding: 20px;
  }
}
.cid-uxg8zcZqI6 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg8zcZqI6 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg8zcZqI6 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg8zcZqI6 .item-title,
.cid-uxg8zcZqI6 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg8zcZqI6 .category_content {
  opacity: .8;
}
.cid-uxg8zcZqI6 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg8zcZqI6 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg8zcZqI6 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg8zdhQJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg8zdhQJ5 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg8zdhQJ5 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg8zdhQJ5 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg8zdhQJ5 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg8zdhQJ5 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg8zdhQJ5 .row {
  flex-direction: row-reverse;
}
.cid-uxg8zdhQJ5 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg8zdhQJ5 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg8zdhQJ5 .content-wrapper:hover .image-wrapper > img,
.cid-uxg8zdhQJ5 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg8zdhQJ5 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg8zdhQJ5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg8zdhQJ5 .image-wrapper,
.cid-uxg8zdhQJ5 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg8zdhQJ5 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg8zdhQJ5 .card_post {
    padding: 20px;
  }
}
.cid-uxg8zdhQJ5 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg8zdhQJ5 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg8zdhQJ5 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg8zdhQJ5 .item-title,
.cid-uxg8zdhQJ5 .card_topic {
  margin-bottom: 12px;
}
.cid-uxg8zdhQJ5 .category_content {
  opacity: .8;
}
.cid-uxg8zdhQJ5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg8zdhQJ5 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg8zdhQJ5 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg8zdvOrv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg8zdvOrv .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg8zdvOrv .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg8zdvOrv .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg8zdvOrv .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg8zdvOrv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg8zdvOrv .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg8zdvOrv .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg8zdvOrv .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg8zdvOrv .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg8zdvOrv .image_post {
  display: inline-block;
}
.cid-uxg8zdvOrv .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg8zdvOrv .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg8zdLqpg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg8zdLqpg .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg8zdLqpg .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg8zdLqpg .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg8zdLqpg .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg8zdLqpg .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg8zdLqpg .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg8zdLqpg .privacy {
    text-align: left;
  }
}
.cid-uxg8zdLqpg .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg8zdLqpg .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg8zdLqpg .divider {
    margin: 20px 0;
  }
  .cid-uxg8zdLqpg .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg8zdLqpg .footer_wrap img {
    margin: auto;
  }
  .cid-uxg8zdLqpg .privacy {
    text-align: center;
  }
}
.cid-uxg9cwDfIx {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg9cwDfIx {
    min-height: 170px !important;
  }
}
.cid-uxg9cwDfIx .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg9cwDfIx .empty_md {
    display: block;
  }
}
.cid-uxg9cwDfIx .container,
.cid-uxg9cwDfIx .container-fluid,
.cid-uxg9cwDfIx .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg9cwDfIx .container,
  .cid-uxg9cwDfIx .container-fluid,
  .cid-uxg9cwDfIx .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg9cwDfIx .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg9cwDfIx .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg9cwDfIx .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg9cwDfIx .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg9cwDfIx .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg9cwDfIx .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg9cwDfIx .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg9cwDfIx .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg9cwDfIx .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg9cwDfIx .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg9cwDfIx .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg9cwDfIx .empty,
  .cid-uxg9cwDfIx .icons-menu {
    min-width: 265px;
  }
  .cid-uxg9cwDfIx .navbar-logo {
    margin: 0;
  }
  .cid-uxg9cwDfIx .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg9cwDfIx .btn {
    white-space: nowrap;
  }
  .cid-uxg9cwDfIx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg9cwDfIx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg9cwDfIx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg9cwDfIx .dropdown-toggle::after,
  .cid-uxg9cwDfIx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg9cwDfIx .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg9cwDfIx .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9cwDfIx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg9cwDfIx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9cwDfIx .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg9cwDfIx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg9cwDfIx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg9cwDfIx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg9cwDfIx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg9cwDfIx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg9cwDfIx .nav-item:focus,
.cid-uxg9cwDfIx .nav-link:focus {
  outline: none;
}
.cid-uxg9cwDfIx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg9cwDfIx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg9cwDfIx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg9cwDfIx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg9cwDfIx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg9cwDfIx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg9cwDfIx ul.navbar-nav li {
  margin: auto;
}
.cid-uxg9cwDfIx .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg9cwDfIx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg9cwDfIx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg9cwDfIx .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg9cwDfIx .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg9cwDfIx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg9cwDfIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg9cwDfIx .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg9cwDfIx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg9cwDfIx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg9cwDfIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg9cwDfIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg9cwDfIx .navbar .icons-menu,
  .cid-uxg9cwDfIx .navbar .empty {
    display: none;
  }
  .cid-uxg9cwDfIx .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg9cwDfIx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg9cwDfIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg9cwDfIx .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg9cwDfIx .navbar .container-fluid,
  .cid-uxg9cwDfIx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg9cwDfIx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg9cwDfIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg9cwDfIx .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg9cwDfIx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg9cwDfIx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg9cwDfIx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg9cwDfIx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg9cwDfIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg9cwDfIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg9cwDfIx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg9cwDfIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg9cwDfIx .dropdown-item.active,
.cid-uxg9cwDfIx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg9cwDfIx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg9cwDfIx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg9cwDfIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg9cwDfIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg9cwDfIx .navbar-buttons {
  text-align: center;
}
.cid-uxg9cwDfIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg9cwDfIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg9cwDfIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg9cwDfIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg9cwDfIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg9cwDfIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg9cwDfIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg9cwDfIx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg9cwDfIx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg9cwDfIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg9cwDfIx .navbar-dropdown {
  position: absolute;
}
.cid-uxg9cwDfIx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9cwDfIx a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg9cwDfIx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg9cwDfIx .navbar {
    height: 77px;
  }
  .cid-uxg9cwDfIx .navbar.opened {
    height: auto;
  }
  .cid-uxg9cwDfIx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg9cxgWO4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg9cxgWO4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg9cxgWO4 .photo-split {
  position: relative;
}
.cid-uxg9cxgWO4 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg9cxgWO4 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg9cxgWO4 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg9cxgWO4 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg9cxgWO4 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg9cxgWO4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg9cxgWO4 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg9cxgWO4 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg9cxgWO4 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg9cxgWO4 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg9cxgWO4 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg9cxgWO4 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg9cxgWO4 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg9cxgWO4 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg9cxgWO4 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg9cxgWO4 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg9cxgWO4 .photo-split .element-outer,
  .cid-uxg9cxgWO4 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg9cxgWO4 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg9cxgWO4 .mbr-section-title,
  .cid-uxg9cxgWO4 .mbr-section-subtitle,
  .cid-uxg9cxgWO4 .mbr-text {
    text-align: left !important;
  }
  .cid-uxg9cxgWO4 .social-list {
    text-align: left !important;
  }
}
.cid-uxg9cxgWO4 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg9cxgWO4 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg9cxgWO4 .wrap-block .contents .mbr-subtitle,
.cid-uxg9cxgWO4 .menu-content-right {
  color: #e53712;
}
.cid-uxg9cxzERV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg9cxzERV .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg9cxzERV .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg9cxzERV .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg9cxzERV .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg9cxzERV .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg9cxzERV .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg9cxzERV .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg9cxzERV .content-wrapper:hover .image-wrapper > img,
.cid-uxg9cxzERV .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg9cxzERV .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg9cxzERV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg9cxzERV .image-wrapper,
.cid-uxg9cxzERV img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9cxzERV .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg9cxzERV .card_post {
    padding: 20px;
  }
}
.cid-uxg9cxzERV .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg9cxzERV .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg9cxzERV .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg9cxzERV .item-title,
.cid-uxg9cxzERV .card_topic {
  margin-bottom: 12px;
}
.cid-uxg9cxzERV .category_content {
  opacity: .8;
}
.cid-uxg9cxzERV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg9cxzERV .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg9cxzERV .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg9cxRWKb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg9cxRWKb .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg9cxRWKb .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg9cxRWKb .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg9cxRWKb .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg9cxRWKb .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg9cxRWKb .row {
  flex-direction: row-reverse;
}
.cid-uxg9cxRWKb .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg9cxRWKb .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg9cxRWKb .content-wrapper:hover .image-wrapper > img,
.cid-uxg9cxRWKb .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg9cxRWKb .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg9cxRWKb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg9cxRWKb .image-wrapper,
.cid-uxg9cxRWKb img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9cxRWKb .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg9cxRWKb .card_post {
    padding: 20px;
  }
}
.cid-uxg9cxRWKb .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg9cxRWKb .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg9cxRWKb .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg9cxRWKb .item-title,
.cid-uxg9cxRWKb .card_topic {
  margin-bottom: 12px;
}
.cid-uxg9cxRWKb .category_content {
  opacity: .8;
}
.cid-uxg9cxRWKb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg9cxRWKb .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg9cxRWKb .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg9cy7HS6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg9cy7HS6 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg9cy7HS6 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg9cy7HS6 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg9cy7HS6 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg9cy7HS6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg9cy7HS6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg9cy7HS6 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg9cy7HS6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg9cy7HS6 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg9cy7HS6 .image_post {
  display: inline-block;
}
.cid-uxg9cy7HS6 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg9cy7HS6 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg9cymGA0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg9cymGA0 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg9cymGA0 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg9cymGA0 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg9cymGA0 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg9cymGA0 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg9cymGA0 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg9cymGA0 .privacy {
    text-align: left;
  }
}
.cid-uxg9cymGA0 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg9cymGA0 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg9cymGA0 .divider {
    margin: 20px 0;
  }
  .cid-uxg9cymGA0 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg9cymGA0 .footer_wrap img {
    margin: auto;
  }
  .cid-uxg9cymGA0 .privacy {
    text-align: center;
  }
}
.cid-uxg9H9sGFr {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxg9H9sGFr {
    min-height: 170px !important;
  }
}
.cid-uxg9H9sGFr .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxg9H9sGFr .empty_md {
    display: block;
  }
}
.cid-uxg9H9sGFr .container,
.cid-uxg9H9sGFr .container-fluid,
.cid-uxg9H9sGFr .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxg9H9sGFr .container,
  .cid-uxg9H9sGFr .container-fluid,
  .cid-uxg9H9sGFr .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxg9H9sGFr .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxg9H9sGFr .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg9H9sGFr .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxg9H9sGFr .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxg9H9sGFr .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxg9H9sGFr .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxg9H9sGFr .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxg9H9sGFr .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxg9H9sGFr .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxg9H9sGFr .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxg9H9sGFr .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxg9H9sGFr .empty,
  .cid-uxg9H9sGFr .icons-menu {
    min-width: 265px;
  }
  .cid-uxg9H9sGFr .navbar-logo {
    margin: 0;
  }
  .cid-uxg9H9sGFr .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxg9H9sGFr .btn {
    white-space: nowrap;
  }
  .cid-uxg9H9sGFr .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxg9H9sGFr .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxg9H9sGFr .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxg9H9sGFr .dropdown-toggle::after,
  .cid-uxg9H9sGFr .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxg9H9sGFr .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxg9H9sGFr .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9H9sGFr .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxg9H9sGFr .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9H9sGFr .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxg9H9sGFr .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxg9H9sGFr .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxg9H9sGFr .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxg9H9sGFr .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxg9H9sGFr .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxg9H9sGFr .nav-item:focus,
.cid-uxg9H9sGFr .nav-link:focus {
  outline: none;
}
.cid-uxg9H9sGFr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxg9H9sGFr .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxg9H9sGFr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxg9H9sGFr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxg9H9sGFr .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxg9H9sGFr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxg9H9sGFr ul.navbar-nav li {
  margin: auto;
}
.cid-uxg9H9sGFr .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxg9H9sGFr .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxg9H9sGFr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxg9H9sGFr .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxg9H9sGFr .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxg9H9sGFr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxg9H9sGFr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxg9H9sGFr .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxg9H9sGFr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxg9H9sGFr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxg9H9sGFr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxg9H9sGFr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxg9H9sGFr .navbar .icons-menu,
  .cid-uxg9H9sGFr .navbar .empty {
    display: none;
  }
  .cid-uxg9H9sGFr .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxg9H9sGFr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxg9H9sGFr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxg9H9sGFr .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxg9H9sGFr .navbar .container-fluid,
  .cid-uxg9H9sGFr .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxg9H9sGFr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxg9H9sGFr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxg9H9sGFr .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxg9H9sGFr .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxg9H9sGFr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxg9H9sGFr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxg9H9sGFr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxg9H9sGFr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxg9H9sGFr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxg9H9sGFr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxg9H9sGFr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxg9H9sGFr .dropdown-item.active,
.cid-uxg9H9sGFr .dropdown-item:active {
  background-color: transparent;
}
.cid-uxg9H9sGFr .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxg9H9sGFr .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxg9H9sGFr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxg9H9sGFr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxg9H9sGFr .navbar-buttons {
  text-align: center;
}
.cid-uxg9H9sGFr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxg9H9sGFr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxg9H9sGFr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxg9H9sGFr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg9H9sGFr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxg9H9sGFr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxg9H9sGFr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg9H9sGFr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxg9H9sGFr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxg9H9sGFr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxg9H9sGFr .navbar-dropdown {
  position: absolute;
}
.cid-uxg9H9sGFr a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9H9sGFr a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxg9H9sGFr .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxg9H9sGFr .navbar {
    height: 77px;
  }
  .cid-uxg9H9sGFr .navbar.opened {
    height: auto;
  }
  .cid-uxg9H9sGFr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxg9Ha2CFE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxg9Ha2CFE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxg9Ha2CFE .photo-split {
  position: relative;
}
.cid-uxg9Ha2CFE .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxg9Ha2CFE .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg9Ha2CFE .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg9Ha2CFE .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxg9Ha2CFE .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxg9Ha2CFE .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxg9Ha2CFE .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxg9Ha2CFE .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxg9Ha2CFE .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxg9Ha2CFE .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxg9Ha2CFE .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxg9Ha2CFE .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxg9Ha2CFE .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxg9Ha2CFE .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxg9Ha2CFE .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxg9Ha2CFE .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxg9Ha2CFE .photo-split .element-outer,
  .cid-uxg9Ha2CFE .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxg9Ha2CFE .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg9Ha2CFE .mbr-section-title,
  .cid-uxg9Ha2CFE .mbr-section-subtitle,
  .cid-uxg9Ha2CFE .mbr-text {
    text-align: left !important;
  }
  .cid-uxg9Ha2CFE .social-list {
    text-align: left !important;
  }
}
.cid-uxg9Ha2CFE .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxg9Ha2CFE .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxg9Ha2CFE .wrap-block .contents .mbr-subtitle,
.cid-uxg9Ha2CFE .menu-content-right {
  color: #e53712;
}
.cid-uxg9HakPid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg9HakPid .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg9HakPid .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg9HakPid .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg9HakPid .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg9HakPid .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg9HakPid .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg9HakPid .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg9HakPid .content-wrapper:hover .image-wrapper > img,
.cid-uxg9HakPid .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg9HakPid .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg9HakPid .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg9HakPid .image-wrapper,
.cid-uxg9HakPid img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9HakPid .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg9HakPid .card_post {
    padding: 20px;
  }
}
.cid-uxg9HakPid .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg9HakPid .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg9HakPid .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg9HakPid .item-title,
.cid-uxg9HakPid .card_topic {
  margin-bottom: 12px;
}
.cid-uxg9HakPid .category_content {
  opacity: .8;
}
.cid-uxg9HakPid .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg9HakPid .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg9HakPid .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg9HaCwkm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxg9HaCwkm .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxg9HaCwkm .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxg9HaCwkm .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxg9HaCwkm .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxg9HaCwkm .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxg9HaCwkm .row {
  flex-direction: row-reverse;
}
.cid-uxg9HaCwkm .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxg9HaCwkm .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxg9HaCwkm .content-wrapper:hover .image-wrapper > img,
.cid-uxg9HaCwkm .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxg9HaCwkm .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxg9HaCwkm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxg9HaCwkm .image-wrapper,
.cid-uxg9HaCwkm img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxg9HaCwkm .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxg9HaCwkm .card_post {
    padding: 20px;
  }
}
.cid-uxg9HaCwkm .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxg9HaCwkm .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxg9HaCwkm .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxg9HaCwkm .item-title,
.cid-uxg9HaCwkm .card_topic {
  margin-bottom: 12px;
}
.cid-uxg9HaCwkm .category_content {
  opacity: .8;
}
.cid-uxg9HaCwkm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxg9HaCwkm .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxg9HaCwkm .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxg9HaQmPS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxg9HaQmPS .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxg9HaQmPS .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxg9HaQmPS .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxg9HaQmPS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxg9HaQmPS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxg9HaQmPS .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxg9HaQmPS .mbr-section-btn .btn-secondary-outline .active,
.cid-uxg9HaQmPS .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxg9HaQmPS .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxg9HaQmPS .image_post {
  display: inline-block;
}
.cid-uxg9HaQmPS .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxg9HaQmPS .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxg9Hb53Ps {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxg9Hb53Ps .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxg9Hb53Ps .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxg9Hb53Ps .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxg9Hb53Ps .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxg9Hb53Ps .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxg9Hb53Ps .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxg9Hb53Ps .privacy {
    text-align: left;
  }
}
.cid-uxg9Hb53Ps .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxg9Hb53Ps .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxg9Hb53Ps .divider {
    margin: 20px 0;
  }
  .cid-uxg9Hb53Ps .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxg9Hb53Ps .footer_wrap img {
    margin: auto;
  }
  .cid-uxg9Hb53Ps .privacy {
    text-align: center;
  }
}
.cid-uxgasSqENv {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uxgasSqENv {
    min-height: 170px !important;
  }
}
.cid-uxgasSqENv .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uxgasSqENv .empty_md {
    display: block;
  }
}
.cid-uxgasSqENv .container,
.cid-uxgasSqENv .container-fluid,
.cid-uxgasSqENv .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uxgasSqENv .container,
  .cid-uxgasSqENv .container-fluid,
  .cid-uxgasSqENv .empty_md {
    min-height: 170px !important;
  }
}
.cid-uxgasSqENv .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uxgasSqENv .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxgasSqENv .top_menu {
    min-height: 110px !important;
  }
}
.cid-uxgasSqENv .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uxgasSqENv .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uxgasSqENv .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uxgasSqENv .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uxgasSqENv .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uxgasSqENv .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uxgasSqENv .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uxgasSqENv .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uxgasSqENv .empty,
  .cid-uxgasSqENv .icons-menu {
    min-width: 265px;
  }
  .cid-uxgasSqENv .navbar-logo {
    margin: 0;
  }
  .cid-uxgasSqENv .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uxgasSqENv .btn {
    white-space: nowrap;
  }
  .cid-uxgasSqENv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uxgasSqENv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uxgasSqENv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uxgasSqENv .dropdown-toggle::after,
  .cid-uxgasSqENv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uxgasSqENv .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uxgasSqENv .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxgasSqENv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uxgasSqENv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxgasSqENv .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uxgasSqENv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uxgasSqENv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uxgasSqENv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uxgasSqENv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uxgasSqENv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uxgasSqENv .nav-item:focus,
.cid-uxgasSqENv .nav-link:focus {
  outline: none;
}
.cid-uxgasSqENv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uxgasSqENv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uxgasSqENv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uxgasSqENv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxgasSqENv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uxgasSqENv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxgasSqENv ul.navbar-nav li {
  margin: auto;
}
.cid-uxgasSqENv .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uxgasSqENv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uxgasSqENv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uxgasSqENv .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uxgasSqENv .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uxgasSqENv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxgasSqENv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxgasSqENv .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uxgasSqENv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uxgasSqENv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxgasSqENv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxgasSqENv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uxgasSqENv .navbar .icons-menu,
  .cid-uxgasSqENv .navbar .empty {
    display: none;
  }
  .cid-uxgasSqENv .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uxgasSqENv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxgasSqENv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxgasSqENv .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uxgasSqENv .navbar .container-fluid,
  .cid-uxgasSqENv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uxgasSqENv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxgasSqENv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxgasSqENv .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uxgasSqENv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uxgasSqENv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uxgasSqENv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uxgasSqENv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uxgasSqENv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxgasSqENv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxgasSqENv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxgasSqENv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxgasSqENv .dropdown-item.active,
.cid-uxgasSqENv .dropdown-item:active {
  background-color: transparent;
}
.cid-uxgasSqENv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxgasSqENv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uxgasSqENv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxgasSqENv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uxgasSqENv .navbar-buttons {
  text-align: center;
}
.cid-uxgasSqENv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxgasSqENv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxgasSqENv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxgasSqENv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxgasSqENv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxgasSqENv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxgasSqENv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxgasSqENv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxgasSqENv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxgasSqENv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxgasSqENv .navbar-dropdown {
  position: absolute;
}
.cid-uxgasSqENv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxgasSqENv a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uxgasSqENv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxgasSqENv .navbar {
    height: 77px;
  }
  .cid-uxgasSqENv .navbar.opened {
    height: auto;
  }
  .cid-uxgasSqENv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxgasT22j4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxgasT22j4 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxgasT22j4 .photo-split {
  position: relative;
}
.cid-uxgasT22j4 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uxgasT22j4 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxgasT22j4 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxgasT22j4 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uxgasT22j4 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uxgasT22j4 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uxgasT22j4 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uxgasT22j4 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uxgasT22j4 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uxgasT22j4 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uxgasT22j4 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uxgasT22j4 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uxgasT22j4 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uxgasT22j4 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uxgasT22j4 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uxgasT22j4 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uxgasT22j4 .photo-split .element-outer,
  .cid-uxgasT22j4 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uxgasT22j4 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxgasT22j4 .mbr-section-title,
  .cid-uxgasT22j4 .mbr-section-subtitle,
  .cid-uxgasT22j4 .mbr-text {
    text-align: left !important;
  }
  .cid-uxgasT22j4 .social-list {
    text-align: left !important;
  }
}
.cid-uxgasT22j4 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uxgasT22j4 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uxgasT22j4 .wrap-block .contents .mbr-subtitle,
.cid-uxgasT22j4 .menu-content-right {
  color: #e53712;
}
.cid-uxgasTkxkH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgasTkxkH .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxgasTkxkH .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxgasTkxkH .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxgasTkxkH .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxgasTkxkH .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxgasTkxkH .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxgasTkxkH .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxgasTkxkH .content-wrapper:hover .image-wrapper > img,
.cid-uxgasTkxkH .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxgasTkxkH .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxgasTkxkH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxgasTkxkH .image-wrapper,
.cid-uxgasTkxkH img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxgasTkxkH .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxgasTkxkH .card_post {
    padding: 20px;
  }
}
.cid-uxgasTkxkH .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxgasTkxkH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxgasTkxkH .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxgasTkxkH .item-title,
.cid-uxgasTkxkH .card_topic {
  margin-bottom: 12px;
}
.cid-uxgasTkxkH .category_content {
  opacity: .8;
}
.cid-uxgasTkxkH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxgasTkxkH .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxgasTkxkH .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxgasTBdVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgasTBdVQ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uxgasTBdVQ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uxgasTBdVQ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uxgasTBdVQ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uxgasTBdVQ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uxgasTBdVQ .row {
  flex-direction: row-reverse;
}
.cid-uxgasTBdVQ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uxgasTBdVQ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uxgasTBdVQ .content-wrapper:hover .image-wrapper > img,
.cid-uxgasTBdVQ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uxgasTBdVQ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uxgasTBdVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxgasTBdVQ .image-wrapper,
.cid-uxgasTBdVQ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uxgasTBdVQ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uxgasTBdVQ .card_post {
    padding: 20px;
  }
}
.cid-uxgasTBdVQ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uxgasTBdVQ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uxgasTBdVQ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uxgasTBdVQ .item-title,
.cid-uxgasTBdVQ .card_topic {
  margin-bottom: 12px;
}
.cid-uxgasTBdVQ .category_content {
  opacity: .8;
}
.cid-uxgasTBdVQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxgasTBdVQ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uxgasTBdVQ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uxgasTPvJj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxgasTPvJj .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uxgasTPvJj .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uxgasTPvJj .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uxgasTPvJj .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uxgasTPvJj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxgasTPvJj .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxgasTPvJj .mbr-section-btn .btn-secondary-outline .active,
.cid-uxgasTPvJj .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uxgasTPvJj .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uxgasTPvJj .image_post {
  display: inline-block;
}
.cid-uxgasTPvJj .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uxgasTPvJj .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uxgasU4yQr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uxgasU4yQr .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uxgasU4yQr .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uxgasU4yQr .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uxgasU4yQr .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uxgasU4yQr .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uxgasU4yQr .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxgasU4yQr .privacy {
    text-align: left;
  }
}
.cid-uxgasU4yQr .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uxgasU4yQr .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uxgasU4yQr .divider {
    margin: 20px 0;
  }
  .cid-uxgasU4yQr .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uxgasU4yQr .footer_wrap img {
    margin: auto;
  }
  .cid-uxgasU4yQr .privacy {
    text-align: center;
  }
}
.cid-uKtQEC4DiW {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtQEC4DiW {
    min-height: 170px !important;
  }
}
.cid-uKtQEC4DiW .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtQEC4DiW .empty_md {
    display: block;
  }
}
.cid-uKtQEC4DiW .container,
.cid-uKtQEC4DiW .container-fluid,
.cid-uKtQEC4DiW .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtQEC4DiW .container,
  .cid-uKtQEC4DiW .container-fluid,
  .cid-uKtQEC4DiW .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtQEC4DiW .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtQEC4DiW .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtQEC4DiW .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtQEC4DiW .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtQEC4DiW .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtQEC4DiW .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtQEC4DiW .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtQEC4DiW .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtQEC4DiW .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtQEC4DiW .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtQEC4DiW .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtQEC4DiW .empty,
  .cid-uKtQEC4DiW .icons-menu {
    min-width: 265px;
  }
  .cid-uKtQEC4DiW .navbar-logo {
    margin: 0;
  }
  .cid-uKtQEC4DiW .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtQEC4DiW .btn {
    white-space: nowrap;
  }
  .cid-uKtQEC4DiW .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtQEC4DiW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtQEC4DiW .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtQEC4DiW .dropdown-toggle::after,
  .cid-uKtQEC4DiW .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtQEC4DiW .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtQEC4DiW .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtQEC4DiW .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtQEC4DiW .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtQEC4DiW .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtQEC4DiW .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtQEC4DiW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtQEC4DiW .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtQEC4DiW .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtQEC4DiW .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtQEC4DiW .nav-item:focus,
.cid-uKtQEC4DiW .nav-link:focus {
  outline: none;
}
.cid-uKtQEC4DiW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtQEC4DiW .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtQEC4DiW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtQEC4DiW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtQEC4DiW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtQEC4DiW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtQEC4DiW ul.navbar-nav li {
  margin: auto;
}
.cid-uKtQEC4DiW .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtQEC4DiW .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtQEC4DiW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtQEC4DiW .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtQEC4DiW .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtQEC4DiW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtQEC4DiW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtQEC4DiW .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtQEC4DiW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtQEC4DiW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtQEC4DiW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtQEC4DiW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtQEC4DiW .navbar .icons-menu,
  .cid-uKtQEC4DiW .navbar .empty {
    display: none;
  }
  .cid-uKtQEC4DiW .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtQEC4DiW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtQEC4DiW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtQEC4DiW .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtQEC4DiW .navbar .container-fluid,
  .cid-uKtQEC4DiW .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtQEC4DiW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtQEC4DiW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtQEC4DiW .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtQEC4DiW .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtQEC4DiW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtQEC4DiW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtQEC4DiW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtQEC4DiW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtQEC4DiW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtQEC4DiW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtQEC4DiW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtQEC4DiW .dropdown-item.active,
.cid-uKtQEC4DiW .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtQEC4DiW .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtQEC4DiW .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtQEC4DiW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtQEC4DiW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtQEC4DiW .navbar-buttons {
  text-align: center;
}
.cid-uKtQEC4DiW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtQEC4DiW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtQEC4DiW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtQEC4DiW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtQEC4DiW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtQEC4DiW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtQEC4DiW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtQEC4DiW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtQEC4DiW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtQEC4DiW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtQEC4DiW .navbar-dropdown {
  position: absolute;
}
.cid-uKtQEC4DiW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtQEC4DiW a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtQEC4DiW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtQEC4DiW .navbar {
    height: 77px;
  }
  .cid-uKtQEC4DiW .navbar.opened {
    height: auto;
  }
  .cid-uKtQEC4DiW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtQECDMuu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtQECDMuu .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtQECDMuu .photo-split {
  position: relative;
}
.cid-uKtQECDMuu .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtQECDMuu .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtQECDMuu .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtQECDMuu .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtQECDMuu .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtQECDMuu .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtQECDMuu .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtQECDMuu .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtQECDMuu .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtQECDMuu .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtQECDMuu .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtQECDMuu .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtQECDMuu .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtQECDMuu .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtQECDMuu .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtQECDMuu .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtQECDMuu .photo-split .element-outer,
  .cid-uKtQECDMuu .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtQECDMuu .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtQECDMuu .mbr-section-title,
  .cid-uKtQECDMuu .mbr-section-subtitle,
  .cid-uKtQECDMuu .mbr-text {
    text-align: left !important;
  }
  .cid-uKtQECDMuu .social-list {
    text-align: left !important;
  }
}
.cid-uKtQECDMuu .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtQECDMuu .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtQECDMuu .wrap-block .contents .mbr-subtitle,
.cid-uKtQECDMuu .menu-content-right {
  color: #e53712;
}
.cid-uKtQECR0E5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtQECR0E5 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtQECR0E5 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtQECR0E5 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtQECR0E5 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtQECR0E5 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtQECR0E5 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtQECR0E5 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtQECR0E5 .content-wrapper:hover .image-wrapper > img,
.cid-uKtQECR0E5 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtQECR0E5 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtQECR0E5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtQECR0E5 .image-wrapper,
.cid-uKtQECR0E5 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtQECR0E5 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtQECR0E5 .card_post {
    padding: 20px;
  }
}
.cid-uKtQECR0E5 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtQECR0E5 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtQECR0E5 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtQECR0E5 .item-title,
.cid-uKtQECR0E5 .card_topic {
  margin-bottom: 12px;
}
.cid-uKtQECR0E5 .category_content {
  opacity: .8;
}
.cid-uKtQECR0E5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtQECR0E5 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtQECR0E5 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtQED6si9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtQED6si9 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtQED6si9 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtQED6si9 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtQED6si9 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtQED6si9 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtQED6si9 .row {
  flex-direction: row-reverse;
}
.cid-uKtQED6si9 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtQED6si9 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtQED6si9 .content-wrapper:hover .image-wrapper > img,
.cid-uKtQED6si9 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtQED6si9 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtQED6si9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtQED6si9 .image-wrapper,
.cid-uKtQED6si9 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtQED6si9 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtQED6si9 .card_post {
    padding: 20px;
  }
}
.cid-uKtQED6si9 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtQED6si9 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtQED6si9 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtQED6si9 .item-title,
.cid-uKtQED6si9 .card_topic {
  margin-bottom: 12px;
}
.cid-uKtQED6si9 .category_content {
  opacity: .8;
}
.cid-uKtQED6si9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtQED6si9 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtQED6si9 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtQEDlOdx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtQEDlOdx .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtQEDlOdx .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtQEDlOdx .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtQEDlOdx .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtQEDlOdx .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtQEDlOdx .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtQEDlOdx .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtQEDlOdx .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtQEDlOdx .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtQEDlOdx .image_post {
  display: inline-block;
}
.cid-uKtQEDlOdx .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtQEDlOdx .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtQEDQdzi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtQEDQdzi .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtQEDQdzi .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtQEDQdzi .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtQEDQdzi .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtQEDQdzi .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtQEDQdzi .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtQEDQdzi .privacy {
    text-align: left;
  }
}
.cid-uKtQEDQdzi .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtQEDQdzi .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtQEDQdzi .divider {
    margin: 20px 0;
  }
  .cid-uKtQEDQdzi .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtQEDQdzi .footer_wrap img {
    margin: auto;
  }
  .cid-uKtQEDQdzi .privacy {
    text-align: center;
  }
}
.cid-uKtS86An8p {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtS86An8p {
    min-height: 170px !important;
  }
}
.cid-uKtS86An8p .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtS86An8p .empty_md {
    display: block;
  }
}
.cid-uKtS86An8p .container,
.cid-uKtS86An8p .container-fluid,
.cid-uKtS86An8p .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtS86An8p .container,
  .cid-uKtS86An8p .container-fluid,
  .cid-uKtS86An8p .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtS86An8p .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtS86An8p .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtS86An8p .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtS86An8p .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtS86An8p .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtS86An8p .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtS86An8p .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtS86An8p .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtS86An8p .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtS86An8p .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtS86An8p .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtS86An8p .empty,
  .cid-uKtS86An8p .icons-menu {
    min-width: 265px;
  }
  .cid-uKtS86An8p .navbar-logo {
    margin: 0;
  }
  .cid-uKtS86An8p .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtS86An8p .btn {
    white-space: nowrap;
  }
  .cid-uKtS86An8p .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtS86An8p .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtS86An8p .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtS86An8p .dropdown-toggle::after,
  .cid-uKtS86An8p .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtS86An8p .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtS86An8p .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtS86An8p .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtS86An8p .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtS86An8p .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtS86An8p .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtS86An8p .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtS86An8p .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtS86An8p .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtS86An8p .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtS86An8p .nav-item:focus,
.cid-uKtS86An8p .nav-link:focus {
  outline: none;
}
.cid-uKtS86An8p .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtS86An8p .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtS86An8p .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtS86An8p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtS86An8p .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtS86An8p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtS86An8p ul.navbar-nav li {
  margin: auto;
}
.cid-uKtS86An8p .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtS86An8p .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtS86An8p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtS86An8p .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtS86An8p .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtS86An8p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtS86An8p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtS86An8p .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtS86An8p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtS86An8p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtS86An8p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtS86An8p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtS86An8p .navbar .icons-menu,
  .cid-uKtS86An8p .navbar .empty {
    display: none;
  }
  .cid-uKtS86An8p .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtS86An8p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtS86An8p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtS86An8p .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtS86An8p .navbar .container-fluid,
  .cid-uKtS86An8p .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtS86An8p .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtS86An8p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtS86An8p .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtS86An8p .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtS86An8p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtS86An8p .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtS86An8p .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtS86An8p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtS86An8p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtS86An8p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtS86An8p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtS86An8p .dropdown-item.active,
.cid-uKtS86An8p .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtS86An8p .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtS86An8p .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtS86An8p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtS86An8p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtS86An8p .navbar-buttons {
  text-align: center;
}
.cid-uKtS86An8p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtS86An8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtS86An8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtS86An8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtS86An8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtS86An8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtS86An8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtS86An8p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtS86An8p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtS86An8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtS86An8p .navbar-dropdown {
  position: absolute;
}
.cid-uKtS86An8p a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtS86An8p a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtS86An8p .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtS86An8p .navbar {
    height: 77px;
  }
  .cid-uKtS86An8p .navbar.opened {
    height: auto;
  }
  .cid-uKtS86An8p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtS87fxGn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtS87fxGn .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtS87fxGn .photo-split {
  position: relative;
}
.cid-uKtS87fxGn .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtS87fxGn .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtS87fxGn .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtS87fxGn .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtS87fxGn .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtS87fxGn .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtS87fxGn .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtS87fxGn .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtS87fxGn .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtS87fxGn .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtS87fxGn .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtS87fxGn .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtS87fxGn .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtS87fxGn .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtS87fxGn .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtS87fxGn .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtS87fxGn .photo-split .element-outer,
  .cid-uKtS87fxGn .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtS87fxGn .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtS87fxGn .mbr-section-title,
  .cid-uKtS87fxGn .mbr-section-subtitle,
  .cid-uKtS87fxGn .mbr-text {
    text-align: left !important;
  }
  .cid-uKtS87fxGn .social-list {
    text-align: left !important;
  }
}
.cid-uKtS87fxGn .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtS87fxGn .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtS87fxGn .wrap-block .contents .mbr-subtitle,
.cid-uKtS87fxGn .menu-content-right {
  color: #e53712;
}
.cid-uKtS87AMQW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtS87AMQW .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtS87AMQW .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtS87AMQW .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtS87AMQW .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtS87AMQW .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtS87AMQW .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtS87AMQW .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtS87AMQW .content-wrapper:hover .image-wrapper > img,
.cid-uKtS87AMQW .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtS87AMQW .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtS87AMQW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtS87AMQW .image-wrapper,
.cid-uKtS87AMQW img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtS87AMQW .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtS87AMQW .card_post {
    padding: 20px;
  }
}
.cid-uKtS87AMQW .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtS87AMQW .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtS87AMQW .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtS87AMQW .item-title,
.cid-uKtS87AMQW .card_topic {
  margin-bottom: 12px;
}
.cid-uKtS87AMQW .category_content {
  opacity: .8;
}
.cid-uKtS87AMQW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtS87AMQW .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtS87AMQW .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtS87WqCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtS87WqCw .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtS87WqCw .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtS87WqCw .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtS87WqCw .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtS87WqCw .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtS87WqCw .row {
  flex-direction: row-reverse;
}
.cid-uKtS87WqCw .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtS87WqCw .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtS87WqCw .content-wrapper:hover .image-wrapper > img,
.cid-uKtS87WqCw .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtS87WqCw .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtS87WqCw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtS87WqCw .image-wrapper,
.cid-uKtS87WqCw img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtS87WqCw .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtS87WqCw .card_post {
    padding: 20px;
  }
}
.cid-uKtS87WqCw .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtS87WqCw .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtS87WqCw .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtS87WqCw .item-title,
.cid-uKtS87WqCw .card_topic {
  margin-bottom: 12px;
}
.cid-uKtS87WqCw .category_content {
  opacity: .8;
}
.cid-uKtS87WqCw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtS87WqCw .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtS87WqCw .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtS88cclr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtS88cclr .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtS88cclr .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtS88cclr .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtS88cclr .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtS88cclr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtS88cclr .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtS88cclr .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtS88cclr .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtS88cclr .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtS88cclr .image_post {
  display: inline-block;
}
.cid-uKtS88cclr .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtS88cclr .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtS88rZE5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtS88rZE5 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtS88rZE5 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtS88rZE5 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtS88rZE5 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtS88rZE5 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtS88rZE5 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtS88rZE5 .privacy {
    text-align: left;
  }
}
.cid-uKtS88rZE5 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtS88rZE5 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtS88rZE5 .divider {
    margin: 20px 0;
  }
  .cid-uKtS88rZE5 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtS88rZE5 .footer_wrap img {
    margin: auto;
  }
  .cid-uKtS88rZE5 .privacy {
    text-align: center;
  }
}
.cid-uKtSA54dd5 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtSA54dd5 {
    min-height: 170px !important;
  }
}
.cid-uKtSA54dd5 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtSA54dd5 .empty_md {
    display: block;
  }
}
.cid-uKtSA54dd5 .container,
.cid-uKtSA54dd5 .container-fluid,
.cid-uKtSA54dd5 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtSA54dd5 .container,
  .cid-uKtSA54dd5 .container-fluid,
  .cid-uKtSA54dd5 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtSA54dd5 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtSA54dd5 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtSA54dd5 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtSA54dd5 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtSA54dd5 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtSA54dd5 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtSA54dd5 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtSA54dd5 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtSA54dd5 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtSA54dd5 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtSA54dd5 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtSA54dd5 .empty,
  .cid-uKtSA54dd5 .icons-menu {
    min-width: 265px;
  }
  .cid-uKtSA54dd5 .navbar-logo {
    margin: 0;
  }
  .cid-uKtSA54dd5 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtSA54dd5 .btn {
    white-space: nowrap;
  }
  .cid-uKtSA54dd5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtSA54dd5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtSA54dd5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtSA54dd5 .dropdown-toggle::after,
  .cid-uKtSA54dd5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtSA54dd5 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtSA54dd5 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtSA54dd5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtSA54dd5 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtSA54dd5 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtSA54dd5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtSA54dd5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtSA54dd5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtSA54dd5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtSA54dd5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtSA54dd5 .nav-item:focus,
.cid-uKtSA54dd5 .nav-link:focus {
  outline: none;
}
.cid-uKtSA54dd5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtSA54dd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtSA54dd5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtSA54dd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtSA54dd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtSA54dd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtSA54dd5 ul.navbar-nav li {
  margin: auto;
}
.cid-uKtSA54dd5 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtSA54dd5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtSA54dd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtSA54dd5 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtSA54dd5 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtSA54dd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtSA54dd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtSA54dd5 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtSA54dd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtSA54dd5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtSA54dd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtSA54dd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtSA54dd5 .navbar .icons-menu,
  .cid-uKtSA54dd5 .navbar .empty {
    display: none;
  }
  .cid-uKtSA54dd5 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtSA54dd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtSA54dd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtSA54dd5 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtSA54dd5 .navbar .container-fluid,
  .cid-uKtSA54dd5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtSA54dd5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtSA54dd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtSA54dd5 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtSA54dd5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtSA54dd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtSA54dd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtSA54dd5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtSA54dd5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtSA54dd5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtSA54dd5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtSA54dd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtSA54dd5 .dropdown-item.active,
.cid-uKtSA54dd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtSA54dd5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtSA54dd5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtSA54dd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtSA54dd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtSA54dd5 .navbar-buttons {
  text-align: center;
}
.cid-uKtSA54dd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtSA54dd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtSA54dd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtSA54dd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtSA54dd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtSA54dd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtSA54dd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtSA54dd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtSA54dd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtSA54dd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtSA54dd5 .navbar-dropdown {
  position: absolute;
}
.cid-uKtSA54dd5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtSA54dd5 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtSA54dd5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtSA54dd5 .navbar {
    height: 77px;
  }
  .cid-uKtSA54dd5 .navbar.opened {
    height: auto;
  }
  .cid-uKtSA54dd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtSA5GOd6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtSA5GOd6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtSA5GOd6 .photo-split {
  position: relative;
}
.cid-uKtSA5GOd6 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtSA5GOd6 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtSA5GOd6 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtSA5GOd6 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtSA5GOd6 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtSA5GOd6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtSA5GOd6 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtSA5GOd6 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtSA5GOd6 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtSA5GOd6 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtSA5GOd6 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtSA5GOd6 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtSA5GOd6 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtSA5GOd6 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtSA5GOd6 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtSA5GOd6 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtSA5GOd6 .photo-split .element-outer,
  .cid-uKtSA5GOd6 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtSA5GOd6 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtSA5GOd6 .mbr-section-title,
  .cid-uKtSA5GOd6 .mbr-section-subtitle,
  .cid-uKtSA5GOd6 .mbr-text {
    text-align: left !important;
  }
  .cid-uKtSA5GOd6 .social-list {
    text-align: left !important;
  }
}
.cid-uKtSA5GOd6 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtSA5GOd6 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtSA5GOd6 .wrap-block .contents .mbr-subtitle,
.cid-uKtSA5GOd6 .menu-content-right {
  color: #e53712;
}
.cid-uKtSA5Yhzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtSA5Yhzy .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtSA5Yhzy .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtSA5Yhzy .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtSA5Yhzy .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtSA5Yhzy .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtSA5Yhzy .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtSA5Yhzy .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtSA5Yhzy .content-wrapper:hover .image-wrapper > img,
.cid-uKtSA5Yhzy .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtSA5Yhzy .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtSA5Yhzy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtSA5Yhzy .image-wrapper,
.cid-uKtSA5Yhzy img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtSA5Yhzy .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtSA5Yhzy .card_post {
    padding: 20px;
  }
}
.cid-uKtSA5Yhzy .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtSA5Yhzy .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtSA5Yhzy .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtSA5Yhzy .item-title,
.cid-uKtSA5Yhzy .card_topic {
  margin-bottom: 12px;
}
.cid-uKtSA5Yhzy .category_content {
  opacity: .8;
}
.cid-uKtSA5Yhzy .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtSA5Yhzy .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtSA5Yhzy .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtSA6gP5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtSA6gP5p .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtSA6gP5p .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtSA6gP5p .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtSA6gP5p .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtSA6gP5p .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtSA6gP5p .row {
  flex-direction: row-reverse;
}
.cid-uKtSA6gP5p .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtSA6gP5p .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtSA6gP5p .content-wrapper:hover .image-wrapper > img,
.cid-uKtSA6gP5p .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtSA6gP5p .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtSA6gP5p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtSA6gP5p .image-wrapper,
.cid-uKtSA6gP5p img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtSA6gP5p .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtSA6gP5p .card_post {
    padding: 20px;
  }
}
.cid-uKtSA6gP5p .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtSA6gP5p .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtSA6gP5p .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtSA6gP5p .item-title,
.cid-uKtSA6gP5p .card_topic {
  margin-bottom: 12px;
}
.cid-uKtSA6gP5p .category_content {
  opacity: .8;
}
.cid-uKtSA6gP5p .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtSA6gP5p .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtSA6gP5p .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtSA6v7Z1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtSA6v7Z1 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtSA6v7Z1 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtSA6v7Z1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtSA6v7Z1 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtSA6v7Z1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtSA6v7Z1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtSA6v7Z1 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtSA6v7Z1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtSA6v7Z1 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtSA6v7Z1 .image_post {
  display: inline-block;
}
.cid-uKtSA6v7Z1 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtSA6v7Z1 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtSA6K5KH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtSA6K5KH .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtSA6K5KH .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtSA6K5KH .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtSA6K5KH .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtSA6K5KH .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtSA6K5KH .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtSA6K5KH .privacy {
    text-align: left;
  }
}
.cid-uKtSA6K5KH .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtSA6K5KH .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtSA6K5KH .divider {
    margin: 20px 0;
  }
  .cid-uKtSA6K5KH .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtSA6K5KH .footer_wrap img {
    margin: auto;
  }
  .cid-uKtSA6K5KH .privacy {
    text-align: center;
  }
}
.cid-uKtUiKuYa8 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtUiKuYa8 {
    min-height: 170px !important;
  }
}
.cid-uKtUiKuYa8 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtUiKuYa8 .empty_md {
    display: block;
  }
}
.cid-uKtUiKuYa8 .container,
.cid-uKtUiKuYa8 .container-fluid,
.cid-uKtUiKuYa8 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtUiKuYa8 .container,
  .cid-uKtUiKuYa8 .container-fluid,
  .cid-uKtUiKuYa8 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtUiKuYa8 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtUiKuYa8 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtUiKuYa8 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtUiKuYa8 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtUiKuYa8 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtUiKuYa8 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtUiKuYa8 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtUiKuYa8 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtUiKuYa8 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtUiKuYa8 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtUiKuYa8 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtUiKuYa8 .empty,
  .cid-uKtUiKuYa8 .icons-menu {
    min-width: 265px;
  }
  .cid-uKtUiKuYa8 .navbar-logo {
    margin: 0;
  }
  .cid-uKtUiKuYa8 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtUiKuYa8 .btn {
    white-space: nowrap;
  }
  .cid-uKtUiKuYa8 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtUiKuYa8 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtUiKuYa8 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtUiKuYa8 .dropdown-toggle::after,
  .cid-uKtUiKuYa8 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtUiKuYa8 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtUiKuYa8 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUiKuYa8 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtUiKuYa8 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUiKuYa8 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtUiKuYa8 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtUiKuYa8 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtUiKuYa8 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtUiKuYa8 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtUiKuYa8 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtUiKuYa8 .nav-item:focus,
.cid-uKtUiKuYa8 .nav-link:focus {
  outline: none;
}
.cid-uKtUiKuYa8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtUiKuYa8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtUiKuYa8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtUiKuYa8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtUiKuYa8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtUiKuYa8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtUiKuYa8 ul.navbar-nav li {
  margin: auto;
}
.cid-uKtUiKuYa8 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtUiKuYa8 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtUiKuYa8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtUiKuYa8 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtUiKuYa8 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtUiKuYa8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtUiKuYa8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtUiKuYa8 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtUiKuYa8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtUiKuYa8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtUiKuYa8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtUiKuYa8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtUiKuYa8 .navbar .icons-menu,
  .cid-uKtUiKuYa8 .navbar .empty {
    display: none;
  }
  .cid-uKtUiKuYa8 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtUiKuYa8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtUiKuYa8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtUiKuYa8 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtUiKuYa8 .navbar .container-fluid,
  .cid-uKtUiKuYa8 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtUiKuYa8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtUiKuYa8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtUiKuYa8 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtUiKuYa8 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtUiKuYa8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtUiKuYa8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtUiKuYa8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtUiKuYa8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtUiKuYa8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtUiKuYa8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtUiKuYa8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtUiKuYa8 .dropdown-item.active,
.cid-uKtUiKuYa8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtUiKuYa8 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtUiKuYa8 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtUiKuYa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtUiKuYa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtUiKuYa8 .navbar-buttons {
  text-align: center;
}
.cid-uKtUiKuYa8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtUiKuYa8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtUiKuYa8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtUiKuYa8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtUiKuYa8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtUiKuYa8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtUiKuYa8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtUiKuYa8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtUiKuYa8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtUiKuYa8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtUiKuYa8 .navbar-dropdown {
  position: absolute;
}
.cid-uKtUiKuYa8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUiKuYa8 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtUiKuYa8 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtUiKuYa8 .navbar {
    height: 77px;
  }
  .cid-uKtUiKuYa8 .navbar.opened {
    height: auto;
  }
  .cid-uKtUiKuYa8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtUiL8MZZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtUiL8MZZ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtUiL8MZZ .photo-split {
  position: relative;
}
.cid-uKtUiL8MZZ .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtUiL8MZZ .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtUiL8MZZ .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtUiL8MZZ .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtUiL8MZZ .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtUiL8MZZ .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtUiL8MZZ .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtUiL8MZZ .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtUiL8MZZ .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtUiL8MZZ .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtUiL8MZZ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtUiL8MZZ .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtUiL8MZZ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtUiL8MZZ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtUiL8MZZ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtUiL8MZZ .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtUiL8MZZ .photo-split .element-outer,
  .cid-uKtUiL8MZZ .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtUiL8MZZ .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtUiL8MZZ .mbr-section-title,
  .cid-uKtUiL8MZZ .mbr-section-subtitle,
  .cid-uKtUiL8MZZ .mbr-text {
    text-align: left !important;
  }
  .cid-uKtUiL8MZZ .social-list {
    text-align: left !important;
  }
}
.cid-uKtUiL8MZZ .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtUiL8MZZ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtUiL8MZZ .wrap-block .contents .mbr-subtitle,
.cid-uKtUiL8MZZ .menu-content-right {
  color: #e53712;
}
.cid-uKtUiLq8yx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtUiLq8yx .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtUiLq8yx .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtUiLq8yx .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtUiLq8yx .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtUiLq8yx .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtUiLq8yx .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtUiLq8yx .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtUiLq8yx .content-wrapper:hover .image-wrapper > img,
.cid-uKtUiLq8yx .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtUiLq8yx .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtUiLq8yx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtUiLq8yx .image-wrapper,
.cid-uKtUiLq8yx img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUiLq8yx .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtUiLq8yx .card_post {
    padding: 20px;
  }
}
.cid-uKtUiLq8yx .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtUiLq8yx .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtUiLq8yx .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtUiLq8yx .item-title,
.cid-uKtUiLq8yx .card_topic {
  margin-bottom: 12px;
}
.cid-uKtUiLq8yx .category_content {
  opacity: .8;
}
.cid-uKtUiLq8yx .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtUiLq8yx .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtUiLq8yx .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtUiLIhwZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtUiLIhwZ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtUiLIhwZ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtUiLIhwZ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtUiLIhwZ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtUiLIhwZ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtUiLIhwZ .row {
  flex-direction: row-reverse;
}
.cid-uKtUiLIhwZ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtUiLIhwZ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtUiLIhwZ .content-wrapper:hover .image-wrapper > img,
.cid-uKtUiLIhwZ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtUiLIhwZ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtUiLIhwZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtUiLIhwZ .image-wrapper,
.cid-uKtUiLIhwZ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUiLIhwZ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtUiLIhwZ .card_post {
    padding: 20px;
  }
}
.cid-uKtUiLIhwZ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtUiLIhwZ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtUiLIhwZ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtUiLIhwZ .item-title,
.cid-uKtUiLIhwZ .card_topic {
  margin-bottom: 12px;
}
.cid-uKtUiLIhwZ .category_content {
  opacity: .8;
}
.cid-uKtUiLIhwZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtUiLIhwZ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtUiLIhwZ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtUiLXUFE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtUiLXUFE .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtUiLXUFE .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtUiLXUFE .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtUiLXUFE .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtUiLXUFE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtUiLXUFE .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtUiLXUFE .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtUiLXUFE .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtUiLXUFE .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtUiLXUFE .image_post {
  display: inline-block;
}
.cid-uKtUiLXUFE .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtUiLXUFE .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtUiMcDyJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtUiMcDyJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtUiMcDyJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtUiMcDyJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtUiMcDyJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtUiMcDyJ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtUiMcDyJ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtUiMcDyJ .privacy {
    text-align: left;
  }
}
.cid-uKtUiMcDyJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtUiMcDyJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtUiMcDyJ .divider {
    margin: 20px 0;
  }
  .cid-uKtUiMcDyJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtUiMcDyJ .footer_wrap img {
    margin: auto;
  }
  .cid-uKtUiMcDyJ .privacy {
    text-align: center;
  }
}
.cid-uKtUW9jJtm {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtUW9jJtm {
    min-height: 170px !important;
  }
}
.cid-uKtUW9jJtm .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtUW9jJtm .empty_md {
    display: block;
  }
}
.cid-uKtUW9jJtm .container,
.cid-uKtUW9jJtm .container-fluid,
.cid-uKtUW9jJtm .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtUW9jJtm .container,
  .cid-uKtUW9jJtm .container-fluid,
  .cid-uKtUW9jJtm .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtUW9jJtm .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtUW9jJtm .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtUW9jJtm .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtUW9jJtm .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtUW9jJtm .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtUW9jJtm .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtUW9jJtm .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtUW9jJtm .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtUW9jJtm .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtUW9jJtm .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtUW9jJtm .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtUW9jJtm .empty,
  .cid-uKtUW9jJtm .icons-menu {
    min-width: 265px;
  }
  .cid-uKtUW9jJtm .navbar-logo {
    margin: 0;
  }
  .cid-uKtUW9jJtm .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtUW9jJtm .btn {
    white-space: nowrap;
  }
  .cid-uKtUW9jJtm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtUW9jJtm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtUW9jJtm .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtUW9jJtm .dropdown-toggle::after,
  .cid-uKtUW9jJtm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtUW9jJtm .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtUW9jJtm .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUW9jJtm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtUW9jJtm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUW9jJtm .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtUW9jJtm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtUW9jJtm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtUW9jJtm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtUW9jJtm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtUW9jJtm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtUW9jJtm .nav-item:focus,
.cid-uKtUW9jJtm .nav-link:focus {
  outline: none;
}
.cid-uKtUW9jJtm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtUW9jJtm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtUW9jJtm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtUW9jJtm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtUW9jJtm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtUW9jJtm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtUW9jJtm ul.navbar-nav li {
  margin: auto;
}
.cid-uKtUW9jJtm .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtUW9jJtm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtUW9jJtm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtUW9jJtm .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtUW9jJtm .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtUW9jJtm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtUW9jJtm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtUW9jJtm .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtUW9jJtm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtUW9jJtm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtUW9jJtm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtUW9jJtm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtUW9jJtm .navbar .icons-menu,
  .cid-uKtUW9jJtm .navbar .empty {
    display: none;
  }
  .cid-uKtUW9jJtm .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtUW9jJtm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtUW9jJtm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtUW9jJtm .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtUW9jJtm .navbar .container-fluid,
  .cid-uKtUW9jJtm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtUW9jJtm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtUW9jJtm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtUW9jJtm .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtUW9jJtm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtUW9jJtm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtUW9jJtm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtUW9jJtm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtUW9jJtm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtUW9jJtm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtUW9jJtm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtUW9jJtm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtUW9jJtm .dropdown-item.active,
.cid-uKtUW9jJtm .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtUW9jJtm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtUW9jJtm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtUW9jJtm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtUW9jJtm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtUW9jJtm .navbar-buttons {
  text-align: center;
}
.cid-uKtUW9jJtm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtUW9jJtm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtUW9jJtm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtUW9jJtm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtUW9jJtm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtUW9jJtm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtUW9jJtm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtUW9jJtm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtUW9jJtm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtUW9jJtm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtUW9jJtm .navbar-dropdown {
  position: absolute;
}
.cid-uKtUW9jJtm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUW9jJtm a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtUW9jJtm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtUW9jJtm .navbar {
    height: 77px;
  }
  .cid-uKtUW9jJtm .navbar.opened {
    height: auto;
  }
  .cid-uKtUW9jJtm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtUW9U4UU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtUW9U4UU .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtUW9U4UU .photo-split {
  position: relative;
}
.cid-uKtUW9U4UU .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtUW9U4UU .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtUW9U4UU .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtUW9U4UU .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtUW9U4UU .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtUW9U4UU .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtUW9U4UU .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtUW9U4UU .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtUW9U4UU .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtUW9U4UU .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtUW9U4UU .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtUW9U4UU .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtUW9U4UU .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtUW9U4UU .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtUW9U4UU .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtUW9U4UU .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtUW9U4UU .photo-split .element-outer,
  .cid-uKtUW9U4UU .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtUW9U4UU .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtUW9U4UU .mbr-section-title,
  .cid-uKtUW9U4UU .mbr-section-subtitle,
  .cid-uKtUW9U4UU .mbr-text {
    text-align: left !important;
  }
  .cid-uKtUW9U4UU .social-list {
    text-align: left !important;
  }
}
.cid-uKtUW9U4UU .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtUW9U4UU .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtUW9U4UU .wrap-block .contents .mbr-subtitle,
.cid-uKtUW9U4UU .menu-content-right {
  color: #e53712;
}
.cid-uKtUWacIJO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtUWacIJO .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtUWacIJO .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtUWacIJO .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtUWacIJO .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtUWacIJO .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtUWacIJO .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtUWacIJO .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtUWacIJO .content-wrapper:hover .image-wrapper > img,
.cid-uKtUWacIJO .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtUWacIJO .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtUWacIJO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtUWacIJO .image-wrapper,
.cid-uKtUWacIJO img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUWacIJO .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtUWacIJO .card_post {
    padding: 20px;
  }
}
.cid-uKtUWacIJO .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtUWacIJO .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtUWacIJO .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtUWacIJO .item-title,
.cid-uKtUWacIJO .card_topic {
  margin-bottom: 12px;
}
.cid-uKtUWacIJO .category_content {
  opacity: .8;
}
.cid-uKtUWacIJO .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtUWacIJO .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtUWacIJO .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtUWatPXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtUWatPXn .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtUWatPXn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtUWatPXn .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtUWatPXn .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtUWatPXn .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtUWatPXn .row {
  flex-direction: row-reverse;
}
.cid-uKtUWatPXn .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtUWatPXn .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtUWatPXn .content-wrapper:hover .image-wrapper > img,
.cid-uKtUWatPXn .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtUWatPXn .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtUWatPXn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtUWatPXn .image-wrapper,
.cid-uKtUWatPXn img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtUWatPXn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtUWatPXn .card_post {
    padding: 20px;
  }
}
.cid-uKtUWatPXn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtUWatPXn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtUWatPXn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtUWatPXn .item-title,
.cid-uKtUWatPXn .card_topic {
  margin-bottom: 12px;
}
.cid-uKtUWatPXn .category_content {
  opacity: .8;
}
.cid-uKtUWatPXn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtUWatPXn .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtUWatPXn .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtUWaJ45c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtUWaJ45c .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtUWaJ45c .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtUWaJ45c .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtUWaJ45c .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtUWaJ45c .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtUWaJ45c .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtUWaJ45c .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtUWaJ45c .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtUWaJ45c .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtUWaJ45c .image_post {
  display: inline-block;
}
.cid-uKtUWaJ45c .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtUWaJ45c .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtUWb04hO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtUWb04hO .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtUWb04hO .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtUWb04hO .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtUWb04hO .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtUWb04hO .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtUWb04hO .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtUWb04hO .privacy {
    text-align: left;
  }
}
.cid-uKtUWb04hO .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtUWb04hO .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtUWb04hO .divider {
    margin: 20px 0;
  }
  .cid-uKtUWb04hO .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtUWb04hO .footer_wrap img {
    margin: auto;
  }
  .cid-uKtUWb04hO .privacy {
    text-align: center;
  }
}
.cid-uKtVFULHQD {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtVFULHQD {
    min-height: 170px !important;
  }
}
.cid-uKtVFULHQD .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtVFULHQD .empty_md {
    display: block;
  }
}
.cid-uKtVFULHQD .container,
.cid-uKtVFULHQD .container-fluid,
.cid-uKtVFULHQD .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtVFULHQD .container,
  .cid-uKtVFULHQD .container-fluid,
  .cid-uKtVFULHQD .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtVFULHQD .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtVFULHQD .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtVFULHQD .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtVFULHQD .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtVFULHQD .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtVFULHQD .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtVFULHQD .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtVFULHQD .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtVFULHQD .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtVFULHQD .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtVFULHQD .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtVFULHQD .empty,
  .cid-uKtVFULHQD .icons-menu {
    min-width: 265px;
  }
  .cid-uKtVFULHQD .navbar-logo {
    margin: 0;
  }
  .cid-uKtVFULHQD .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtVFULHQD .btn {
    white-space: nowrap;
  }
  .cid-uKtVFULHQD .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtVFULHQD .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtVFULHQD .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtVFULHQD .dropdown-toggle::after,
  .cid-uKtVFULHQD .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtVFULHQD .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtVFULHQD .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtVFULHQD .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtVFULHQD .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtVFULHQD .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtVFULHQD .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtVFULHQD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtVFULHQD .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtVFULHQD .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtVFULHQD .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtVFULHQD .nav-item:focus,
.cid-uKtVFULHQD .nav-link:focus {
  outline: none;
}
.cid-uKtVFULHQD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtVFULHQD .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtVFULHQD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtVFULHQD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtVFULHQD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtVFULHQD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtVFULHQD ul.navbar-nav li {
  margin: auto;
}
.cid-uKtVFULHQD .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtVFULHQD .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtVFULHQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtVFULHQD .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtVFULHQD .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtVFULHQD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtVFULHQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtVFULHQD .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtVFULHQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtVFULHQD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtVFULHQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtVFULHQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtVFULHQD .navbar .icons-menu,
  .cid-uKtVFULHQD .navbar .empty {
    display: none;
  }
  .cid-uKtVFULHQD .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtVFULHQD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtVFULHQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtVFULHQD .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtVFULHQD .navbar .container-fluid,
  .cid-uKtVFULHQD .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtVFULHQD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtVFULHQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtVFULHQD .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtVFULHQD .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtVFULHQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtVFULHQD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtVFULHQD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtVFULHQD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtVFULHQD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtVFULHQD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtVFULHQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtVFULHQD .dropdown-item.active,
.cid-uKtVFULHQD .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtVFULHQD .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtVFULHQD .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtVFULHQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtVFULHQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtVFULHQD .navbar-buttons {
  text-align: center;
}
.cid-uKtVFULHQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtVFULHQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtVFULHQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtVFULHQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtVFULHQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtVFULHQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtVFULHQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtVFULHQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtVFULHQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtVFULHQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtVFULHQD .navbar-dropdown {
  position: absolute;
}
.cid-uKtVFULHQD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtVFULHQD a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtVFULHQD .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtVFULHQD .navbar {
    height: 77px;
  }
  .cid-uKtVFULHQD .navbar.opened {
    height: auto;
  }
  .cid-uKtVFULHQD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtVFVnLoK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtVFVnLoK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtVFVnLoK .photo-split {
  position: relative;
}
.cid-uKtVFVnLoK .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtVFVnLoK .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtVFVnLoK .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtVFVnLoK .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtVFVnLoK .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtVFVnLoK .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtVFVnLoK .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtVFVnLoK .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtVFVnLoK .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtVFVnLoK .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtVFVnLoK .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtVFVnLoK .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtVFVnLoK .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtVFVnLoK .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtVFVnLoK .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtVFVnLoK .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtVFVnLoK .photo-split .element-outer,
  .cid-uKtVFVnLoK .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtVFVnLoK .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtVFVnLoK .mbr-section-title,
  .cid-uKtVFVnLoK .mbr-section-subtitle,
  .cid-uKtVFVnLoK .mbr-text {
    text-align: left !important;
  }
  .cid-uKtVFVnLoK .social-list {
    text-align: left !important;
  }
}
.cid-uKtVFVnLoK .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtVFVnLoK .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtVFVnLoK .wrap-block .contents .mbr-subtitle,
.cid-uKtVFVnLoK .menu-content-right {
  color: #e53712;
}
.cid-uKtVFVFvh7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtVFVFvh7 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtVFVFvh7 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtVFVFvh7 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtVFVFvh7 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtVFVFvh7 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtVFVFvh7 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtVFVFvh7 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtVFVFvh7 .content-wrapper:hover .image-wrapper > img,
.cid-uKtVFVFvh7 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtVFVFvh7 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtVFVFvh7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtVFVFvh7 .image-wrapper,
.cid-uKtVFVFvh7 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtVFVFvh7 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtVFVFvh7 .card_post {
    padding: 20px;
  }
}
.cid-uKtVFVFvh7 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtVFVFvh7 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtVFVFvh7 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtVFVFvh7 .item-title,
.cid-uKtVFVFvh7 .card_topic {
  margin-bottom: 12px;
}
.cid-uKtVFVFvh7 .category_content {
  opacity: .8;
}
.cid-uKtVFVFvh7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtVFVFvh7 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtVFVFvh7 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtVFVYJtz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtVFVYJtz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtVFVYJtz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtVFVYJtz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtVFVYJtz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtVFVYJtz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtVFVYJtz .row {
  flex-direction: row-reverse;
}
.cid-uKtVFVYJtz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtVFVYJtz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtVFVYJtz .content-wrapper:hover .image-wrapper > img,
.cid-uKtVFVYJtz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtVFVYJtz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtVFVYJtz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtVFVYJtz .image-wrapper,
.cid-uKtVFVYJtz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtVFVYJtz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtVFVYJtz .card_post {
    padding: 20px;
  }
}
.cid-uKtVFVYJtz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtVFVYJtz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtVFVYJtz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtVFVYJtz .item-title,
.cid-uKtVFVYJtz .card_topic {
  margin-bottom: 12px;
}
.cid-uKtVFVYJtz .category_content {
  opacity: .8;
}
.cid-uKtVFVYJtz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtVFVYJtz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtVFVYJtz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtVFWd3kT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtVFWd3kT .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtVFWd3kT .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtVFWd3kT .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtVFWd3kT .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtVFWd3kT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtVFWd3kT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtVFWd3kT .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtVFWd3kT .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtVFWd3kT .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtVFWd3kT .image_post {
  display: inline-block;
}
.cid-uKtVFWd3kT .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtVFWd3kT .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtVFWrn3z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtVFWrn3z .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtVFWrn3z .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtVFWrn3z .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtVFWrn3z .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtVFWrn3z .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtVFWrn3z .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtVFWrn3z .privacy {
    text-align: left;
  }
}
.cid-uKtVFWrn3z .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtVFWrn3z .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtVFWrn3z .divider {
    margin: 20px 0;
  }
  .cid-uKtVFWrn3z .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtVFWrn3z .footer_wrap img {
    margin: auto;
  }
  .cid-uKtVFWrn3z .privacy {
    text-align: center;
  }
}
.cid-uKtWpn3xV3 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtWpn3xV3 {
    min-height: 170px !important;
  }
}
.cid-uKtWpn3xV3 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtWpn3xV3 .empty_md {
    display: block;
  }
}
.cid-uKtWpn3xV3 .container,
.cid-uKtWpn3xV3 .container-fluid,
.cid-uKtWpn3xV3 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtWpn3xV3 .container,
  .cid-uKtWpn3xV3 .container-fluid,
  .cid-uKtWpn3xV3 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtWpn3xV3 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtWpn3xV3 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtWpn3xV3 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtWpn3xV3 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtWpn3xV3 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtWpn3xV3 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtWpn3xV3 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtWpn3xV3 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtWpn3xV3 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtWpn3xV3 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtWpn3xV3 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtWpn3xV3 .empty,
  .cid-uKtWpn3xV3 .icons-menu {
    min-width: 265px;
  }
  .cid-uKtWpn3xV3 .navbar-logo {
    margin: 0;
  }
  .cid-uKtWpn3xV3 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtWpn3xV3 .btn {
    white-space: nowrap;
  }
  .cid-uKtWpn3xV3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtWpn3xV3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtWpn3xV3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtWpn3xV3 .dropdown-toggle::after,
  .cid-uKtWpn3xV3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtWpn3xV3 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtWpn3xV3 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtWpn3xV3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtWpn3xV3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtWpn3xV3 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtWpn3xV3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtWpn3xV3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtWpn3xV3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtWpn3xV3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtWpn3xV3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtWpn3xV3 .nav-item:focus,
.cid-uKtWpn3xV3 .nav-link:focus {
  outline: none;
}
.cid-uKtWpn3xV3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtWpn3xV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtWpn3xV3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtWpn3xV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtWpn3xV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtWpn3xV3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtWpn3xV3 ul.navbar-nav li {
  margin: auto;
}
.cid-uKtWpn3xV3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtWpn3xV3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtWpn3xV3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtWpn3xV3 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtWpn3xV3 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtWpn3xV3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtWpn3xV3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtWpn3xV3 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtWpn3xV3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtWpn3xV3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtWpn3xV3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtWpn3xV3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtWpn3xV3 .navbar .icons-menu,
  .cid-uKtWpn3xV3 .navbar .empty {
    display: none;
  }
  .cid-uKtWpn3xV3 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtWpn3xV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtWpn3xV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtWpn3xV3 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtWpn3xV3 .navbar .container-fluid,
  .cid-uKtWpn3xV3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtWpn3xV3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtWpn3xV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtWpn3xV3 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtWpn3xV3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtWpn3xV3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtWpn3xV3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtWpn3xV3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtWpn3xV3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtWpn3xV3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtWpn3xV3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtWpn3xV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtWpn3xV3 .dropdown-item.active,
.cid-uKtWpn3xV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtWpn3xV3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtWpn3xV3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtWpn3xV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtWpn3xV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtWpn3xV3 .navbar-buttons {
  text-align: center;
}
.cid-uKtWpn3xV3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtWpn3xV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtWpn3xV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtWpn3xV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtWpn3xV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtWpn3xV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtWpn3xV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtWpn3xV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtWpn3xV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtWpn3xV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtWpn3xV3 .navbar-dropdown {
  position: absolute;
}
.cid-uKtWpn3xV3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtWpn3xV3 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtWpn3xV3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtWpn3xV3 .navbar {
    height: 77px;
  }
  .cid-uKtWpn3xV3 .navbar.opened {
    height: auto;
  }
  .cid-uKtWpn3xV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtWpnGorC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtWpnGorC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtWpnGorC .photo-split {
  position: relative;
}
.cid-uKtWpnGorC .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtWpnGorC .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtWpnGorC .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtWpnGorC .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtWpnGorC .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtWpnGorC .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtWpnGorC .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtWpnGorC .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtWpnGorC .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtWpnGorC .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtWpnGorC .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtWpnGorC .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtWpnGorC .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtWpnGorC .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtWpnGorC .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtWpnGorC .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtWpnGorC .photo-split .element-outer,
  .cid-uKtWpnGorC .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtWpnGorC .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtWpnGorC .mbr-section-title,
  .cid-uKtWpnGorC .mbr-section-subtitle,
  .cid-uKtWpnGorC .mbr-text {
    text-align: left !important;
  }
  .cid-uKtWpnGorC .social-list {
    text-align: left !important;
  }
}
.cid-uKtWpnGorC .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtWpnGorC .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtWpnGorC .wrap-block .contents .mbr-subtitle,
.cid-uKtWpnGorC .menu-content-right {
  color: #e53712;
}
.cid-uKtWpnYLZs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtWpnYLZs .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtWpnYLZs .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtWpnYLZs .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtWpnYLZs .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtWpnYLZs .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtWpnYLZs .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtWpnYLZs .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtWpnYLZs .content-wrapper:hover .image-wrapper > img,
.cid-uKtWpnYLZs .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtWpnYLZs .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtWpnYLZs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtWpnYLZs .image-wrapper,
.cid-uKtWpnYLZs img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtWpnYLZs .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtWpnYLZs .card_post {
    padding: 20px;
  }
}
.cid-uKtWpnYLZs .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtWpnYLZs .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtWpnYLZs .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtWpnYLZs .item-title,
.cid-uKtWpnYLZs .card_topic {
  margin-bottom: 12px;
}
.cid-uKtWpnYLZs .category_content {
  opacity: .8;
}
.cid-uKtWpnYLZs .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtWpnYLZs .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtWpnYLZs .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtWpofHpw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtWpofHpw .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtWpofHpw .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtWpofHpw .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtWpofHpw .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtWpofHpw .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtWpofHpw .row {
  flex-direction: row-reverse;
}
.cid-uKtWpofHpw .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtWpofHpw .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtWpofHpw .content-wrapper:hover .image-wrapper > img,
.cid-uKtWpofHpw .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtWpofHpw .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtWpofHpw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtWpofHpw .image-wrapper,
.cid-uKtWpofHpw img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtWpofHpw .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtWpofHpw .card_post {
    padding: 20px;
  }
}
.cid-uKtWpofHpw .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtWpofHpw .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtWpofHpw .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtWpofHpw .item-title,
.cid-uKtWpofHpw .card_topic {
  margin-bottom: 12px;
}
.cid-uKtWpofHpw .category_content {
  opacity: .8;
}
.cid-uKtWpofHpw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtWpofHpw .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtWpofHpw .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtWpovBsl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtWpovBsl .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtWpovBsl .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtWpovBsl .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtWpovBsl .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtWpovBsl .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtWpovBsl .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtWpovBsl .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtWpovBsl .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtWpovBsl .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtWpovBsl .image_post {
  display: inline-block;
}
.cid-uKtWpovBsl .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtWpovBsl .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtWpoMDm2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtWpoMDm2 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtWpoMDm2 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtWpoMDm2 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtWpoMDm2 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtWpoMDm2 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtWpoMDm2 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtWpoMDm2 .privacy {
    text-align: left;
  }
}
.cid-uKtWpoMDm2 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtWpoMDm2 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtWpoMDm2 .divider {
    margin: 20px 0;
  }
  .cid-uKtWpoMDm2 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtWpoMDm2 .footer_wrap img {
    margin: auto;
  }
  .cid-uKtWpoMDm2 .privacy {
    text-align: center;
  }
}
.cid-uKtXfWvXi4 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtXfWvXi4 {
    min-height: 170px !important;
  }
}
.cid-uKtXfWvXi4 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtXfWvXi4 .empty_md {
    display: block;
  }
}
.cid-uKtXfWvXi4 .container,
.cid-uKtXfWvXi4 .container-fluid,
.cid-uKtXfWvXi4 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtXfWvXi4 .container,
  .cid-uKtXfWvXi4 .container-fluid,
  .cid-uKtXfWvXi4 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtXfWvXi4 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtXfWvXi4 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtXfWvXi4 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtXfWvXi4 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtXfWvXi4 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtXfWvXi4 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtXfWvXi4 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtXfWvXi4 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtXfWvXi4 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtXfWvXi4 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtXfWvXi4 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtXfWvXi4 .empty,
  .cid-uKtXfWvXi4 .icons-menu {
    min-width: 265px;
  }
  .cid-uKtXfWvXi4 .navbar-logo {
    margin: 0;
  }
  .cid-uKtXfWvXi4 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtXfWvXi4 .btn {
    white-space: nowrap;
  }
  .cid-uKtXfWvXi4 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtXfWvXi4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtXfWvXi4 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtXfWvXi4 .dropdown-toggle::after,
  .cid-uKtXfWvXi4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtXfWvXi4 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtXfWvXi4 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXfWvXi4 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtXfWvXi4 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXfWvXi4 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtXfWvXi4 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtXfWvXi4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtXfWvXi4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtXfWvXi4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtXfWvXi4 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtXfWvXi4 .nav-item:focus,
.cid-uKtXfWvXi4 .nav-link:focus {
  outline: none;
}
.cid-uKtXfWvXi4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtXfWvXi4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtXfWvXi4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtXfWvXi4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtXfWvXi4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtXfWvXi4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtXfWvXi4 ul.navbar-nav li {
  margin: auto;
}
.cid-uKtXfWvXi4 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtXfWvXi4 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtXfWvXi4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtXfWvXi4 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtXfWvXi4 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtXfWvXi4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtXfWvXi4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtXfWvXi4 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtXfWvXi4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtXfWvXi4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtXfWvXi4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtXfWvXi4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtXfWvXi4 .navbar .icons-menu,
  .cid-uKtXfWvXi4 .navbar .empty {
    display: none;
  }
  .cid-uKtXfWvXi4 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtXfWvXi4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtXfWvXi4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtXfWvXi4 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtXfWvXi4 .navbar .container-fluid,
  .cid-uKtXfWvXi4 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtXfWvXi4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtXfWvXi4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtXfWvXi4 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtXfWvXi4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtXfWvXi4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtXfWvXi4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtXfWvXi4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtXfWvXi4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtXfWvXi4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtXfWvXi4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtXfWvXi4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtXfWvXi4 .dropdown-item.active,
.cid-uKtXfWvXi4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtXfWvXi4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtXfWvXi4 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtXfWvXi4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtXfWvXi4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtXfWvXi4 .navbar-buttons {
  text-align: center;
}
.cid-uKtXfWvXi4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtXfWvXi4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtXfWvXi4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtXfWvXi4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtXfWvXi4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtXfWvXi4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtXfWvXi4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtXfWvXi4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtXfWvXi4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtXfWvXi4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtXfWvXi4 .navbar-dropdown {
  position: absolute;
}
.cid-uKtXfWvXi4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXfWvXi4 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtXfWvXi4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtXfWvXi4 .navbar {
    height: 77px;
  }
  .cid-uKtXfWvXi4 .navbar.opened {
    height: auto;
  }
  .cid-uKtXfWvXi4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtXfX6aw3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtXfX6aw3 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtXfX6aw3 .photo-split {
  position: relative;
}
.cid-uKtXfX6aw3 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtXfX6aw3 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtXfX6aw3 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtXfX6aw3 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtXfX6aw3 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtXfX6aw3 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtXfX6aw3 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtXfX6aw3 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtXfX6aw3 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtXfX6aw3 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtXfX6aw3 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtXfX6aw3 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtXfX6aw3 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtXfX6aw3 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtXfX6aw3 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtXfX6aw3 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtXfX6aw3 .photo-split .element-outer,
  .cid-uKtXfX6aw3 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtXfX6aw3 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtXfX6aw3 .mbr-section-title,
  .cid-uKtXfX6aw3 .mbr-section-subtitle,
  .cid-uKtXfX6aw3 .mbr-text {
    text-align: left !important;
  }
  .cid-uKtXfX6aw3 .social-list {
    text-align: left !important;
  }
}
.cid-uKtXfX6aw3 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtXfX6aw3 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtXfX6aw3 .wrap-block .contents .mbr-subtitle,
.cid-uKtXfX6aw3 .menu-content-right {
  color: #e53712;
}
.cid-uKtXfXrGPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtXfXrGPq .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtXfXrGPq .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtXfXrGPq .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtXfXrGPq .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtXfXrGPq .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtXfXrGPq .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtXfXrGPq .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtXfXrGPq .content-wrapper:hover .image-wrapper > img,
.cid-uKtXfXrGPq .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtXfXrGPq .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtXfXrGPq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtXfXrGPq .image-wrapper,
.cid-uKtXfXrGPq img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXfXrGPq .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtXfXrGPq .card_post {
    padding: 20px;
  }
}
.cid-uKtXfXrGPq .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtXfXrGPq .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtXfXrGPq .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtXfXrGPq .item-title,
.cid-uKtXfXrGPq .card_topic {
  margin-bottom: 12px;
}
.cid-uKtXfXrGPq .category_content {
  opacity: .8;
}
.cid-uKtXfXrGPq .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtXfXrGPq .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtXfXrGPq .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtXfXINvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtXfXINvj .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtXfXINvj .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtXfXINvj .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtXfXINvj .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtXfXINvj .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtXfXINvj .row {
  flex-direction: row-reverse;
}
.cid-uKtXfXINvj .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtXfXINvj .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtXfXINvj .content-wrapper:hover .image-wrapper > img,
.cid-uKtXfXINvj .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtXfXINvj .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtXfXINvj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtXfXINvj .image-wrapper,
.cid-uKtXfXINvj img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXfXINvj .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtXfXINvj .card_post {
    padding: 20px;
  }
}
.cid-uKtXfXINvj .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtXfXINvj .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtXfXINvj .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtXfXINvj .item-title,
.cid-uKtXfXINvj .card_topic {
  margin-bottom: 12px;
}
.cid-uKtXfXINvj .category_content {
  opacity: .8;
}
.cid-uKtXfXINvj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtXfXINvj .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtXfXINvj .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtXfXXxQB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtXfXXxQB .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtXfXXxQB .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtXfXXxQB .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtXfXXxQB .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtXfXXxQB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtXfXXxQB .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtXfXXxQB .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtXfXXxQB .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtXfXXxQB .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtXfXXxQB .image_post {
  display: inline-block;
}
.cid-uKtXfXXxQB .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtXfXXxQB .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtXfYdoRE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtXfYdoRE .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtXfYdoRE .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtXfYdoRE .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtXfYdoRE .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtXfYdoRE .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtXfYdoRE .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtXfYdoRE .privacy {
    text-align: left;
  }
}
.cid-uKtXfYdoRE .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtXfYdoRE .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtXfYdoRE .divider {
    margin: 20px 0;
  }
  .cid-uKtXfYdoRE .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtXfYdoRE .footer_wrap img {
    margin: auto;
  }
  .cid-uKtXfYdoRE .privacy {
    text-align: center;
  }
}
.cid-uKtXXXyqkP {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtXXXyqkP {
    min-height: 170px !important;
  }
}
.cid-uKtXXXyqkP .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtXXXyqkP .empty_md {
    display: block;
  }
}
.cid-uKtXXXyqkP .container,
.cid-uKtXXXyqkP .container-fluid,
.cid-uKtXXXyqkP .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtXXXyqkP .container,
  .cid-uKtXXXyqkP .container-fluid,
  .cid-uKtXXXyqkP .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtXXXyqkP .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtXXXyqkP .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtXXXyqkP .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtXXXyqkP .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtXXXyqkP .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtXXXyqkP .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtXXXyqkP .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtXXXyqkP .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtXXXyqkP .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtXXXyqkP .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtXXXyqkP .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtXXXyqkP .empty,
  .cid-uKtXXXyqkP .icons-menu {
    min-width: 265px;
  }
  .cid-uKtXXXyqkP .navbar-logo {
    margin: 0;
  }
  .cid-uKtXXXyqkP .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtXXXyqkP .btn {
    white-space: nowrap;
  }
  .cid-uKtXXXyqkP .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtXXXyqkP .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtXXXyqkP .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtXXXyqkP .dropdown-toggle::after,
  .cid-uKtXXXyqkP .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtXXXyqkP .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtXXXyqkP .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXXXyqkP .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtXXXyqkP .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXXXyqkP .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtXXXyqkP .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtXXXyqkP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtXXXyqkP .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtXXXyqkP .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtXXXyqkP .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtXXXyqkP .nav-item:focus,
.cid-uKtXXXyqkP .nav-link:focus {
  outline: none;
}
.cid-uKtXXXyqkP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtXXXyqkP .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtXXXyqkP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtXXXyqkP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtXXXyqkP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtXXXyqkP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtXXXyqkP ul.navbar-nav li {
  margin: auto;
}
.cid-uKtXXXyqkP .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtXXXyqkP .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtXXXyqkP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtXXXyqkP .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtXXXyqkP .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtXXXyqkP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtXXXyqkP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtXXXyqkP .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtXXXyqkP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtXXXyqkP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtXXXyqkP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtXXXyqkP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtXXXyqkP .navbar .icons-menu,
  .cid-uKtXXXyqkP .navbar .empty {
    display: none;
  }
  .cid-uKtXXXyqkP .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtXXXyqkP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtXXXyqkP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtXXXyqkP .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtXXXyqkP .navbar .container-fluid,
  .cid-uKtXXXyqkP .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtXXXyqkP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtXXXyqkP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtXXXyqkP .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtXXXyqkP .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtXXXyqkP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtXXXyqkP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtXXXyqkP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtXXXyqkP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtXXXyqkP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtXXXyqkP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtXXXyqkP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtXXXyqkP .dropdown-item.active,
.cid-uKtXXXyqkP .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtXXXyqkP .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtXXXyqkP .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtXXXyqkP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtXXXyqkP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtXXXyqkP .navbar-buttons {
  text-align: center;
}
.cid-uKtXXXyqkP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtXXXyqkP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtXXXyqkP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtXXXyqkP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtXXXyqkP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtXXXyqkP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtXXXyqkP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtXXXyqkP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtXXXyqkP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtXXXyqkP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtXXXyqkP .navbar-dropdown {
  position: absolute;
}
.cid-uKtXXXyqkP a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXXXyqkP a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtXXXyqkP .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtXXXyqkP .navbar {
    height: 77px;
  }
  .cid-uKtXXXyqkP .navbar.opened {
    height: auto;
  }
  .cid-uKtXXXyqkP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtXXYayxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtXXYayxk .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtXXYayxk .photo-split {
  position: relative;
}
.cid-uKtXXYayxk .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtXXYayxk .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtXXYayxk .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtXXYayxk .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtXXYayxk .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtXXYayxk .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtXXYayxk .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtXXYayxk .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtXXYayxk .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtXXYayxk .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtXXYayxk .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtXXYayxk .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtXXYayxk .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtXXYayxk .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtXXYayxk .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtXXYayxk .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtXXYayxk .photo-split .element-outer,
  .cid-uKtXXYayxk .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtXXYayxk .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtXXYayxk .mbr-section-title,
  .cid-uKtXXYayxk .mbr-section-subtitle,
  .cid-uKtXXYayxk .mbr-text {
    text-align: left !important;
  }
  .cid-uKtXXYayxk .social-list {
    text-align: left !important;
  }
}
.cid-uKtXXYayxk .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtXXYayxk .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtXXYayxk .wrap-block .contents .mbr-subtitle,
.cid-uKtXXYayxk .menu-content-right {
  color: #e53712;
}
.cid-uKtXXYsq6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtXXYsq6K .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtXXYsq6K .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtXXYsq6K .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtXXYsq6K .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtXXYsq6K .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtXXYsq6K .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtXXYsq6K .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtXXYsq6K .content-wrapper:hover .image-wrapper > img,
.cid-uKtXXYsq6K .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtXXYsq6K .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtXXYsq6K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtXXYsq6K .image-wrapper,
.cid-uKtXXYsq6K img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXXYsq6K .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtXXYsq6K .card_post {
    padding: 20px;
  }
}
.cid-uKtXXYsq6K .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtXXYsq6K .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtXXYsq6K .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtXXYsq6K .item-title,
.cid-uKtXXYsq6K .card_topic {
  margin-bottom: 12px;
}
.cid-uKtXXYsq6K .category_content {
  opacity: .8;
}
.cid-uKtXXYsq6K .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtXXYsq6K .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtXXYsq6K .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtXXYLPQK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtXXYLPQK .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtXXYLPQK .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtXXYLPQK .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtXXYLPQK .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtXXYLPQK .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtXXYLPQK .row {
  flex-direction: row-reverse;
}
.cid-uKtXXYLPQK .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtXXYLPQK .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtXXYLPQK .content-wrapper:hover .image-wrapper > img,
.cid-uKtXXYLPQK .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtXXYLPQK .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtXXYLPQK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtXXYLPQK .image-wrapper,
.cid-uKtXXYLPQK img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtXXYLPQK .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtXXYLPQK .card_post {
    padding: 20px;
  }
}
.cid-uKtXXYLPQK .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtXXYLPQK .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtXXYLPQK .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtXXYLPQK .item-title,
.cid-uKtXXYLPQK .card_topic {
  margin-bottom: 12px;
}
.cid-uKtXXYLPQK .category_content {
  opacity: .8;
}
.cid-uKtXXYLPQK .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtXXYLPQK .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtXXYLPQK .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtXXZ3Hzm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtXXZ3Hzm .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtXXZ3Hzm .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtXXZ3Hzm .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtXXZ3Hzm .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtXXZ3Hzm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtXXZ3Hzm .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtXXZ3Hzm .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtXXZ3Hzm .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtXXZ3Hzm .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtXXZ3Hzm .image_post {
  display: inline-block;
}
.cid-uKtXXZ3Hzm .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtXXZ3Hzm .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtXXZjrcx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtXXZjrcx .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtXXZjrcx .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtXXZjrcx .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtXXZjrcx .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtXXZjrcx .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtXXZjrcx .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtXXZjrcx .privacy {
    text-align: left;
  }
}
.cid-uKtXXZjrcx .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtXXZjrcx .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtXXZjrcx .divider {
    margin: 20px 0;
  }
  .cid-uKtXXZjrcx .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtXXZjrcx .footer_wrap img {
    margin: auto;
  }
  .cid-uKtXXZjrcx .privacy {
    text-align: center;
  }
}
.cid-uKtYBtjT6n {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtYBtjT6n {
    min-height: 170px !important;
  }
}
.cid-uKtYBtjT6n .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtYBtjT6n .empty_md {
    display: block;
  }
}
.cid-uKtYBtjT6n .container,
.cid-uKtYBtjT6n .container-fluid,
.cid-uKtYBtjT6n .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtYBtjT6n .container,
  .cid-uKtYBtjT6n .container-fluid,
  .cid-uKtYBtjT6n .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtYBtjT6n .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtYBtjT6n .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtYBtjT6n .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtYBtjT6n .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtYBtjT6n .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtYBtjT6n .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtYBtjT6n .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtYBtjT6n .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtYBtjT6n .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtYBtjT6n .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtYBtjT6n .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtYBtjT6n .empty,
  .cid-uKtYBtjT6n .icons-menu {
    min-width: 265px;
  }
  .cid-uKtYBtjT6n .navbar-logo {
    margin: 0;
  }
  .cid-uKtYBtjT6n .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtYBtjT6n .btn {
    white-space: nowrap;
  }
  .cid-uKtYBtjT6n .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtYBtjT6n .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtYBtjT6n .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtYBtjT6n .dropdown-toggle::after,
  .cid-uKtYBtjT6n .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtYBtjT6n .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtYBtjT6n .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtYBtjT6n .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtYBtjT6n .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtYBtjT6n .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtYBtjT6n .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtYBtjT6n .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtYBtjT6n .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtYBtjT6n .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtYBtjT6n .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtYBtjT6n .nav-item:focus,
.cid-uKtYBtjT6n .nav-link:focus {
  outline: none;
}
.cid-uKtYBtjT6n .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtYBtjT6n .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtYBtjT6n .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtYBtjT6n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtYBtjT6n .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtYBtjT6n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtYBtjT6n ul.navbar-nav li {
  margin: auto;
}
.cid-uKtYBtjT6n .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtYBtjT6n .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtYBtjT6n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtYBtjT6n .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtYBtjT6n .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtYBtjT6n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtYBtjT6n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtYBtjT6n .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtYBtjT6n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtYBtjT6n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtYBtjT6n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtYBtjT6n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtYBtjT6n .navbar .icons-menu,
  .cid-uKtYBtjT6n .navbar .empty {
    display: none;
  }
  .cid-uKtYBtjT6n .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtYBtjT6n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtYBtjT6n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtYBtjT6n .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtYBtjT6n .navbar .container-fluid,
  .cid-uKtYBtjT6n .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtYBtjT6n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtYBtjT6n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtYBtjT6n .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtYBtjT6n .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtYBtjT6n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtYBtjT6n .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtYBtjT6n .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtYBtjT6n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtYBtjT6n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtYBtjT6n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtYBtjT6n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtYBtjT6n .dropdown-item.active,
.cid-uKtYBtjT6n .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtYBtjT6n .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtYBtjT6n .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtYBtjT6n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtYBtjT6n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtYBtjT6n .navbar-buttons {
  text-align: center;
}
.cid-uKtYBtjT6n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtYBtjT6n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtYBtjT6n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtYBtjT6n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtYBtjT6n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtYBtjT6n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtYBtjT6n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtYBtjT6n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtYBtjT6n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtYBtjT6n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtYBtjT6n .navbar-dropdown {
  position: absolute;
}
.cid-uKtYBtjT6n a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtYBtjT6n a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtYBtjT6n .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtYBtjT6n .navbar {
    height: 77px;
  }
  .cid-uKtYBtjT6n .navbar.opened {
    height: auto;
  }
  .cid-uKtYBtjT6n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtYBtSEuJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtYBtSEuJ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtYBtSEuJ .photo-split {
  position: relative;
}
.cid-uKtYBtSEuJ .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtYBtSEuJ .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtYBtSEuJ .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtYBtSEuJ .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtYBtSEuJ .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtYBtSEuJ .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtYBtSEuJ .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtYBtSEuJ .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtYBtSEuJ .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtYBtSEuJ .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtYBtSEuJ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtYBtSEuJ .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtYBtSEuJ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtYBtSEuJ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtYBtSEuJ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtYBtSEuJ .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtYBtSEuJ .photo-split .element-outer,
  .cid-uKtYBtSEuJ .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtYBtSEuJ .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtYBtSEuJ .mbr-section-title,
  .cid-uKtYBtSEuJ .mbr-section-subtitle,
  .cid-uKtYBtSEuJ .mbr-text {
    text-align: left !important;
  }
  .cid-uKtYBtSEuJ .social-list {
    text-align: left !important;
  }
}
.cid-uKtYBtSEuJ .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtYBtSEuJ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtYBtSEuJ .wrap-block .contents .mbr-subtitle,
.cid-uKtYBtSEuJ .menu-content-right {
  color: #e53712;
}
.cid-uKtYBu9acI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtYBu9acI .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtYBu9acI .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtYBu9acI .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtYBu9acI .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtYBu9acI .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtYBu9acI .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtYBu9acI .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtYBu9acI .content-wrapper:hover .image-wrapper > img,
.cid-uKtYBu9acI .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtYBu9acI .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtYBu9acI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtYBu9acI .image-wrapper,
.cid-uKtYBu9acI img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtYBu9acI .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtYBu9acI .card_post {
    padding: 20px;
  }
}
.cid-uKtYBu9acI .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtYBu9acI .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtYBu9acI .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtYBu9acI .item-title,
.cid-uKtYBu9acI .card_topic {
  margin-bottom: 12px;
}
.cid-uKtYBu9acI .category_content {
  opacity: .8;
}
.cid-uKtYBu9acI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtYBu9acI .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtYBu9acI .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtYBuqE05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtYBuqE05 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtYBuqE05 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtYBuqE05 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtYBuqE05 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtYBuqE05 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtYBuqE05 .row {
  flex-direction: row-reverse;
}
.cid-uKtYBuqE05 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtYBuqE05 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtYBuqE05 .content-wrapper:hover .image-wrapper > img,
.cid-uKtYBuqE05 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtYBuqE05 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtYBuqE05 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtYBuqE05 .image-wrapper,
.cid-uKtYBuqE05 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtYBuqE05 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtYBuqE05 .card_post {
    padding: 20px;
  }
}
.cid-uKtYBuqE05 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtYBuqE05 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtYBuqE05 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtYBuqE05 .item-title,
.cid-uKtYBuqE05 .card_topic {
  margin-bottom: 12px;
}
.cid-uKtYBuqE05 .category_content {
  opacity: .8;
}
.cid-uKtYBuqE05 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtYBuqE05 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtYBuqE05 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtYBuFABY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtYBuFABY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtYBuFABY .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtYBuFABY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtYBuFABY .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtYBuFABY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtYBuFABY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtYBuFABY .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtYBuFABY .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtYBuFABY .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtYBuFABY .image_post {
  display: inline-block;
}
.cid-uKtYBuFABY .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtYBuFABY .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtYBuUkIU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtYBuUkIU .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtYBuUkIU .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtYBuUkIU .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtYBuUkIU .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtYBuUkIU .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtYBuUkIU .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtYBuUkIU .privacy {
    text-align: left;
  }
}
.cid-uKtYBuUkIU .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtYBuUkIU .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtYBuUkIU .divider {
    margin: 20px 0;
  }
  .cid-uKtYBuUkIU .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtYBuUkIU .footer_wrap img {
    margin: auto;
  }
  .cid-uKtYBuUkIU .privacy {
    text-align: center;
  }
}
.cid-uKtZn6U5gf {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKtZn6U5gf {
    min-height: 170px !important;
  }
}
.cid-uKtZn6U5gf .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKtZn6U5gf .empty_md {
    display: block;
  }
}
.cid-uKtZn6U5gf .container,
.cid-uKtZn6U5gf .container-fluid,
.cid-uKtZn6U5gf .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKtZn6U5gf .container,
  .cid-uKtZn6U5gf .container-fluid,
  .cid-uKtZn6U5gf .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKtZn6U5gf .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKtZn6U5gf .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtZn6U5gf .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKtZn6U5gf .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKtZn6U5gf .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKtZn6U5gf .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKtZn6U5gf .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKtZn6U5gf .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKtZn6U5gf .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKtZn6U5gf .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKtZn6U5gf .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKtZn6U5gf .empty,
  .cid-uKtZn6U5gf .icons-menu {
    min-width: 265px;
  }
  .cid-uKtZn6U5gf .navbar-logo {
    margin: 0;
  }
  .cid-uKtZn6U5gf .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKtZn6U5gf .btn {
    white-space: nowrap;
  }
  .cid-uKtZn6U5gf .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKtZn6U5gf .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKtZn6U5gf .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKtZn6U5gf .dropdown-toggle::after,
  .cid-uKtZn6U5gf .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKtZn6U5gf .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKtZn6U5gf .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtZn6U5gf .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKtZn6U5gf .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtZn6U5gf .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKtZn6U5gf .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKtZn6U5gf .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKtZn6U5gf .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKtZn6U5gf .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKtZn6U5gf .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKtZn6U5gf .nav-item:focus,
.cid-uKtZn6U5gf .nav-link:focus {
  outline: none;
}
.cid-uKtZn6U5gf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKtZn6U5gf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKtZn6U5gf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKtZn6U5gf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKtZn6U5gf .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKtZn6U5gf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKtZn6U5gf ul.navbar-nav li {
  margin: auto;
}
.cid-uKtZn6U5gf .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKtZn6U5gf .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKtZn6U5gf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKtZn6U5gf .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKtZn6U5gf .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKtZn6U5gf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKtZn6U5gf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKtZn6U5gf .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKtZn6U5gf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKtZn6U5gf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKtZn6U5gf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKtZn6U5gf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKtZn6U5gf .navbar .icons-menu,
  .cid-uKtZn6U5gf .navbar .empty {
    display: none;
  }
  .cid-uKtZn6U5gf .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKtZn6U5gf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKtZn6U5gf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKtZn6U5gf .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKtZn6U5gf .navbar .container-fluid,
  .cid-uKtZn6U5gf .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKtZn6U5gf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKtZn6U5gf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKtZn6U5gf .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKtZn6U5gf .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKtZn6U5gf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKtZn6U5gf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKtZn6U5gf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKtZn6U5gf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKtZn6U5gf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKtZn6U5gf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKtZn6U5gf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKtZn6U5gf .dropdown-item.active,
.cid-uKtZn6U5gf .dropdown-item:active {
  background-color: transparent;
}
.cid-uKtZn6U5gf .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKtZn6U5gf .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKtZn6U5gf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKtZn6U5gf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKtZn6U5gf .navbar-buttons {
  text-align: center;
}
.cid-uKtZn6U5gf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKtZn6U5gf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKtZn6U5gf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKtZn6U5gf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtZn6U5gf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKtZn6U5gf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKtZn6U5gf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtZn6U5gf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKtZn6U5gf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKtZn6U5gf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKtZn6U5gf .navbar-dropdown {
  position: absolute;
}
.cid-uKtZn6U5gf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtZn6U5gf a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKtZn6U5gf .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKtZn6U5gf .navbar {
    height: 77px;
  }
  .cid-uKtZn6U5gf .navbar.opened {
    height: auto;
  }
  .cid-uKtZn6U5gf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKtZn7uaEV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKtZn7uaEV .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKtZn7uaEV .photo-split {
  position: relative;
}
.cid-uKtZn7uaEV .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKtZn7uaEV .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtZn7uaEV .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtZn7uaEV .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKtZn7uaEV .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKtZn7uaEV .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKtZn7uaEV .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKtZn7uaEV .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKtZn7uaEV .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKtZn7uaEV .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKtZn7uaEV .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKtZn7uaEV .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKtZn7uaEV .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKtZn7uaEV .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKtZn7uaEV .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKtZn7uaEV .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKtZn7uaEV .photo-split .element-outer,
  .cid-uKtZn7uaEV .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKtZn7uaEV .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtZn7uaEV .mbr-section-title,
  .cid-uKtZn7uaEV .mbr-section-subtitle,
  .cid-uKtZn7uaEV .mbr-text {
    text-align: left !important;
  }
  .cid-uKtZn7uaEV .social-list {
    text-align: left !important;
  }
}
.cid-uKtZn7uaEV .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKtZn7uaEV .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKtZn7uaEV .wrap-block .contents .mbr-subtitle,
.cid-uKtZn7uaEV .menu-content-right {
  color: #e53712;
}
.cid-uKtZn7M4v4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtZn7M4v4 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtZn7M4v4 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtZn7M4v4 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtZn7M4v4 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtZn7M4v4 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtZn7M4v4 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtZn7M4v4 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtZn7M4v4 .content-wrapper:hover .image-wrapper > img,
.cid-uKtZn7M4v4 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtZn7M4v4 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtZn7M4v4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtZn7M4v4 .image-wrapper,
.cid-uKtZn7M4v4 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtZn7M4v4 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtZn7M4v4 .card_post {
    padding: 20px;
  }
}
.cid-uKtZn7M4v4 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtZn7M4v4 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtZn7M4v4 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtZn7M4v4 .item-title,
.cid-uKtZn7M4v4 .card_topic {
  margin-bottom: 12px;
}
.cid-uKtZn7M4v4 .category_content {
  opacity: .8;
}
.cid-uKtZn7M4v4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtZn7M4v4 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtZn7M4v4 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtZn84Ntf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKtZn84Ntf .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKtZn84Ntf .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKtZn84Ntf .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKtZn84Ntf .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKtZn84Ntf .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKtZn84Ntf .row {
  flex-direction: row-reverse;
}
.cid-uKtZn84Ntf .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKtZn84Ntf .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKtZn84Ntf .content-wrapper:hover .image-wrapper > img,
.cid-uKtZn84Ntf .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKtZn84Ntf .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKtZn84Ntf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKtZn84Ntf .image-wrapper,
.cid-uKtZn84Ntf img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKtZn84Ntf .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKtZn84Ntf .card_post {
    padding: 20px;
  }
}
.cid-uKtZn84Ntf .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKtZn84Ntf .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKtZn84Ntf .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKtZn84Ntf .item-title,
.cid-uKtZn84Ntf .card_topic {
  margin-bottom: 12px;
}
.cid-uKtZn84Ntf .category_content {
  opacity: .8;
}
.cid-uKtZn84Ntf .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKtZn84Ntf .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKtZn84Ntf .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKtZn8jMaN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKtZn8jMaN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKtZn8jMaN .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKtZn8jMaN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKtZn8jMaN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKtZn8jMaN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKtZn8jMaN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKtZn8jMaN .mbr-section-btn .btn-secondary-outline .active,
.cid-uKtZn8jMaN .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKtZn8jMaN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKtZn8jMaN .image_post {
  display: inline-block;
}
.cid-uKtZn8jMaN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKtZn8jMaN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKtZn8xZPt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKtZn8xZPt .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKtZn8xZPt .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKtZn8xZPt .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKtZn8xZPt .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKtZn8xZPt .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKtZn8xZPt .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKtZn8xZPt .privacy {
    text-align: left;
  }
}
.cid-uKtZn8xZPt .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKtZn8xZPt .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKtZn8xZPt .divider {
    margin: 20px 0;
  }
  .cid-uKtZn8xZPt .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKtZn8xZPt .footer_wrap img {
    margin: auto;
  }
  .cid-uKtZn8xZPt .privacy {
    text-align: center;
  }
}
.cid-uKu02JIxLa {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu02JIxLa {
    min-height: 170px !important;
  }
}
.cid-uKu02JIxLa .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu02JIxLa .empty_md {
    display: block;
  }
}
.cid-uKu02JIxLa .container,
.cid-uKu02JIxLa .container-fluid,
.cid-uKu02JIxLa .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu02JIxLa .container,
  .cid-uKu02JIxLa .container-fluid,
  .cid-uKu02JIxLa .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu02JIxLa .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu02JIxLa .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu02JIxLa .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu02JIxLa .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu02JIxLa .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu02JIxLa .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu02JIxLa .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu02JIxLa .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu02JIxLa .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu02JIxLa .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu02JIxLa .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu02JIxLa .empty,
  .cid-uKu02JIxLa .icons-menu {
    min-width: 265px;
  }
  .cid-uKu02JIxLa .navbar-logo {
    margin: 0;
  }
  .cid-uKu02JIxLa .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu02JIxLa .btn {
    white-space: nowrap;
  }
  .cid-uKu02JIxLa .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu02JIxLa .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu02JIxLa .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu02JIxLa .dropdown-toggle::after,
  .cid-uKu02JIxLa .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu02JIxLa .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu02JIxLa .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu02JIxLa .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu02JIxLa .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu02JIxLa .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu02JIxLa .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu02JIxLa .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu02JIxLa .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu02JIxLa .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu02JIxLa .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu02JIxLa .nav-item:focus,
.cid-uKu02JIxLa .nav-link:focus {
  outline: none;
}
.cid-uKu02JIxLa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu02JIxLa .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu02JIxLa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu02JIxLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu02JIxLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu02JIxLa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu02JIxLa ul.navbar-nav li {
  margin: auto;
}
.cid-uKu02JIxLa .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu02JIxLa .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu02JIxLa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu02JIxLa .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu02JIxLa .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu02JIxLa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu02JIxLa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu02JIxLa .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu02JIxLa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu02JIxLa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu02JIxLa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu02JIxLa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu02JIxLa .navbar .icons-menu,
  .cid-uKu02JIxLa .navbar .empty {
    display: none;
  }
  .cid-uKu02JIxLa .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu02JIxLa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu02JIxLa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu02JIxLa .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu02JIxLa .navbar .container-fluid,
  .cid-uKu02JIxLa .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu02JIxLa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu02JIxLa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu02JIxLa .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu02JIxLa .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu02JIxLa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu02JIxLa .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu02JIxLa .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu02JIxLa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu02JIxLa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu02JIxLa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu02JIxLa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu02JIxLa .dropdown-item.active,
.cid-uKu02JIxLa .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu02JIxLa .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu02JIxLa .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu02JIxLa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu02JIxLa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu02JIxLa .navbar-buttons {
  text-align: center;
}
.cid-uKu02JIxLa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu02JIxLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu02JIxLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu02JIxLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu02JIxLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu02JIxLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu02JIxLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu02JIxLa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu02JIxLa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu02JIxLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu02JIxLa .navbar-dropdown {
  position: absolute;
}
.cid-uKu02JIxLa a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu02JIxLa a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu02JIxLa .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu02JIxLa .navbar {
    height: 77px;
  }
  .cid-uKu02JIxLa .navbar.opened {
    height: auto;
  }
  .cid-uKu02JIxLa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu02KhO4e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu02KhO4e .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu02KhO4e .photo-split {
  position: relative;
}
.cid-uKu02KhO4e .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu02KhO4e .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu02KhO4e .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu02KhO4e .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu02KhO4e .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu02KhO4e .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu02KhO4e .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu02KhO4e .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu02KhO4e .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu02KhO4e .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu02KhO4e .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu02KhO4e .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu02KhO4e .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu02KhO4e .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu02KhO4e .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu02KhO4e .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu02KhO4e .photo-split .element-outer,
  .cid-uKu02KhO4e .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu02KhO4e .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu02KhO4e .mbr-section-title,
  .cid-uKu02KhO4e .mbr-section-subtitle,
  .cid-uKu02KhO4e .mbr-text {
    text-align: left !important;
  }
  .cid-uKu02KhO4e .social-list {
    text-align: left !important;
  }
}
.cid-uKu02KhO4e .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu02KhO4e .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu02KhO4e .wrap-block .contents .mbr-subtitle,
.cid-uKu02KhO4e .menu-content-right {
  color: #e53712;
}
.cid-uKu02KBY6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu02KBY6T .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu02KBY6T .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu02KBY6T .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu02KBY6T .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu02KBY6T .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu02KBY6T .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu02KBY6T .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu02KBY6T .content-wrapper:hover .image-wrapper > img,
.cid-uKu02KBY6T .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu02KBY6T .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu02KBY6T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu02KBY6T .image-wrapper,
.cid-uKu02KBY6T img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu02KBY6T .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu02KBY6T .card_post {
    padding: 20px;
  }
}
.cid-uKu02KBY6T .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu02KBY6T .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu02KBY6T .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu02KBY6T .item-title,
.cid-uKu02KBY6T .card_topic {
  margin-bottom: 12px;
}
.cid-uKu02KBY6T .category_content {
  opacity: .8;
}
.cid-uKu02KBY6T .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu02KBY6T .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu02KBY6T .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu02KSBdV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu02KSBdV .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu02KSBdV .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu02KSBdV .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu02KSBdV .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu02KSBdV .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu02KSBdV .row {
  flex-direction: row-reverse;
}
.cid-uKu02KSBdV .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu02KSBdV .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu02KSBdV .content-wrapper:hover .image-wrapper > img,
.cid-uKu02KSBdV .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu02KSBdV .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu02KSBdV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu02KSBdV .image-wrapper,
.cid-uKu02KSBdV img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu02KSBdV .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu02KSBdV .card_post {
    padding: 20px;
  }
}
.cid-uKu02KSBdV .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu02KSBdV .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu02KSBdV .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu02KSBdV .item-title,
.cid-uKu02KSBdV .card_topic {
  margin-bottom: 12px;
}
.cid-uKu02KSBdV .category_content {
  opacity: .8;
}
.cid-uKu02KSBdV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu02KSBdV .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu02KSBdV .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu02L7Ds4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu02L7Ds4 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu02L7Ds4 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu02L7Ds4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu02L7Ds4 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu02L7Ds4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu02L7Ds4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu02L7Ds4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu02L7Ds4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu02L7Ds4 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu02L7Ds4 .image_post {
  display: inline-block;
}
.cid-uKu02L7Ds4 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu02L7Ds4 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu02LmPlW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu02LmPlW .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu02LmPlW .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu02LmPlW .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu02LmPlW .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu02LmPlW .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu02LmPlW .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu02LmPlW .privacy {
    text-align: left;
  }
}
.cid-uKu02LmPlW .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu02LmPlW .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu02LmPlW .divider {
    margin: 20px 0;
  }
  .cid-uKu02LmPlW .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu02LmPlW .footer_wrap img {
    margin: auto;
  }
  .cid-uKu02LmPlW .privacy {
    text-align: center;
  }
}
.cid-uKu0P8ZgCE {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu0P8ZgCE {
    min-height: 170px !important;
  }
}
.cid-uKu0P8ZgCE .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu0P8ZgCE .empty_md {
    display: block;
  }
}
.cid-uKu0P8ZgCE .container,
.cid-uKu0P8ZgCE .container-fluid,
.cid-uKu0P8ZgCE .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu0P8ZgCE .container,
  .cid-uKu0P8ZgCE .container-fluid,
  .cid-uKu0P8ZgCE .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu0P8ZgCE .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu0P8ZgCE .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu0P8ZgCE .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu0P8ZgCE .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu0P8ZgCE .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu0P8ZgCE .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu0P8ZgCE .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu0P8ZgCE .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu0P8ZgCE .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu0P8ZgCE .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu0P8ZgCE .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu0P8ZgCE .empty,
  .cid-uKu0P8ZgCE .icons-menu {
    min-width: 265px;
  }
  .cid-uKu0P8ZgCE .navbar-logo {
    margin: 0;
  }
  .cid-uKu0P8ZgCE .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu0P8ZgCE .btn {
    white-space: nowrap;
  }
  .cid-uKu0P8ZgCE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu0P8ZgCE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu0P8ZgCE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu0P8ZgCE .dropdown-toggle::after,
  .cid-uKu0P8ZgCE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu0P8ZgCE .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu0P8ZgCE .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu0P8ZgCE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu0P8ZgCE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu0P8ZgCE .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu0P8ZgCE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu0P8ZgCE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu0P8ZgCE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu0P8ZgCE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu0P8ZgCE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu0P8ZgCE .nav-item:focus,
.cid-uKu0P8ZgCE .nav-link:focus {
  outline: none;
}
.cid-uKu0P8ZgCE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu0P8ZgCE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu0P8ZgCE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu0P8ZgCE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu0P8ZgCE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu0P8ZgCE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu0P8ZgCE ul.navbar-nav li {
  margin: auto;
}
.cid-uKu0P8ZgCE .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu0P8ZgCE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu0P8ZgCE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu0P8ZgCE .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu0P8ZgCE .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu0P8ZgCE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu0P8ZgCE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu0P8ZgCE .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu0P8ZgCE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu0P8ZgCE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu0P8ZgCE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu0P8ZgCE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu0P8ZgCE .navbar .icons-menu,
  .cid-uKu0P8ZgCE .navbar .empty {
    display: none;
  }
  .cid-uKu0P8ZgCE .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu0P8ZgCE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu0P8ZgCE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu0P8ZgCE .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu0P8ZgCE .navbar .container-fluid,
  .cid-uKu0P8ZgCE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu0P8ZgCE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu0P8ZgCE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu0P8ZgCE .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu0P8ZgCE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu0P8ZgCE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu0P8ZgCE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu0P8ZgCE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu0P8ZgCE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu0P8ZgCE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu0P8ZgCE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu0P8ZgCE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu0P8ZgCE .dropdown-item.active,
.cid-uKu0P8ZgCE .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu0P8ZgCE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu0P8ZgCE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu0P8ZgCE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu0P8ZgCE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu0P8ZgCE .navbar-buttons {
  text-align: center;
}
.cid-uKu0P8ZgCE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu0P8ZgCE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu0P8ZgCE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu0P8ZgCE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu0P8ZgCE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu0P8ZgCE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu0P8ZgCE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu0P8ZgCE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu0P8ZgCE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu0P8ZgCE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu0P8ZgCE .navbar-dropdown {
  position: absolute;
}
.cid-uKu0P8ZgCE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu0P8ZgCE a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu0P8ZgCE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu0P8ZgCE .navbar {
    height: 77px;
  }
  .cid-uKu0P8ZgCE .navbar.opened {
    height: auto;
  }
  .cid-uKu0P8ZgCE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu0P9z1UK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu0P9z1UK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu0P9z1UK .photo-split {
  position: relative;
}
.cid-uKu0P9z1UK .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu0P9z1UK .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu0P9z1UK .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu0P9z1UK .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu0P9z1UK .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu0P9z1UK .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu0P9z1UK .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu0P9z1UK .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu0P9z1UK .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu0P9z1UK .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu0P9z1UK .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu0P9z1UK .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu0P9z1UK .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu0P9z1UK .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu0P9z1UK .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu0P9z1UK .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu0P9z1UK .photo-split .element-outer,
  .cid-uKu0P9z1UK .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu0P9z1UK .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu0P9z1UK .mbr-section-title,
  .cid-uKu0P9z1UK .mbr-section-subtitle,
  .cid-uKu0P9z1UK .mbr-text {
    text-align: left !important;
  }
  .cid-uKu0P9z1UK .social-list {
    text-align: left !important;
  }
}
.cid-uKu0P9z1UK .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu0P9z1UK .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu0P9z1UK .wrap-block .contents .mbr-subtitle,
.cid-uKu0P9z1UK .menu-content-right {
  color: #e53712;
}
.cid-uKu0P9RDuY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu0P9RDuY .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu0P9RDuY .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu0P9RDuY .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu0P9RDuY .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu0P9RDuY .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu0P9RDuY .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu0P9RDuY .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu0P9RDuY .content-wrapper:hover .image-wrapper > img,
.cid-uKu0P9RDuY .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu0P9RDuY .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu0P9RDuY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu0P9RDuY .image-wrapper,
.cid-uKu0P9RDuY img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu0P9RDuY .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu0P9RDuY .card_post {
    padding: 20px;
  }
}
.cid-uKu0P9RDuY .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu0P9RDuY .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu0P9RDuY .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu0P9RDuY .item-title,
.cid-uKu0P9RDuY .card_topic {
  margin-bottom: 12px;
}
.cid-uKu0P9RDuY .category_content {
  opacity: .8;
}
.cid-uKu0P9RDuY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu0P9RDuY .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu0P9RDuY .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu0Pa9qws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu0Pa9qws .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu0Pa9qws .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu0Pa9qws .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu0Pa9qws .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu0Pa9qws .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu0Pa9qws .row {
  flex-direction: row-reverse;
}
.cid-uKu0Pa9qws .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu0Pa9qws .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu0Pa9qws .content-wrapper:hover .image-wrapper > img,
.cid-uKu0Pa9qws .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu0Pa9qws .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu0Pa9qws .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu0Pa9qws .image-wrapper,
.cid-uKu0Pa9qws img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu0Pa9qws .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu0Pa9qws .card_post {
    padding: 20px;
  }
}
.cid-uKu0Pa9qws .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu0Pa9qws .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu0Pa9qws .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu0Pa9qws .item-title,
.cid-uKu0Pa9qws .card_topic {
  margin-bottom: 12px;
}
.cid-uKu0Pa9qws .category_content {
  opacity: .8;
}
.cid-uKu0Pa9qws .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu0Pa9qws .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu0Pa9qws .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu0Paq2fL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu0Paq2fL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu0Paq2fL .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu0Paq2fL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu0Paq2fL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu0Paq2fL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu0Paq2fL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu0Paq2fL .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu0Paq2fL .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu0Paq2fL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu0Paq2fL .image_post {
  display: inline-block;
}
.cid-uKu0Paq2fL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu0Paq2fL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu0PaGTtr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu0PaGTtr .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu0PaGTtr .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu0PaGTtr .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu0PaGTtr .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu0PaGTtr .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu0PaGTtr .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu0PaGTtr .privacy {
    text-align: left;
  }
}
.cid-uKu0PaGTtr .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu0PaGTtr .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu0PaGTtr .divider {
    margin: 20px 0;
  }
  .cid-uKu0PaGTtr .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu0PaGTtr .footer_wrap img {
    margin: auto;
  }
  .cid-uKu0PaGTtr .privacy {
    text-align: center;
  }
}
.cid-uKu1z3z0Sz {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu1z3z0Sz {
    min-height: 170px !important;
  }
}
.cid-uKu1z3z0Sz .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu1z3z0Sz .empty_md {
    display: block;
  }
}
.cid-uKu1z3z0Sz .container,
.cid-uKu1z3z0Sz .container-fluid,
.cid-uKu1z3z0Sz .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu1z3z0Sz .container,
  .cid-uKu1z3z0Sz .container-fluid,
  .cid-uKu1z3z0Sz .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu1z3z0Sz .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu1z3z0Sz .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu1z3z0Sz .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu1z3z0Sz .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu1z3z0Sz .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu1z3z0Sz .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu1z3z0Sz .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu1z3z0Sz .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu1z3z0Sz .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu1z3z0Sz .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu1z3z0Sz .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu1z3z0Sz .empty,
  .cid-uKu1z3z0Sz .icons-menu {
    min-width: 265px;
  }
  .cid-uKu1z3z0Sz .navbar-logo {
    margin: 0;
  }
  .cid-uKu1z3z0Sz .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu1z3z0Sz .btn {
    white-space: nowrap;
  }
  .cid-uKu1z3z0Sz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu1z3z0Sz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu1z3z0Sz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu1z3z0Sz .dropdown-toggle::after,
  .cid-uKu1z3z0Sz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu1z3z0Sz .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu1z3z0Sz .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu1z3z0Sz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu1z3z0Sz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu1z3z0Sz .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu1z3z0Sz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu1z3z0Sz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu1z3z0Sz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu1z3z0Sz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu1z3z0Sz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu1z3z0Sz .nav-item:focus,
.cid-uKu1z3z0Sz .nav-link:focus {
  outline: none;
}
.cid-uKu1z3z0Sz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu1z3z0Sz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu1z3z0Sz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu1z3z0Sz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu1z3z0Sz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu1z3z0Sz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu1z3z0Sz ul.navbar-nav li {
  margin: auto;
}
.cid-uKu1z3z0Sz .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu1z3z0Sz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu1z3z0Sz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu1z3z0Sz .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu1z3z0Sz .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu1z3z0Sz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu1z3z0Sz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu1z3z0Sz .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu1z3z0Sz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu1z3z0Sz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu1z3z0Sz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu1z3z0Sz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu1z3z0Sz .navbar .icons-menu,
  .cid-uKu1z3z0Sz .navbar .empty {
    display: none;
  }
  .cid-uKu1z3z0Sz .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu1z3z0Sz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu1z3z0Sz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu1z3z0Sz .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu1z3z0Sz .navbar .container-fluid,
  .cid-uKu1z3z0Sz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu1z3z0Sz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu1z3z0Sz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu1z3z0Sz .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu1z3z0Sz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu1z3z0Sz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu1z3z0Sz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu1z3z0Sz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu1z3z0Sz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu1z3z0Sz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu1z3z0Sz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu1z3z0Sz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu1z3z0Sz .dropdown-item.active,
.cid-uKu1z3z0Sz .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu1z3z0Sz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu1z3z0Sz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu1z3z0Sz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu1z3z0Sz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu1z3z0Sz .navbar-buttons {
  text-align: center;
}
.cid-uKu1z3z0Sz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu1z3z0Sz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu1z3z0Sz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu1z3z0Sz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu1z3z0Sz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu1z3z0Sz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu1z3z0Sz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu1z3z0Sz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu1z3z0Sz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu1z3z0Sz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu1z3z0Sz .navbar-dropdown {
  position: absolute;
}
.cid-uKu1z3z0Sz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu1z3z0Sz a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu1z3z0Sz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu1z3z0Sz .navbar {
    height: 77px;
  }
  .cid-uKu1z3z0Sz .navbar.opened {
    height: auto;
  }
  .cid-uKu1z3z0Sz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu1z4a8pd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu1z4a8pd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu1z4a8pd .photo-split {
  position: relative;
}
.cid-uKu1z4a8pd .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu1z4a8pd .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu1z4a8pd .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu1z4a8pd .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu1z4a8pd .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu1z4a8pd .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu1z4a8pd .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu1z4a8pd .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu1z4a8pd .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu1z4a8pd .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu1z4a8pd .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu1z4a8pd .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu1z4a8pd .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu1z4a8pd .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu1z4a8pd .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu1z4a8pd .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu1z4a8pd .photo-split .element-outer,
  .cid-uKu1z4a8pd .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu1z4a8pd .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu1z4a8pd .mbr-section-title,
  .cid-uKu1z4a8pd .mbr-section-subtitle,
  .cid-uKu1z4a8pd .mbr-text {
    text-align: left !important;
  }
  .cid-uKu1z4a8pd .social-list {
    text-align: left !important;
  }
}
.cid-uKu1z4a8pd .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu1z4a8pd .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu1z4a8pd .wrap-block .contents .mbr-subtitle,
.cid-uKu1z4a8pd .menu-content-right {
  color: #e53712;
}
.cid-uKu1z4sDBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu1z4sDBM .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu1z4sDBM .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu1z4sDBM .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu1z4sDBM .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu1z4sDBM .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu1z4sDBM .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu1z4sDBM .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu1z4sDBM .content-wrapper:hover .image-wrapper > img,
.cid-uKu1z4sDBM .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu1z4sDBM .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu1z4sDBM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu1z4sDBM .image-wrapper,
.cid-uKu1z4sDBM img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu1z4sDBM .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu1z4sDBM .card_post {
    padding: 20px;
  }
}
.cid-uKu1z4sDBM .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu1z4sDBM .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu1z4sDBM .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu1z4sDBM .item-title,
.cid-uKu1z4sDBM .card_topic {
  margin-bottom: 12px;
}
.cid-uKu1z4sDBM .category_content {
  opacity: .8;
}
.cid-uKu1z4sDBM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu1z4sDBM .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu1z4sDBM .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu1z4LZ42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu1z4LZ42 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu1z4LZ42 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu1z4LZ42 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu1z4LZ42 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu1z4LZ42 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu1z4LZ42 .row {
  flex-direction: row-reverse;
}
.cid-uKu1z4LZ42 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu1z4LZ42 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu1z4LZ42 .content-wrapper:hover .image-wrapper > img,
.cid-uKu1z4LZ42 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu1z4LZ42 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu1z4LZ42 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu1z4LZ42 .image-wrapper,
.cid-uKu1z4LZ42 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu1z4LZ42 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu1z4LZ42 .card_post {
    padding: 20px;
  }
}
.cid-uKu1z4LZ42 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu1z4LZ42 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu1z4LZ42 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu1z4LZ42 .item-title,
.cid-uKu1z4LZ42 .card_topic {
  margin-bottom: 12px;
}
.cid-uKu1z4LZ42 .category_content {
  opacity: .8;
}
.cid-uKu1z4LZ42 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu1z4LZ42 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu1z4LZ42 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu1z53fmu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu1z53fmu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu1z53fmu .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu1z53fmu .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu1z53fmu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu1z53fmu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu1z53fmu .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu1z53fmu .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu1z53fmu .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu1z53fmu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu1z53fmu .image_post {
  display: inline-block;
}
.cid-uKu1z53fmu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu1z53fmu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu1z5nsVU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu1z5nsVU .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu1z5nsVU .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu1z5nsVU .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu1z5nsVU .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu1z5nsVU .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu1z5nsVU .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu1z5nsVU .privacy {
    text-align: left;
  }
}
.cid-uKu1z5nsVU .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu1z5nsVU .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu1z5nsVU .divider {
    margin: 20px 0;
  }
  .cid-uKu1z5nsVU .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu1z5nsVU .footer_wrap img {
    margin: auto;
  }
  .cid-uKu1z5nsVU .privacy {
    text-align: center;
  }
}
.cid-uKu29qF9G6 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu29qF9G6 {
    min-height: 170px !important;
  }
}
.cid-uKu29qF9G6 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu29qF9G6 .empty_md {
    display: block;
  }
}
.cid-uKu29qF9G6 .container,
.cid-uKu29qF9G6 .container-fluid,
.cid-uKu29qF9G6 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu29qF9G6 .container,
  .cid-uKu29qF9G6 .container-fluid,
  .cid-uKu29qF9G6 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu29qF9G6 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu29qF9G6 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu29qF9G6 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu29qF9G6 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu29qF9G6 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu29qF9G6 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu29qF9G6 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu29qF9G6 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu29qF9G6 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu29qF9G6 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu29qF9G6 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu29qF9G6 .empty,
  .cid-uKu29qF9G6 .icons-menu {
    min-width: 265px;
  }
  .cid-uKu29qF9G6 .navbar-logo {
    margin: 0;
  }
  .cid-uKu29qF9G6 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu29qF9G6 .btn {
    white-space: nowrap;
  }
  .cid-uKu29qF9G6 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu29qF9G6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu29qF9G6 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu29qF9G6 .dropdown-toggle::after,
  .cid-uKu29qF9G6 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu29qF9G6 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu29qF9G6 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu29qF9G6 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu29qF9G6 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu29qF9G6 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu29qF9G6 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu29qF9G6 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu29qF9G6 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu29qF9G6 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu29qF9G6 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu29qF9G6 .nav-item:focus,
.cid-uKu29qF9G6 .nav-link:focus {
  outline: none;
}
.cid-uKu29qF9G6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu29qF9G6 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu29qF9G6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu29qF9G6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu29qF9G6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu29qF9G6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu29qF9G6 ul.navbar-nav li {
  margin: auto;
}
.cid-uKu29qF9G6 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu29qF9G6 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu29qF9G6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu29qF9G6 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu29qF9G6 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu29qF9G6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu29qF9G6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu29qF9G6 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu29qF9G6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu29qF9G6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu29qF9G6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu29qF9G6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu29qF9G6 .navbar .icons-menu,
  .cid-uKu29qF9G6 .navbar .empty {
    display: none;
  }
  .cid-uKu29qF9G6 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu29qF9G6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu29qF9G6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu29qF9G6 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu29qF9G6 .navbar .container-fluid,
  .cid-uKu29qF9G6 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu29qF9G6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu29qF9G6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu29qF9G6 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu29qF9G6 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu29qF9G6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu29qF9G6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu29qF9G6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu29qF9G6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu29qF9G6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu29qF9G6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu29qF9G6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu29qF9G6 .dropdown-item.active,
.cid-uKu29qF9G6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu29qF9G6 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu29qF9G6 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu29qF9G6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu29qF9G6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu29qF9G6 .navbar-buttons {
  text-align: center;
}
.cid-uKu29qF9G6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu29qF9G6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu29qF9G6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu29qF9G6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu29qF9G6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu29qF9G6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu29qF9G6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu29qF9G6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu29qF9G6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu29qF9G6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu29qF9G6 .navbar-dropdown {
  position: absolute;
}
.cid-uKu29qF9G6 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu29qF9G6 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu29qF9G6 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu29qF9G6 .navbar {
    height: 77px;
  }
  .cid-uKu29qF9G6 .navbar.opened {
    height: auto;
  }
  .cid-uKu29qF9G6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu29rh8Dd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu29rh8Dd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu29rh8Dd .photo-split {
  position: relative;
}
.cid-uKu29rh8Dd .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu29rh8Dd .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu29rh8Dd .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu29rh8Dd .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu29rh8Dd .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu29rh8Dd .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu29rh8Dd .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu29rh8Dd .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu29rh8Dd .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu29rh8Dd .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu29rh8Dd .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu29rh8Dd .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu29rh8Dd .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu29rh8Dd .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu29rh8Dd .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu29rh8Dd .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu29rh8Dd .photo-split .element-outer,
  .cid-uKu29rh8Dd .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu29rh8Dd .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu29rh8Dd .mbr-section-title,
  .cid-uKu29rh8Dd .mbr-section-subtitle,
  .cid-uKu29rh8Dd .mbr-text {
    text-align: left !important;
  }
  .cid-uKu29rh8Dd .social-list {
    text-align: left !important;
  }
}
.cid-uKu29rh8Dd .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu29rh8Dd .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu29rh8Dd .wrap-block .contents .mbr-subtitle,
.cid-uKu29rh8Dd .menu-content-right {
  color: #e53712;
}
.cid-uKu29rzlW2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu29rzlW2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu29rzlW2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu29rzlW2 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu29rzlW2 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu29rzlW2 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu29rzlW2 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu29rzlW2 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu29rzlW2 .content-wrapper:hover .image-wrapper > img,
.cid-uKu29rzlW2 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu29rzlW2 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu29rzlW2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu29rzlW2 .image-wrapper,
.cid-uKu29rzlW2 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu29rzlW2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu29rzlW2 .card_post {
    padding: 20px;
  }
}
.cid-uKu29rzlW2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu29rzlW2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu29rzlW2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu29rzlW2 .item-title,
.cid-uKu29rzlW2 .card_topic {
  margin-bottom: 12px;
}
.cid-uKu29rzlW2 .category_content {
  opacity: .8;
}
.cid-uKu29rzlW2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu29rzlW2 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu29rzlW2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu29rQ8pJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu29rQ8pJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu29rQ8pJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu29rQ8pJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu29rQ8pJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu29rQ8pJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu29rQ8pJ .row {
  flex-direction: row-reverse;
}
.cid-uKu29rQ8pJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu29rQ8pJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu29rQ8pJ .content-wrapper:hover .image-wrapper > img,
.cid-uKu29rQ8pJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu29rQ8pJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu29rQ8pJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu29rQ8pJ .image-wrapper,
.cid-uKu29rQ8pJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu29rQ8pJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu29rQ8pJ .card_post {
    padding: 20px;
  }
}
.cid-uKu29rQ8pJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu29rQ8pJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu29rQ8pJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu29rQ8pJ .item-title,
.cid-uKu29rQ8pJ .card_topic {
  margin-bottom: 12px;
}
.cid-uKu29rQ8pJ .category_content {
  opacity: .8;
}
.cid-uKu29rQ8pJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu29rQ8pJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu29rQ8pJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu29s7kCb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu29s7kCb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu29s7kCb .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu29s7kCb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu29s7kCb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu29s7kCb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu29s7kCb .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu29s7kCb .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu29s7kCb .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu29s7kCb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu29s7kCb .image_post {
  display: inline-block;
}
.cid-uKu29s7kCb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu29s7kCb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu29so22Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu29so22Z .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu29so22Z .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu29so22Z .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu29so22Z .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu29so22Z .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu29so22Z .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu29so22Z .privacy {
    text-align: left;
  }
}
.cid-uKu29so22Z .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu29so22Z .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu29so22Z .divider {
    margin: 20px 0;
  }
  .cid-uKu29so22Z .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu29so22Z .footer_wrap img {
    margin: auto;
  }
  .cid-uKu29so22Z .privacy {
    text-align: center;
  }
}
.cid-uKu2WyknEH {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu2WyknEH {
    min-height: 170px !important;
  }
}
.cid-uKu2WyknEH .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu2WyknEH .empty_md {
    display: block;
  }
}
.cid-uKu2WyknEH .container,
.cid-uKu2WyknEH .container-fluid,
.cid-uKu2WyknEH .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu2WyknEH .container,
  .cid-uKu2WyknEH .container-fluid,
  .cid-uKu2WyknEH .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu2WyknEH .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu2WyknEH .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu2WyknEH .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu2WyknEH .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu2WyknEH .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu2WyknEH .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu2WyknEH .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu2WyknEH .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu2WyknEH .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu2WyknEH .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu2WyknEH .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu2WyknEH .empty,
  .cid-uKu2WyknEH .icons-menu {
    min-width: 265px;
  }
  .cid-uKu2WyknEH .navbar-logo {
    margin: 0;
  }
  .cid-uKu2WyknEH .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu2WyknEH .btn {
    white-space: nowrap;
  }
  .cid-uKu2WyknEH .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu2WyknEH .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu2WyknEH .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu2WyknEH .dropdown-toggle::after,
  .cid-uKu2WyknEH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu2WyknEH .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu2WyknEH .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu2WyknEH .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu2WyknEH .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu2WyknEH .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu2WyknEH .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu2WyknEH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu2WyknEH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu2WyknEH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu2WyknEH .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu2WyknEH .nav-item:focus,
.cid-uKu2WyknEH .nav-link:focus {
  outline: none;
}
.cid-uKu2WyknEH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu2WyknEH .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu2WyknEH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu2WyknEH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu2WyknEH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu2WyknEH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu2WyknEH ul.navbar-nav li {
  margin: auto;
}
.cid-uKu2WyknEH .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu2WyknEH .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu2WyknEH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu2WyknEH .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu2WyknEH .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu2WyknEH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu2WyknEH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu2WyknEH .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu2WyknEH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu2WyknEH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu2WyknEH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu2WyknEH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu2WyknEH .navbar .icons-menu,
  .cid-uKu2WyknEH .navbar .empty {
    display: none;
  }
  .cid-uKu2WyknEH .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu2WyknEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu2WyknEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu2WyknEH .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu2WyknEH .navbar .container-fluid,
  .cid-uKu2WyknEH .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu2WyknEH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu2WyknEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu2WyknEH .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu2WyknEH .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu2WyknEH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu2WyknEH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu2WyknEH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu2WyknEH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu2WyknEH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu2WyknEH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu2WyknEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu2WyknEH .dropdown-item.active,
.cid-uKu2WyknEH .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu2WyknEH .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu2WyknEH .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu2WyknEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu2WyknEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu2WyknEH .navbar-buttons {
  text-align: center;
}
.cid-uKu2WyknEH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu2WyknEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu2WyknEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu2WyknEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu2WyknEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu2WyknEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu2WyknEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu2WyknEH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu2WyknEH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu2WyknEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu2WyknEH .navbar-dropdown {
  position: absolute;
}
.cid-uKu2WyknEH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu2WyknEH a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu2WyknEH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu2WyknEH .navbar {
    height: 77px;
  }
  .cid-uKu2WyknEH .navbar.opened {
    height: auto;
  }
  .cid-uKu2WyknEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu2WyUvPa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu2WyUvPa .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu2WyUvPa .photo-split {
  position: relative;
}
.cid-uKu2WyUvPa .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu2WyUvPa .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu2WyUvPa .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu2WyUvPa .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu2WyUvPa .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu2WyUvPa .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu2WyUvPa .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu2WyUvPa .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu2WyUvPa .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu2WyUvPa .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu2WyUvPa .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu2WyUvPa .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu2WyUvPa .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu2WyUvPa .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu2WyUvPa .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu2WyUvPa .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu2WyUvPa .photo-split .element-outer,
  .cid-uKu2WyUvPa .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu2WyUvPa .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu2WyUvPa .mbr-section-title,
  .cid-uKu2WyUvPa .mbr-section-subtitle,
  .cid-uKu2WyUvPa .mbr-text {
    text-align: left !important;
  }
  .cid-uKu2WyUvPa .social-list {
    text-align: left !important;
  }
}
.cid-uKu2WyUvPa .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu2WyUvPa .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu2WyUvPa .wrap-block .contents .mbr-subtitle,
.cid-uKu2WyUvPa .menu-content-right {
  color: #e53712;
}
.cid-uKu2WzdHKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu2WzdHKC .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu2WzdHKC .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu2WzdHKC .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu2WzdHKC .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu2WzdHKC .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu2WzdHKC .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu2WzdHKC .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu2WzdHKC .content-wrapper:hover .image-wrapper > img,
.cid-uKu2WzdHKC .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu2WzdHKC .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu2WzdHKC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu2WzdHKC .image-wrapper,
.cid-uKu2WzdHKC img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu2WzdHKC .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu2WzdHKC .card_post {
    padding: 20px;
  }
}
.cid-uKu2WzdHKC .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu2WzdHKC .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu2WzdHKC .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu2WzdHKC .item-title,
.cid-uKu2WzdHKC .card_topic {
  margin-bottom: 12px;
}
.cid-uKu2WzdHKC .category_content {
  opacity: .8;
}
.cid-uKu2WzdHKC .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu2WzdHKC .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu2WzdHKC .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu2WzuaHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu2WzuaHa .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu2WzuaHa .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu2WzuaHa .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu2WzuaHa .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu2WzuaHa .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu2WzuaHa .row {
  flex-direction: row-reverse;
}
.cid-uKu2WzuaHa .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu2WzuaHa .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu2WzuaHa .content-wrapper:hover .image-wrapper > img,
.cid-uKu2WzuaHa .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu2WzuaHa .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu2WzuaHa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu2WzuaHa .image-wrapper,
.cid-uKu2WzuaHa img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu2WzuaHa .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu2WzuaHa .card_post {
    padding: 20px;
  }
}
.cid-uKu2WzuaHa .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu2WzuaHa .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu2WzuaHa .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu2WzuaHa .item-title,
.cid-uKu2WzuaHa .card_topic {
  margin-bottom: 12px;
}
.cid-uKu2WzuaHa .category_content {
  opacity: .8;
}
.cid-uKu2WzuaHa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu2WzuaHa .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu2WzuaHa .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu2WzJbbn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu2WzJbbn .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu2WzJbbn .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu2WzJbbn .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu2WzJbbn .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu2WzJbbn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu2WzJbbn .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu2WzJbbn .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu2WzJbbn .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu2WzJbbn .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu2WzJbbn .image_post {
  display: inline-block;
}
.cid-uKu2WzJbbn .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu2WzJbbn .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu2WzYCtb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu2WzYCtb .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu2WzYCtb .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu2WzYCtb .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu2WzYCtb .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu2WzYCtb .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu2WzYCtb .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu2WzYCtb .privacy {
    text-align: left;
  }
}
.cid-uKu2WzYCtb .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu2WzYCtb .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu2WzYCtb .divider {
    margin: 20px 0;
  }
  .cid-uKu2WzYCtb .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu2WzYCtb .footer_wrap img {
    margin: auto;
  }
  .cid-uKu2WzYCtb .privacy {
    text-align: center;
  }
}
.cid-uKu3xJH21h {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu3xJH21h {
    min-height: 170px !important;
  }
}
.cid-uKu3xJH21h .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu3xJH21h .empty_md {
    display: block;
  }
}
.cid-uKu3xJH21h .container,
.cid-uKu3xJH21h .container-fluid,
.cid-uKu3xJH21h .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu3xJH21h .container,
  .cid-uKu3xJH21h .container-fluid,
  .cid-uKu3xJH21h .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu3xJH21h .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu3xJH21h .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu3xJH21h .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu3xJH21h .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu3xJH21h .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu3xJH21h .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu3xJH21h .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu3xJH21h .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu3xJH21h .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu3xJH21h .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu3xJH21h .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu3xJH21h .empty,
  .cid-uKu3xJH21h .icons-menu {
    min-width: 265px;
  }
  .cid-uKu3xJH21h .navbar-logo {
    margin: 0;
  }
  .cid-uKu3xJH21h .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu3xJH21h .btn {
    white-space: nowrap;
  }
  .cid-uKu3xJH21h .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu3xJH21h .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu3xJH21h .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu3xJH21h .dropdown-toggle::after,
  .cid-uKu3xJH21h .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu3xJH21h .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu3xJH21h .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu3xJH21h .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu3xJH21h .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu3xJH21h .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu3xJH21h .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu3xJH21h .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu3xJH21h .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu3xJH21h .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu3xJH21h .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu3xJH21h .nav-item:focus,
.cid-uKu3xJH21h .nav-link:focus {
  outline: none;
}
.cid-uKu3xJH21h .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu3xJH21h .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu3xJH21h .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu3xJH21h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu3xJH21h .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu3xJH21h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu3xJH21h ul.navbar-nav li {
  margin: auto;
}
.cid-uKu3xJH21h .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu3xJH21h .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu3xJH21h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu3xJH21h .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu3xJH21h .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu3xJH21h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu3xJH21h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu3xJH21h .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu3xJH21h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu3xJH21h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu3xJH21h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu3xJH21h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu3xJH21h .navbar .icons-menu,
  .cid-uKu3xJH21h .navbar .empty {
    display: none;
  }
  .cid-uKu3xJH21h .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu3xJH21h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu3xJH21h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu3xJH21h .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu3xJH21h .navbar .container-fluid,
  .cid-uKu3xJH21h .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu3xJH21h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu3xJH21h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu3xJH21h .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu3xJH21h .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu3xJH21h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu3xJH21h .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu3xJH21h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu3xJH21h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu3xJH21h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu3xJH21h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu3xJH21h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu3xJH21h .dropdown-item.active,
.cid-uKu3xJH21h .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu3xJH21h .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu3xJH21h .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu3xJH21h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu3xJH21h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu3xJH21h .navbar-buttons {
  text-align: center;
}
.cid-uKu3xJH21h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu3xJH21h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu3xJH21h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu3xJH21h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu3xJH21h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu3xJH21h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu3xJH21h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu3xJH21h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu3xJH21h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu3xJH21h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu3xJH21h .navbar-dropdown {
  position: absolute;
}
.cid-uKu3xJH21h a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu3xJH21h a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu3xJH21h .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu3xJH21h .navbar {
    height: 77px;
  }
  .cid-uKu3xJH21h .navbar.opened {
    height: auto;
  }
  .cid-uKu3xJH21h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu3xKhOlb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu3xKhOlb .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu3xKhOlb .photo-split {
  position: relative;
}
.cid-uKu3xKhOlb .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu3xKhOlb .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu3xKhOlb .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu3xKhOlb .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu3xKhOlb .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu3xKhOlb .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu3xKhOlb .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu3xKhOlb .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu3xKhOlb .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu3xKhOlb .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu3xKhOlb .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu3xKhOlb .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu3xKhOlb .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu3xKhOlb .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu3xKhOlb .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu3xKhOlb .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu3xKhOlb .photo-split .element-outer,
  .cid-uKu3xKhOlb .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu3xKhOlb .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu3xKhOlb .mbr-section-title,
  .cid-uKu3xKhOlb .mbr-section-subtitle,
  .cid-uKu3xKhOlb .mbr-text {
    text-align: left !important;
  }
  .cid-uKu3xKhOlb .social-list {
    text-align: left !important;
  }
}
.cid-uKu3xKhOlb .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu3xKhOlb .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu3xKhOlb .wrap-block .contents .mbr-subtitle,
.cid-uKu3xKhOlb .menu-content-right {
  color: #e53712;
}
.cid-uKu3xKzHoa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu3xKzHoa .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu3xKzHoa .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu3xKzHoa .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu3xKzHoa .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu3xKzHoa .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu3xKzHoa .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu3xKzHoa .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu3xKzHoa .content-wrapper:hover .image-wrapper > img,
.cid-uKu3xKzHoa .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu3xKzHoa .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu3xKzHoa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu3xKzHoa .image-wrapper,
.cid-uKu3xKzHoa img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu3xKzHoa .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu3xKzHoa .card_post {
    padding: 20px;
  }
}
.cid-uKu3xKzHoa .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu3xKzHoa .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu3xKzHoa .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu3xKzHoa .item-title,
.cid-uKu3xKzHoa .card_topic {
  margin-bottom: 12px;
}
.cid-uKu3xKzHoa .category_content {
  opacity: .8;
}
.cid-uKu3xKzHoa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu3xKzHoa .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu3xKzHoa .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu3xKUo3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu3xKUo3d .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu3xKUo3d .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu3xKUo3d .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu3xKUo3d .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu3xKUo3d .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu3xKUo3d .row {
  flex-direction: row-reverse;
}
.cid-uKu3xKUo3d .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu3xKUo3d .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu3xKUo3d .content-wrapper:hover .image-wrapper > img,
.cid-uKu3xKUo3d .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu3xKUo3d .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu3xKUo3d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu3xKUo3d .image-wrapper,
.cid-uKu3xKUo3d img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu3xKUo3d .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu3xKUo3d .card_post {
    padding: 20px;
  }
}
.cid-uKu3xKUo3d .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu3xKUo3d .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu3xKUo3d .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu3xKUo3d .item-title,
.cid-uKu3xKUo3d .card_topic {
  margin-bottom: 12px;
}
.cid-uKu3xKUo3d .category_content {
  opacity: .8;
}
.cid-uKu3xKUo3d .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu3xKUo3d .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu3xKUo3d .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu3xL9Qe2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu3xL9Qe2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu3xL9Qe2 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu3xL9Qe2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu3xL9Qe2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu3xL9Qe2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu3xL9Qe2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu3xL9Qe2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu3xL9Qe2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu3xL9Qe2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu3xL9Qe2 .image_post {
  display: inline-block;
}
.cid-uKu3xL9Qe2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu3xL9Qe2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu3xLqFOA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu3xLqFOA .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu3xLqFOA .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu3xLqFOA .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu3xLqFOA .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu3xLqFOA .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu3xLqFOA .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu3xLqFOA .privacy {
    text-align: left;
  }
}
.cid-uKu3xLqFOA .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu3xLqFOA .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu3xLqFOA .divider {
    margin: 20px 0;
  }
  .cid-uKu3xLqFOA .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu3xLqFOA .footer_wrap img {
    margin: auto;
  }
  .cid-uKu3xLqFOA .privacy {
    text-align: center;
  }
}
.cid-uKu4jmQR3h {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu4jmQR3h {
    min-height: 170px !important;
  }
}
.cid-uKu4jmQR3h .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu4jmQR3h .empty_md {
    display: block;
  }
}
.cid-uKu4jmQR3h .container,
.cid-uKu4jmQR3h .container-fluid,
.cid-uKu4jmQR3h .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu4jmQR3h .container,
  .cid-uKu4jmQR3h .container-fluid,
  .cid-uKu4jmQR3h .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu4jmQR3h .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu4jmQR3h .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu4jmQR3h .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu4jmQR3h .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu4jmQR3h .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu4jmQR3h .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu4jmQR3h .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu4jmQR3h .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu4jmQR3h .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu4jmQR3h .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu4jmQR3h .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu4jmQR3h .empty,
  .cid-uKu4jmQR3h .icons-menu {
    min-width: 265px;
  }
  .cid-uKu4jmQR3h .navbar-logo {
    margin: 0;
  }
  .cid-uKu4jmQR3h .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu4jmQR3h .btn {
    white-space: nowrap;
  }
  .cid-uKu4jmQR3h .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu4jmQR3h .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu4jmQR3h .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu4jmQR3h .dropdown-toggle::after,
  .cid-uKu4jmQR3h .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu4jmQR3h .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu4jmQR3h .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4jmQR3h .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu4jmQR3h .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4jmQR3h .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu4jmQR3h .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu4jmQR3h .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu4jmQR3h .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu4jmQR3h .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu4jmQR3h .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu4jmQR3h .nav-item:focus,
.cid-uKu4jmQR3h .nav-link:focus {
  outline: none;
}
.cid-uKu4jmQR3h .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu4jmQR3h .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu4jmQR3h .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu4jmQR3h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu4jmQR3h .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu4jmQR3h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu4jmQR3h ul.navbar-nav li {
  margin: auto;
}
.cid-uKu4jmQR3h .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu4jmQR3h .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu4jmQR3h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu4jmQR3h .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu4jmQR3h .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu4jmQR3h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu4jmQR3h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu4jmQR3h .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu4jmQR3h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu4jmQR3h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu4jmQR3h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu4jmQR3h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu4jmQR3h .navbar .icons-menu,
  .cid-uKu4jmQR3h .navbar .empty {
    display: none;
  }
  .cid-uKu4jmQR3h .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu4jmQR3h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu4jmQR3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu4jmQR3h .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu4jmQR3h .navbar .container-fluid,
  .cid-uKu4jmQR3h .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu4jmQR3h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu4jmQR3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu4jmQR3h .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu4jmQR3h .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu4jmQR3h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu4jmQR3h .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu4jmQR3h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu4jmQR3h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu4jmQR3h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu4jmQR3h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu4jmQR3h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu4jmQR3h .dropdown-item.active,
.cid-uKu4jmQR3h .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu4jmQR3h .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu4jmQR3h .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu4jmQR3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu4jmQR3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu4jmQR3h .navbar-buttons {
  text-align: center;
}
.cid-uKu4jmQR3h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu4jmQR3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu4jmQR3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu4jmQR3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu4jmQR3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu4jmQR3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu4jmQR3h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu4jmQR3h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu4jmQR3h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu4jmQR3h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu4jmQR3h .navbar-dropdown {
  position: absolute;
}
.cid-uKu4jmQR3h a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4jmQR3h a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu4jmQR3h .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu4jmQR3h .navbar {
    height: 77px;
  }
  .cid-uKu4jmQR3h .navbar.opened {
    height: auto;
  }
  .cid-uKu4jmQR3h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu4jns4bS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu4jns4bS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu4jns4bS .photo-split {
  position: relative;
}
.cid-uKu4jns4bS .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu4jns4bS .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu4jns4bS .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu4jns4bS .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu4jns4bS .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu4jns4bS .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu4jns4bS .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu4jns4bS .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu4jns4bS .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu4jns4bS .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu4jns4bS .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu4jns4bS .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu4jns4bS .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu4jns4bS .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu4jns4bS .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu4jns4bS .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu4jns4bS .photo-split .element-outer,
  .cid-uKu4jns4bS .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu4jns4bS .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu4jns4bS .mbr-section-title,
  .cid-uKu4jns4bS .mbr-section-subtitle,
  .cid-uKu4jns4bS .mbr-text {
    text-align: left !important;
  }
  .cid-uKu4jns4bS .social-list {
    text-align: left !important;
  }
}
.cid-uKu4jns4bS .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu4jns4bS .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu4jns4bS .wrap-block .contents .mbr-subtitle,
.cid-uKu4jns4bS .menu-content-right {
  color: #e53712;
}
.cid-uKu4jnKTk0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu4jnKTk0 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu4jnKTk0 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu4jnKTk0 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu4jnKTk0 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu4jnKTk0 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu4jnKTk0 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu4jnKTk0 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu4jnKTk0 .content-wrapper:hover .image-wrapper > img,
.cid-uKu4jnKTk0 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu4jnKTk0 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu4jnKTk0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu4jnKTk0 .image-wrapper,
.cid-uKu4jnKTk0 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4jnKTk0 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu4jnKTk0 .card_post {
    padding: 20px;
  }
}
.cid-uKu4jnKTk0 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu4jnKTk0 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu4jnKTk0 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu4jnKTk0 .item-title,
.cid-uKu4jnKTk0 .card_topic {
  margin-bottom: 12px;
}
.cid-uKu4jnKTk0 .category_content {
  opacity: .8;
}
.cid-uKu4jnKTk0 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu4jnKTk0 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu4jnKTk0 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu4jo1uJ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu4jo1uJ2 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu4jo1uJ2 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu4jo1uJ2 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu4jo1uJ2 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu4jo1uJ2 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu4jo1uJ2 .row {
  flex-direction: row-reverse;
}
.cid-uKu4jo1uJ2 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu4jo1uJ2 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu4jo1uJ2 .content-wrapper:hover .image-wrapper > img,
.cid-uKu4jo1uJ2 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu4jo1uJ2 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu4jo1uJ2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu4jo1uJ2 .image-wrapper,
.cid-uKu4jo1uJ2 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4jo1uJ2 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu4jo1uJ2 .card_post {
    padding: 20px;
  }
}
.cid-uKu4jo1uJ2 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu4jo1uJ2 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu4jo1uJ2 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu4jo1uJ2 .item-title,
.cid-uKu4jo1uJ2 .card_topic {
  margin-bottom: 12px;
}
.cid-uKu4jo1uJ2 .category_content {
  opacity: .8;
}
.cid-uKu4jo1uJ2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu4jo1uJ2 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu4jo1uJ2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu4jogbHy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu4jogbHy .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu4jogbHy .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu4jogbHy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu4jogbHy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu4jogbHy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu4jogbHy .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu4jogbHy .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu4jogbHy .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu4jogbHy .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu4jogbHy .image_post {
  display: inline-block;
}
.cid-uKu4jogbHy .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu4jogbHy .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu4joxrBH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu4joxrBH .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu4joxrBH .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu4joxrBH .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu4joxrBH .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu4joxrBH .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu4joxrBH .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu4joxrBH .privacy {
    text-align: left;
  }
}
.cid-uKu4joxrBH .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu4joxrBH .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu4joxrBH .divider {
    margin: 20px 0;
  }
  .cid-uKu4joxrBH .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu4joxrBH .footer_wrap img {
    margin: auto;
  }
  .cid-uKu4joxrBH .privacy {
    text-align: center;
  }
}
.cid-uKu4SYl2K3 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu4SYl2K3 {
    min-height: 170px !important;
  }
}
.cid-uKu4SYl2K3 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu4SYl2K3 .empty_md {
    display: block;
  }
}
.cid-uKu4SYl2K3 .container,
.cid-uKu4SYl2K3 .container-fluid,
.cid-uKu4SYl2K3 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu4SYl2K3 .container,
  .cid-uKu4SYl2K3 .container-fluid,
  .cid-uKu4SYl2K3 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu4SYl2K3 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu4SYl2K3 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu4SYl2K3 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu4SYl2K3 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu4SYl2K3 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu4SYl2K3 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu4SYl2K3 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu4SYl2K3 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu4SYl2K3 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu4SYl2K3 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu4SYl2K3 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu4SYl2K3 .empty,
  .cid-uKu4SYl2K3 .icons-menu {
    min-width: 265px;
  }
  .cid-uKu4SYl2K3 .navbar-logo {
    margin: 0;
  }
  .cid-uKu4SYl2K3 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu4SYl2K3 .btn {
    white-space: nowrap;
  }
  .cid-uKu4SYl2K3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu4SYl2K3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu4SYl2K3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu4SYl2K3 .dropdown-toggle::after,
  .cid-uKu4SYl2K3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu4SYl2K3 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu4SYl2K3 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4SYl2K3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu4SYl2K3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4SYl2K3 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu4SYl2K3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu4SYl2K3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu4SYl2K3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu4SYl2K3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu4SYl2K3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu4SYl2K3 .nav-item:focus,
.cid-uKu4SYl2K3 .nav-link:focus {
  outline: none;
}
.cid-uKu4SYl2K3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu4SYl2K3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu4SYl2K3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu4SYl2K3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu4SYl2K3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu4SYl2K3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu4SYl2K3 ul.navbar-nav li {
  margin: auto;
}
.cid-uKu4SYl2K3 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu4SYl2K3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu4SYl2K3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu4SYl2K3 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu4SYl2K3 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu4SYl2K3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu4SYl2K3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu4SYl2K3 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu4SYl2K3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu4SYl2K3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu4SYl2K3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu4SYl2K3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu4SYl2K3 .navbar .icons-menu,
  .cid-uKu4SYl2K3 .navbar .empty {
    display: none;
  }
  .cid-uKu4SYl2K3 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu4SYl2K3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu4SYl2K3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu4SYl2K3 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu4SYl2K3 .navbar .container-fluid,
  .cid-uKu4SYl2K3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu4SYl2K3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu4SYl2K3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu4SYl2K3 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu4SYl2K3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu4SYl2K3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu4SYl2K3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu4SYl2K3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu4SYl2K3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu4SYl2K3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu4SYl2K3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu4SYl2K3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu4SYl2K3 .dropdown-item.active,
.cid-uKu4SYl2K3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu4SYl2K3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu4SYl2K3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu4SYl2K3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu4SYl2K3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu4SYl2K3 .navbar-buttons {
  text-align: center;
}
.cid-uKu4SYl2K3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu4SYl2K3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu4SYl2K3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu4SYl2K3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu4SYl2K3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu4SYl2K3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu4SYl2K3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu4SYl2K3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu4SYl2K3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu4SYl2K3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu4SYl2K3 .navbar-dropdown {
  position: absolute;
}
.cid-uKu4SYl2K3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4SYl2K3 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu4SYl2K3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu4SYl2K3 .navbar {
    height: 77px;
  }
  .cid-uKu4SYl2K3 .navbar.opened {
    height: auto;
  }
  .cid-uKu4SYl2K3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu4SYVnN6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu4SYVnN6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu4SYVnN6 .photo-split {
  position: relative;
}
.cid-uKu4SYVnN6 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu4SYVnN6 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu4SYVnN6 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu4SYVnN6 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu4SYVnN6 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu4SYVnN6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu4SYVnN6 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu4SYVnN6 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu4SYVnN6 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu4SYVnN6 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu4SYVnN6 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu4SYVnN6 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu4SYVnN6 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu4SYVnN6 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu4SYVnN6 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu4SYVnN6 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu4SYVnN6 .photo-split .element-outer,
  .cid-uKu4SYVnN6 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu4SYVnN6 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu4SYVnN6 .mbr-section-title,
  .cid-uKu4SYVnN6 .mbr-section-subtitle,
  .cid-uKu4SYVnN6 .mbr-text {
    text-align: left !important;
  }
  .cid-uKu4SYVnN6 .social-list {
    text-align: left !important;
  }
}
.cid-uKu4SYVnN6 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu4SYVnN6 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu4SYVnN6 .wrap-block .contents .mbr-subtitle,
.cid-uKu4SYVnN6 .menu-content-right {
  color: #e53712;
}
.cid-uKu4SZdX8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu4SZdX8g .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu4SZdX8g .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu4SZdX8g .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu4SZdX8g .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu4SZdX8g .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu4SZdX8g .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu4SZdX8g .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu4SZdX8g .content-wrapper:hover .image-wrapper > img,
.cid-uKu4SZdX8g .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu4SZdX8g .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu4SZdX8g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu4SZdX8g .image-wrapper,
.cid-uKu4SZdX8g img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4SZdX8g .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu4SZdX8g .card_post {
    padding: 20px;
  }
}
.cid-uKu4SZdX8g .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu4SZdX8g .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu4SZdX8g .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu4SZdX8g .item-title,
.cid-uKu4SZdX8g .card_topic {
  margin-bottom: 12px;
}
.cid-uKu4SZdX8g .category_content {
  opacity: .8;
}
.cid-uKu4SZdX8g .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu4SZdX8g .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu4SZdX8g .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu4SZtw9o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu4SZtw9o .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu4SZtw9o .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu4SZtw9o .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu4SZtw9o .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu4SZtw9o .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu4SZtw9o .row {
  flex-direction: row-reverse;
}
.cid-uKu4SZtw9o .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu4SZtw9o .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu4SZtw9o .content-wrapper:hover .image-wrapper > img,
.cid-uKu4SZtw9o .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu4SZtw9o .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu4SZtw9o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu4SZtw9o .image-wrapper,
.cid-uKu4SZtw9o img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu4SZtw9o .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu4SZtw9o .card_post {
    padding: 20px;
  }
}
.cid-uKu4SZtw9o .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu4SZtw9o .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu4SZtw9o .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu4SZtw9o .item-title,
.cid-uKu4SZtw9o .card_topic {
  margin-bottom: 12px;
}
.cid-uKu4SZtw9o .category_content {
  opacity: .8;
}
.cid-uKu4SZtw9o .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu4SZtw9o .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu4SZtw9o .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu4SZIfzK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu4SZIfzK .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu4SZIfzK .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu4SZIfzK .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu4SZIfzK .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu4SZIfzK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu4SZIfzK .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu4SZIfzK .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu4SZIfzK .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu4SZIfzK .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu4SZIfzK .image_post {
  display: inline-block;
}
.cid-uKu4SZIfzK .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu4SZIfzK .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu4SZXcXE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu4SZXcXE .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu4SZXcXE .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu4SZXcXE .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu4SZXcXE .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu4SZXcXE .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu4SZXcXE .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu4SZXcXE .privacy {
    text-align: left;
  }
}
.cid-uKu4SZXcXE .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu4SZXcXE .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu4SZXcXE .divider {
    margin: 20px 0;
  }
  .cid-uKu4SZXcXE .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu4SZXcXE .footer_wrap img {
    margin: auto;
  }
  .cid-uKu4SZXcXE .privacy {
    text-align: center;
  }
}
.cid-uKu5t3uH2i {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu5t3uH2i {
    min-height: 170px !important;
  }
}
.cid-uKu5t3uH2i .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu5t3uH2i .empty_md {
    display: block;
  }
}
.cid-uKu5t3uH2i .container,
.cid-uKu5t3uH2i .container-fluid,
.cid-uKu5t3uH2i .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu5t3uH2i .container,
  .cid-uKu5t3uH2i .container-fluid,
  .cid-uKu5t3uH2i .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu5t3uH2i .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu5t3uH2i .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu5t3uH2i .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu5t3uH2i .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu5t3uH2i .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu5t3uH2i .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu5t3uH2i .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu5t3uH2i .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu5t3uH2i .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu5t3uH2i .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu5t3uH2i .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu5t3uH2i .empty,
  .cid-uKu5t3uH2i .icons-menu {
    min-width: 265px;
  }
  .cid-uKu5t3uH2i .navbar-logo {
    margin: 0;
  }
  .cid-uKu5t3uH2i .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu5t3uH2i .btn {
    white-space: nowrap;
  }
  .cid-uKu5t3uH2i .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu5t3uH2i .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu5t3uH2i .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu5t3uH2i .dropdown-toggle::after,
  .cid-uKu5t3uH2i .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu5t3uH2i .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu5t3uH2i .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu5t3uH2i .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu5t3uH2i .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu5t3uH2i .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu5t3uH2i .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu5t3uH2i .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu5t3uH2i .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu5t3uH2i .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu5t3uH2i .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu5t3uH2i .nav-item:focus,
.cid-uKu5t3uH2i .nav-link:focus {
  outline: none;
}
.cid-uKu5t3uH2i .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu5t3uH2i .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu5t3uH2i .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu5t3uH2i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu5t3uH2i .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu5t3uH2i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu5t3uH2i ul.navbar-nav li {
  margin: auto;
}
.cid-uKu5t3uH2i .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu5t3uH2i .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu5t3uH2i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu5t3uH2i .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu5t3uH2i .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu5t3uH2i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu5t3uH2i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu5t3uH2i .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu5t3uH2i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu5t3uH2i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu5t3uH2i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu5t3uH2i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu5t3uH2i .navbar .icons-menu,
  .cid-uKu5t3uH2i .navbar .empty {
    display: none;
  }
  .cid-uKu5t3uH2i .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu5t3uH2i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu5t3uH2i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu5t3uH2i .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu5t3uH2i .navbar .container-fluid,
  .cid-uKu5t3uH2i .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu5t3uH2i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu5t3uH2i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu5t3uH2i .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu5t3uH2i .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu5t3uH2i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu5t3uH2i .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu5t3uH2i .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu5t3uH2i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu5t3uH2i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu5t3uH2i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu5t3uH2i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu5t3uH2i .dropdown-item.active,
.cid-uKu5t3uH2i .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu5t3uH2i .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu5t3uH2i .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu5t3uH2i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu5t3uH2i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu5t3uH2i .navbar-buttons {
  text-align: center;
}
.cid-uKu5t3uH2i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu5t3uH2i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu5t3uH2i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu5t3uH2i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu5t3uH2i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu5t3uH2i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu5t3uH2i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu5t3uH2i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu5t3uH2i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu5t3uH2i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu5t3uH2i .navbar-dropdown {
  position: absolute;
}
.cid-uKu5t3uH2i a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu5t3uH2i a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu5t3uH2i .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu5t3uH2i .navbar {
    height: 77px;
  }
  .cid-uKu5t3uH2i .navbar.opened {
    height: auto;
  }
  .cid-uKu5t3uH2i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu5t44BGH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu5t44BGH .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu5t44BGH .photo-split {
  position: relative;
}
.cid-uKu5t44BGH .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu5t44BGH .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu5t44BGH .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu5t44BGH .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu5t44BGH .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu5t44BGH .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu5t44BGH .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu5t44BGH .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu5t44BGH .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu5t44BGH .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu5t44BGH .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu5t44BGH .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu5t44BGH .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu5t44BGH .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu5t44BGH .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu5t44BGH .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu5t44BGH .photo-split .element-outer,
  .cid-uKu5t44BGH .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu5t44BGH .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu5t44BGH .mbr-section-title,
  .cid-uKu5t44BGH .mbr-section-subtitle,
  .cid-uKu5t44BGH .mbr-text {
    text-align: left !important;
  }
  .cid-uKu5t44BGH .social-list {
    text-align: left !important;
  }
}
.cid-uKu5t44BGH .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu5t44BGH .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu5t44BGH .wrap-block .contents .mbr-subtitle,
.cid-uKu5t44BGH .menu-content-right {
  color: #e53712;
}
.cid-uKu5t4meyn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu5t4meyn .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu5t4meyn .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu5t4meyn .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu5t4meyn .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu5t4meyn .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu5t4meyn .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu5t4meyn .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu5t4meyn .content-wrapper:hover .image-wrapper > img,
.cid-uKu5t4meyn .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu5t4meyn .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu5t4meyn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu5t4meyn .image-wrapper,
.cid-uKu5t4meyn img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu5t4meyn .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu5t4meyn .card_post {
    padding: 20px;
  }
}
.cid-uKu5t4meyn .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu5t4meyn .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu5t4meyn .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu5t4meyn .item-title,
.cid-uKu5t4meyn .card_topic {
  margin-bottom: 12px;
}
.cid-uKu5t4meyn .category_content {
  opacity: .8;
}
.cid-uKu5t4meyn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu5t4meyn .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu5t4meyn .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu5t4DzgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu5t4DzgH .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu5t4DzgH .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu5t4DzgH .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu5t4DzgH .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu5t4DzgH .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu5t4DzgH .row {
  flex-direction: row-reverse;
}
.cid-uKu5t4DzgH .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu5t4DzgH .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu5t4DzgH .content-wrapper:hover .image-wrapper > img,
.cid-uKu5t4DzgH .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu5t4DzgH .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu5t4DzgH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu5t4DzgH .image-wrapper,
.cid-uKu5t4DzgH img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu5t4DzgH .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu5t4DzgH .card_post {
    padding: 20px;
  }
}
.cid-uKu5t4DzgH .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu5t4DzgH .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu5t4DzgH .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu5t4DzgH .item-title,
.cid-uKu5t4DzgH .card_topic {
  margin-bottom: 12px;
}
.cid-uKu5t4DzgH .category_content {
  opacity: .8;
}
.cid-uKu5t4DzgH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu5t4DzgH .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu5t4DzgH .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu5t4TSxZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu5t4TSxZ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu5t4TSxZ .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu5t4TSxZ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu5t4TSxZ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu5t4TSxZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu5t4TSxZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu5t4TSxZ .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu5t4TSxZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu5t4TSxZ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu5t4TSxZ .image_post {
  display: inline-block;
}
.cid-uKu5t4TSxZ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu5t4TSxZ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu5t5865T {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu5t5865T .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu5t5865T .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu5t5865T .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu5t5865T .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu5t5865T .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu5t5865T .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu5t5865T .privacy {
    text-align: left;
  }
}
.cid-uKu5t5865T .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu5t5865T .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu5t5865T .divider {
    margin: 20px 0;
  }
  .cid-uKu5t5865T .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu5t5865T .footer_wrap img {
    margin: auto;
  }
  .cid-uKu5t5865T .privacy {
    text-align: center;
  }
}
.cid-uKu65bgnHY {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu65bgnHY {
    min-height: 170px !important;
  }
}
.cid-uKu65bgnHY .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu65bgnHY .empty_md {
    display: block;
  }
}
.cid-uKu65bgnHY .container,
.cid-uKu65bgnHY .container-fluid,
.cid-uKu65bgnHY .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu65bgnHY .container,
  .cid-uKu65bgnHY .container-fluid,
  .cid-uKu65bgnHY .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu65bgnHY .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu65bgnHY .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu65bgnHY .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu65bgnHY .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu65bgnHY .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu65bgnHY .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu65bgnHY .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu65bgnHY .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu65bgnHY .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu65bgnHY .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu65bgnHY .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu65bgnHY .empty,
  .cid-uKu65bgnHY .icons-menu {
    min-width: 265px;
  }
  .cid-uKu65bgnHY .navbar-logo {
    margin: 0;
  }
  .cid-uKu65bgnHY .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu65bgnHY .btn {
    white-space: nowrap;
  }
  .cid-uKu65bgnHY .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu65bgnHY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu65bgnHY .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu65bgnHY .dropdown-toggle::after,
  .cid-uKu65bgnHY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu65bgnHY .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu65bgnHY .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu65bgnHY .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu65bgnHY .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu65bgnHY .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu65bgnHY .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu65bgnHY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu65bgnHY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu65bgnHY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu65bgnHY .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu65bgnHY .nav-item:focus,
.cid-uKu65bgnHY .nav-link:focus {
  outline: none;
}
.cid-uKu65bgnHY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu65bgnHY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu65bgnHY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu65bgnHY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu65bgnHY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu65bgnHY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu65bgnHY ul.navbar-nav li {
  margin: auto;
}
.cid-uKu65bgnHY .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu65bgnHY .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu65bgnHY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu65bgnHY .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu65bgnHY .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu65bgnHY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu65bgnHY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu65bgnHY .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu65bgnHY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu65bgnHY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu65bgnHY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu65bgnHY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu65bgnHY .navbar .icons-menu,
  .cid-uKu65bgnHY .navbar .empty {
    display: none;
  }
  .cid-uKu65bgnHY .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu65bgnHY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu65bgnHY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu65bgnHY .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu65bgnHY .navbar .container-fluid,
  .cid-uKu65bgnHY .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu65bgnHY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu65bgnHY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu65bgnHY .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu65bgnHY .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu65bgnHY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu65bgnHY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu65bgnHY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu65bgnHY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu65bgnHY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu65bgnHY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu65bgnHY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu65bgnHY .dropdown-item.active,
.cid-uKu65bgnHY .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu65bgnHY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu65bgnHY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu65bgnHY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu65bgnHY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu65bgnHY .navbar-buttons {
  text-align: center;
}
.cid-uKu65bgnHY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu65bgnHY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu65bgnHY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu65bgnHY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu65bgnHY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu65bgnHY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu65bgnHY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu65bgnHY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu65bgnHY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu65bgnHY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu65bgnHY .navbar-dropdown {
  position: absolute;
}
.cid-uKu65bgnHY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu65bgnHY a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu65bgnHY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu65bgnHY .navbar {
    height: 77px;
  }
  .cid-uKu65bgnHY .navbar.opened {
    height: auto;
  }
  .cid-uKu65bgnHY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu65bS8gC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu65bS8gC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu65bS8gC .photo-split {
  position: relative;
}
.cid-uKu65bS8gC .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu65bS8gC .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu65bS8gC .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu65bS8gC .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu65bS8gC .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu65bS8gC .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu65bS8gC .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu65bS8gC .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu65bS8gC .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu65bS8gC .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu65bS8gC .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu65bS8gC .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu65bS8gC .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu65bS8gC .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu65bS8gC .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu65bS8gC .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu65bS8gC .photo-split .element-outer,
  .cid-uKu65bS8gC .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu65bS8gC .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu65bS8gC .mbr-section-title,
  .cid-uKu65bS8gC .mbr-section-subtitle,
  .cid-uKu65bS8gC .mbr-text {
    text-align: left !important;
  }
  .cid-uKu65bS8gC .social-list {
    text-align: left !important;
  }
}
.cid-uKu65bS8gC .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu65bS8gC .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu65bS8gC .wrap-block .contents .mbr-subtitle,
.cid-uKu65bS8gC .menu-content-right {
  color: #e53712;
}
.cid-uKu65caf4t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu65caf4t .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu65caf4t .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu65caf4t .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu65caf4t .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu65caf4t .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu65caf4t .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu65caf4t .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu65caf4t .content-wrapper:hover .image-wrapper > img,
.cid-uKu65caf4t .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu65caf4t .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu65caf4t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu65caf4t .image-wrapper,
.cid-uKu65caf4t img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu65caf4t .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu65caf4t .card_post {
    padding: 20px;
  }
}
.cid-uKu65caf4t .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu65caf4t .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu65caf4t .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu65caf4t .item-title,
.cid-uKu65caf4t .card_topic {
  margin-bottom: 12px;
}
.cid-uKu65caf4t .category_content {
  opacity: .8;
}
.cid-uKu65caf4t .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu65caf4t .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu65caf4t .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu65ctjdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu65ctjdD .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu65ctjdD .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu65ctjdD .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu65ctjdD .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu65ctjdD .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu65ctjdD .row {
  flex-direction: row-reverse;
}
.cid-uKu65ctjdD .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu65ctjdD .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu65ctjdD .content-wrapper:hover .image-wrapper > img,
.cid-uKu65ctjdD .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu65ctjdD .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu65ctjdD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu65ctjdD .image-wrapper,
.cid-uKu65ctjdD img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu65ctjdD .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu65ctjdD .card_post {
    padding: 20px;
  }
}
.cid-uKu65ctjdD .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu65ctjdD .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu65ctjdD .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu65ctjdD .item-title,
.cid-uKu65ctjdD .card_topic {
  margin-bottom: 12px;
}
.cid-uKu65ctjdD .category_content {
  opacity: .8;
}
.cid-uKu65ctjdD .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu65ctjdD .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu65ctjdD .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu65cH7Q2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu65cH7Q2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu65cH7Q2 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu65cH7Q2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu65cH7Q2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu65cH7Q2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu65cH7Q2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu65cH7Q2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu65cH7Q2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu65cH7Q2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu65cH7Q2 .image_post {
  display: inline-block;
}
.cid-uKu65cH7Q2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu65cH7Q2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu65cWkn5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu65cWkn5 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu65cWkn5 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu65cWkn5 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu65cWkn5 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu65cWkn5 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu65cWkn5 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu65cWkn5 .privacy {
    text-align: left;
  }
}
.cid-uKu65cWkn5 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu65cWkn5 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu65cWkn5 .divider {
    margin: 20px 0;
  }
  .cid-uKu65cWkn5 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu65cWkn5 .footer_wrap img {
    margin: auto;
  }
  .cid-uKu65cWkn5 .privacy {
    text-align: center;
  }
}
.cid-uKu72gYIsD {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu72gYIsD {
    min-height: 170px !important;
  }
}
.cid-uKu72gYIsD .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu72gYIsD .empty_md {
    display: block;
  }
}
.cid-uKu72gYIsD .container,
.cid-uKu72gYIsD .container-fluid,
.cid-uKu72gYIsD .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu72gYIsD .container,
  .cid-uKu72gYIsD .container-fluid,
  .cid-uKu72gYIsD .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu72gYIsD .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu72gYIsD .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu72gYIsD .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu72gYIsD .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu72gYIsD .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu72gYIsD .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu72gYIsD .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu72gYIsD .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu72gYIsD .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu72gYIsD .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu72gYIsD .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu72gYIsD .empty,
  .cid-uKu72gYIsD .icons-menu {
    min-width: 265px;
  }
  .cid-uKu72gYIsD .navbar-logo {
    margin: 0;
  }
  .cid-uKu72gYIsD .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu72gYIsD .btn {
    white-space: nowrap;
  }
  .cid-uKu72gYIsD .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu72gYIsD .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu72gYIsD .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu72gYIsD .dropdown-toggle::after,
  .cid-uKu72gYIsD .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu72gYIsD .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu72gYIsD .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu72gYIsD .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu72gYIsD .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu72gYIsD .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu72gYIsD .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu72gYIsD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu72gYIsD .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu72gYIsD .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu72gYIsD .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu72gYIsD .nav-item:focus,
.cid-uKu72gYIsD .nav-link:focus {
  outline: none;
}
.cid-uKu72gYIsD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu72gYIsD .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu72gYIsD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu72gYIsD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu72gYIsD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu72gYIsD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu72gYIsD ul.navbar-nav li {
  margin: auto;
}
.cid-uKu72gYIsD .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu72gYIsD .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu72gYIsD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu72gYIsD .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu72gYIsD .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu72gYIsD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu72gYIsD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu72gYIsD .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu72gYIsD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu72gYIsD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu72gYIsD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu72gYIsD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu72gYIsD .navbar .icons-menu,
  .cid-uKu72gYIsD .navbar .empty {
    display: none;
  }
  .cid-uKu72gYIsD .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu72gYIsD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu72gYIsD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu72gYIsD .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu72gYIsD .navbar .container-fluid,
  .cid-uKu72gYIsD .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu72gYIsD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu72gYIsD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu72gYIsD .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu72gYIsD .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu72gYIsD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu72gYIsD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu72gYIsD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu72gYIsD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu72gYIsD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu72gYIsD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu72gYIsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu72gYIsD .dropdown-item.active,
.cid-uKu72gYIsD .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu72gYIsD .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu72gYIsD .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu72gYIsD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu72gYIsD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu72gYIsD .navbar-buttons {
  text-align: center;
}
.cid-uKu72gYIsD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu72gYIsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu72gYIsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu72gYIsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu72gYIsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu72gYIsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu72gYIsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu72gYIsD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu72gYIsD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu72gYIsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu72gYIsD .navbar-dropdown {
  position: absolute;
}
.cid-uKu72gYIsD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu72gYIsD a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu72gYIsD .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu72gYIsD .navbar {
    height: 77px;
  }
  .cid-uKu72gYIsD .navbar.opened {
    height: auto;
  }
  .cid-uKu72gYIsD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu72hx2TK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu72hx2TK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu72hx2TK .photo-split {
  position: relative;
}
.cid-uKu72hx2TK .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu72hx2TK .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu72hx2TK .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu72hx2TK .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu72hx2TK .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu72hx2TK .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu72hx2TK .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu72hx2TK .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu72hx2TK .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu72hx2TK .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu72hx2TK .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu72hx2TK .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu72hx2TK .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu72hx2TK .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu72hx2TK .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu72hx2TK .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu72hx2TK .photo-split .element-outer,
  .cid-uKu72hx2TK .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu72hx2TK .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu72hx2TK .mbr-section-title,
  .cid-uKu72hx2TK .mbr-section-subtitle,
  .cid-uKu72hx2TK .mbr-text {
    text-align: left !important;
  }
  .cid-uKu72hx2TK .social-list {
    text-align: left !important;
  }
}
.cid-uKu72hx2TK .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu72hx2TK .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu72hx2TK .wrap-block .contents .mbr-subtitle,
.cid-uKu72hx2TK .menu-content-right {
  color: #e53712;
}
.cid-uKu72hPkfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu72hPkfp .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu72hPkfp .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu72hPkfp .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu72hPkfp .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu72hPkfp .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu72hPkfp .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu72hPkfp .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu72hPkfp .content-wrapper:hover .image-wrapper > img,
.cid-uKu72hPkfp .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu72hPkfp .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu72hPkfp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu72hPkfp .image-wrapper,
.cid-uKu72hPkfp img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu72hPkfp .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu72hPkfp .card_post {
    padding: 20px;
  }
}
.cid-uKu72hPkfp .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu72hPkfp .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu72hPkfp .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu72hPkfp .item-title,
.cid-uKu72hPkfp .card_topic {
  margin-bottom: 12px;
}
.cid-uKu72hPkfp .category_content {
  opacity: .8;
}
.cid-uKu72hPkfp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu72hPkfp .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu72hPkfp .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu72i57wo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu72i57wo .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu72i57wo .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu72i57wo .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu72i57wo .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu72i57wo .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu72i57wo .row {
  flex-direction: row-reverse;
}
.cid-uKu72i57wo .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu72i57wo .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu72i57wo .content-wrapper:hover .image-wrapper > img,
.cid-uKu72i57wo .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu72i57wo .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu72i57wo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu72i57wo .image-wrapper,
.cid-uKu72i57wo img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu72i57wo .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu72i57wo .card_post {
    padding: 20px;
  }
}
.cid-uKu72i57wo .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu72i57wo .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu72i57wo .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu72i57wo .item-title,
.cid-uKu72i57wo .card_topic {
  margin-bottom: 12px;
}
.cid-uKu72i57wo .category_content {
  opacity: .8;
}
.cid-uKu72i57wo .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu72i57wo .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu72i57wo .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu72ikRDp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu72ikRDp .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu72ikRDp .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu72ikRDp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu72ikRDp .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu72ikRDp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu72ikRDp .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu72ikRDp .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu72ikRDp .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu72ikRDp .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu72ikRDp .image_post {
  display: inline-block;
}
.cid-uKu72ikRDp .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu72ikRDp .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu72iz9Uq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu72iz9Uq .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu72iz9Uq .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu72iz9Uq .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu72iz9Uq .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu72iz9Uq .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu72iz9Uq .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu72iz9Uq .privacy {
    text-align: left;
  }
}
.cid-uKu72iz9Uq .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu72iz9Uq .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu72iz9Uq .divider {
    margin: 20px 0;
  }
  .cid-uKu72iz9Uq .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu72iz9Uq .footer_wrap img {
    margin: auto;
  }
  .cid-uKu72iz9Uq .privacy {
    text-align: center;
  }
}
.cid-uKu7F8cmez {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu7F8cmez {
    min-height: 170px !important;
  }
}
.cid-uKu7F8cmez .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu7F8cmez .empty_md {
    display: block;
  }
}
.cid-uKu7F8cmez .container,
.cid-uKu7F8cmez .container-fluid,
.cid-uKu7F8cmez .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu7F8cmez .container,
  .cid-uKu7F8cmez .container-fluid,
  .cid-uKu7F8cmez .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu7F8cmez .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu7F8cmez .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu7F8cmez .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu7F8cmez .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu7F8cmez .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu7F8cmez .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu7F8cmez .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu7F8cmez .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu7F8cmez .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu7F8cmez .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu7F8cmez .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu7F8cmez .empty,
  .cid-uKu7F8cmez .icons-menu {
    min-width: 265px;
  }
  .cid-uKu7F8cmez .navbar-logo {
    margin: 0;
  }
  .cid-uKu7F8cmez .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu7F8cmez .btn {
    white-space: nowrap;
  }
  .cid-uKu7F8cmez .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu7F8cmez .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu7F8cmez .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu7F8cmez .dropdown-toggle::after,
  .cid-uKu7F8cmez .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu7F8cmez .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu7F8cmez .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu7F8cmez .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu7F8cmez .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu7F8cmez .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu7F8cmez .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu7F8cmez .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu7F8cmez .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu7F8cmez .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu7F8cmez .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu7F8cmez .nav-item:focus,
.cid-uKu7F8cmez .nav-link:focus {
  outline: none;
}
.cid-uKu7F8cmez .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu7F8cmez .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu7F8cmez .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu7F8cmez .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu7F8cmez .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu7F8cmez ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu7F8cmez ul.navbar-nav li {
  margin: auto;
}
.cid-uKu7F8cmez .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu7F8cmez .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu7F8cmez .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu7F8cmez .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu7F8cmez .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu7F8cmez .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu7F8cmez .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu7F8cmez .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu7F8cmez .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu7F8cmez .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu7F8cmez .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu7F8cmez .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu7F8cmez .navbar .icons-menu,
  .cid-uKu7F8cmez .navbar .empty {
    display: none;
  }
  .cid-uKu7F8cmez .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu7F8cmez .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu7F8cmez .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu7F8cmez .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu7F8cmez .navbar .container-fluid,
  .cid-uKu7F8cmez .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu7F8cmez .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu7F8cmez .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu7F8cmez .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu7F8cmez .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu7F8cmez .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu7F8cmez .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu7F8cmez .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu7F8cmez .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu7F8cmez .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu7F8cmez .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu7F8cmez .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu7F8cmez .dropdown-item.active,
.cid-uKu7F8cmez .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu7F8cmez .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu7F8cmez .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu7F8cmez .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu7F8cmez .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu7F8cmez .navbar-buttons {
  text-align: center;
}
.cid-uKu7F8cmez button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu7F8cmez button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu7F8cmez button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu7F8cmez button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu7F8cmez button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu7F8cmez button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu7F8cmez nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu7F8cmez nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu7F8cmez nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu7F8cmez nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu7F8cmez .navbar-dropdown {
  position: absolute;
}
.cid-uKu7F8cmez a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu7F8cmez a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu7F8cmez .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu7F8cmez .navbar {
    height: 77px;
  }
  .cid-uKu7F8cmez .navbar.opened {
    height: auto;
  }
  .cid-uKu7F8cmez .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu7F8UVvz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu7F8UVvz .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu7F8UVvz .photo-split {
  position: relative;
}
.cid-uKu7F8UVvz .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu7F8UVvz .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu7F8UVvz .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu7F8UVvz .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu7F8UVvz .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu7F8UVvz .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu7F8UVvz .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu7F8UVvz .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu7F8UVvz .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu7F8UVvz .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu7F8UVvz .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu7F8UVvz .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu7F8UVvz .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu7F8UVvz .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu7F8UVvz .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu7F8UVvz .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu7F8UVvz .photo-split .element-outer,
  .cid-uKu7F8UVvz .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu7F8UVvz .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu7F8UVvz .mbr-section-title,
  .cid-uKu7F8UVvz .mbr-section-subtitle,
  .cid-uKu7F8UVvz .mbr-text {
    text-align: left !important;
  }
  .cid-uKu7F8UVvz .social-list {
    text-align: left !important;
  }
}
.cid-uKu7F8UVvz .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu7F8UVvz .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu7F8UVvz .wrap-block .contents .mbr-subtitle,
.cid-uKu7F8UVvz .menu-content-right {
  color: #e53712;
}
.cid-uKu7F9chfi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu7F9chfi .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu7F9chfi .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu7F9chfi .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu7F9chfi .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu7F9chfi .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu7F9chfi .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu7F9chfi .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu7F9chfi .content-wrapper:hover .image-wrapper > img,
.cid-uKu7F9chfi .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu7F9chfi .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu7F9chfi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu7F9chfi .image-wrapper,
.cid-uKu7F9chfi img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu7F9chfi .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu7F9chfi .card_post {
    padding: 20px;
  }
}
.cid-uKu7F9chfi .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu7F9chfi .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu7F9chfi .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu7F9chfi .item-title,
.cid-uKu7F9chfi .card_topic {
  margin-bottom: 12px;
}
.cid-uKu7F9chfi .category_content {
  opacity: .8;
}
.cid-uKu7F9chfi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu7F9chfi .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu7F9chfi .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu7F9uazz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu7F9uazz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu7F9uazz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu7F9uazz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu7F9uazz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu7F9uazz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu7F9uazz .row {
  flex-direction: row-reverse;
}
.cid-uKu7F9uazz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu7F9uazz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu7F9uazz .content-wrapper:hover .image-wrapper > img,
.cid-uKu7F9uazz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu7F9uazz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu7F9uazz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu7F9uazz .image-wrapper,
.cid-uKu7F9uazz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu7F9uazz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu7F9uazz .card_post {
    padding: 20px;
  }
}
.cid-uKu7F9uazz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu7F9uazz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu7F9uazz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu7F9uazz .item-title,
.cid-uKu7F9uazz .card_topic {
  margin-bottom: 12px;
}
.cid-uKu7F9uazz .category_content {
  opacity: .8;
}
.cid-uKu7F9uazz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu7F9uazz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu7F9uazz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu7F9JRY2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu7F9JRY2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu7F9JRY2 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu7F9JRY2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu7F9JRY2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu7F9JRY2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu7F9JRY2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu7F9JRY2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu7F9JRY2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu7F9JRY2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu7F9JRY2 .image_post {
  display: inline-block;
}
.cid-uKu7F9JRY2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu7F9JRY2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu7F9Zwyh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu7F9Zwyh .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu7F9Zwyh .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu7F9Zwyh .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu7F9Zwyh .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu7F9Zwyh .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu7F9Zwyh .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu7F9Zwyh .privacy {
    text-align: left;
  }
}
.cid-uKu7F9Zwyh .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu7F9Zwyh .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu7F9Zwyh .divider {
    margin: 20px 0;
  }
  .cid-uKu7F9Zwyh .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu7F9Zwyh .footer_wrap img {
    margin: auto;
  }
  .cid-uKu7F9Zwyh .privacy {
    text-align: center;
  }
}
.cid-uKu8eAa12a {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu8eAa12a {
    min-height: 170px !important;
  }
}
.cid-uKu8eAa12a .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu8eAa12a .empty_md {
    display: block;
  }
}
.cid-uKu8eAa12a .container,
.cid-uKu8eAa12a .container-fluid,
.cid-uKu8eAa12a .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu8eAa12a .container,
  .cid-uKu8eAa12a .container-fluid,
  .cid-uKu8eAa12a .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu8eAa12a .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu8eAa12a .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu8eAa12a .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu8eAa12a .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu8eAa12a .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu8eAa12a .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu8eAa12a .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu8eAa12a .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu8eAa12a .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu8eAa12a .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu8eAa12a .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu8eAa12a .empty,
  .cid-uKu8eAa12a .icons-menu {
    min-width: 265px;
  }
  .cid-uKu8eAa12a .navbar-logo {
    margin: 0;
  }
  .cid-uKu8eAa12a .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu8eAa12a .btn {
    white-space: nowrap;
  }
  .cid-uKu8eAa12a .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu8eAa12a .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu8eAa12a .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu8eAa12a .dropdown-toggle::after,
  .cid-uKu8eAa12a .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu8eAa12a .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu8eAa12a .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8eAa12a .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu8eAa12a .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8eAa12a .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu8eAa12a .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu8eAa12a .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu8eAa12a .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu8eAa12a .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu8eAa12a .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu8eAa12a .nav-item:focus,
.cid-uKu8eAa12a .nav-link:focus {
  outline: none;
}
.cid-uKu8eAa12a .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu8eAa12a .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu8eAa12a .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu8eAa12a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu8eAa12a .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu8eAa12a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu8eAa12a ul.navbar-nav li {
  margin: auto;
}
.cid-uKu8eAa12a .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu8eAa12a .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu8eAa12a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu8eAa12a .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu8eAa12a .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu8eAa12a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu8eAa12a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu8eAa12a .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu8eAa12a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu8eAa12a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu8eAa12a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu8eAa12a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu8eAa12a .navbar .icons-menu,
  .cid-uKu8eAa12a .navbar .empty {
    display: none;
  }
  .cid-uKu8eAa12a .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu8eAa12a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu8eAa12a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu8eAa12a .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu8eAa12a .navbar .container-fluid,
  .cid-uKu8eAa12a .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu8eAa12a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu8eAa12a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu8eAa12a .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu8eAa12a .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu8eAa12a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu8eAa12a .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu8eAa12a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu8eAa12a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu8eAa12a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu8eAa12a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu8eAa12a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu8eAa12a .dropdown-item.active,
.cid-uKu8eAa12a .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu8eAa12a .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu8eAa12a .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu8eAa12a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu8eAa12a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu8eAa12a .navbar-buttons {
  text-align: center;
}
.cid-uKu8eAa12a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu8eAa12a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu8eAa12a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu8eAa12a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu8eAa12a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu8eAa12a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu8eAa12a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu8eAa12a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu8eAa12a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu8eAa12a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu8eAa12a .navbar-dropdown {
  position: absolute;
}
.cid-uKu8eAa12a a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8eAa12a a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu8eAa12a .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu8eAa12a .navbar {
    height: 77px;
  }
  .cid-uKu8eAa12a .navbar.opened {
    height: auto;
  }
  .cid-uKu8eAa12a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu8eAOek0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu8eAOek0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu8eAOek0 .photo-split {
  position: relative;
}
.cid-uKu8eAOek0 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu8eAOek0 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu8eAOek0 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu8eAOek0 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu8eAOek0 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu8eAOek0 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu8eAOek0 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu8eAOek0 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu8eAOek0 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu8eAOek0 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu8eAOek0 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu8eAOek0 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu8eAOek0 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu8eAOek0 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu8eAOek0 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu8eAOek0 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu8eAOek0 .photo-split .element-outer,
  .cid-uKu8eAOek0 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu8eAOek0 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu8eAOek0 .mbr-section-title,
  .cid-uKu8eAOek0 .mbr-section-subtitle,
  .cid-uKu8eAOek0 .mbr-text {
    text-align: left !important;
  }
  .cid-uKu8eAOek0 .social-list {
    text-align: left !important;
  }
}
.cid-uKu8eAOek0 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu8eAOek0 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu8eAOek0 .wrap-block .contents .mbr-subtitle,
.cid-uKu8eAOek0 .menu-content-right {
  color: #e53712;
}
.cid-uKu8eB6eUl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu8eB6eUl .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu8eB6eUl .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu8eB6eUl .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu8eB6eUl .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu8eB6eUl .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu8eB6eUl .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu8eB6eUl .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu8eB6eUl .content-wrapper:hover .image-wrapper > img,
.cid-uKu8eB6eUl .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu8eB6eUl .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu8eB6eUl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu8eB6eUl .image-wrapper,
.cid-uKu8eB6eUl img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8eB6eUl .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu8eB6eUl .card_post {
    padding: 20px;
  }
}
.cid-uKu8eB6eUl .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu8eB6eUl .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu8eB6eUl .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu8eB6eUl .item-title,
.cid-uKu8eB6eUl .card_topic {
  margin-bottom: 12px;
}
.cid-uKu8eB6eUl .category_content {
  opacity: .8;
}
.cid-uKu8eB6eUl .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu8eB6eUl .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu8eB6eUl .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu8eBns5H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu8eBns5H .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu8eBns5H .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu8eBns5H .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu8eBns5H .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu8eBns5H .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu8eBns5H .row {
  flex-direction: row-reverse;
}
.cid-uKu8eBns5H .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu8eBns5H .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu8eBns5H .content-wrapper:hover .image-wrapper > img,
.cid-uKu8eBns5H .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu8eBns5H .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu8eBns5H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu8eBns5H .image-wrapper,
.cid-uKu8eBns5H img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8eBns5H .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu8eBns5H .card_post {
    padding: 20px;
  }
}
.cid-uKu8eBns5H .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu8eBns5H .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu8eBns5H .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu8eBns5H .item-title,
.cid-uKu8eBns5H .card_topic {
  margin-bottom: 12px;
}
.cid-uKu8eBns5H .category_content {
  opacity: .8;
}
.cid-uKu8eBns5H .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu8eBns5H .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu8eBns5H .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu8eBC5LS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu8eBC5LS .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu8eBC5LS .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu8eBC5LS .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu8eBC5LS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu8eBC5LS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu8eBC5LS .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu8eBC5LS .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu8eBC5LS .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu8eBC5LS .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu8eBC5LS .image_post {
  display: inline-block;
}
.cid-uKu8eBC5LS .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu8eBC5LS .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu8eBUWBH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu8eBUWBH .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu8eBUWBH .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu8eBUWBH .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu8eBUWBH .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu8eBUWBH .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu8eBUWBH .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu8eBUWBH .privacy {
    text-align: left;
  }
}
.cid-uKu8eBUWBH .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu8eBUWBH .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu8eBUWBH .divider {
    margin: 20px 0;
  }
  .cid-uKu8eBUWBH .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu8eBUWBH .footer_wrap img {
    margin: auto;
  }
  .cid-uKu8eBUWBH .privacy {
    text-align: center;
  }
}
.cid-uKu8QS6iJJ {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu8QS6iJJ {
    min-height: 170px !important;
  }
}
.cid-uKu8QS6iJJ .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu8QS6iJJ .empty_md {
    display: block;
  }
}
.cid-uKu8QS6iJJ .container,
.cid-uKu8QS6iJJ .container-fluid,
.cid-uKu8QS6iJJ .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu8QS6iJJ .container,
  .cid-uKu8QS6iJJ .container-fluid,
  .cid-uKu8QS6iJJ .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu8QS6iJJ .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu8QS6iJJ .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu8QS6iJJ .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu8QS6iJJ .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu8QS6iJJ .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu8QS6iJJ .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu8QS6iJJ .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu8QS6iJJ .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu8QS6iJJ .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu8QS6iJJ .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu8QS6iJJ .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu8QS6iJJ .empty,
  .cid-uKu8QS6iJJ .icons-menu {
    min-width: 265px;
  }
  .cid-uKu8QS6iJJ .navbar-logo {
    margin: 0;
  }
  .cid-uKu8QS6iJJ .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu8QS6iJJ .btn {
    white-space: nowrap;
  }
  .cid-uKu8QS6iJJ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu8QS6iJJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu8QS6iJJ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu8QS6iJJ .dropdown-toggle::after,
  .cid-uKu8QS6iJJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu8QS6iJJ .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu8QS6iJJ .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8QS6iJJ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu8QS6iJJ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8QS6iJJ .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu8QS6iJJ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu8QS6iJJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu8QS6iJJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu8QS6iJJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu8QS6iJJ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu8QS6iJJ .nav-item:focus,
.cid-uKu8QS6iJJ .nav-link:focus {
  outline: none;
}
.cid-uKu8QS6iJJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu8QS6iJJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu8QS6iJJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu8QS6iJJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu8QS6iJJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu8QS6iJJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu8QS6iJJ ul.navbar-nav li {
  margin: auto;
}
.cid-uKu8QS6iJJ .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu8QS6iJJ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu8QS6iJJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu8QS6iJJ .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu8QS6iJJ .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu8QS6iJJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu8QS6iJJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu8QS6iJJ .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu8QS6iJJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu8QS6iJJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu8QS6iJJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu8QS6iJJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu8QS6iJJ .navbar .icons-menu,
  .cid-uKu8QS6iJJ .navbar .empty {
    display: none;
  }
  .cid-uKu8QS6iJJ .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu8QS6iJJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu8QS6iJJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu8QS6iJJ .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu8QS6iJJ .navbar .container-fluid,
  .cid-uKu8QS6iJJ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu8QS6iJJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu8QS6iJJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu8QS6iJJ .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu8QS6iJJ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu8QS6iJJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu8QS6iJJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu8QS6iJJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu8QS6iJJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu8QS6iJJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu8QS6iJJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu8QS6iJJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu8QS6iJJ .dropdown-item.active,
.cid-uKu8QS6iJJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu8QS6iJJ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu8QS6iJJ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu8QS6iJJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu8QS6iJJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu8QS6iJJ .navbar-buttons {
  text-align: center;
}
.cid-uKu8QS6iJJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu8QS6iJJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu8QS6iJJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu8QS6iJJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu8QS6iJJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu8QS6iJJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu8QS6iJJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu8QS6iJJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu8QS6iJJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu8QS6iJJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu8QS6iJJ .navbar-dropdown {
  position: absolute;
}
.cid-uKu8QS6iJJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8QS6iJJ a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu8QS6iJJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu8QS6iJJ .navbar {
    height: 77px;
  }
  .cid-uKu8QS6iJJ .navbar.opened {
    height: auto;
  }
  .cid-uKu8QS6iJJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu8QSFeqo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu8QSFeqo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu8QSFeqo .photo-split {
  position: relative;
}
.cid-uKu8QSFeqo .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu8QSFeqo .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu8QSFeqo .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu8QSFeqo .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu8QSFeqo .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu8QSFeqo .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu8QSFeqo .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu8QSFeqo .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu8QSFeqo .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu8QSFeqo .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu8QSFeqo .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu8QSFeqo .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu8QSFeqo .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu8QSFeqo .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu8QSFeqo .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu8QSFeqo .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu8QSFeqo .photo-split .element-outer,
  .cid-uKu8QSFeqo .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu8QSFeqo .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu8QSFeqo .mbr-section-title,
  .cid-uKu8QSFeqo .mbr-section-subtitle,
  .cid-uKu8QSFeqo .mbr-text {
    text-align: left !important;
  }
  .cid-uKu8QSFeqo .social-list {
    text-align: left !important;
  }
}
.cid-uKu8QSFeqo .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu8QSFeqo .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu8QSFeqo .wrap-block .contents .mbr-subtitle,
.cid-uKu8QSFeqo .menu-content-right {
  color: #e53712;
}
.cid-uKu8QSWCCJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu8QSWCCJ .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu8QSWCCJ .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu8QSWCCJ .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu8QSWCCJ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu8QSWCCJ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu8QSWCCJ .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu8QSWCCJ .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu8QSWCCJ .content-wrapper:hover .image-wrapper > img,
.cid-uKu8QSWCCJ .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu8QSWCCJ .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu8QSWCCJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu8QSWCCJ .image-wrapper,
.cid-uKu8QSWCCJ img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8QSWCCJ .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu8QSWCCJ .card_post {
    padding: 20px;
  }
}
.cid-uKu8QSWCCJ .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu8QSWCCJ .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu8QSWCCJ .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu8QSWCCJ .item-title,
.cid-uKu8QSWCCJ .card_topic {
  margin-bottom: 12px;
}
.cid-uKu8QSWCCJ .category_content {
  opacity: .8;
}
.cid-uKu8QSWCCJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu8QSWCCJ .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu8QSWCCJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu8QTdZCN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu8QTdZCN .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu8QTdZCN .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu8QTdZCN .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu8QTdZCN .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu8QTdZCN .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu8QTdZCN .row {
  flex-direction: row-reverse;
}
.cid-uKu8QTdZCN .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu8QTdZCN .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu8QTdZCN .content-wrapper:hover .image-wrapper > img,
.cid-uKu8QTdZCN .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu8QTdZCN .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu8QTdZCN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu8QTdZCN .image-wrapper,
.cid-uKu8QTdZCN img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu8QTdZCN .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu8QTdZCN .card_post {
    padding: 20px;
  }
}
.cid-uKu8QTdZCN .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu8QTdZCN .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu8QTdZCN .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu8QTdZCN .item-title,
.cid-uKu8QTdZCN .card_topic {
  margin-bottom: 12px;
}
.cid-uKu8QTdZCN .category_content {
  opacity: .8;
}
.cid-uKu8QTdZCN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu8QTdZCN .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu8QTdZCN .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu8QTrZDy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu8QTrZDy .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu8QTrZDy .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu8QTrZDy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu8QTrZDy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu8QTrZDy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu8QTrZDy .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu8QTrZDy .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu8QTrZDy .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu8QTrZDy .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu8QTrZDy .image_post {
  display: inline-block;
}
.cid-uKu8QTrZDy .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu8QTrZDy .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu8QTIurc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu8QTIurc .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu8QTIurc .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu8QTIurc .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu8QTIurc .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu8QTIurc .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu8QTIurc .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu8QTIurc .privacy {
    text-align: left;
  }
}
.cid-uKu8QTIurc .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu8QTIurc .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu8QTIurc .divider {
    margin: 20px 0;
  }
  .cid-uKu8QTIurc .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu8QTIurc .footer_wrap img {
    margin: auto;
  }
  .cid-uKu8QTIurc .privacy {
    text-align: center;
  }
}
.cid-uKu9HqMMcn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKu9HqMMcn {
    min-height: 170px !important;
  }
}
.cid-uKu9HqMMcn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKu9HqMMcn .empty_md {
    display: block;
  }
}
.cid-uKu9HqMMcn .container,
.cid-uKu9HqMMcn .container-fluid,
.cid-uKu9HqMMcn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKu9HqMMcn .container,
  .cid-uKu9HqMMcn .container-fluid,
  .cid-uKu9HqMMcn .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKu9HqMMcn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKu9HqMMcn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu9HqMMcn .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKu9HqMMcn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKu9HqMMcn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKu9HqMMcn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKu9HqMMcn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKu9HqMMcn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKu9HqMMcn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKu9HqMMcn .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKu9HqMMcn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKu9HqMMcn .empty,
  .cid-uKu9HqMMcn .icons-menu {
    min-width: 265px;
  }
  .cid-uKu9HqMMcn .navbar-logo {
    margin: 0;
  }
  .cid-uKu9HqMMcn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKu9HqMMcn .btn {
    white-space: nowrap;
  }
  .cid-uKu9HqMMcn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKu9HqMMcn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKu9HqMMcn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKu9HqMMcn .dropdown-toggle::after,
  .cid-uKu9HqMMcn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKu9HqMMcn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKu9HqMMcn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu9HqMMcn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKu9HqMMcn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu9HqMMcn .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKu9HqMMcn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKu9HqMMcn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKu9HqMMcn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKu9HqMMcn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKu9HqMMcn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKu9HqMMcn .nav-item:focus,
.cid-uKu9HqMMcn .nav-link:focus {
  outline: none;
}
.cid-uKu9HqMMcn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKu9HqMMcn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKu9HqMMcn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKu9HqMMcn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKu9HqMMcn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKu9HqMMcn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKu9HqMMcn ul.navbar-nav li {
  margin: auto;
}
.cid-uKu9HqMMcn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKu9HqMMcn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKu9HqMMcn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKu9HqMMcn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKu9HqMMcn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKu9HqMMcn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKu9HqMMcn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKu9HqMMcn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKu9HqMMcn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKu9HqMMcn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKu9HqMMcn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKu9HqMMcn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKu9HqMMcn .navbar .icons-menu,
  .cid-uKu9HqMMcn .navbar .empty {
    display: none;
  }
  .cid-uKu9HqMMcn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKu9HqMMcn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKu9HqMMcn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKu9HqMMcn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKu9HqMMcn .navbar .container-fluid,
  .cid-uKu9HqMMcn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKu9HqMMcn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKu9HqMMcn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKu9HqMMcn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKu9HqMMcn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKu9HqMMcn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKu9HqMMcn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKu9HqMMcn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKu9HqMMcn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKu9HqMMcn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKu9HqMMcn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKu9HqMMcn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKu9HqMMcn .dropdown-item.active,
.cid-uKu9HqMMcn .dropdown-item:active {
  background-color: transparent;
}
.cid-uKu9HqMMcn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKu9HqMMcn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKu9HqMMcn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKu9HqMMcn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKu9HqMMcn .navbar-buttons {
  text-align: center;
}
.cid-uKu9HqMMcn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKu9HqMMcn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKu9HqMMcn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKu9HqMMcn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu9HqMMcn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKu9HqMMcn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKu9HqMMcn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu9HqMMcn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKu9HqMMcn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKu9HqMMcn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKu9HqMMcn .navbar-dropdown {
  position: absolute;
}
.cid-uKu9HqMMcn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu9HqMMcn a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKu9HqMMcn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKu9HqMMcn .navbar {
    height: 77px;
  }
  .cid-uKu9HqMMcn .navbar.opened {
    height: auto;
  }
  .cid-uKu9HqMMcn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKu9HrmhyR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKu9HrmhyR .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKu9HrmhyR .photo-split {
  position: relative;
}
.cid-uKu9HrmhyR .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKu9HrmhyR .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu9HrmhyR .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu9HrmhyR .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKu9HrmhyR .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKu9HrmhyR .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKu9HrmhyR .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKu9HrmhyR .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKu9HrmhyR .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKu9HrmhyR .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKu9HrmhyR .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKu9HrmhyR .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKu9HrmhyR .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKu9HrmhyR .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKu9HrmhyR .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKu9HrmhyR .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKu9HrmhyR .photo-split .element-outer,
  .cid-uKu9HrmhyR .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKu9HrmhyR .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu9HrmhyR .mbr-section-title,
  .cid-uKu9HrmhyR .mbr-section-subtitle,
  .cid-uKu9HrmhyR .mbr-text {
    text-align: left !important;
  }
  .cid-uKu9HrmhyR .social-list {
    text-align: left !important;
  }
}
.cid-uKu9HrmhyR .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKu9HrmhyR .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKu9HrmhyR .wrap-block .contents .mbr-subtitle,
.cid-uKu9HrmhyR .menu-content-right {
  color: #e53712;
}
.cid-uKu9HrEt4e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu9HrEt4e .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu9HrEt4e .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu9HrEt4e .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu9HrEt4e .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu9HrEt4e .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu9HrEt4e .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu9HrEt4e .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu9HrEt4e .content-wrapper:hover .image-wrapper > img,
.cid-uKu9HrEt4e .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu9HrEt4e .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu9HrEt4e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu9HrEt4e .image-wrapper,
.cid-uKu9HrEt4e img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu9HrEt4e .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu9HrEt4e .card_post {
    padding: 20px;
  }
}
.cid-uKu9HrEt4e .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu9HrEt4e .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu9HrEt4e .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu9HrEt4e .item-title,
.cid-uKu9HrEt4e .card_topic {
  margin-bottom: 12px;
}
.cid-uKu9HrEt4e .category_content {
  opacity: .8;
}
.cid-uKu9HrEt4e .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu9HrEt4e .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu9HrEt4e .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu9HrW1Gz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKu9HrW1Gz .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKu9HrW1Gz .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKu9HrW1Gz .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKu9HrW1Gz .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKu9HrW1Gz .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKu9HrW1Gz .row {
  flex-direction: row-reverse;
}
.cid-uKu9HrW1Gz .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKu9HrW1Gz .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKu9HrW1Gz .content-wrapper:hover .image-wrapper > img,
.cid-uKu9HrW1Gz .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKu9HrW1Gz .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKu9HrW1Gz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKu9HrW1Gz .image-wrapper,
.cid-uKu9HrW1Gz img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKu9HrW1Gz .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKu9HrW1Gz .card_post {
    padding: 20px;
  }
}
.cid-uKu9HrW1Gz .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKu9HrW1Gz .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKu9HrW1Gz .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKu9HrW1Gz .item-title,
.cid-uKu9HrW1Gz .card_topic {
  margin-bottom: 12px;
}
.cid-uKu9HrW1Gz .category_content {
  opacity: .8;
}
.cid-uKu9HrW1Gz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKu9HrW1Gz .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKu9HrW1Gz .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKu9HsbdeW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKu9HsbdeW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKu9HsbdeW .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKu9HsbdeW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKu9HsbdeW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKu9HsbdeW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKu9HsbdeW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKu9HsbdeW .mbr-section-btn .btn-secondary-outline .active,
.cid-uKu9HsbdeW .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKu9HsbdeW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKu9HsbdeW .image_post {
  display: inline-block;
}
.cid-uKu9HsbdeW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKu9HsbdeW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKu9Hsruio {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKu9Hsruio .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKu9Hsruio .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKu9Hsruio .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKu9Hsruio .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKu9Hsruio .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKu9Hsruio .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKu9Hsruio .privacy {
    text-align: left;
  }
}
.cid-uKu9Hsruio .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKu9Hsruio .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKu9Hsruio .divider {
    margin: 20px 0;
  }
  .cid-uKu9Hsruio .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKu9Hsruio .footer_wrap img {
    margin: auto;
  }
  .cid-uKu9Hsruio .privacy {
    text-align: center;
  }
}
.cid-uKuasUWZeK {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKuasUWZeK {
    min-height: 170px !important;
  }
}
.cid-uKuasUWZeK .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKuasUWZeK .empty_md {
    display: block;
  }
}
.cid-uKuasUWZeK .container,
.cid-uKuasUWZeK .container-fluid,
.cid-uKuasUWZeK .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKuasUWZeK .container,
  .cid-uKuasUWZeK .container-fluid,
  .cid-uKuasUWZeK .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKuasUWZeK .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKuasUWZeK .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKuasUWZeK .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKuasUWZeK .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKuasUWZeK .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKuasUWZeK .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKuasUWZeK .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKuasUWZeK .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKuasUWZeK .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKuasUWZeK .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKuasUWZeK .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKuasUWZeK .empty,
  .cid-uKuasUWZeK .icons-menu {
    min-width: 265px;
  }
  .cid-uKuasUWZeK .navbar-logo {
    margin: 0;
  }
  .cid-uKuasUWZeK .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKuasUWZeK .btn {
    white-space: nowrap;
  }
  .cid-uKuasUWZeK .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKuasUWZeK .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKuasUWZeK .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKuasUWZeK .dropdown-toggle::after,
  .cid-uKuasUWZeK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKuasUWZeK .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKuasUWZeK .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKuasUWZeK .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKuasUWZeK .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKuasUWZeK .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKuasUWZeK .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKuasUWZeK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKuasUWZeK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKuasUWZeK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKuasUWZeK .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKuasUWZeK .nav-item:focus,
.cid-uKuasUWZeK .nav-link:focus {
  outline: none;
}
.cid-uKuasUWZeK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKuasUWZeK .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKuasUWZeK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKuasUWZeK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKuasUWZeK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKuasUWZeK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKuasUWZeK ul.navbar-nav li {
  margin: auto;
}
.cid-uKuasUWZeK .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKuasUWZeK .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKuasUWZeK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKuasUWZeK .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKuasUWZeK .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKuasUWZeK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKuasUWZeK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKuasUWZeK .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKuasUWZeK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKuasUWZeK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKuasUWZeK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKuasUWZeK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKuasUWZeK .navbar .icons-menu,
  .cid-uKuasUWZeK .navbar .empty {
    display: none;
  }
  .cid-uKuasUWZeK .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKuasUWZeK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKuasUWZeK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKuasUWZeK .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKuasUWZeK .navbar .container-fluid,
  .cid-uKuasUWZeK .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKuasUWZeK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKuasUWZeK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKuasUWZeK .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKuasUWZeK .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKuasUWZeK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKuasUWZeK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKuasUWZeK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKuasUWZeK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKuasUWZeK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKuasUWZeK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKuasUWZeK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKuasUWZeK .dropdown-item.active,
.cid-uKuasUWZeK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKuasUWZeK .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKuasUWZeK .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKuasUWZeK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKuasUWZeK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKuasUWZeK .navbar-buttons {
  text-align: center;
}
.cid-uKuasUWZeK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKuasUWZeK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKuasUWZeK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKuasUWZeK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKuasUWZeK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKuasUWZeK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKuasUWZeK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKuasUWZeK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKuasUWZeK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKuasUWZeK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKuasUWZeK .navbar-dropdown {
  position: absolute;
}
.cid-uKuasUWZeK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKuasUWZeK a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKuasUWZeK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKuasUWZeK .navbar {
    height: 77px;
  }
  .cid-uKuasUWZeK .navbar.opened {
    height: auto;
  }
  .cid-uKuasUWZeK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKuasVzqYo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKuasVzqYo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKuasVzqYo .photo-split {
  position: relative;
}
.cid-uKuasVzqYo .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKuasVzqYo .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKuasVzqYo .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKuasVzqYo .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKuasVzqYo .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKuasVzqYo .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKuasVzqYo .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKuasVzqYo .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKuasVzqYo .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKuasVzqYo .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKuasVzqYo .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKuasVzqYo .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKuasVzqYo .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKuasVzqYo .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKuasVzqYo .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKuasVzqYo .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKuasVzqYo .photo-split .element-outer,
  .cid-uKuasVzqYo .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKuasVzqYo .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKuasVzqYo .mbr-section-title,
  .cid-uKuasVzqYo .mbr-section-subtitle,
  .cid-uKuasVzqYo .mbr-text {
    text-align: left !important;
  }
  .cid-uKuasVzqYo .social-list {
    text-align: left !important;
  }
}
.cid-uKuasVzqYo .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKuasVzqYo .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKuasVzqYo .wrap-block .contents .mbr-subtitle,
.cid-uKuasVzqYo .menu-content-right {
  color: #e53712;
}
.cid-uKuasVRtQ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKuasVRtQ8 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKuasVRtQ8 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKuasVRtQ8 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKuasVRtQ8 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKuasVRtQ8 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKuasVRtQ8 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKuasVRtQ8 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKuasVRtQ8 .content-wrapper:hover .image-wrapper > img,
.cid-uKuasVRtQ8 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKuasVRtQ8 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKuasVRtQ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKuasVRtQ8 .image-wrapper,
.cid-uKuasVRtQ8 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKuasVRtQ8 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKuasVRtQ8 .card_post {
    padding: 20px;
  }
}
.cid-uKuasVRtQ8 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKuasVRtQ8 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKuasVRtQ8 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKuasVRtQ8 .item-title,
.cid-uKuasVRtQ8 .card_topic {
  margin-bottom: 12px;
}
.cid-uKuasVRtQ8 .category_content {
  opacity: .8;
}
.cid-uKuasVRtQ8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKuasVRtQ8 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKuasVRtQ8 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKuasW7Os8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKuasW7Os8 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKuasW7Os8 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKuasW7Os8 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKuasW7Os8 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKuasW7Os8 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKuasW7Os8 .row {
  flex-direction: row-reverse;
}
.cid-uKuasW7Os8 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKuasW7Os8 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKuasW7Os8 .content-wrapper:hover .image-wrapper > img,
.cid-uKuasW7Os8 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKuasW7Os8 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKuasW7Os8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKuasW7Os8 .image-wrapper,
.cid-uKuasW7Os8 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKuasW7Os8 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKuasW7Os8 .card_post {
    padding: 20px;
  }
}
.cid-uKuasW7Os8 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKuasW7Os8 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKuasW7Os8 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKuasW7Os8 .item-title,
.cid-uKuasW7Os8 .card_topic {
  margin-bottom: 12px;
}
.cid-uKuasW7Os8 .category_content {
  opacity: .8;
}
.cid-uKuasW7Os8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKuasW7Os8 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKuasW7Os8 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKuasWmxeO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKuasWmxeO .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKuasWmxeO .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKuasWmxeO .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKuasWmxeO .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKuasWmxeO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKuasWmxeO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKuasWmxeO .mbr-section-btn .btn-secondary-outline .active,
.cid-uKuasWmxeO .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKuasWmxeO .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKuasWmxeO .image_post {
  display: inline-block;
}
.cid-uKuasWmxeO .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKuasWmxeO .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKuasWCkMn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKuasWCkMn .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKuasWCkMn .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKuasWCkMn .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKuasWCkMn .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKuasWCkMn .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKuasWCkMn .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKuasWCkMn .privacy {
    text-align: left;
  }
}
.cid-uKuasWCkMn .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKuasWCkMn .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKuasWCkMn .divider {
    margin: 20px 0;
  }
  .cid-uKuasWCkMn .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKuasWCkMn .footer_wrap img {
    margin: auto;
  }
  .cid-uKuasWCkMn .privacy {
    text-align: center;
  }
}
.cid-uKubhJXf4B {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKubhJXf4B {
    min-height: 170px !important;
  }
}
.cid-uKubhJXf4B .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKubhJXf4B .empty_md {
    display: block;
  }
}
.cid-uKubhJXf4B .container,
.cid-uKubhJXf4B .container-fluid,
.cid-uKubhJXf4B .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKubhJXf4B .container,
  .cid-uKubhJXf4B .container-fluid,
  .cid-uKubhJXf4B .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKubhJXf4B .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKubhJXf4B .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKubhJXf4B .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKubhJXf4B .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKubhJXf4B .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKubhJXf4B .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKubhJXf4B .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKubhJXf4B .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKubhJXf4B .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKubhJXf4B .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKubhJXf4B .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKubhJXf4B .empty,
  .cid-uKubhJXf4B .icons-menu {
    min-width: 265px;
  }
  .cid-uKubhJXf4B .navbar-logo {
    margin: 0;
  }
  .cid-uKubhJXf4B .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKubhJXf4B .btn {
    white-space: nowrap;
  }
  .cid-uKubhJXf4B .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKubhJXf4B .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKubhJXf4B .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKubhJXf4B .dropdown-toggle::after,
  .cid-uKubhJXf4B .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKubhJXf4B .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKubhJXf4B .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubhJXf4B .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKubhJXf4B .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubhJXf4B .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKubhJXf4B .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKubhJXf4B .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKubhJXf4B .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKubhJXf4B .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKubhJXf4B .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKubhJXf4B .nav-item:focus,
.cid-uKubhJXf4B .nav-link:focus {
  outline: none;
}
.cid-uKubhJXf4B .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKubhJXf4B .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKubhJXf4B .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKubhJXf4B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKubhJXf4B .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKubhJXf4B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKubhJXf4B ul.navbar-nav li {
  margin: auto;
}
.cid-uKubhJXf4B .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKubhJXf4B .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKubhJXf4B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKubhJXf4B .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKubhJXf4B .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKubhJXf4B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKubhJXf4B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKubhJXf4B .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKubhJXf4B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKubhJXf4B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKubhJXf4B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKubhJXf4B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKubhJXf4B .navbar .icons-menu,
  .cid-uKubhJXf4B .navbar .empty {
    display: none;
  }
  .cid-uKubhJXf4B .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKubhJXf4B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKubhJXf4B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKubhJXf4B .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKubhJXf4B .navbar .container-fluid,
  .cid-uKubhJXf4B .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKubhJXf4B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKubhJXf4B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKubhJXf4B .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKubhJXf4B .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKubhJXf4B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKubhJXf4B .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKubhJXf4B .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKubhJXf4B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKubhJXf4B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKubhJXf4B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKubhJXf4B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKubhJXf4B .dropdown-item.active,
.cid-uKubhJXf4B .dropdown-item:active {
  background-color: transparent;
}
.cid-uKubhJXf4B .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKubhJXf4B .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKubhJXf4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKubhJXf4B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKubhJXf4B .navbar-buttons {
  text-align: center;
}
.cid-uKubhJXf4B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKubhJXf4B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKubhJXf4B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKubhJXf4B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKubhJXf4B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKubhJXf4B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKubhJXf4B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKubhJXf4B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKubhJXf4B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKubhJXf4B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKubhJXf4B .navbar-dropdown {
  position: absolute;
}
.cid-uKubhJXf4B a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubhJXf4B a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKubhJXf4B .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKubhJXf4B .navbar {
    height: 77px;
  }
  .cid-uKubhJXf4B .navbar.opened {
    height: auto;
  }
  .cid-uKubhJXf4B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKubhKx9v7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKubhKx9v7 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKubhKx9v7 .photo-split {
  position: relative;
}
.cid-uKubhKx9v7 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKubhKx9v7 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKubhKx9v7 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKubhKx9v7 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKubhKx9v7 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKubhKx9v7 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKubhKx9v7 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKubhKx9v7 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKubhKx9v7 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKubhKx9v7 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKubhKx9v7 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKubhKx9v7 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKubhKx9v7 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKubhKx9v7 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKubhKx9v7 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKubhKx9v7 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKubhKx9v7 .photo-split .element-outer,
  .cid-uKubhKx9v7 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKubhKx9v7 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKubhKx9v7 .mbr-section-title,
  .cid-uKubhKx9v7 .mbr-section-subtitle,
  .cid-uKubhKx9v7 .mbr-text {
    text-align: left !important;
  }
  .cid-uKubhKx9v7 .social-list {
    text-align: left !important;
  }
}
.cid-uKubhKx9v7 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKubhKx9v7 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKubhKx9v7 .wrap-block .contents .mbr-subtitle,
.cid-uKubhKx9v7 .menu-content-right {
  color: #e53712;
}
.cid-uKubhKPdBL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKubhKPdBL .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKubhKPdBL .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKubhKPdBL .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKubhKPdBL .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKubhKPdBL .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKubhKPdBL .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKubhKPdBL .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKubhKPdBL .content-wrapper:hover .image-wrapper > img,
.cid-uKubhKPdBL .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKubhKPdBL .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKubhKPdBL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKubhKPdBL .image-wrapper,
.cid-uKubhKPdBL img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubhKPdBL .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKubhKPdBL .card_post {
    padding: 20px;
  }
}
.cid-uKubhKPdBL .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKubhKPdBL .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKubhKPdBL .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKubhKPdBL .item-title,
.cid-uKubhKPdBL .card_topic {
  margin-bottom: 12px;
}
.cid-uKubhKPdBL .category_content {
  opacity: .8;
}
.cid-uKubhKPdBL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKubhKPdBL .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKubhKPdBL .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKubhL7VIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKubhL7VIx .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKubhL7VIx .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKubhL7VIx .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKubhL7VIx .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKubhL7VIx .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKubhL7VIx .row {
  flex-direction: row-reverse;
}
.cid-uKubhL7VIx .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKubhL7VIx .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKubhL7VIx .content-wrapper:hover .image-wrapper > img,
.cid-uKubhL7VIx .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKubhL7VIx .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKubhL7VIx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKubhL7VIx .image-wrapper,
.cid-uKubhL7VIx img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubhL7VIx .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKubhL7VIx .card_post {
    padding: 20px;
  }
}
.cid-uKubhL7VIx .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKubhL7VIx .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKubhL7VIx .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKubhL7VIx .item-title,
.cid-uKubhL7VIx .card_topic {
  margin-bottom: 12px;
}
.cid-uKubhL7VIx .category_content {
  opacity: .8;
}
.cid-uKubhL7VIx .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKubhL7VIx .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKubhL7VIx .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKubhLlNM4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKubhLlNM4 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKubhLlNM4 .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKubhLlNM4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKubhLlNM4 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKubhLlNM4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKubhLlNM4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKubhLlNM4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKubhLlNM4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKubhLlNM4 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKubhLlNM4 .image_post {
  display: inline-block;
}
.cid-uKubhLlNM4 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKubhLlNM4 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKubhLA84j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKubhLA84j .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKubhLA84j .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKubhLA84j .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKubhLA84j .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKubhLA84j .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKubhLA84j .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKubhLA84j .privacy {
    text-align: left;
  }
}
.cid-uKubhLA84j .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKubhLA84j .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKubhLA84j .divider {
    margin: 20px 0;
  }
  .cid-uKubhLA84j .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKubhLA84j .footer_wrap img {
    margin: auto;
  }
  .cid-uKubhLA84j .privacy {
    text-align: center;
  }
}
.cid-uKubXZtaJz {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKubXZtaJz {
    min-height: 170px !important;
  }
}
.cid-uKubXZtaJz .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKubXZtaJz .empty_md {
    display: block;
  }
}
.cid-uKubXZtaJz .container,
.cid-uKubXZtaJz .container-fluid,
.cid-uKubXZtaJz .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKubXZtaJz .container,
  .cid-uKubXZtaJz .container-fluid,
  .cid-uKubXZtaJz .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKubXZtaJz .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKubXZtaJz .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKubXZtaJz .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKubXZtaJz .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKubXZtaJz .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKubXZtaJz .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKubXZtaJz .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKubXZtaJz .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKubXZtaJz .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKubXZtaJz .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKubXZtaJz .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKubXZtaJz .empty,
  .cid-uKubXZtaJz .icons-menu {
    min-width: 265px;
  }
  .cid-uKubXZtaJz .navbar-logo {
    margin: 0;
  }
  .cid-uKubXZtaJz .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKubXZtaJz .btn {
    white-space: nowrap;
  }
  .cid-uKubXZtaJz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKubXZtaJz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKubXZtaJz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKubXZtaJz .dropdown-toggle::after,
  .cid-uKubXZtaJz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKubXZtaJz .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKubXZtaJz .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubXZtaJz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKubXZtaJz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubXZtaJz .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKubXZtaJz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKubXZtaJz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKubXZtaJz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKubXZtaJz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKubXZtaJz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKubXZtaJz .nav-item:focus,
.cid-uKubXZtaJz .nav-link:focus {
  outline: none;
}
.cid-uKubXZtaJz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKubXZtaJz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKubXZtaJz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKubXZtaJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKubXZtaJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKubXZtaJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKubXZtaJz ul.navbar-nav li {
  margin: auto;
}
.cid-uKubXZtaJz .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKubXZtaJz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKubXZtaJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKubXZtaJz .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKubXZtaJz .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKubXZtaJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKubXZtaJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKubXZtaJz .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKubXZtaJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKubXZtaJz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKubXZtaJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKubXZtaJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKubXZtaJz .navbar .icons-menu,
  .cid-uKubXZtaJz .navbar .empty {
    display: none;
  }
  .cid-uKubXZtaJz .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKubXZtaJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKubXZtaJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKubXZtaJz .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKubXZtaJz .navbar .container-fluid,
  .cid-uKubXZtaJz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKubXZtaJz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKubXZtaJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKubXZtaJz .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKubXZtaJz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKubXZtaJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKubXZtaJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKubXZtaJz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKubXZtaJz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKubXZtaJz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKubXZtaJz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKubXZtaJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKubXZtaJz .dropdown-item.active,
.cid-uKubXZtaJz .dropdown-item:active {
  background-color: transparent;
}
.cid-uKubXZtaJz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKubXZtaJz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKubXZtaJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKubXZtaJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKubXZtaJz .navbar-buttons {
  text-align: center;
}
.cid-uKubXZtaJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKubXZtaJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKubXZtaJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKubXZtaJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKubXZtaJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKubXZtaJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKubXZtaJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKubXZtaJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKubXZtaJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKubXZtaJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKubXZtaJz .navbar-dropdown {
  position: absolute;
}
.cid-uKubXZtaJz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubXZtaJz a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKubXZtaJz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKubXZtaJz .navbar {
    height: 77px;
  }
  .cid-uKubXZtaJz .navbar.opened {
    height: auto;
  }
  .cid-uKubXZtaJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKubY05vLU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKubY05vLU .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKubY05vLU .photo-split {
  position: relative;
}
.cid-uKubY05vLU .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKubY05vLU .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKubY05vLU .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKubY05vLU .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKubY05vLU .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKubY05vLU .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKubY05vLU .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKubY05vLU .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKubY05vLU .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKubY05vLU .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKubY05vLU .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKubY05vLU .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKubY05vLU .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKubY05vLU .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKubY05vLU .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKubY05vLU .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKubY05vLU .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKubY05vLU .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKubY05vLU .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKubY05vLU .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKubY05vLU .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKubY05vLU .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKubY05vLU .photo-split .element-outer,
  .cid-uKubY05vLU .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKubY05vLU .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKubY05vLU .mbr-section-title,
  .cid-uKubY05vLU .mbr-section-subtitle,
  .cid-uKubY05vLU .mbr-text {
    text-align: left !important;
  }
  .cid-uKubY05vLU .social-list {
    text-align: left !important;
  }
}
.cid-uKubY05vLU .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKubY05vLU .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKubY05vLU .wrap-block .contents .mbr-subtitle,
.cid-uKubY05vLU .menu-content-right {
  color: #e53712;
}
.cid-uKubY0orcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKubY0orcs .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKubY0orcs .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKubY0orcs .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKubY0orcs .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKubY0orcs .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKubY0orcs .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKubY0orcs .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKubY0orcs .content-wrapper:hover .image-wrapper > img,
.cid-uKubY0orcs .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKubY0orcs .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKubY0orcs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKubY0orcs .image-wrapper,
.cid-uKubY0orcs img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubY0orcs .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKubY0orcs .card_post {
    padding: 20px;
  }
}
.cid-uKubY0orcs .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKubY0orcs .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKubY0orcs .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKubY0orcs .item-title,
.cid-uKubY0orcs .card_topic {
  margin-bottom: 12px;
}
.cid-uKubY0orcs .category_content {
  opacity: .8;
}
.cid-uKubY0orcs .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKubY0orcs .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKubY0orcs .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKubY0F5O3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKubY0F5O3 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKubY0F5O3 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKubY0F5O3 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKubY0F5O3 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKubY0F5O3 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKubY0F5O3 .row {
  flex-direction: row-reverse;
}
.cid-uKubY0F5O3 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKubY0F5O3 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKubY0F5O3 .content-wrapper:hover .image-wrapper > img,
.cid-uKubY0F5O3 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKubY0F5O3 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKubY0F5O3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKubY0F5O3 .image-wrapper,
.cid-uKubY0F5O3 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKubY0F5O3 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKubY0F5O3 .card_post {
    padding: 20px;
  }
}
.cid-uKubY0F5O3 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKubY0F5O3 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKubY0F5O3 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKubY0F5O3 .item-title,
.cid-uKubY0F5O3 .card_topic {
  margin-bottom: 12px;
}
.cid-uKubY0F5O3 .category_content {
  opacity: .8;
}
.cid-uKubY0F5O3 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKubY0F5O3 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKubY0F5O3 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKubY0UH0Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKubY0UH0Y .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKubY0UH0Y .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKubY0UH0Y .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKubY0UH0Y .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKubY0UH0Y .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKubY0UH0Y .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKubY0UH0Y .mbr-section-btn .btn-secondary-outline .active,
.cid-uKubY0UH0Y .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKubY0UH0Y .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKubY0UH0Y .image_post {
  display: inline-block;
}
.cid-uKubY0UH0Y .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKubY0UH0Y .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKubY1aeIJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKubY1aeIJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKubY1aeIJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKubY1aeIJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKubY1aeIJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKubY1aeIJ .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKubY1aeIJ .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKubY1aeIJ .privacy {
    text-align: left;
  }
}
.cid-uKubY1aeIJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKubY1aeIJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKubY1aeIJ .divider {
    margin: 20px 0;
  }
  .cid-uKubY1aeIJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKubY1aeIJ .footer_wrap img {
    margin: auto;
  }
  .cid-uKubY1aeIJ .privacy {
    text-align: center;
  }
}
.cid-uKucI0u2FI {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uKucI0u2FI {
    min-height: 170px !important;
  }
}
.cid-uKucI0u2FI .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKucI0u2FI .empty_md {
    display: block;
  }
}
.cid-uKucI0u2FI .container,
.cid-uKucI0u2FI .container-fluid,
.cid-uKucI0u2FI .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uKucI0u2FI .container,
  .cid-uKucI0u2FI .container-fluid,
  .cid-uKucI0u2FI .empty_md {
    min-height: 170px !important;
  }
}
.cid-uKucI0u2FI .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uKucI0u2FI .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKucI0u2FI .top_menu {
    min-height: 110px !important;
  }
}
.cid-uKucI0u2FI .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKucI0u2FI .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uKucI0u2FI .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uKucI0u2FI .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uKucI0u2FI .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uKucI0u2FI .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uKucI0u2FI .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uKucI0u2FI .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uKucI0u2FI .empty,
  .cid-uKucI0u2FI .icons-menu {
    min-width: 265px;
  }
  .cid-uKucI0u2FI .navbar-logo {
    margin: 0;
  }
  .cid-uKucI0u2FI .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uKucI0u2FI .btn {
    white-space: nowrap;
  }
  .cid-uKucI0u2FI .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKucI0u2FI .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKucI0u2FI .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKucI0u2FI .dropdown-toggle::after,
  .cid-uKucI0u2FI .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKucI0u2FI .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uKucI0u2FI .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKucI0u2FI .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uKucI0u2FI .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKucI0u2FI .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uKucI0u2FI .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uKucI0u2FI .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKucI0u2FI .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKucI0u2FI .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKucI0u2FI .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKucI0u2FI .nav-item:focus,
.cid-uKucI0u2FI .nav-link:focus {
  outline: none;
}
.cid-uKucI0u2FI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKucI0u2FI .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uKucI0u2FI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKucI0u2FI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKucI0u2FI .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKucI0u2FI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKucI0u2FI ul.navbar-nav li {
  margin: auto;
}
.cid-uKucI0u2FI .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKucI0u2FI .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKucI0u2FI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uKucI0u2FI .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uKucI0u2FI .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uKucI0u2FI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKucI0u2FI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKucI0u2FI .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uKucI0u2FI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uKucI0u2FI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKucI0u2FI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKucI0u2FI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKucI0u2FI .navbar .icons-menu,
  .cid-uKucI0u2FI .navbar .empty {
    display: none;
  }
  .cid-uKucI0u2FI .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uKucI0u2FI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKucI0u2FI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKucI0u2FI .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uKucI0u2FI .navbar .container-fluid,
  .cid-uKucI0u2FI .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKucI0u2FI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKucI0u2FI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKucI0u2FI .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uKucI0u2FI .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKucI0u2FI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uKucI0u2FI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKucI0u2FI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKucI0u2FI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKucI0u2FI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKucI0u2FI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKucI0u2FI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKucI0u2FI .dropdown-item.active,
.cid-uKucI0u2FI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKucI0u2FI .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKucI0u2FI .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uKucI0u2FI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKucI0u2FI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKucI0u2FI .navbar-buttons {
  text-align: center;
}
.cid-uKucI0u2FI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uKucI0u2FI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uKucI0u2FI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKucI0u2FI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKucI0u2FI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKucI0u2FI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKucI0u2FI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKucI0u2FI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKucI0u2FI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKucI0u2FI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKucI0u2FI .navbar-dropdown {
  position: absolute;
}
.cid-uKucI0u2FI a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKucI0u2FI a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uKucI0u2FI .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKucI0u2FI .navbar {
    height: 77px;
  }
  .cid-uKucI0u2FI .navbar.opened {
    height: auto;
  }
  .cid-uKucI0u2FI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKucI15d7a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKucI15d7a .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uKucI15d7a .photo-split {
  position: relative;
}
.cid-uKucI15d7a .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uKucI15d7a .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKucI15d7a .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKucI15d7a .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uKucI15d7a .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uKucI15d7a .wrap-block {
  padding: 3rem 3rem;
}
.cid-uKucI15d7a .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uKucI15d7a .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uKucI15d7a .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uKucI15d7a .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uKucI15d7a .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uKucI15d7a .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uKucI15d7a .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uKucI15d7a .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uKucI15d7a .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uKucI15d7a .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uKucI15d7a .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uKucI15d7a .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uKucI15d7a .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKucI15d7a .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uKucI15d7a .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uKucI15d7a .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uKucI15d7a .photo-split .element-outer,
  .cid-uKucI15d7a .photo-split .element-outer2 {
    display: none;
  }
  .cid-uKucI15d7a .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uKucI15d7a .mbr-section-title,
  .cid-uKucI15d7a .mbr-section-subtitle,
  .cid-uKucI15d7a .mbr-text {
    text-align: left !important;
  }
  .cid-uKucI15d7a .social-list {
    text-align: left !important;
  }
}
.cid-uKucI15d7a .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uKucI15d7a .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uKucI15d7a .wrap-block .contents .mbr-subtitle,
.cid-uKucI15d7a .menu-content-right {
  color: #e53712;
}
.cid-uKucI1o0Jw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKucI1o0Jw .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKucI1o0Jw .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKucI1o0Jw .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKucI1o0Jw .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKucI1o0Jw .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKucI1o0Jw .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKucI1o0Jw .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKucI1o0Jw .content-wrapper:hover .image-wrapper > img,
.cid-uKucI1o0Jw .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKucI1o0Jw .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKucI1o0Jw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKucI1o0Jw .image-wrapper,
.cid-uKucI1o0Jw img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKucI1o0Jw .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKucI1o0Jw .card_post {
    padding: 20px;
  }
}
.cid-uKucI1o0Jw .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKucI1o0Jw .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKucI1o0Jw .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKucI1o0Jw .item-title,
.cid-uKucI1o0Jw .card_topic {
  margin-bottom: 12px;
}
.cid-uKucI1o0Jw .category_content {
  opacity: .8;
}
.cid-uKucI1o0Jw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKucI1o0Jw .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKucI1o0Jw .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKucI1EkGW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKucI1EkGW .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uKucI1EkGW .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uKucI1EkGW .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uKucI1EkGW .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uKucI1EkGW .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uKucI1EkGW .row {
  flex-direction: row-reverse;
}
.cid-uKucI1EkGW .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uKucI1EkGW .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uKucI1EkGW .content-wrapper:hover .image-wrapper > img,
.cid-uKucI1EkGW .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uKucI1EkGW .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uKucI1EkGW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKucI1EkGW .image-wrapper,
.cid-uKucI1EkGW img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKucI1EkGW .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uKucI1EkGW .card_post {
    padding: 20px;
  }
}
.cid-uKucI1EkGW .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uKucI1EkGW .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uKucI1EkGW .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uKucI1EkGW .item-title,
.cid-uKucI1EkGW .card_topic {
  margin-bottom: 12px;
}
.cid-uKucI1EkGW .category_content {
  opacity: .8;
}
.cid-uKucI1EkGW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uKucI1EkGW .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uKucI1EkGW .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uKucI1TeYS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKucI1TeYS .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uKucI1TeYS .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uKucI1TeYS .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKucI1TeYS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKucI1TeYS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKucI1TeYS .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKucI1TeYS .mbr-section-btn .btn-secondary-outline .active,
.cid-uKucI1TeYS .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uKucI1TeYS .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKucI1TeYS .image_post {
  display: inline-block;
}
.cid-uKucI1TeYS .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKucI1TeYS .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKucI29cmY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uKucI29cmY .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uKucI29cmY .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uKucI29cmY .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uKucI29cmY .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uKucI29cmY .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uKucI29cmY .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKucI29cmY .privacy {
    text-align: left;
  }
}
.cid-uKucI29cmY .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uKucI29cmY .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uKucI29cmY .divider {
    margin: 20px 0;
  }
  .cid-uKucI29cmY .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uKucI29cmY .footer_wrap img {
    margin: auto;
  }
  .cid-uKucI29cmY .privacy {
    text-align: center;
  }
}
.cid-uNhzfdDnZT {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhzfdDnZT {
    min-height: 170px !important;
  }
}
.cid-uNhzfdDnZT .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhzfdDnZT .empty_md {
    display: block;
  }
}
.cid-uNhzfdDnZT .container,
.cid-uNhzfdDnZT .container-fluid,
.cid-uNhzfdDnZT .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhzfdDnZT .container,
  .cid-uNhzfdDnZT .container-fluid,
  .cid-uNhzfdDnZT .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhzfdDnZT .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhzfdDnZT .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhzfdDnZT .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhzfdDnZT .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhzfdDnZT .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhzfdDnZT .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhzfdDnZT .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhzfdDnZT .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhzfdDnZT .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhzfdDnZT .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhzfdDnZT .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhzfdDnZT .empty,
  .cid-uNhzfdDnZT .icons-menu {
    min-width: 265px;
  }
  .cid-uNhzfdDnZT .navbar-logo {
    margin: 0;
  }
  .cid-uNhzfdDnZT .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhzfdDnZT .btn {
    white-space: nowrap;
  }
  .cid-uNhzfdDnZT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhzfdDnZT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhzfdDnZT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhzfdDnZT .dropdown-toggle::after,
  .cid-uNhzfdDnZT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhzfdDnZT .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhzfdDnZT .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhzfdDnZT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhzfdDnZT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhzfdDnZT .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhzfdDnZT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhzfdDnZT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhzfdDnZT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhzfdDnZT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhzfdDnZT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhzfdDnZT .nav-item:focus,
.cid-uNhzfdDnZT .nav-link:focus {
  outline: none;
}
.cid-uNhzfdDnZT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhzfdDnZT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhzfdDnZT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhzfdDnZT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhzfdDnZT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhzfdDnZT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhzfdDnZT ul.navbar-nav li {
  margin: auto;
}
.cid-uNhzfdDnZT .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhzfdDnZT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhzfdDnZT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhzfdDnZT .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhzfdDnZT .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhzfdDnZT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhzfdDnZT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhzfdDnZT .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhzfdDnZT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhzfdDnZT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhzfdDnZT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhzfdDnZT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhzfdDnZT .navbar .icons-menu,
  .cid-uNhzfdDnZT .navbar .empty {
    display: none;
  }
  .cid-uNhzfdDnZT .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhzfdDnZT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhzfdDnZT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhzfdDnZT .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhzfdDnZT .navbar .container-fluid,
  .cid-uNhzfdDnZT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhzfdDnZT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhzfdDnZT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhzfdDnZT .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhzfdDnZT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhzfdDnZT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhzfdDnZT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhzfdDnZT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhzfdDnZT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhzfdDnZT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhzfdDnZT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhzfdDnZT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhzfdDnZT .dropdown-item.active,
.cid-uNhzfdDnZT .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhzfdDnZT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhzfdDnZT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhzfdDnZT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhzfdDnZT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhzfdDnZT .navbar-buttons {
  text-align: center;
}
.cid-uNhzfdDnZT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhzfdDnZT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhzfdDnZT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhzfdDnZT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhzfdDnZT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhzfdDnZT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhzfdDnZT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhzfdDnZT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhzfdDnZT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhzfdDnZT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhzfdDnZT .navbar-dropdown {
  position: absolute;
}
.cid-uNhzfdDnZT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhzfdDnZT a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhzfdDnZT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhzfdDnZT .navbar {
    height: 77px;
  }
  .cid-uNhzfdDnZT .navbar.opened {
    height: auto;
  }
  .cid-uNhzfdDnZT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhzfe2J3H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhzfe2J3H .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhzfe2J3H .photo-split {
  position: relative;
}
.cid-uNhzfe2J3H .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhzfe2J3H .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhzfe2J3H .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhzfe2J3H .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhzfe2J3H .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhzfe2J3H .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhzfe2J3H .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhzfe2J3H .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhzfe2J3H .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhzfe2J3H .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhzfe2J3H .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhzfe2J3H .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhzfe2J3H .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhzfe2J3H .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhzfe2J3H .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhzfe2J3H .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhzfe2J3H .photo-split .element-outer,
  .cid-uNhzfe2J3H .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhzfe2J3H .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhzfe2J3H .mbr-section-title,
  .cid-uNhzfe2J3H .mbr-section-subtitle,
  .cid-uNhzfe2J3H .mbr-text {
    text-align: left !important;
  }
  .cid-uNhzfe2J3H .social-list {
    text-align: left !important;
  }
}
.cid-uNhzfe2J3H .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhzfe2J3H .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhzfe2J3H .wrap-block .contents .mbr-subtitle,
.cid-uNhzfe2J3H .menu-content-right {
  color: #e53712;
}
.cid-uNhzfeiwdX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhzfeiwdX .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhzfeiwdX .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhzfeiwdX .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhzfeiwdX .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhzfeiwdX .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhzfeiwdX .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhzfeiwdX .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhzfeiwdX .content-wrapper:hover .image-wrapper > img,
.cid-uNhzfeiwdX .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhzfeiwdX .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhzfeiwdX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhzfeiwdX .image-wrapper,
.cid-uNhzfeiwdX img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhzfeiwdX .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhzfeiwdX .card_post {
    padding: 20px;
  }
}
.cid-uNhzfeiwdX .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhzfeiwdX .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhzfeiwdX .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhzfeiwdX .item-title,
.cid-uNhzfeiwdX .card_topic {
  margin-bottom: 12px;
}
.cid-uNhzfeiwdX .category_content {
  opacity: .8;
}
.cid-uNhzfeiwdX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhzfeiwdX .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhzfeiwdX .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhzfezx0q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhzfezx0q .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhzfezx0q .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhzfezx0q .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhzfezx0q .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhzfezx0q .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhzfezx0q .row {
  flex-direction: row-reverse;
}
.cid-uNhzfezx0q .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhzfezx0q .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhzfezx0q .content-wrapper:hover .image-wrapper > img,
.cid-uNhzfezx0q .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhzfezx0q .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhzfezx0q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhzfezx0q .image-wrapper,
.cid-uNhzfezx0q img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhzfezx0q .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhzfezx0q .card_post {
    padding: 20px;
  }
}
.cid-uNhzfezx0q .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhzfezx0q .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhzfezx0q .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhzfezx0q .item-title,
.cid-uNhzfezx0q .card_topic {
  margin-bottom: 12px;
}
.cid-uNhzfezx0q .category_content {
  opacity: .8;
}
.cid-uNhzfezx0q .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhzfezx0q .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhzfezx0q .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhzfeNRUr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhzfeNRUr .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhzfeNRUr .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhzfeNRUr .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhzfeNRUr .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhzfeNRUr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhzfeNRUr .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhzfeNRUr .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhzfeNRUr .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhzfeNRUr .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhzfeNRUr .image_post {
  display: inline-block;
}
.cid-uNhzfeNRUr .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhzfeNRUr .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhAPr2nQ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhAPr2nQ2 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhAPr2nQ2 .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhAPr2nQ2 .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhAPr2nQ2 .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhAPr2nQ2 .last-p {
  padding-bottom: 0;
}
.cid-uNhAPr2nQ2 .row {
  justify-content: center;
}
.cid-uNhzff14Gc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhzff14Gc .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhzff14Gc .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhzff14Gc .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhzff14Gc .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhzff14Gc .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhzff14Gc .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhzff14Gc .privacy {
    text-align: left;
  }
}
.cid-uNhzff14Gc .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhzff14Gc .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhzff14Gc .divider {
    margin: 20px 0;
  }
  .cid-uNhzff14Gc .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhzff14Gc .footer_wrap img {
    margin: auto;
  }
  .cid-uNhzff14Gc .privacy {
    text-align: center;
  }
}
.cid-uNhB4JqW52 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhB4JqW52 {
    min-height: 170px !important;
  }
}
.cid-uNhB4JqW52 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhB4JqW52 .empty_md {
    display: block;
  }
}
.cid-uNhB4JqW52 .container,
.cid-uNhB4JqW52 .container-fluid,
.cid-uNhB4JqW52 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhB4JqW52 .container,
  .cid-uNhB4JqW52 .container-fluid,
  .cid-uNhB4JqW52 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhB4JqW52 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhB4JqW52 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhB4JqW52 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhB4JqW52 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhB4JqW52 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhB4JqW52 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhB4JqW52 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhB4JqW52 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhB4JqW52 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhB4JqW52 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhB4JqW52 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhB4JqW52 .empty,
  .cid-uNhB4JqW52 .icons-menu {
    min-width: 265px;
  }
  .cid-uNhB4JqW52 .navbar-logo {
    margin: 0;
  }
  .cid-uNhB4JqW52 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhB4JqW52 .btn {
    white-space: nowrap;
  }
  .cid-uNhB4JqW52 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhB4JqW52 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhB4JqW52 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhB4JqW52 .dropdown-toggle::after,
  .cid-uNhB4JqW52 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhB4JqW52 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhB4JqW52 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhB4JqW52 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhB4JqW52 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhB4JqW52 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhB4JqW52 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhB4JqW52 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhB4JqW52 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhB4JqW52 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhB4JqW52 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhB4JqW52 .nav-item:focus,
.cid-uNhB4JqW52 .nav-link:focus {
  outline: none;
}
.cid-uNhB4JqW52 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhB4JqW52 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhB4JqW52 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhB4JqW52 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhB4JqW52 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhB4JqW52 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhB4JqW52 ul.navbar-nav li {
  margin: auto;
}
.cid-uNhB4JqW52 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhB4JqW52 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhB4JqW52 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhB4JqW52 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhB4JqW52 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhB4JqW52 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhB4JqW52 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhB4JqW52 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhB4JqW52 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhB4JqW52 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhB4JqW52 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhB4JqW52 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhB4JqW52 .navbar .icons-menu,
  .cid-uNhB4JqW52 .navbar .empty {
    display: none;
  }
  .cid-uNhB4JqW52 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhB4JqW52 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhB4JqW52 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhB4JqW52 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhB4JqW52 .navbar .container-fluid,
  .cid-uNhB4JqW52 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhB4JqW52 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhB4JqW52 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhB4JqW52 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhB4JqW52 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhB4JqW52 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhB4JqW52 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhB4JqW52 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhB4JqW52 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhB4JqW52 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhB4JqW52 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhB4JqW52 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhB4JqW52 .dropdown-item.active,
.cid-uNhB4JqW52 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhB4JqW52 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhB4JqW52 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhB4JqW52 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhB4JqW52 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhB4JqW52 .navbar-buttons {
  text-align: center;
}
.cid-uNhB4JqW52 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhB4JqW52 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhB4JqW52 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhB4JqW52 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhB4JqW52 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhB4JqW52 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhB4JqW52 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhB4JqW52 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhB4JqW52 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhB4JqW52 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhB4JqW52 .navbar-dropdown {
  position: absolute;
}
.cid-uNhB4JqW52 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhB4JqW52 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhB4JqW52 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhB4JqW52 .navbar {
    height: 77px;
  }
  .cid-uNhB4JqW52 .navbar.opened {
    height: auto;
  }
  .cid-uNhB4JqW52 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhB4KGozM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhB4KGozM .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhB4KGozM .photo-split {
  position: relative;
}
.cid-uNhB4KGozM .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhB4KGozM .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhB4KGozM .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhB4KGozM .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhB4KGozM .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhB4KGozM .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhB4KGozM .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhB4KGozM .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhB4KGozM .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhB4KGozM .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhB4KGozM .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhB4KGozM .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhB4KGozM .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhB4KGozM .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhB4KGozM .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhB4KGozM .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhB4KGozM .photo-split .element-outer,
  .cid-uNhB4KGozM .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhB4KGozM .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhB4KGozM .mbr-section-title,
  .cid-uNhB4KGozM .mbr-section-subtitle,
  .cid-uNhB4KGozM .mbr-text {
    text-align: left !important;
  }
  .cid-uNhB4KGozM .social-list {
    text-align: left !important;
  }
}
.cid-uNhB4KGozM .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhB4KGozM .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhB4KGozM .wrap-block .contents .mbr-subtitle,
.cid-uNhB4KGozM .menu-content-right {
  color: #e53712;
}
.cid-uNhB4LB6Xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhB4LB6Xv .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhB4LB6Xv .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhB4LB6Xv .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhB4LB6Xv .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhB4LB6Xv .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhB4LB6Xv .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhB4LB6Xv .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhB4LB6Xv .content-wrapper:hover .image-wrapper > img,
.cid-uNhB4LB6Xv .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhB4LB6Xv .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhB4LB6Xv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhB4LB6Xv .image-wrapper,
.cid-uNhB4LB6Xv img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhB4LB6Xv .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhB4LB6Xv .card_post {
    padding: 20px;
  }
}
.cid-uNhB4LB6Xv .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhB4LB6Xv .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhB4LB6Xv .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhB4LB6Xv .item-title,
.cid-uNhB4LB6Xv .card_topic {
  margin-bottom: 12px;
}
.cid-uNhB4LB6Xv .category_content {
  opacity: .8;
}
.cid-uNhB4LB6Xv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhB4LB6Xv .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhB4LB6Xv .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhB4M4f4s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhB4M4f4s .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhB4M4f4s .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhB4M4f4s .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhB4M4f4s .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhB4M4f4s .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhB4M4f4s .row {
  flex-direction: row-reverse;
}
.cid-uNhB4M4f4s .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhB4M4f4s .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhB4M4f4s .content-wrapper:hover .image-wrapper > img,
.cid-uNhB4M4f4s .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhB4M4f4s .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhB4M4f4s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhB4M4f4s .image-wrapper,
.cid-uNhB4M4f4s img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhB4M4f4s .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhB4M4f4s .card_post {
    padding: 20px;
  }
}
.cid-uNhB4M4f4s .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhB4M4f4s .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhB4M4f4s .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhB4M4f4s .item-title,
.cid-uNhB4M4f4s .card_topic {
  margin-bottom: 12px;
}
.cid-uNhB4M4f4s .category_content {
  opacity: .8;
}
.cid-uNhB4M4f4s .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhB4M4f4s .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhB4M4f4s .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhB4MxoDL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhB4MxoDL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhB4MxoDL .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhB4MxoDL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhB4MxoDL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhB4MxoDL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhB4MxoDL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhB4MxoDL .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhB4MxoDL .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhB4MxoDL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhB4MxoDL .image_post {
  display: inline-block;
}
.cid-uNhB4MxoDL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhB4MxoDL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhB4MUCkB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhB4MUCkB img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhB4MUCkB .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhB4MUCkB .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhB4MUCkB .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhB4MUCkB .last-p {
  padding-bottom: 0;
}
.cid-uNhB4MUCkB .row {
  justify-content: center;
}
.cid-uNhB4Nf0hm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhB4Nf0hm .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhB4Nf0hm .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhB4Nf0hm .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhB4Nf0hm .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhB4Nf0hm .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhB4Nf0hm .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhB4Nf0hm .privacy {
    text-align: left;
  }
}
.cid-uNhB4Nf0hm .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhB4Nf0hm .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhB4Nf0hm .divider {
    margin: 20px 0;
  }
  .cid-uNhB4Nf0hm .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhB4Nf0hm .footer_wrap img {
    margin: auto;
  }
  .cid-uNhB4Nf0hm .privacy {
    text-align: center;
  }
}
.cid-uNhBPOrV0K {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhBPOrV0K {
    min-height: 170px !important;
  }
}
.cid-uNhBPOrV0K .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhBPOrV0K .empty_md {
    display: block;
  }
}
.cid-uNhBPOrV0K .container,
.cid-uNhBPOrV0K .container-fluid,
.cid-uNhBPOrV0K .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhBPOrV0K .container,
  .cid-uNhBPOrV0K .container-fluid,
  .cid-uNhBPOrV0K .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhBPOrV0K .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhBPOrV0K .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhBPOrV0K .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhBPOrV0K .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhBPOrV0K .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhBPOrV0K .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhBPOrV0K .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhBPOrV0K .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhBPOrV0K .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhBPOrV0K .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhBPOrV0K .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhBPOrV0K .empty,
  .cid-uNhBPOrV0K .icons-menu {
    min-width: 265px;
  }
  .cid-uNhBPOrV0K .navbar-logo {
    margin: 0;
  }
  .cid-uNhBPOrV0K .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhBPOrV0K .btn {
    white-space: nowrap;
  }
  .cid-uNhBPOrV0K .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhBPOrV0K .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhBPOrV0K .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhBPOrV0K .dropdown-toggle::after,
  .cid-uNhBPOrV0K .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhBPOrV0K .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhBPOrV0K .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhBPOrV0K .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhBPOrV0K .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhBPOrV0K .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhBPOrV0K .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhBPOrV0K .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhBPOrV0K .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhBPOrV0K .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhBPOrV0K .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhBPOrV0K .nav-item:focus,
.cid-uNhBPOrV0K .nav-link:focus {
  outline: none;
}
.cid-uNhBPOrV0K .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhBPOrV0K .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhBPOrV0K .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhBPOrV0K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhBPOrV0K .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhBPOrV0K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhBPOrV0K ul.navbar-nav li {
  margin: auto;
}
.cid-uNhBPOrV0K .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhBPOrV0K .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhBPOrV0K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhBPOrV0K .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhBPOrV0K .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhBPOrV0K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhBPOrV0K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhBPOrV0K .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhBPOrV0K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhBPOrV0K .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhBPOrV0K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhBPOrV0K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhBPOrV0K .navbar .icons-menu,
  .cid-uNhBPOrV0K .navbar .empty {
    display: none;
  }
  .cid-uNhBPOrV0K .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhBPOrV0K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhBPOrV0K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhBPOrV0K .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhBPOrV0K .navbar .container-fluid,
  .cid-uNhBPOrV0K .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhBPOrV0K .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhBPOrV0K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhBPOrV0K .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhBPOrV0K .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhBPOrV0K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhBPOrV0K .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhBPOrV0K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhBPOrV0K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhBPOrV0K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhBPOrV0K .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhBPOrV0K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhBPOrV0K .dropdown-item.active,
.cid-uNhBPOrV0K .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhBPOrV0K .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhBPOrV0K .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhBPOrV0K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhBPOrV0K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhBPOrV0K .navbar-buttons {
  text-align: center;
}
.cid-uNhBPOrV0K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhBPOrV0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhBPOrV0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhBPOrV0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhBPOrV0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhBPOrV0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhBPOrV0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhBPOrV0K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhBPOrV0K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhBPOrV0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhBPOrV0K .navbar-dropdown {
  position: absolute;
}
.cid-uNhBPOrV0K a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhBPOrV0K a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhBPOrV0K .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhBPOrV0K .navbar {
    height: 77px;
  }
  .cid-uNhBPOrV0K .navbar.opened {
    height: auto;
  }
  .cid-uNhBPOrV0K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhBPP7nxN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhBPP7nxN .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhBPP7nxN .photo-split {
  position: relative;
}
.cid-uNhBPP7nxN .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhBPP7nxN .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhBPP7nxN .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhBPP7nxN .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhBPP7nxN .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhBPP7nxN .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhBPP7nxN .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhBPP7nxN .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhBPP7nxN .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhBPP7nxN .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhBPP7nxN .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhBPP7nxN .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhBPP7nxN .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhBPP7nxN .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhBPP7nxN .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhBPP7nxN .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhBPP7nxN .photo-split .element-outer,
  .cid-uNhBPP7nxN .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhBPP7nxN .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhBPP7nxN .mbr-section-title,
  .cid-uNhBPP7nxN .mbr-section-subtitle,
  .cid-uNhBPP7nxN .mbr-text {
    text-align: left !important;
  }
  .cid-uNhBPP7nxN .social-list {
    text-align: left !important;
  }
}
.cid-uNhBPP7nxN .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhBPP7nxN .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhBPP7nxN .wrap-block .contents .mbr-subtitle,
.cid-uNhBPP7nxN .menu-content-right {
  color: #e53712;
}
.cid-uNhBPPrwGj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhBPPrwGj .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhBPPrwGj .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhBPPrwGj .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhBPPrwGj .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhBPPrwGj .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhBPPrwGj .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhBPPrwGj .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhBPPrwGj .content-wrapper:hover .image-wrapper > img,
.cid-uNhBPPrwGj .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhBPPrwGj .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhBPPrwGj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhBPPrwGj .image-wrapper,
.cid-uNhBPPrwGj img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhBPPrwGj .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhBPPrwGj .card_post {
    padding: 20px;
  }
}
.cid-uNhBPPrwGj .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhBPPrwGj .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhBPPrwGj .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhBPPrwGj .item-title,
.cid-uNhBPPrwGj .card_topic {
  margin-bottom: 12px;
}
.cid-uNhBPPrwGj .category_content {
  opacity: .8;
}
.cid-uNhBPPrwGj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhBPPrwGj .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhBPPrwGj .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhBPPQ0kl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhBPPQ0kl .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhBPPQ0kl .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhBPPQ0kl .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhBPPQ0kl .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhBPPQ0kl .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhBPPQ0kl .row {
  flex-direction: row-reverse;
}
.cid-uNhBPPQ0kl .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhBPPQ0kl .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhBPPQ0kl .content-wrapper:hover .image-wrapper > img,
.cid-uNhBPPQ0kl .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhBPPQ0kl .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhBPPQ0kl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhBPPQ0kl .image-wrapper,
.cid-uNhBPPQ0kl img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhBPPQ0kl .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhBPPQ0kl .card_post {
    padding: 20px;
  }
}
.cid-uNhBPPQ0kl .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhBPPQ0kl .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhBPPQ0kl .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhBPPQ0kl .item-title,
.cid-uNhBPPQ0kl .card_topic {
  margin-bottom: 12px;
}
.cid-uNhBPPQ0kl .category_content {
  opacity: .8;
}
.cid-uNhBPPQ0kl .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhBPPQ0kl .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhBPPQ0kl .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhBPQ9MGW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhBPQ9MGW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhBPQ9MGW .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhBPQ9MGW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhBPQ9MGW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhBPQ9MGW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhBPQ9MGW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhBPQ9MGW .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhBPQ9MGW .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhBPQ9MGW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhBPQ9MGW .image_post {
  display: inline-block;
}
.cid-uNhBPQ9MGW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhBPQ9MGW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhBPQDBGW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhBPQDBGW img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhBPQDBGW .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhBPQDBGW .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhBPQDBGW .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhBPQDBGW .last-p {
  padding-bottom: 0;
}
.cid-uNhBPQDBGW .row {
  justify-content: center;
}
.cid-uNhBPQZC5R {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhBPQZC5R .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhBPQZC5R .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhBPQZC5R .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhBPQZC5R .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhBPQZC5R .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhBPQZC5R .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhBPQZC5R .privacy {
    text-align: left;
  }
}
.cid-uNhBPQZC5R .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhBPQZC5R .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhBPQZC5R .divider {
    margin: 20px 0;
  }
  .cid-uNhBPQZC5R .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhBPQZC5R .footer_wrap img {
    margin: auto;
  }
  .cid-uNhBPQZC5R .privacy {
    text-align: center;
  }
}
.cid-uNhCBE36d0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhCBE36d0 {
    min-height: 170px !important;
  }
}
.cid-uNhCBE36d0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhCBE36d0 .empty_md {
    display: block;
  }
}
.cid-uNhCBE36d0 .container,
.cid-uNhCBE36d0 .container-fluid,
.cid-uNhCBE36d0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhCBE36d0 .container,
  .cid-uNhCBE36d0 .container-fluid,
  .cid-uNhCBE36d0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhCBE36d0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhCBE36d0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhCBE36d0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhCBE36d0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhCBE36d0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhCBE36d0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhCBE36d0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhCBE36d0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhCBE36d0 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhCBE36d0 .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhCBE36d0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhCBE36d0 .empty,
  .cid-uNhCBE36d0 .icons-menu {
    min-width: 265px;
  }
  .cid-uNhCBE36d0 .navbar-logo {
    margin: 0;
  }
  .cid-uNhCBE36d0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhCBE36d0 .btn {
    white-space: nowrap;
  }
  .cid-uNhCBE36d0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhCBE36d0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhCBE36d0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhCBE36d0 .dropdown-toggle::after,
  .cid-uNhCBE36d0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhCBE36d0 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhCBE36d0 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhCBE36d0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhCBE36d0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhCBE36d0 .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhCBE36d0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhCBE36d0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhCBE36d0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhCBE36d0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhCBE36d0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhCBE36d0 .nav-item:focus,
.cid-uNhCBE36d0 .nav-link:focus {
  outline: none;
}
.cid-uNhCBE36d0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhCBE36d0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhCBE36d0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhCBE36d0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhCBE36d0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhCBE36d0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhCBE36d0 ul.navbar-nav li {
  margin: auto;
}
.cid-uNhCBE36d0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhCBE36d0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhCBE36d0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhCBE36d0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhCBE36d0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhCBE36d0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhCBE36d0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhCBE36d0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhCBE36d0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhCBE36d0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhCBE36d0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhCBE36d0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhCBE36d0 .navbar .icons-menu,
  .cid-uNhCBE36d0 .navbar .empty {
    display: none;
  }
  .cid-uNhCBE36d0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhCBE36d0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhCBE36d0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhCBE36d0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhCBE36d0 .navbar .container-fluid,
  .cid-uNhCBE36d0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhCBE36d0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhCBE36d0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhCBE36d0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhCBE36d0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhCBE36d0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhCBE36d0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhCBE36d0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhCBE36d0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhCBE36d0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhCBE36d0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhCBE36d0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhCBE36d0 .dropdown-item.active,
.cid-uNhCBE36d0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhCBE36d0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhCBE36d0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhCBE36d0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhCBE36d0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhCBE36d0 .navbar-buttons {
  text-align: center;
}
.cid-uNhCBE36d0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhCBE36d0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhCBE36d0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhCBE36d0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhCBE36d0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhCBE36d0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhCBE36d0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhCBE36d0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhCBE36d0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhCBE36d0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhCBE36d0 .navbar-dropdown {
  position: absolute;
}
.cid-uNhCBE36d0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhCBE36d0 a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhCBE36d0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhCBE36d0 .navbar {
    height: 77px;
  }
  .cid-uNhCBE36d0 .navbar.opened {
    height: auto;
  }
  .cid-uNhCBE36d0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhCBF4Ilr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhCBF4Ilr .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhCBF4Ilr .photo-split {
  position: relative;
}
.cid-uNhCBF4Ilr .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhCBF4Ilr .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhCBF4Ilr .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhCBF4Ilr .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhCBF4Ilr .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhCBF4Ilr .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhCBF4Ilr .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhCBF4Ilr .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhCBF4Ilr .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhCBF4Ilr .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhCBF4Ilr .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhCBF4Ilr .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhCBF4Ilr .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhCBF4Ilr .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhCBF4Ilr .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhCBF4Ilr .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhCBF4Ilr .photo-split .element-outer,
  .cid-uNhCBF4Ilr .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhCBF4Ilr .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhCBF4Ilr .mbr-section-title,
  .cid-uNhCBF4Ilr .mbr-section-subtitle,
  .cid-uNhCBF4Ilr .mbr-text {
    text-align: left !important;
  }
  .cid-uNhCBF4Ilr .social-list {
    text-align: left !important;
  }
}
.cid-uNhCBF4Ilr .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhCBF4Ilr .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhCBF4Ilr .wrap-block .contents .mbr-subtitle,
.cid-uNhCBF4Ilr .menu-content-right {
  color: #e53712;
}
.cid-uNhCBFwIAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhCBFwIAc .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhCBFwIAc .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhCBFwIAc .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhCBFwIAc .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhCBFwIAc .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhCBFwIAc .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhCBFwIAc .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhCBFwIAc .content-wrapper:hover .image-wrapper > img,
.cid-uNhCBFwIAc .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhCBFwIAc .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhCBFwIAc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhCBFwIAc .image-wrapper,
.cid-uNhCBFwIAc img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhCBFwIAc .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhCBFwIAc .card_post {
    padding: 20px;
  }
}
.cid-uNhCBFwIAc .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhCBFwIAc .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhCBFwIAc .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhCBFwIAc .item-title,
.cid-uNhCBFwIAc .card_topic {
  margin-bottom: 12px;
}
.cid-uNhCBFwIAc .category_content {
  opacity: .8;
}
.cid-uNhCBFwIAc .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhCBFwIAc .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhCBFwIAc .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhCBG2blt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhCBG2blt .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhCBG2blt .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhCBG2blt .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhCBG2blt .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhCBG2blt .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhCBG2blt .row {
  flex-direction: row-reverse;
}
.cid-uNhCBG2blt .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhCBG2blt .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhCBG2blt .content-wrapper:hover .image-wrapper > img,
.cid-uNhCBG2blt .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhCBG2blt .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhCBG2blt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhCBG2blt .image-wrapper,
.cid-uNhCBG2blt img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhCBG2blt .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhCBG2blt .card_post {
    padding: 20px;
  }
}
.cid-uNhCBG2blt .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhCBG2blt .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhCBG2blt .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhCBG2blt .item-title,
.cid-uNhCBG2blt .card_topic {
  margin-bottom: 12px;
}
.cid-uNhCBG2blt .category_content {
  opacity: .8;
}
.cid-uNhCBG2blt .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhCBG2blt .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhCBG2blt .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhCBGwKjM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhCBGwKjM .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhCBGwKjM .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhCBGwKjM .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhCBGwKjM .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhCBGwKjM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhCBGwKjM .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhCBGwKjM .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhCBGwKjM .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhCBGwKjM .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhCBGwKjM .image_post {
  display: inline-block;
}
.cid-uNhCBGwKjM .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhCBGwKjM .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhCBGYaZY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhCBGYaZY img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhCBGYaZY .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhCBGYaZY .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhCBGYaZY .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhCBGYaZY .last-p {
  padding-bottom: 0;
}
.cid-uNhCBGYaZY .row {
  justify-content: center;
}
.cid-uNhCBHrf9c {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhCBHrf9c .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhCBHrf9c .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhCBHrf9c .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhCBHrf9c .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhCBHrf9c .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhCBHrf9c .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhCBHrf9c .privacy {
    text-align: left;
  }
}
.cid-uNhCBHrf9c .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhCBHrf9c .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhCBHrf9c .divider {
    margin: 20px 0;
  }
  .cid-uNhCBHrf9c .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhCBHrf9c .footer_wrap img {
    margin: auto;
  }
  .cid-uNhCBHrf9c .privacy {
    text-align: center;
  }
}
.cid-uNhDiMGJhk {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhDiMGJhk {
    min-height: 170px !important;
  }
}
.cid-uNhDiMGJhk .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhDiMGJhk .empty_md {
    display: block;
  }
}
.cid-uNhDiMGJhk .container,
.cid-uNhDiMGJhk .container-fluid,
.cid-uNhDiMGJhk .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhDiMGJhk .container,
  .cid-uNhDiMGJhk .container-fluid,
  .cid-uNhDiMGJhk .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhDiMGJhk .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhDiMGJhk .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhDiMGJhk .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhDiMGJhk .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhDiMGJhk .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhDiMGJhk .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhDiMGJhk .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhDiMGJhk .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhDiMGJhk .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhDiMGJhk .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhDiMGJhk .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhDiMGJhk .empty,
  .cid-uNhDiMGJhk .icons-menu {
    min-width: 265px;
  }
  .cid-uNhDiMGJhk .navbar-logo {
    margin: 0;
  }
  .cid-uNhDiMGJhk .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhDiMGJhk .btn {
    white-space: nowrap;
  }
  .cid-uNhDiMGJhk .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhDiMGJhk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhDiMGJhk .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhDiMGJhk .dropdown-toggle::after,
  .cid-uNhDiMGJhk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhDiMGJhk .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhDiMGJhk .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDiMGJhk .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhDiMGJhk .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDiMGJhk .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhDiMGJhk .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhDiMGJhk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhDiMGJhk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhDiMGJhk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhDiMGJhk .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhDiMGJhk .nav-item:focus,
.cid-uNhDiMGJhk .nav-link:focus {
  outline: none;
}
.cid-uNhDiMGJhk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhDiMGJhk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhDiMGJhk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhDiMGJhk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhDiMGJhk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhDiMGJhk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhDiMGJhk ul.navbar-nav li {
  margin: auto;
}
.cid-uNhDiMGJhk .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhDiMGJhk .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhDiMGJhk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhDiMGJhk .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhDiMGJhk .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhDiMGJhk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhDiMGJhk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhDiMGJhk .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhDiMGJhk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhDiMGJhk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhDiMGJhk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhDiMGJhk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhDiMGJhk .navbar .icons-menu,
  .cid-uNhDiMGJhk .navbar .empty {
    display: none;
  }
  .cid-uNhDiMGJhk .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhDiMGJhk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhDiMGJhk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhDiMGJhk .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhDiMGJhk .navbar .container-fluid,
  .cid-uNhDiMGJhk .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhDiMGJhk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhDiMGJhk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhDiMGJhk .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhDiMGJhk .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhDiMGJhk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhDiMGJhk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhDiMGJhk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhDiMGJhk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhDiMGJhk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhDiMGJhk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhDiMGJhk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhDiMGJhk .dropdown-item.active,
.cid-uNhDiMGJhk .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhDiMGJhk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhDiMGJhk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhDiMGJhk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhDiMGJhk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhDiMGJhk .navbar-buttons {
  text-align: center;
}
.cid-uNhDiMGJhk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhDiMGJhk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhDiMGJhk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhDiMGJhk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhDiMGJhk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhDiMGJhk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhDiMGJhk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhDiMGJhk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhDiMGJhk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhDiMGJhk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhDiMGJhk .navbar-dropdown {
  position: absolute;
}
.cid-uNhDiMGJhk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDiMGJhk a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhDiMGJhk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhDiMGJhk .navbar {
    height: 77px;
  }
  .cid-uNhDiMGJhk .navbar.opened {
    height: auto;
  }
  .cid-uNhDiMGJhk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhDiNBVY3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhDiNBVY3 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhDiNBVY3 .photo-split {
  position: relative;
}
.cid-uNhDiNBVY3 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhDiNBVY3 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhDiNBVY3 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhDiNBVY3 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhDiNBVY3 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhDiNBVY3 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhDiNBVY3 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhDiNBVY3 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhDiNBVY3 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhDiNBVY3 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhDiNBVY3 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhDiNBVY3 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhDiNBVY3 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhDiNBVY3 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhDiNBVY3 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhDiNBVY3 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhDiNBVY3 .photo-split .element-outer,
  .cid-uNhDiNBVY3 .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhDiNBVY3 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhDiNBVY3 .mbr-section-title,
  .cid-uNhDiNBVY3 .mbr-section-subtitle,
  .cid-uNhDiNBVY3 .mbr-text {
    text-align: left !important;
  }
  .cid-uNhDiNBVY3 .social-list {
    text-align: left !important;
  }
}
.cid-uNhDiNBVY3 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhDiNBVY3 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhDiNBVY3 .wrap-block .contents .mbr-subtitle,
.cid-uNhDiNBVY3 .menu-content-right {
  color: #e53712;
}
.cid-uNhDiO1dJe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhDiO1dJe .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhDiO1dJe .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhDiO1dJe .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhDiO1dJe .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhDiO1dJe .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhDiO1dJe .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhDiO1dJe .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhDiO1dJe .content-wrapper:hover .image-wrapper > img,
.cid-uNhDiO1dJe .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhDiO1dJe .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhDiO1dJe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhDiO1dJe .image-wrapper,
.cid-uNhDiO1dJe img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDiO1dJe .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhDiO1dJe .card_post {
    padding: 20px;
  }
}
.cid-uNhDiO1dJe .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhDiO1dJe .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhDiO1dJe .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhDiO1dJe .item-title,
.cid-uNhDiO1dJe .card_topic {
  margin-bottom: 12px;
}
.cid-uNhDiO1dJe .category_content {
  opacity: .8;
}
.cid-uNhDiO1dJe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhDiO1dJe .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhDiO1dJe .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhDiOo06r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhDiOo06r .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhDiOo06r .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhDiOo06r .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhDiOo06r .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhDiOo06r .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhDiOo06r .row {
  flex-direction: row-reverse;
}
.cid-uNhDiOo06r .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhDiOo06r .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhDiOo06r .content-wrapper:hover .image-wrapper > img,
.cid-uNhDiOo06r .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhDiOo06r .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhDiOo06r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhDiOo06r .image-wrapper,
.cid-uNhDiOo06r img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDiOo06r .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhDiOo06r .card_post {
    padding: 20px;
  }
}
.cid-uNhDiOo06r .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhDiOo06r .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhDiOo06r .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhDiOo06r .item-title,
.cid-uNhDiOo06r .card_topic {
  margin-bottom: 12px;
}
.cid-uNhDiOo06r .category_content {
  opacity: .8;
}
.cid-uNhDiOo06r .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhDiOo06r .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhDiOo06r .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhDiOJJ3F {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhDiOJJ3F .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhDiOJJ3F .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhDiOJJ3F .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhDiOJJ3F .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhDiOJJ3F .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhDiOJJ3F .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhDiOJJ3F .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhDiOJJ3F .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhDiOJJ3F .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhDiOJJ3F .image_post {
  display: inline-block;
}
.cid-uNhDiOJJ3F .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhDiOJJ3F .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhDiP4H2p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhDiP4H2p img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhDiP4H2p .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhDiP4H2p .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhDiP4H2p .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhDiP4H2p .last-p {
  padding-bottom: 0;
}
.cid-uNhDiP4H2p .row {
  justify-content: center;
}
.cid-uNhDiPnd8V {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhDiPnd8V .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhDiPnd8V .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhDiPnd8V .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhDiPnd8V .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhDiPnd8V .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhDiPnd8V .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhDiPnd8V .privacy {
    text-align: left;
  }
}
.cid-uNhDiPnd8V .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhDiPnd8V .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhDiPnd8V .divider {
    margin: 20px 0;
  }
  .cid-uNhDiPnd8V .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhDiPnd8V .footer_wrap img {
    margin: auto;
  }
  .cid-uNhDiPnd8V .privacy {
    text-align: center;
  }
}
.cid-uNhDWPlW4H {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhDWPlW4H {
    min-height: 170px !important;
  }
}
.cid-uNhDWPlW4H .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhDWPlW4H .empty_md {
    display: block;
  }
}
.cid-uNhDWPlW4H .container,
.cid-uNhDWPlW4H .container-fluid,
.cid-uNhDWPlW4H .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhDWPlW4H .container,
  .cid-uNhDWPlW4H .container-fluid,
  .cid-uNhDWPlW4H .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhDWPlW4H .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhDWPlW4H .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhDWPlW4H .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhDWPlW4H .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhDWPlW4H .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhDWPlW4H .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhDWPlW4H .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhDWPlW4H .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhDWPlW4H .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhDWPlW4H .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhDWPlW4H .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhDWPlW4H .empty,
  .cid-uNhDWPlW4H .icons-menu {
    min-width: 265px;
  }
  .cid-uNhDWPlW4H .navbar-logo {
    margin: 0;
  }
  .cid-uNhDWPlW4H .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhDWPlW4H .btn {
    white-space: nowrap;
  }
  .cid-uNhDWPlW4H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhDWPlW4H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhDWPlW4H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhDWPlW4H .dropdown-toggle::after,
  .cid-uNhDWPlW4H .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhDWPlW4H .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhDWPlW4H .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDWPlW4H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhDWPlW4H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDWPlW4H .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhDWPlW4H .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhDWPlW4H .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhDWPlW4H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhDWPlW4H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhDWPlW4H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhDWPlW4H .nav-item:focus,
.cid-uNhDWPlW4H .nav-link:focus {
  outline: none;
}
.cid-uNhDWPlW4H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhDWPlW4H .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhDWPlW4H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhDWPlW4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhDWPlW4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhDWPlW4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhDWPlW4H ul.navbar-nav li {
  margin: auto;
}
.cid-uNhDWPlW4H .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhDWPlW4H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhDWPlW4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhDWPlW4H .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhDWPlW4H .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhDWPlW4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhDWPlW4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhDWPlW4H .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhDWPlW4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhDWPlW4H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhDWPlW4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhDWPlW4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhDWPlW4H .navbar .icons-menu,
  .cid-uNhDWPlW4H .navbar .empty {
    display: none;
  }
  .cid-uNhDWPlW4H .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhDWPlW4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhDWPlW4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhDWPlW4H .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhDWPlW4H .navbar .container-fluid,
  .cid-uNhDWPlW4H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhDWPlW4H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhDWPlW4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhDWPlW4H .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhDWPlW4H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhDWPlW4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhDWPlW4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhDWPlW4H .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhDWPlW4H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhDWPlW4H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhDWPlW4H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhDWPlW4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhDWPlW4H .dropdown-item.active,
.cid-uNhDWPlW4H .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhDWPlW4H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhDWPlW4H .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhDWPlW4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhDWPlW4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhDWPlW4H .navbar-buttons {
  text-align: center;
}
.cid-uNhDWPlW4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhDWPlW4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhDWPlW4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhDWPlW4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhDWPlW4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhDWPlW4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhDWPlW4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhDWPlW4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhDWPlW4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhDWPlW4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhDWPlW4H .navbar-dropdown {
  position: absolute;
}
.cid-uNhDWPlW4H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDWPlW4H a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhDWPlW4H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhDWPlW4H .navbar {
    height: 77px;
  }
  .cid-uNhDWPlW4H .navbar.opened {
    height: auto;
  }
  .cid-uNhDWPlW4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhDWQ4s0Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhDWQ4s0Q .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhDWQ4s0Q .photo-split {
  position: relative;
}
.cid-uNhDWQ4s0Q .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhDWQ4s0Q .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhDWQ4s0Q .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhDWQ4s0Q .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhDWQ4s0Q .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhDWQ4s0Q .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhDWQ4s0Q .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhDWQ4s0Q .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhDWQ4s0Q .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhDWQ4s0Q .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhDWQ4s0Q .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhDWQ4s0Q .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhDWQ4s0Q .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhDWQ4s0Q .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhDWQ4s0Q .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhDWQ4s0Q .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhDWQ4s0Q .photo-split .element-outer,
  .cid-uNhDWQ4s0Q .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhDWQ4s0Q .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhDWQ4s0Q .mbr-section-title,
  .cid-uNhDWQ4s0Q .mbr-section-subtitle,
  .cid-uNhDWQ4s0Q .mbr-text {
    text-align: left !important;
  }
  .cid-uNhDWQ4s0Q .social-list {
    text-align: left !important;
  }
}
.cid-uNhDWQ4s0Q .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhDWQ4s0Q .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhDWQ4s0Q .wrap-block .contents .mbr-subtitle,
.cid-uNhDWQ4s0Q .menu-content-right {
  color: #e53712;
}
.cid-uNhDWQoYY5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhDWQoYY5 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhDWQoYY5 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhDWQoYY5 .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhDWQoYY5 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhDWQoYY5 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhDWQoYY5 .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhDWQoYY5 .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhDWQoYY5 .content-wrapper:hover .image-wrapper > img,
.cid-uNhDWQoYY5 .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhDWQoYY5 .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhDWQoYY5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhDWQoYY5 .image-wrapper,
.cid-uNhDWQoYY5 img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDWQoYY5 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhDWQoYY5 .card_post {
    padding: 20px;
  }
}
.cid-uNhDWQoYY5 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhDWQoYY5 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhDWQoYY5 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhDWQoYY5 .item-title,
.cid-uNhDWQoYY5 .card_topic {
  margin-bottom: 12px;
}
.cid-uNhDWQoYY5 .category_content {
  opacity: .8;
}
.cid-uNhDWQoYY5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhDWQoYY5 .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhDWQoYY5 .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhDWQI46C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhDWQI46C .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhDWQI46C .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhDWQI46C .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhDWQI46C .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhDWQI46C .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhDWQI46C .row {
  flex-direction: row-reverse;
}
.cid-uNhDWQI46C .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhDWQI46C .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhDWQI46C .content-wrapper:hover .image-wrapper > img,
.cid-uNhDWQI46C .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhDWQI46C .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhDWQI46C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhDWQI46C .image-wrapper,
.cid-uNhDWQI46C img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhDWQI46C .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhDWQI46C .card_post {
    padding: 20px;
  }
}
.cid-uNhDWQI46C .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhDWQI46C .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhDWQI46C .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhDWQI46C .item-title,
.cid-uNhDWQI46C .card_topic {
  margin-bottom: 12px;
}
.cid-uNhDWQI46C .category_content {
  opacity: .8;
}
.cid-uNhDWQI46C .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhDWQI46C .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhDWQI46C .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhDWR3HxI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhDWR3HxI .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhDWR3HxI .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhDWR3HxI .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhDWR3HxI .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhDWR3HxI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhDWR3HxI .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhDWR3HxI .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhDWR3HxI .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhDWR3HxI .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhDWR3HxI .image_post {
  display: inline-block;
}
.cid-uNhDWR3HxI .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhDWR3HxI .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhDWRmjLw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhDWRmjLw img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhDWRmjLw .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhDWRmjLw .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhDWRmjLw .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhDWRmjLw .last-p {
  padding-bottom: 0;
}
.cid-uNhDWRmjLw .row {
  justify-content: center;
}
.cid-uNhDWRMzO7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhDWRMzO7 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhDWRMzO7 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhDWRMzO7 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhDWRMzO7 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhDWRMzO7 .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhDWRMzO7 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhDWRMzO7 .privacy {
    text-align: left;
  }
}
.cid-uNhDWRMzO7 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhDWRMzO7 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhDWRMzO7 .divider {
    margin: 20px 0;
  }
  .cid-uNhDWRMzO7 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhDWRMzO7 .footer_wrap img {
    margin: auto;
  }
  .cid-uNhDWRMzO7 .privacy {
    text-align: center;
  }
}
.cid-uNhESVJRbL {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhESVJRbL {
    min-height: 170px !important;
  }
}
.cid-uNhESVJRbL .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhESVJRbL .empty_md {
    display: block;
  }
}
.cid-uNhESVJRbL .container,
.cid-uNhESVJRbL .container-fluid,
.cid-uNhESVJRbL .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhESVJRbL .container,
  .cid-uNhESVJRbL .container-fluid,
  .cid-uNhESVJRbL .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhESVJRbL .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhESVJRbL .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhESVJRbL .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhESVJRbL .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhESVJRbL .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhESVJRbL .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhESVJRbL .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhESVJRbL .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhESVJRbL .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhESVJRbL .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhESVJRbL .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhESVJRbL .empty,
  .cid-uNhESVJRbL .icons-menu {
    min-width: 265px;
  }
  .cid-uNhESVJRbL .navbar-logo {
    margin: 0;
  }
  .cid-uNhESVJRbL .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhESVJRbL .btn {
    white-space: nowrap;
  }
  .cid-uNhESVJRbL .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhESVJRbL .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhESVJRbL .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhESVJRbL .dropdown-toggle::after,
  .cid-uNhESVJRbL .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhESVJRbL .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhESVJRbL .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhESVJRbL .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhESVJRbL .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhESVJRbL .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhESVJRbL .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhESVJRbL .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhESVJRbL .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhESVJRbL .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhESVJRbL .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhESVJRbL .nav-item:focus,
.cid-uNhESVJRbL .nav-link:focus {
  outline: none;
}
.cid-uNhESVJRbL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhESVJRbL .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhESVJRbL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhESVJRbL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhESVJRbL .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhESVJRbL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhESVJRbL ul.navbar-nav li {
  margin: auto;
}
.cid-uNhESVJRbL .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhESVJRbL .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhESVJRbL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhESVJRbL .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhESVJRbL .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhESVJRbL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhESVJRbL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhESVJRbL .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhESVJRbL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhESVJRbL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhESVJRbL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhESVJRbL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhESVJRbL .navbar .icons-menu,
  .cid-uNhESVJRbL .navbar .empty {
    display: none;
  }
  .cid-uNhESVJRbL .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhESVJRbL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhESVJRbL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhESVJRbL .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhESVJRbL .navbar .container-fluid,
  .cid-uNhESVJRbL .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhESVJRbL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhESVJRbL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhESVJRbL .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhESVJRbL .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhESVJRbL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhESVJRbL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhESVJRbL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhESVJRbL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhESVJRbL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhESVJRbL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhESVJRbL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhESVJRbL .dropdown-item.active,
.cid-uNhESVJRbL .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhESVJRbL .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhESVJRbL .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhESVJRbL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhESVJRbL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhESVJRbL .navbar-buttons {
  text-align: center;
}
.cid-uNhESVJRbL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhESVJRbL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhESVJRbL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhESVJRbL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhESVJRbL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhESVJRbL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhESVJRbL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhESVJRbL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhESVJRbL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhESVJRbL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhESVJRbL .navbar-dropdown {
  position: absolute;
}
.cid-uNhESVJRbL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhESVJRbL a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhESVJRbL .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhESVJRbL .navbar {
    height: 77px;
  }
  .cid-uNhESVJRbL .navbar.opened {
    height: auto;
  }
  .cid-uNhESVJRbL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhESWRa5K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhESWRa5K .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhESWRa5K .photo-split {
  position: relative;
}
.cid-uNhESWRa5K .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhESWRa5K .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhESWRa5K .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhESWRa5K .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhESWRa5K .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhESWRa5K .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhESWRa5K .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhESWRa5K .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhESWRa5K .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhESWRa5K .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhESWRa5K .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhESWRa5K .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhESWRa5K .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhESWRa5K .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhESWRa5K .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhESWRa5K .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhESWRa5K .photo-split .element-outer,
  .cid-uNhESWRa5K .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhESWRa5K .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhESWRa5K .mbr-section-title,
  .cid-uNhESWRa5K .mbr-section-subtitle,
  .cid-uNhESWRa5K .mbr-text {
    text-align: left !important;
  }
  .cid-uNhESWRa5K .social-list {
    text-align: left !important;
  }
}
.cid-uNhESWRa5K .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhESWRa5K .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhESWRa5K .wrap-block .contents .mbr-subtitle,
.cid-uNhESWRa5K .menu-content-right {
  color: #e53712;
}
.cid-uNhESXJSiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhESXJSiX .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhESXJSiX .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhESXJSiX .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhESXJSiX .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhESXJSiX .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhESXJSiX .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhESXJSiX .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhESXJSiX .content-wrapper:hover .image-wrapper > img,
.cid-uNhESXJSiX .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhESXJSiX .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhESXJSiX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhESXJSiX .image-wrapper,
.cid-uNhESXJSiX img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhESXJSiX .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhESXJSiX .card_post {
    padding: 20px;
  }
}
.cid-uNhESXJSiX .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhESXJSiX .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhESXJSiX .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhESXJSiX .item-title,
.cid-uNhESXJSiX .card_topic {
  margin-bottom: 12px;
}
.cid-uNhESXJSiX .category_content {
  opacity: .8;
}
.cid-uNhESXJSiX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhESXJSiX .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhESXJSiX .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhESYkQIi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhESYkQIi .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhESYkQIi .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhESYkQIi .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhESYkQIi .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhESYkQIi .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhESYkQIi .row {
  flex-direction: row-reverse;
}
.cid-uNhESYkQIi .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhESYkQIi .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhESYkQIi .content-wrapper:hover .image-wrapper > img,
.cid-uNhESYkQIi .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhESYkQIi .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhESYkQIi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhESYkQIi .image-wrapper,
.cid-uNhESYkQIi img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhESYkQIi .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhESYkQIi .card_post {
    padding: 20px;
  }
}
.cid-uNhESYkQIi .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhESYkQIi .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhESYkQIi .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhESYkQIi .item-title,
.cid-uNhESYkQIi .card_topic {
  margin-bottom: 12px;
}
.cid-uNhESYkQIi .category_content {
  opacity: .8;
}
.cid-uNhESYkQIi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhESYkQIi .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhESYkQIi .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhESYPbIy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhESYPbIy .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhESYPbIy .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhESYPbIy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhESYPbIy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhESYPbIy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhESYPbIy .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhESYPbIy .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhESYPbIy .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhESYPbIy .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhESYPbIy .image_post {
  display: inline-block;
}
.cid-uNhESYPbIy .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhESYPbIy .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhESZgleL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhESZgleL img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhESZgleL .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhESZgleL .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhESZgleL .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhESZgleL .last-p {
  padding-bottom: 0;
}
.cid-uNhESZgleL .row {
  justify-content: center;
}
.cid-uNhESZMFGM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhESZMFGM .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhESZMFGM .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhESZMFGM .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhESZMFGM .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhESZMFGM .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhESZMFGM .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhESZMFGM .privacy {
    text-align: left;
  }
}
.cid-uNhESZMFGM .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhESZMFGM .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhESZMFGM .divider {
    margin: 20px 0;
  }
  .cid-uNhESZMFGM .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhESZMFGM .footer_wrap img {
    margin: auto;
  }
  .cid-uNhESZMFGM .privacy {
    text-align: center;
  }
}
.cid-uNhFvpDFYT {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhFvpDFYT {
    min-height: 170px !important;
  }
}
.cid-uNhFvpDFYT .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhFvpDFYT .empty_md {
    display: block;
  }
}
.cid-uNhFvpDFYT .container,
.cid-uNhFvpDFYT .container-fluid,
.cid-uNhFvpDFYT .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhFvpDFYT .container,
  .cid-uNhFvpDFYT .container-fluid,
  .cid-uNhFvpDFYT .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhFvpDFYT .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhFvpDFYT .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhFvpDFYT .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhFvpDFYT .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhFvpDFYT .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhFvpDFYT .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhFvpDFYT .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhFvpDFYT .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhFvpDFYT .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhFvpDFYT .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhFvpDFYT .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhFvpDFYT .empty,
  .cid-uNhFvpDFYT .icons-menu {
    min-width: 265px;
  }
  .cid-uNhFvpDFYT .navbar-logo {
    margin: 0;
  }
  .cid-uNhFvpDFYT .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhFvpDFYT .btn {
    white-space: nowrap;
  }
  .cid-uNhFvpDFYT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhFvpDFYT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhFvpDFYT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhFvpDFYT .dropdown-toggle::after,
  .cid-uNhFvpDFYT .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhFvpDFYT .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhFvpDFYT .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhFvpDFYT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhFvpDFYT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhFvpDFYT .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhFvpDFYT .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhFvpDFYT .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhFvpDFYT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhFvpDFYT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhFvpDFYT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhFvpDFYT .nav-item:focus,
.cid-uNhFvpDFYT .nav-link:focus {
  outline: none;
}
.cid-uNhFvpDFYT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhFvpDFYT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhFvpDFYT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhFvpDFYT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhFvpDFYT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhFvpDFYT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhFvpDFYT ul.navbar-nav li {
  margin: auto;
}
.cid-uNhFvpDFYT .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhFvpDFYT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhFvpDFYT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhFvpDFYT .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhFvpDFYT .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhFvpDFYT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhFvpDFYT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhFvpDFYT .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhFvpDFYT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhFvpDFYT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhFvpDFYT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhFvpDFYT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhFvpDFYT .navbar .icons-menu,
  .cid-uNhFvpDFYT .navbar .empty {
    display: none;
  }
  .cid-uNhFvpDFYT .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhFvpDFYT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhFvpDFYT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhFvpDFYT .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhFvpDFYT .navbar .container-fluid,
  .cid-uNhFvpDFYT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhFvpDFYT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhFvpDFYT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhFvpDFYT .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhFvpDFYT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhFvpDFYT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhFvpDFYT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhFvpDFYT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhFvpDFYT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhFvpDFYT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhFvpDFYT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhFvpDFYT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhFvpDFYT .dropdown-item.active,
.cid-uNhFvpDFYT .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhFvpDFYT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhFvpDFYT .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhFvpDFYT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhFvpDFYT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhFvpDFYT .navbar-buttons {
  text-align: center;
}
.cid-uNhFvpDFYT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhFvpDFYT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhFvpDFYT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhFvpDFYT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhFvpDFYT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhFvpDFYT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhFvpDFYT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhFvpDFYT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhFvpDFYT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhFvpDFYT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhFvpDFYT .navbar-dropdown {
  position: absolute;
}
.cid-uNhFvpDFYT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhFvpDFYT a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhFvpDFYT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhFvpDFYT .navbar {
    height: 77px;
  }
  .cid-uNhFvpDFYT .navbar.opened {
    height: auto;
  }
  .cid-uNhFvpDFYT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhFvqaSBg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhFvqaSBg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhFvqaSBg .photo-split {
  position: relative;
}
.cid-uNhFvqaSBg .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhFvqaSBg .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhFvqaSBg .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhFvqaSBg .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhFvqaSBg .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhFvqaSBg .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhFvqaSBg .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhFvqaSBg .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhFvqaSBg .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhFvqaSBg .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhFvqaSBg .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhFvqaSBg .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhFvqaSBg .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhFvqaSBg .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhFvqaSBg .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhFvqaSBg .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhFvqaSBg .photo-split .element-outer,
  .cid-uNhFvqaSBg .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhFvqaSBg .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhFvqaSBg .mbr-section-title,
  .cid-uNhFvqaSBg .mbr-section-subtitle,
  .cid-uNhFvqaSBg .mbr-text {
    text-align: left !important;
  }
  .cid-uNhFvqaSBg .social-list {
    text-align: left !important;
  }
}
.cid-uNhFvqaSBg .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhFvqaSBg .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhFvqaSBg .wrap-block .contents .mbr-subtitle,
.cid-uNhFvqaSBg .menu-content-right {
  color: #e53712;
}
.cid-uNhFvqp1iU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhFvqp1iU .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhFvqp1iU .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhFvqp1iU .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhFvqp1iU .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhFvqp1iU .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhFvqp1iU .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhFvqp1iU .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhFvqp1iU .content-wrapper:hover .image-wrapper > img,
.cid-uNhFvqp1iU .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhFvqp1iU .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhFvqp1iU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhFvqp1iU .image-wrapper,
.cid-uNhFvqp1iU img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhFvqp1iU .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhFvqp1iU .card_post {
    padding: 20px;
  }
}
.cid-uNhFvqp1iU .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhFvqp1iU .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhFvqp1iU .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhFvqp1iU .item-title,
.cid-uNhFvqp1iU .card_topic {
  margin-bottom: 12px;
}
.cid-uNhFvqp1iU .category_content {
  opacity: .8;
}
.cid-uNhFvqp1iU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhFvqp1iU .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhFvqp1iU .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhFvqGQ0P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhFvqGQ0P .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhFvqGQ0P .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhFvqGQ0P .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhFvqGQ0P .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhFvqGQ0P .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhFvqGQ0P .row {
  flex-direction: row-reverse;
}
.cid-uNhFvqGQ0P .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhFvqGQ0P .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhFvqGQ0P .content-wrapper:hover .image-wrapper > img,
.cid-uNhFvqGQ0P .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhFvqGQ0P .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhFvqGQ0P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhFvqGQ0P .image-wrapper,
.cid-uNhFvqGQ0P img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhFvqGQ0P .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhFvqGQ0P .card_post {
    padding: 20px;
  }
}
.cid-uNhFvqGQ0P .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhFvqGQ0P .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhFvqGQ0P .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhFvqGQ0P .item-title,
.cid-uNhFvqGQ0P .card_topic {
  margin-bottom: 12px;
}
.cid-uNhFvqGQ0P .category_content {
  opacity: .8;
}
.cid-uNhFvqGQ0P .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhFvqGQ0P .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhFvqGQ0P .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhFvqXCeW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhFvqXCeW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhFvqXCeW .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhFvqXCeW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhFvqXCeW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhFvqXCeW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhFvqXCeW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhFvqXCeW .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhFvqXCeW .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhFvqXCeW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhFvqXCeW .image_post {
  display: inline-block;
}
.cid-uNhFvqXCeW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhFvqXCeW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhFvrpzYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhFvrpzYP img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhFvrpzYP .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhFvrpzYP .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhFvrpzYP .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhFvrpzYP .last-p {
  padding-bottom: 0;
}
.cid-uNhFvrpzYP .row {
  justify-content: center;
}
.cid-uNhFvs1Riw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhFvs1Riw .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhFvs1Riw .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhFvs1Riw .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhFvs1Riw .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhFvs1Riw .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhFvs1Riw .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhFvs1Riw .privacy {
    text-align: left;
  }
}
.cid-uNhFvs1Riw .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhFvs1Riw .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhFvs1Riw .divider {
    margin: 20px 0;
  }
  .cid-uNhFvs1Riw .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhFvs1Riw .footer_wrap img {
    margin: auto;
  }
  .cid-uNhFvs1Riw .privacy {
    text-align: center;
  }
}
.cid-uNhGl6ti7Z {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-uNhGl6ti7Z {
    min-height: 170px !important;
  }
}
.cid-uNhGl6ti7Z .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNhGl6ti7Z .empty_md {
    display: block;
  }
}
.cid-uNhGl6ti7Z .container,
.cid-uNhGl6ti7Z .container-fluid,
.cid-uNhGl6ti7Z .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uNhGl6ti7Z .container,
  .cid-uNhGl6ti7Z .container-fluid,
  .cid-uNhGl6ti7Z .empty_md {
    min-height: 170px !important;
  }
}
.cid-uNhGl6ti7Z .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uNhGl6ti7Z .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhGl6ti7Z .top_menu {
    min-height: 110px !important;
  }
}
.cid-uNhGl6ti7Z .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNhGl6ti7Z .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uNhGl6ti7Z .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232323;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uNhGl6ti7Z .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uNhGl6ti7Z .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uNhGl6ti7Z .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uNhGl6ti7Z .icons-menu .icons-wrapper:hover {
    background: #232323;
  }
  .cid-uNhGl6ti7Z .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uNhGl6ti7Z .empty,
  .cid-uNhGl6ti7Z .icons-menu {
    min-width: 265px;
  }
  .cid-uNhGl6ti7Z .navbar-logo {
    margin: 0;
  }
  .cid-uNhGl6ti7Z .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uNhGl6ti7Z .btn {
    white-space: nowrap;
  }
  .cid-uNhGl6ti7Z .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNhGl6ti7Z .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNhGl6ti7Z .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uNhGl6ti7Z .dropdown-toggle::after,
  .cid-uNhGl6ti7Z .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uNhGl6ti7Z .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uNhGl6ti7Z .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhGl6ti7Z .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uNhGl6ti7Z .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhGl6ti7Z .dropdown-menu .dropdown-item:hover {
  color: #6f6f6f !important;
  background-color: #f8f8f8;
}
.cid-uNhGl6ti7Z .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uNhGl6ti7Z .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNhGl6ti7Z .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNhGl6ti7Z .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uNhGl6ti7Z .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uNhGl6ti7Z .nav-item:focus,
.cid-uNhGl6ti7Z .nav-link:focus {
  outline: none;
}
.cid-uNhGl6ti7Z .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNhGl6ti7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uNhGl6ti7Z .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNhGl6ti7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNhGl6ti7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNhGl6ti7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNhGl6ti7Z ul.navbar-nav li {
  margin: auto;
}
.cid-uNhGl6ti7Z .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uNhGl6ti7Z .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uNhGl6ti7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNhGl6ti7Z .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uNhGl6ti7Z .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uNhGl6ti7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNhGl6ti7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNhGl6ti7Z .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-uNhGl6ti7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-uNhGl6ti7Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNhGl6ti7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNhGl6ti7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNhGl6ti7Z .navbar .icons-menu,
  .cid-uNhGl6ti7Z .navbar .empty {
    display: none;
  }
  .cid-uNhGl6ti7Z .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uNhGl6ti7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNhGl6ti7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNhGl6ti7Z .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uNhGl6ti7Z .navbar .container-fluid,
  .cid-uNhGl6ti7Z .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uNhGl6ti7Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNhGl6ti7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNhGl6ti7Z .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uNhGl6ti7Z .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uNhGl6ti7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uNhGl6ti7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNhGl6ti7Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uNhGl6ti7Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNhGl6ti7Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNhGl6ti7Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNhGl6ti7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNhGl6ti7Z .dropdown-item.active,
.cid-uNhGl6ti7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uNhGl6ti7Z .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNhGl6ti7Z .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uNhGl6ti7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNhGl6ti7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNhGl6ti7Z .navbar-buttons {
  text-align: center;
}
.cid-uNhGl6ti7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uNhGl6ti7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uNhGl6ti7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNhGl6ti7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhGl6ti7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNhGl6ti7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNhGl6ti7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhGl6ti7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNhGl6ti7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNhGl6ti7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNhGl6ti7Z .navbar-dropdown {
  position: absolute;
}
.cid-uNhGl6ti7Z a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhGl6ti7Z a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-uNhGl6ti7Z .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNhGl6ti7Z .navbar {
    height: 77px;
  }
  .cid-uNhGl6ti7Z .navbar.opened {
    height: auto;
  }
  .cid-uNhGl6ti7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhGl7HsHJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNhGl7HsHJ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uNhGl7HsHJ .photo-split {
  position: relative;
}
.cid-uNhGl7HsHJ .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uNhGl7HsHJ .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhGl7HsHJ .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhGl7HsHJ .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uNhGl7HsHJ .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uNhGl7HsHJ .wrap-block {
  padding: 3rem 3rem;
}
.cid-uNhGl7HsHJ .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uNhGl7HsHJ .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uNhGl7HsHJ .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uNhGl7HsHJ .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uNhGl7HsHJ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uNhGl7HsHJ .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uNhGl7HsHJ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uNhGl7HsHJ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uNhGl7HsHJ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uNhGl7HsHJ .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uNhGl7HsHJ .photo-split .element-outer,
  .cid-uNhGl7HsHJ .photo-split .element-outer2 {
    display: none;
  }
  .cid-uNhGl7HsHJ .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhGl7HsHJ .mbr-section-title,
  .cid-uNhGl7HsHJ .mbr-section-subtitle,
  .cid-uNhGl7HsHJ .mbr-text {
    text-align: left !important;
  }
  .cid-uNhGl7HsHJ .social-list {
    text-align: left !important;
  }
}
.cid-uNhGl7HsHJ .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uNhGl7HsHJ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uNhGl7HsHJ .wrap-block .contents .mbr-subtitle,
.cid-uNhGl7HsHJ .menu-content-right {
  color: #e53712;
}
.cid-uNhGl8qh4j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhGl8qh4j .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhGl8qh4j .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhGl8qh4j .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhGl8qh4j .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhGl8qh4j .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhGl8qh4j .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhGl8qh4j .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhGl8qh4j .content-wrapper:hover .image-wrapper > img,
.cid-uNhGl8qh4j .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhGl8qh4j .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhGl8qh4j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhGl8qh4j .image-wrapper,
.cid-uNhGl8qh4j img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhGl8qh4j .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhGl8qh4j .card_post {
    padding: 20px;
  }
}
.cid-uNhGl8qh4j .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhGl8qh4j .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhGl8qh4j .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhGl8qh4j .item-title,
.cid-uNhGl8qh4j .card_topic {
  margin-bottom: 12px;
}
.cid-uNhGl8qh4j .category_content {
  opacity: .8;
}
.cid-uNhGl8qh4j .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhGl8qh4j .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhGl8qh4j .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhGl90Vtk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhGl90Vtk .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uNhGl90Vtk .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uNhGl90Vtk .text-wrapper {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .cid-uNhGl90Vtk .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uNhGl90Vtk .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uNhGl90Vtk .row {
  flex-direction: row-reverse;
}
.cid-uNhGl90Vtk .content-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.cid-uNhGl90Vtk .content-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-uNhGl90Vtk .content-wrapper:hover .image-wrapper > img,
.cid-uNhGl90Vtk .content-wrapper:hover .image-wrapper > a img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uNhGl90Vtk .content-wrapper:hover .item-title a {
  color: #ffffff !important;
}
.cid-uNhGl90Vtk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNhGl90Vtk .image-wrapper,
.cid-uNhGl90Vtk img {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uNhGl90Vtk .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uNhGl90Vtk .card_post {
    padding: 20px;
  }
}
.cid-uNhGl90Vtk .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uNhGl90Vtk .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}
.cid-uNhGl90Vtk .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uNhGl90Vtk .item-title,
.cid-uNhGl90Vtk .card_topic {
  margin-bottom: 12px;
}
.cid-uNhGl90Vtk .category_content {
  opacity: .8;
}
.cid-uNhGl90Vtk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uNhGl90Vtk .mbr-section-btn .btn-secondary-outline {
  background-color: transparent !important;
  padding: 3px 0;
  border: none !important;
}
.cid-uNhGl90Vtk .mbr-section-btn .btn-secondary-outline:hover {
  color: #6f6f6f !important;
}
.cid-uNhGl9i3Mc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNhGl9i3Mc .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #f14105;
  border-bottom: 1px solid #f14105;
  z-index: 1;
}
.cid-uNhGl9i3Mc .content_wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-uNhGl9i3Mc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uNhGl9i3Mc .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uNhGl9i3Mc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uNhGl9i3Mc .mbr-section-btn .btn-secondary-outline:hover,
.cid-uNhGl9i3Mc .mbr-section-btn .btn-secondary-outline .active,
.cid-uNhGl9i3Mc .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uNhGl9i3Mc .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uNhGl9i3Mc .image_post {
  display: inline-block;
}
.cid-uNhGl9i3Mc .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uNhGl9i3Mc .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uNhGl9PZGA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNhGl9PZGA img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-uNhGl9PZGA .right {
  display: flex;
  flex-direction: column;
}
.cid-uNhGl9PZGA .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-uNhGl9PZGA .p {
  padding-bottom: 17px;
  color: #1b745e;
}
.cid-uNhGl9PZGA .last-p {
  padding-bottom: 0;
}
.cid-uNhGl9PZGA .row {
  justify-content: center;
}
.cid-uNhGlaihdk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a191d;
}
.cid-uNhGlaihdk .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uNhGlaihdk .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uNhGlaihdk .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-uNhGlaihdk .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-uNhGlaihdk .footer_items a:hover {
  color: #ffffff !important;
}
.cid-uNhGlaihdk .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNhGlaihdk .privacy {
    text-align: left;
  }
}
.cid-uNhGlaihdk .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uNhGlaihdk .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fef2ed;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-uNhGlaihdk .divider {
    margin: 20px 0;
  }
  .cid-uNhGlaihdk .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uNhGlaihdk .footer_wrap img {
    margin: auto;
  }
  .cid-uNhGlaihdk .privacy {
    text-align: center;
  }
}
