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





body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Spartan', 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: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((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: #e53712 !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: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !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: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !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: #e53712 !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: #86200b !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: #e53712;
}
.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: #fbd1c8;
}
.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: #1a191d;
}
@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;
}
@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: #ffffff;
    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: #ffffff;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #000000;
  }
  .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: #1a191d;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #1a191d !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 .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: #1a191d !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: #1a191d;
}
.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: #ffffff;
}
.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-sa69ignI5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-sa69ignI5y .item-subtitle,
.cid-sa69ignI5y .item-title,
.cid-sa69ignI5y .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sa69ignI5y .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa69ignI5y .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sa69ignI5y .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sa69ignI5y .item:focus,
.cid-sa69ignI5y span:focus {
  outline: none;
}
.cid-sa69ignI5y .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sa69ignI5y .item {
    margin-bottom: 5rem;
  }
  .cid-sa69ignI5y .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sa69ignI5y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sa69ignI5y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sa69ignI5y .item {
  padding: 0;
  margin: 0;
}
.cid-sa69ignI5y .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 650px;
}
.cid-sa69ignI5y .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sa69ignI5y .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sa69ignI5y .item-content > div,
.cid-sa69ignI5y .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sa69ignI5y .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sa69ignI5y .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sa69ignI5y .item-content {
    padding: 30px 20px;
  }
}
.cid-sa6etrijTb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-sa6etrijTb .item-subtitle,
.cid-sa6etrijTb .item-title,
.cid-sa6etrijTb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sa6etrijTb .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6etrijTb .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-sa6etrijTb .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-sa6etrijTb .item:focus,
.cid-sa6etrijTb span:focus {
  outline: none;
}
.cid-sa6etrijTb .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sa6etrijTb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sa6etrijTb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sa6etrijTb .item {
  padding: 0;
  margin: 0;
}
.cid-sa6etrijTb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-sa6etrijTb .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-sa6etrijTb .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-sa6etrijTb .item-content > div,
.cid-sa6etrijTb .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-sa6etrijTb .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-sa6etrijTb .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-sa6etrijTb .item-content {
    padding: 30px 20px;
  }
}
.cid-sa6fpttrbS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.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: #ffffff;
}
.cid-sa6fpttrbS .mbr-section-title {
  color: #ffffff;
}
.cid-sa6ho41MLl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1a191d;
}
.cid-sa6ho41MLl .item-wrapper:hover .mbr-section-title a {
  color: #ffffff !important;
}
.cid-sa6ho41MLl .mbr-section-title,
.cid-sa6ho41MLl .card_topic {
  margin-bottom: 12px;
}
.cid-sa6ho41MLl .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-sa6ho41MLl .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-sa6ho41MLl .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sa6ho41MLl .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sa6ho41MLl .category_content,
.cid-sa6ho41MLl .date,
.cid-sa6ho41MLl .name_author {
  opacity: .8;
}
.cid-sa6ho41MLl .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sa6ho41MLl .mbr-section-title {
  text-align: center;
}
.cid-sa6i0BH2rp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a191d;
}
.cid-sa6i0BH2rp .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #6f6f6f;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sa6i0BH2rp .wrap {
    padding: 30px 15px;
  }
}
.cid-sa6i0BH2rp .icon_block,
.cid-sa6i0BH2rp .item-title {
  margin-bottom: 12px;
}
.cid-sa6i0BH2rp .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-sa6i0BH2rp .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-sa6i0BH2rp .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sa6i0BH2rp .mbr-section-btn {
  margin-top: 25px;
}
.cid-sa6i0BH2rp .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6jcfu6wX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a191d;
}
.cid-sa6jcfu6wX .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 1;
}
.cid-sa6jcfu6wX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sa6jcfu6wX .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sa6jcfu6wX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6jcfu6wX .mbr-section-btn .btn-secondary-outline:hover,
.cid-sa6jcfu6wX .mbr-section-btn .btn-secondary-outline .active,
.cid-sa6jcfu6wX .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-sa6jcfu6wX .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sa6jcfu6wX .image_post {
  display: inline-block;
}
.cid-sa6jcfu6wX .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-sa6jcfu6wX .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sa6jcfu6wX .mbr-text,
.cid-sa6jcfu6wX .mbr-section-btn {
  color: #ffffff;
}
.cid-sa6jcfu6wX .author_post,
.cid-sa6jcfu6wX .post_wrap {
  color: #ffffff;
}
.cid-sa6jIxi2XU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1a191d;
}
.cid-sa6jIxi2XU .mbr-section-subtitle,
.cid-sa6jIxi2XU .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sa6jIxi2XU .mbr-text {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-sa6jIxi2XU .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sa6jIxi2XU .form-control {
  border: none !important;
  padding: 14px 18px;
  background-color: #fef2ed !important;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #6f6f6f !important;
}
.cid-sa6jIxi2XU .input-group-btn {
  padding-left: 0;
}
.cid-sa6jIxi2XU .input-group-btn .btn {
  font-weight: 600;
  padding: 12px 18px;
  width: 100%;
}
.cid-sa6jIxi2XU .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sa6jIxi2XU .mbr-form .btn {
  margin: 0;
}
.cid-sa6jIxi2XU input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-sa6jIxi2XU input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-sa6jIxi2XU .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sa6jIxi2XU .image {
    margin-bottom: 2rem;
    order: 1;
  }
}
.cid-sa6jIxi2XU .mbr-section-title {
  color: #ffffff;
}
.cid-sa6jIxi2XU .mbr-section-subtitle {
  color: #ffffff;
}
.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;
  }
}
