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





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.6rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 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)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  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: #ffffff !important;
}
.bg-success {
  background-color: #80c7fe !important;
}
.bg-info {
  background-color: #ff2121 !important;
}
.bg-warning {
  background-color: #ffdf54 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-info:hover {
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #80c7fe !important;
  border-color: #80c7fe !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #80c7fe;
  border-color: #80c7fe;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #80c7fe !important;
  border-color: #80c7fe !important;
}
.btn-success:hover {
  background-color: #4db1fe !important;
  border-color: #4db1fe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdf54 !important;
  border-color: #ffdf54 !important;
  color: #544400 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #544400 !important;
  background-color: #ffdf54;
  border-color: #ffdf54;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #544400 !important;
  background-color: #ffdf54 !important;
  border-color: #ffdf54 !important;
}
.btn-warning:hover {
  background-color: #ffd521 !important;
  border-color: #ffd521 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff2121;
  color: #ff2121;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff2121 !important;
  border-color: #ff2121;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #80c7fe;
  color: #80c7fe;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #80c7fe !important;
  border-color: #80c7fe;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #80c7fe !important;
  border-color: #80c7fe !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffdf54;
  color: #ffdf54;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #544400 !important;
  background: #ffdf54 !important;
  border-color: #ffdf54;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #544400 !important;
  background-color: #ffdf54 !important;
  border-color: #ffdf54 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #80c7fe !important;
}
.text-info {
  color: #ff2121 !important;
}
.text-warning {
  color: #ffdf54 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b9afd !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ba0000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edc100 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #80c7fe;
}
.alert-info {
  background-color: #ff2121;
}
.alert-warning {
  background-color: #ffdf54;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffeded;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sJR3Qld6iu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .nav-item:focus,
.cid-sJR3Qld6iu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJR3Qld6iu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link {
    position: relative;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #17161a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJR3Qld6iu .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJR3Qld6iu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJR3Qld6iu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJR3Qld6iu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sJR3Qld6iu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJR3Qld6iu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJR3Qld6iu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJR3Qld6iu .navbar.collapsed .right-menu,
.cid-sJR3Qld6iu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show .brand-container,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJR3Qld6iu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJR3Qld6iu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJR3Qld6iu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJR3Qld6iu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJR3Qld6iu .navbar .right-menu,
  .cid-sJR3Qld6iu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJR3Qld6iu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJR3Qld6iu .navbar.navbar-short .mbr-overlay {
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJR3Qld6iu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJR3Qld6iu .dropdown-item.active,
.cid-sJR3Qld6iu .dropdown-item:active {
  background-color: transparent;
}
.cid-sJR3Qld6iu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJR3Qld6iu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJR3Qld6iu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJR3Qld6iu .navbar-buttons {
  margin-left: auto;
}
.cid-sJR3Qld6iu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu .navbar-dropdown {
  position: fixed;
}
.cid-sJR3Qld6iu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJR3Qld6iu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJR3Qld6iu .right-menu,
.cid-sJR3Qld6iu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJR3Qld6iu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e9c5a2;
  padding: 0.5rem 0;
  color: #000000;
}
.cid-sJR3Qld6iu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJR3Qld6iu .card-wrapper {
  z-index: 3;
}
.cid-sJR3Qld6iu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR6G7qMKR {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sJR6G7qMKR h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJR6G7qMKR .container {
    position: relative;
  }
  .cid-sJR6G7qMKR .row {
    margin: 0;
  }
  .cid-sJR6G7qMKR h2 {
    margin: 0;
  }
}
.cid-sJR6G7qMKR .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sJR6G7qMKR .mbr-text {
  margin-top: 1.4rem;
  text-align: right;
  color: #ffffff;
}
.cid-sJR6G7qMKR H3 {
  color: #000000;
}
.cid-sJR6G7qMKR h2 {
  text-align: left;
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/christ-almighty-960x640.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ff2121;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ff2121;
  top: 0px;
  left: -100px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
.cid-rRIkbRb1Do .mbr-media {
  display: inline-block;
}
.cid-rRIkbRb1Do .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-rRIkbRb1Do .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(233, 197, 162, 0.95);
  border-radius: 50%;
}
.cid-rRIkbRb1Do .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRIkbRb1Do .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRIkbRb1Do .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(233, 197, 162, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRIkbRb1Do .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRIkbRb1Do .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRIkbRb1Do .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRIkbRb1Do a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRIkbRb1Do a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIkbRb1Do .mbr-text,
.cid-rRIkbRb1Do .mbr-section-btn {
  color: #ffffff;
}
.cid-tqRmTUOYza {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 992px) {
  .cid-tqRmTUOYza {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.cid-tqRmTUOYza .text {
  padding: 0;
}
.cid-tqRmTUOYza section {
  position: relative;
}
.cid-tqRmTUOYza h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tqRmTUOYza .mbr-iconfont {
  padding: 0!important;
}
.cid-tqRmTUOYza .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e9c5a2;
}
.cid-tqRmTUOYza .box {
  background-image: url("../../../assets/images/admiral-mcraven-1896x701.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqRmTUOYza .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tqRmTUOYza .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tqRmTUOYza .icon-wrap span {
  padding-left: 8px;
}
.cid-tqRmTUOYza .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tqRmTUOYza .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tqRmTUOYza .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tqRmTUOYza .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tqRmTUOYza .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tqRmTUOYza a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tqRmTUOYza a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tqRmTUOYza {
    padding-top: 35px;
    padding-bottom: 7px;
  }
  .cid-tqRmTUOYza .box {
    height: 250px;
  }
  .cid-tqRmTUOYza .row {
    padding: 1rem!important;
  }
}
.cid-tqRmTUOYza H2 {
  color: #000000;
}
.cid-rSGbWQjjzK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rSGbWQjjzK p {
  line-height: 1.6;
}
.cid-rSGbWQjjzK .card-box {
  width: -webkit-fill-available;
}
.cid-rSGbWQjjzK .card-img {
  width: auto;
}
.cid-rSGbWQjjzK .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rSGbWQjjzK .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSGbWQjjzK .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rSGbWQjjzK .card {
  height: 100%;
  margin: auto;
}
.cid-rSGbWQjjzK img {
  width: 100%;
  heigth: auto;
}
.cid-rSGbWQjjzK .card-title1 {
  color: #e9c5a2;
  text-align: left;
}
.cid-rSGbWQjjzK .mbr-text1 {
  color: #e9c5a2;
  text-align: left;
}
.cid-rSGbWQjjzK .card-title2 {
  color: #e9c5a2;
}
.cid-rSGbWQjjzK .mbr-text2 {
  color: #e9c5a2;
}
@media (max-width: 576px) {
  .cid-rSGbWQjjzK .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rSGbWQjjzK .card-img {
    order: 1;
  }
  .cid-rSGbWQjjzK .card-box {
    order: 2;
  }
}
#custom-html-2p {
  /* Type valid CSS here */
}
#custom-html-2p div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-2p p {
  font-size: 60px;
  color: #e9c5a2;
}
.cid-sCj4Nv7SCl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
.cid-sCj4Nv7SCl .mbr-text,
.cid-sCj4Nv7SCl .ornament {
  text-align: center;
}
.cid-tmOOF93CNw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmOOF93CNw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmOOF93CNw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmOOF93CNw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmOOF93CNw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmOOF93CNw .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmOOF93CNw .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmOOF93CNw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmOOF93CNw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmOOF93CNw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmOOF93CNw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJR7GnByLM {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sJR7GnByLM h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJR7GnByLM .container {
    position: relative;
  }
  .cid-sJR7GnByLM .row {
    margin: 0;
  }
  .cid-sJR7GnByLM h2 {
    margin: 0;
  }
}
.cid-sJR7GnByLM .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sJR7GnByLM .mbr-text {
  margin-top: 1.4rem;
  text-align: right;
  color: #ffffff;
}
.cid-sJR7GnByLM H3 {
  color: #000000;
}
.cid-sJR7GnByLM h2 {
  text-align: left;
}
.cid-sDaznR1XkC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #e1201d);
}
.cid-sDaznR1XkC .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sDaznR1XkC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDaznR1XkC .text-content {
  padding-right: 1.5rem;
}
.cid-sDaznR1XkC .mbr-text,
.cid-sDaznR1XkC .mbr-section-btn {
  color: #000000;
}
.cid-sDaznR1XkC .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(172, 127, 116, 0.3);
  box-shadow: 0px 0px 30px rgba(172, 127, 116, 0.3);
  border-radius: .25rem;
}
.cid-sDaznR1XkC .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sDaznR1XkC .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sDaznR1XkC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sDaznR1XkC .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sDaznR1XkC .main-row {
    margin: 0;
  }
  .cid-sDaznR1XkC .mbr-section-title,
  .cid-sDaznR1XkC .mbr-text,
  .cid-sDaznR1XkC .list,
  .cid-sDaznR1XkC .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sDaznR1XkC .text-content {
    padding: 0;
  }
}
.cid-sJGc2JbaKb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sJGc2JbaKb .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-sJGc2JbaKb .mbr-text {
  margin-bottom: 20px;
}
.cid-sJGc2JbaKb .wrap {
  margin-bottom: 30px;
}
.cid-sJGc2JbaKb .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sJGc2JbaKb .card__wrap:hover .author,
.cid-sJGc2JbaKb .card__wrap:hover .date,
.cid-sJGc2JbaKb .card__wrap:hover .category__content,
.cid-sJGc2JbaKb .card__wrap:hover .category__estimate,
.cid-sJGc2JbaKb .card__wrap:hover .content__title,
.cid-sJGc2JbaKb .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-sJGc2JbaKb .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sJGc2JbaKb .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sJGc2JbaKb .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-sJGc2JbaKb .image {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sJGc2JbaKb .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sJGc2JbaKb .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sJGc2JbaKb .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sJGc2JbaKb .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-sJGc2JbaKb .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sJGc2JbaKb .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sJGc2JbaKb .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-sJGc2JbaKb .card__content > div {
  pointer-events: all;
}
.cid-sJGc2JbaKb .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-sJGc2JbaKb .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sJGc2JbaKb .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sJGc2JbaKb .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sJGc2JbaKb .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-sJGc2JbaKb .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-sJGc2JbaKb .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-sJGc2JbaKb .mbr-section-title {
  color: #ff2121;
}
.cid-sJGc2JbaKb .mbr-text,
.cid-sJGc2JbaKb .mbr-section-btn {
  color: #e9c5a2;
}
.cid-sJGc2JbaKb .date {
  color: #ffdf54;
}
.cid-sJGc2JbaKb .content__title,
.cid-sJGc2JbaKb .mbr-section-btn2 {
  color: #e9c5a2;
}
.cid-sJGc2JbaKb .category__estimate,
.cid-sJGc2JbaKb .card__topic {
  color: #e9c5a2;
}
.cid-s8vOwaeNwK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-s8vOwaeNwK .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-s8vOwaeNwK .mbr-text {
  margin-bottom: 20px;
}
.cid-s8vOwaeNwK .wrap {
  margin-bottom: 30px;
}
.cid-s8vOwaeNwK .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s8vOwaeNwK .card__wrap:hover .author,
.cid-s8vOwaeNwK .card__wrap:hover .date,
.cid-s8vOwaeNwK .card__wrap:hover .category__content,
.cid-s8vOwaeNwK .card__wrap:hover .category__estimate,
.cid-s8vOwaeNwK .card__wrap:hover .content__title,
.cid-s8vOwaeNwK .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s8vOwaeNwK .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s8vOwaeNwK .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s8vOwaeNwK .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-s8vOwaeNwK .image {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s8vOwaeNwK .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s8vOwaeNwK .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-s8vOwaeNwK .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s8vOwaeNwK .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-s8vOwaeNwK .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s8vOwaeNwK .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s8vOwaeNwK .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s8vOwaeNwK .card__content > div {
  pointer-events: all;
}
.cid-s8vOwaeNwK .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s8vOwaeNwK .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s8vOwaeNwK .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s8vOwaeNwK .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s8vOwaeNwK .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s8vOwaeNwK .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-s8vOwaeNwK .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-s8vOwaeNwK .mbr-section-title {
  color: #ff2121;
}
.cid-s8vOwaeNwK .mbr-text,
.cid-s8vOwaeNwK .mbr-section-btn {
  color: #e9c5a2;
}
.cid-s8vOwaeNwK .date {
  color: #ffdf54;
}
.cid-s8vOwaeNwK .content__title,
.cid-s8vOwaeNwK .mbr-section-btn2 {
  color: #e9c5a2;
}
.cid-s8vOwaeNwK .category__estimate,
.cid-s8vOwaeNwK .card__topic {
  color: #e9c5a2;
}
.cid-sDxnVzTStT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sDxnVzTStT .content__block {
  padding: 50px 15px;
}
.cid-sDxnVzTStT .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sDxnVzTStT .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: center;
  color: #e9c5a2;
}
.cid-sDxnVzTStT .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sDxnVzTStT .image {
  perspective: 3500px;
  position: relative;
}
.cid-sDxnVzTStT .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sDxnVzTStT .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDxnVzTStT .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sDxnVzTStT .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sDxnVzTStT .content__block {
    padding: 30px 15px;
  }
  .cid-sDxnVzTStT .mbr-figure {
    padding: 0;
  }
  .cid-sDxnVzTStT .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sDxnVzTStT .lg-push {
    right: 13%;
  }
  .cid-sDxnVzTStT .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sDxnVzTStT .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sDxnVzTStT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sDxnVzTStT .mbr-section-title {
  text-align: center;
  color: #e9c5a2;
}
.cid-sDxnVzTStT .mbr-text,
.cid-sDxnVzTStT .mbr-section-btn {
  color: #e9c5a2;
}
.cid-sqOpMPshOy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sqOpMPshOy p {
  line-height: 1.6;
}
.cid-sqOpMPshOy .card-box {
  width: -webkit-fill-available;
}
.cid-sqOpMPshOy .card-img {
  width: auto;
}
.cid-sqOpMPshOy .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sqOpMPshOy .mbr-iconfont {
  font-size: 1.5rem !important;
}
.cid-sqOpMPshOy .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sqOpMPshOy .card {
  height: 100%;
  margin: auto;
}
.cid-sqOpMPshOy img {
  width: 100%;
  heigth: auto;
}
.cid-sqOpMPshOy .card-title1 {
  color: #e9c5a2;
  text-align: left;
}
.cid-sqOpMPshOy .mbr-text1 {
  color: #e9c5a2;
  text-align: left;
}
.cid-sqOpMPshOy .card-title2 {
  color: #e9c5a2;
}
.cid-sqOpMPshOy .mbr-text2 {
  color: #e9c5a2;
}
@media (max-width: 576px) {
  .cid-sqOpMPshOy .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sqOpMPshOy .card-img {
    order: 1;
  }
  .cid-sqOpMPshOy .card-box {
    order: 2;
  }
}
.cid-sogO04e9bC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sogO04e9bC .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-sogO04e9bC .mbr-text {
  margin-bottom: 20px;
}
.cid-sogO04e9bC .wrap {
  margin-bottom: 30px;
}
.cid-sogO04e9bC .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sogO04e9bC .card__wrap:hover .author,
.cid-sogO04e9bC .card__wrap:hover .date,
.cid-sogO04e9bC .card__wrap:hover .category__content,
.cid-sogO04e9bC .card__wrap:hover .category__estimate,
.cid-sogO04e9bC .card__wrap:hover .content__title,
.cid-sogO04e9bC .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-sogO04e9bC .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sogO04e9bC .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sogO04e9bC .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-sogO04e9bC .image {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sogO04e9bC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sogO04e9bC .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sogO04e9bC .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sogO04e9bC .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-sogO04e9bC .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sogO04e9bC .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sogO04e9bC .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-sogO04e9bC .card__content > div {
  pointer-events: all;
}
.cid-sogO04e9bC .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-sogO04e9bC .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sogO04e9bC .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sogO04e9bC .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sogO04e9bC .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-sogO04e9bC .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-sogO04e9bC .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-sogO04e9bC .mbr-section-title {
  color: #ff2121;
}
.cid-sogO04e9bC .mbr-text,
.cid-sogO04e9bC .mbr-section-btn {
  color: #e9c5a2;
}
.cid-sogO04e9bC .date {
  color: #ffdf54;
}
.cid-sogO04e9bC .content__title,
.cid-sogO04e9bC .mbr-section-btn2 {
  color: #e9c5a2;
}
.cid-sogO04e9bC .category__estimate,
.cid-sogO04e9bC .card__topic {
  color: #e9c5a2;
}
.cid-soapWZKRql {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-soapWZKRql .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-soapWZKRql .mbr-text {
  margin-bottom: 20px;
}
.cid-soapWZKRql .wrap {
  margin-bottom: 30px;
}
.cid-soapWZKRql .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-soapWZKRql .card__wrap:hover .author,
.cid-soapWZKRql .card__wrap:hover .date,
.cid-soapWZKRql .card__wrap:hover .category__content,
.cid-soapWZKRql .card__wrap:hover .category__estimate,
.cid-soapWZKRql .card__wrap:hover .content__title,
.cid-soapWZKRql .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-soapWZKRql .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-soapWZKRql .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-soapWZKRql .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-soapWZKRql .image {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-soapWZKRql .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-soapWZKRql .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-soapWZKRql .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-soapWZKRql .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-soapWZKRql .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-soapWZKRql .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-soapWZKRql .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-soapWZKRql .card__content > div {
  pointer-events: all;
}
.cid-soapWZKRql .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-soapWZKRql .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-soapWZKRql .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-soapWZKRql .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-soapWZKRql .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-soapWZKRql .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-soapWZKRql .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-soapWZKRql .mbr-section-title {
  color: #ff2121;
}
.cid-soapWZKRql .mbr-text,
.cid-soapWZKRql .mbr-section-btn {
  color: #e9c5a2;
}
.cid-soapWZKRql .date {
  color: #ffdf54;
}
.cid-soapWZKRql .content__title,
.cid-soapWZKRql .mbr-section-btn2 {
  color: #e9c5a2;
}
.cid-soapWZKRql .category__estimate,
.cid-soapWZKRql .card__topic {
  color: #e9c5a2;
}
.cid-smtUYu15N8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-smtUYu15N8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-smtUYu15N8 .mbr-text {
  margin-bottom: 20px;
}
.cid-smtUYu15N8 .wrap {
  margin-bottom: 30px;
}
.cid-smtUYu15N8 .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-smtUYu15N8 .card__wrap:hover .author,
.cid-smtUYu15N8 .card__wrap:hover .date,
.cid-smtUYu15N8 .card__wrap:hover .category__content,
.cid-smtUYu15N8 .card__wrap:hover .category__estimate,
.cid-smtUYu15N8 .card__wrap:hover .content__title,
.cid-smtUYu15N8 .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-smtUYu15N8 .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-smtUYu15N8 .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-smtUYu15N8 .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-smtUYu15N8 .image {
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-smtUYu15N8 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-smtUYu15N8 .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-smtUYu15N8 .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-smtUYu15N8 .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-smtUYu15N8 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-smtUYu15N8 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-smtUYu15N8 .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-smtUYu15N8 .card__content > div {
  pointer-events: all;
}
.cid-smtUYu15N8 .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-smtUYu15N8 .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-smtUYu15N8 .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-smtUYu15N8 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-smtUYu15N8 .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-smtUYu15N8 .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-smtUYu15N8 .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-smtUYu15N8 .mbr-section-title {
  color: #ff2121;
}
.cid-smtUYu15N8 .mbr-text,
.cid-smtUYu15N8 .mbr-section-btn {
  color: #e9c5a2;
}
.cid-smtUYu15N8 .date {
  color: #ffdf54;
}
.cid-smtUYu15N8 .content__title,
.cid-smtUYu15N8 .mbr-section-btn2 {
  color: #e9c5a2;
}
.cid-smtUYu15N8 .category__content,
.cid-smtUYu15N8 .card__topic {
  color: #e9c5a2;
}
.cid-slf4VfSAh9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-slf4VfSAh9 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-slf4VfSAh9 .image {
    margin-bottom: 30px;
  }
}
.cid-slf4VfSAh9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ff2121;
}
.cid-slf4VfSAh9 .mbr-text {
  margin-bottom: 20px;
}
.cid-slf4VfSAh9 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-slf4VfSAh9 .progress {
  width: 100%;
  border-radius: 4px;
}
.cid-slf4VfSAh9 progress {
  height: 8px;
}
.cid-slf4VfSAh9 .progress_value {
  position: absolute;
  color: #ffffff;
  background-color: #17161a;
  padding: 0 8px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  height: 24px;
  line-height: 24px;
  right: 0%;
  font-weight: 600;
  width: 45px;
  font-size: 11px;
}
.cid-slf4VfSAh9 .progress_value::before {
  content: '';
  border-top: 6px solid #17161a;
  border-left: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.cid-slf4VfSAh9 .progress_value .progressbar-number,
.cid-slf4VfSAh9 .progress_value span {
  font-weight: 600;
}
.cid-slf4VfSAh9 .progress_value span {
  padding-left: 0;
  vertical-align: bottom;
  right: 8px;
  position: absolute;
  line-height: inherit;
}
.cid-slf4VfSAh9 .progress_elements {
  margin: 0 auto;
}
.cid-slf4VfSAh9 .progressbar-title p {
  margin: 5px 0;
  font-weight: 600;
}
.cid-slf4VfSAh9 .title-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cid-slf4VfSAh9 .progress1 .progressbar-number:before {
  position: absolute;
  right: 20px;
  top: 0;
  content: '100';
}
.cid-slf4VfSAh9 progress[value]::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-slf4VfSAh9 progress::-webkit-progress-value {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-slf4VfSAh9 progress[value]::-moz-progress-bar {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-slf4VfSAh9 progress::-ms-fill {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-slf4VfSAh9 .progress-primary {
  background-color: rgba(136, 136, 136, 0.1) !important;
  border: none;
  outline: none;
}
.cid-slf4VfSAh9 .progress-primary::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-slf4VfSAh9 .mbr-text,
.cid-slf4VfSAh9 .mbr-section-btn {
  text-align: left;
  color: #e9c5a2;
}
.cid-slf4VfSAh9 .progressbar-title {
  color: #e9c5a2;
}
.cid-slf9LLOoh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-slf9LLOoh0 .content__block {
  padding: 50px 15px;
}
.cid-slf9LLOoh0 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-slf9LLOoh0 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-slf9LLOoh0 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-slf9LLOoh0 .image {
  perspective: 3500px;
  position: relative;
}
.cid-slf9LLOoh0 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-slf9LLOoh0 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-slf9LLOoh0 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-slf9LLOoh0 .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-slf9LLOoh0 .content__block {
    padding: 30px 15px;
  }
  .cid-slf9LLOoh0 .mbr-figure {
    padding: 0;
  }
  .cid-slf9LLOoh0 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-slf9LLOoh0 .lg-push {
    right: 13%;
  }
  .cid-slf9LLOoh0 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-slf9LLOoh0 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-slf9LLOoh0 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-skYg0WtywX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
@media (max-width: 992px) {
  .cid-skYg0WtywX {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.cid-skYg0WtywX .text {
  padding: 0;
}
.cid-skYg0WtywX section {
  position: relative;
}
.cid-skYg0WtywX h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-skYg0WtywX .mbr-iconfont {
  padding: 0!important;
}
.cid-skYg0WtywX .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #000000;
}
.cid-skYg0WtywX .box {
  background-image: url("../../../assets/images/gunsafety-858x445.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skYg0WtywX .icon-wrap {
  background-color: #d90a2c !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-skYg0WtywX .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-skYg0WtywX .icon-wrap span {
  padding-left: 8px;
}
.cid-skYg0WtywX .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-skYg0WtywX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-skYg0WtywX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skYg0WtywX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skYg0WtywX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-skYg0WtywX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-skYg0WtywX a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-skYg0WtywX {
    padding-top: 21px;
    padding-bottom: 0px;
  }
  .cid-skYg0WtywX .box {
    height: 250px;
  }
  .cid-skYg0WtywX .row {
    padding: 1rem!important;
  }
}
.cid-skYg0WtywX H2 {
  color: #000000;
}
.cid-sEixFM1Y3P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
@media (max-width: 992px) {
  .cid-sEixFM1Y3P {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-sEixFM1Y3P .text {
  padding: 0;
}
.cid-sEixFM1Y3P section {
  position: relative;
}
.cid-sEixFM1Y3P h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sEixFM1Y3P .mbr-iconfont {
  padding: 0!important;
}
.cid-sEixFM1Y3P .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #000000;
}
.cid-sEixFM1Y3P .box {
  background-image: url("../../../assets/images/empty-chamber-crazy-1117x625.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEixFM1Y3P .icon-wrap {
  background-color: #ff2121 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEixFM1Y3P .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sEixFM1Y3P .icon-wrap span {
  padding-left: 8px;
}
.cid-sEixFM1Y3P .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sEixFM1Y3P .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sEixFM1Y3P .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sEixFM1Y3P .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sEixFM1Y3P .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sEixFM1Y3P a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sEixFM1Y3P a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEixFM1Y3P {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-sEixFM1Y3P .box {
    height: 250px;
  }
  .cid-sEixFM1Y3P .row {
    padding: 1rem!important;
  }
}
.cid-sEixFM1Y3P H2 {
  color: #000000;
}
.cid-sEixFM1Y3P DIV {
  text-align: left;
}
.cid-sEivptvcA2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 992px) {
  .cid-sEivptvcA2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.cid-sEivptvcA2 .text {
  padding: 0;
}
.cid-sEivptvcA2 section {
  position: relative;
}
.cid-sEivptvcA2 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sEivptvcA2 .mbr-iconfont {
  padding: 0!important;
}
.cid-sEivptvcA2 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #000000;
}
.cid-sEivptvcA2 .box {
  background-image: url("../../../assets/images/uscca-video-1898x683.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEivptvcA2 .icon-wrap {
  background-color: #ff2121 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEivptvcA2 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sEivptvcA2 .icon-wrap span {
  padding-left: 8px;
}
.cid-sEivptvcA2 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sEivptvcA2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sEivptvcA2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sEivptvcA2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sEivptvcA2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sEivptvcA2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sEivptvcA2 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEivptvcA2 {
    padding-top: 21px;
    padding-bottom: 7px;
  }
  .cid-sEivptvcA2 .box {
    height: 250px;
  }
  .cid-sEivptvcA2 .row {
    padding: 1rem!important;
  }
}
.cid-sEivptvcA2 H2 {
  color: #000000;
}
.cid-sJR3Qld6iu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .nav-item:focus,
.cid-sJR3Qld6iu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJR3Qld6iu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link {
    position: relative;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #17161a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJR3Qld6iu .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJR3Qld6iu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJR3Qld6iu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJR3Qld6iu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sJR3Qld6iu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJR3Qld6iu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJR3Qld6iu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJR3Qld6iu .navbar.collapsed .right-menu,
.cid-sJR3Qld6iu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show .brand-container,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJR3Qld6iu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJR3Qld6iu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJR3Qld6iu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJR3Qld6iu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJR3Qld6iu .navbar .right-menu,
  .cid-sJR3Qld6iu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJR3Qld6iu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJR3Qld6iu .navbar.navbar-short .mbr-overlay {
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJR3Qld6iu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJR3Qld6iu .dropdown-item.active,
.cid-sJR3Qld6iu .dropdown-item:active {
  background-color: transparent;
}
.cid-sJR3Qld6iu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJR3Qld6iu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJR3Qld6iu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJR3Qld6iu .navbar-buttons {
  margin-left: auto;
}
.cid-sJR3Qld6iu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu .navbar-dropdown {
  position: fixed;
}
.cid-sJR3Qld6iu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJR3Qld6iu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJR3Qld6iu .right-menu,
.cid-sJR3Qld6iu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJR3Qld6iu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e9c5a2;
  padding: 0.5rem 0;
  color: #000000;
}
.cid-sJR3Qld6iu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJR3Qld6iu .card-wrapper {
  z-index: 3;
}
.cid-sJR3Qld6iu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmOOF93CNw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmOOF93CNw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmOOF93CNw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmOOF93CNw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmOOF93CNw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmOOF93CNw .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmOOF93CNw .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmOOF93CNw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmOOF93CNw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmOOF93CNw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmOOF93CNw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJR9HfJlFH {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sJR9HfJlFH h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJR9HfJlFH .container {
    position: relative;
  }
  .cid-sJR9HfJlFH .row {
    margin: 0;
  }
  .cid-sJR9HfJlFH h2 {
    margin: 0;
  }
}
.cid-sJR9HfJlFH .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sJR9HfJlFH .mbr-text {
  margin-top: 1.4rem;
  text-align: right;
  color: #ffffff;
}
.cid-sJR9HfJlFH H3 {
  color: #000000;
}
.cid-sJR9HfJlFH h2 {
  text-align: left;
}
.cid-sDaybEUh99 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sDaybEUh99 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDaybEUh99 .container {
    position: relative;
  }
  .cid-sDaybEUh99 .row {
    margin: 0;
  }
  .cid-sDaybEUh99 h2 {
    margin: 0;
  }
}
.cid-sDaybEUh99 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sDaybEUh99 .mbr-text {
  margin-top: 1.4rem;
  text-align: center;
  color: #000000;
}
.cid-sDaybEUh99 H3 {
  color: #000000;
}
.cid-sDaybEUh99 h2 {
  text-align: left;
}
.cid-sDaEKBIuVO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #d90a2c);
}
.cid-sDaEKBIuVO .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sDaEKBIuVO .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDaEKBIuVO .text-content {
  padding-right: 1.5rem;
}
.cid-sDaEKBIuVO .mbr-text,
.cid-sDaEKBIuVO .mbr-section-btn {
  color: #000000;
}
.cid-sDaEKBIuVO .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(172, 127, 116, 0.3);
  box-shadow: 0px 0px 30px rgba(172, 127, 116, 0.3);
  border-radius: .25rem;
}
.cid-sDaEKBIuVO .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sDaEKBIuVO .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sDaEKBIuVO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sDaEKBIuVO .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sDaEKBIuVO .main-row {
    margin: 0;
  }
  .cid-sDaEKBIuVO .mbr-section-title,
  .cid-sDaEKBIuVO .mbr-text,
  .cid-sDaEKBIuVO .list,
  .cid-sDaEKBIuVO .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sDaEKBIuVO .text-content {
    padding: 0;
  }
}
.cid-sDx0VwtBnZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e9c5a2;
}
.cid-sDx0VwtBnZ .mbr-text {
  position: relative;
  text-align: left;
  color: #000000;
}
.cid-sDx0VwtBnZ .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sDx0VwtBnZ img {
  object-fit: contain;
}
.cid-sDx0VwtBnZ .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sDx0VwtBnZ .mbr-text:after,
  .cid-sDx0VwtBnZ .mbr-text:before {
    display: none;
  }
}
.cid-sDx0VwtBnZ .mbr-section-title,
.cid-sDx0VwtBnZ .logo {
  color: #000000;
  text-align: left;
}
.cid-sDxjK6WSSt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e9c5a2;
}
.cid-sDxjK6WSSt .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sDxjK6WSSt .price {
  margin-top: 5px;
}
.cid-sDxjK6WSSt .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sDxjK6WSSt .mbr-section-btn {
  margin-top: 10px;
}
.cid-sDxjK6WSSt .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-sDxjK6WSSt .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sDxjK6WSSt .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sDxjK6WSSt .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sDxjK6WSSt .content__block,
  .cid-sDxjK6WSSt .price__block {
    margin-bottom: 30px;
  }
}
.cid-sDxjK6WSSt .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sDxjK6WSSt .mbr-text,
.cid-sDxjK6WSSt .mbr-section-btn {
  color: #000000;
}
.cid-sJR3Qld6iu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .nav-item:focus,
.cid-sJR3Qld6iu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJR3Qld6iu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link {
    position: relative;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #17161a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJR3Qld6iu .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJR3Qld6iu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJR3Qld6iu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJR3Qld6iu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sJR3Qld6iu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJR3Qld6iu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJR3Qld6iu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJR3Qld6iu .navbar.collapsed .right-menu,
.cid-sJR3Qld6iu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show .brand-container,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJR3Qld6iu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJR3Qld6iu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJR3Qld6iu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJR3Qld6iu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJR3Qld6iu .navbar .right-menu,
  .cid-sJR3Qld6iu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJR3Qld6iu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJR3Qld6iu .navbar.navbar-short .mbr-overlay {
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJR3Qld6iu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJR3Qld6iu .dropdown-item.active,
.cid-sJR3Qld6iu .dropdown-item:active {
  background-color: transparent;
}
.cid-sJR3Qld6iu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJR3Qld6iu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJR3Qld6iu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJR3Qld6iu .navbar-buttons {
  margin-left: auto;
}
.cid-sJR3Qld6iu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu .navbar-dropdown {
  position: fixed;
}
.cid-sJR3Qld6iu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJR3Qld6iu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJR3Qld6iu .right-menu,
.cid-sJR3Qld6iu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJR3Qld6iu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e9c5a2;
  padding: 0.5rem 0;
  color: #000000;
}
.cid-sJR3Qld6iu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJR3Qld6iu .card-wrapper {
  z-index: 3;
}
.cid-sJR3Qld6iu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmOOF93CNw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmOOF93CNw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmOOF93CNw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmOOF93CNw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmOOF93CNw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmOOF93CNw .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmOOF93CNw .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmOOF93CNw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmOOF93CNw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmOOF93CNw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmOOF93CNw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJR7VIEezx {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sJR7VIEezx h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJR7VIEezx .container {
    position: relative;
  }
  .cid-sJR7VIEezx .row {
    margin: 0;
  }
  .cid-sJR7VIEezx h2 {
    margin: 0;
  }
}
.cid-sJR7VIEezx .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sJR7VIEezx .mbr-text {
  margin-top: 1.4rem;
  text-align: right;
  color: #ffffff;
}
.cid-sJR7VIEezx H3 {
  color: #17161a;
}
.cid-sJR7VIEezx h2 {
  text-align: left;
}
.cid-sDxisjc2dQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9c5a2;
}
.cid-sDxisjc2dQ .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-sDxisjc2dQ .price {
  margin-top: 5px;
}
.cid-sDxisjc2dQ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sDxisjc2dQ .mbr-section-btn {
  margin-top: 10px;
}
.cid-sDxisjc2dQ .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-sDxisjc2dQ .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sDxisjc2dQ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sDxisjc2dQ .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sDxisjc2dQ .content__block,
  .cid-sDxisjc2dQ .price__block {
    margin-bottom: 30px;
  }
}
.cid-sDxisjc2dQ .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-sDxisjc2dQ .mbr-text,
.cid-sDxisjc2dQ .mbr-section-btn {
  color: #000000;
}
#RS6STARContactFormSpDon-54 H3 {
  color: #000000;
}
#RS6STARContactFormSpDon-54 .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-54 #submitbutton {
  width: 100%;
  margin: 0px 0px;
}
#RS6STARContactFormSpDon-54 h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-54 small {
  font-size: 26px;
}
#RS6STARContactFormSpDon-54 .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-54 .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-54 .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-54 .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-54 .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-54 #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-54 #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-54 #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-54 #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSpDon-54 #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSpDon-54 #sendbutton {
  text-align: left;
}
#RS6STARContactFormSpDon-54 .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-54 .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-54 .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-54 .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-54 .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-54 .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-54 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-54 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-54 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-54 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-54 #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-54 #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-54 #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-54 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-54 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-54 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-54 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-54 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-54 #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-54 .form-control {
  padding: .5em .5em !important;
}
.cid-sJR3Qld6iu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .nav-item:focus,
.cid-sJR3Qld6iu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJR3Qld6iu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link {
    position: relative;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #17161a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJR3Qld6iu .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJR3Qld6iu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJR3Qld6iu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJR3Qld6iu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sJR3Qld6iu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJR3Qld6iu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJR3Qld6iu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJR3Qld6iu .navbar.collapsed .right-menu,
.cid-sJR3Qld6iu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show .brand-container,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJR3Qld6iu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJR3Qld6iu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJR3Qld6iu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJR3Qld6iu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJR3Qld6iu .navbar .right-menu,
  .cid-sJR3Qld6iu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJR3Qld6iu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJR3Qld6iu .navbar.navbar-short .mbr-overlay {
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJR3Qld6iu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJR3Qld6iu .dropdown-item.active,
.cid-sJR3Qld6iu .dropdown-item:active {
  background-color: transparent;
}
.cid-sJR3Qld6iu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJR3Qld6iu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJR3Qld6iu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJR3Qld6iu .navbar-buttons {
  margin-left: auto;
}
.cid-sJR3Qld6iu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu .navbar-dropdown {
  position: fixed;
}
.cid-sJR3Qld6iu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJR3Qld6iu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJR3Qld6iu .right-menu,
.cid-sJR3Qld6iu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJR3Qld6iu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e9c5a2;
  padding: 0.5rem 0;
  color: #000000;
}
.cid-sJR3Qld6iu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJR3Qld6iu .card-wrapper {
  z-index: 3;
}
.cid-sJR3Qld6iu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmOOF93CNw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmOOF93CNw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmOOF93CNw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmOOF93CNw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmOOF93CNw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmOOF93CNw .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmOOF93CNw .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmOOF93CNw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmOOF93CNw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmOOF93CNw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmOOF93CNw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJR8r9TpQq {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sJR8r9TpQq h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJR8r9TpQq .container {
    position: relative;
  }
  .cid-sJR8r9TpQq .row {
    margin: 0;
  }
  .cid-sJR8r9TpQq h2 {
    margin: 0;
  }
}
.cid-sJR8r9TpQq .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sJR8r9TpQq .mbr-text {
  margin-top: 1.4rem;
  text-align: right;
  color: #ffffff;
}
.cid-sJR8r9TpQq H3 {
  color: #000000;
}
.cid-sJR8r9TpQq h2 {
  text-align: left;
}
.cid-sDay9gXayy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sDay9gXayy h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDay9gXayy .container {
    position: relative;
  }
  .cid-sDay9gXayy .row {
    margin: 0;
  }
  .cid-sDay9gXayy h2 {
    margin: 0;
  }
}
.cid-sDay9gXayy .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sDay9gXayy .mbr-text {
  margin-top: 1.4rem;
  text-align: center;
  color: #000000;
}
.cid-sDay9gXayy H3 {
  color: #000000;
}
.cid-sDay9gXayy h2 {
  text-align: left;
}
.cid-sCvYZ12NXG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-sCvYZ12NXG .content__block {
  padding: 50px 15px;
}
.cid-sCvYZ12NXG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sCvYZ12NXG .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sCvYZ12NXG .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sCvYZ12NXG .image {
  perspective: 3500px;
  position: relative;
}
.cid-sCvYZ12NXG .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sCvYZ12NXG .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCvYZ12NXG .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sCvYZ12NXG .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sCvYZ12NXG .content__block {
    padding: 30px 15px;
  }
  .cid-sCvYZ12NXG .mbr-figure {
    padding: 0;
  }
  .cid-sCvYZ12NXG .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sCvYZ12NXG .lg-push {
    right: 13%;
  }
  .cid-sCvYZ12NXG .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sCvYZ12NXG .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sCvYZ12NXG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sCvYZ12NXG .mbr-section-title {
  color: #80c7fe;
}
.cid-sCvYZ12NXG .mbr-text,
.cid-sCvYZ12NXG .mbr-section-btn {
  color: #ffffff;
}
.cid-sDwXUaGvnT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e9c5a2;
}
.cid-sDwXUaGvnT .mbr-text {
  position: relative;
  text-align: left;
  color: #000000;
}
.cid-sDwXUaGvnT .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sDwXUaGvnT img {
  object-fit: contain;
}
.cid-sDwXUaGvnT .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sDwXUaGvnT .mbr-text:after,
  .cid-sDwXUaGvnT .mbr-text:before {
    display: none;
  }
}
.cid-sDwXUaGvnT .mbr-section-title,
.cid-sDwXUaGvnT .logo {
  color: #000000;
  text-align: left;
}
.cid-sCvPpEZCv0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #e9c5a2;
}
@media (max-width: 992px) {
  .cid-sCvPpEZCv0 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.cid-sCvPpEZCv0 .text {
  padding: 0;
}
.cid-sCvPpEZCv0 section {
  position: relative;
}
.cid-sCvPpEZCv0 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sCvPpEZCv0 .mbr-iconfont {
  padding: 0!important;
}
.cid-sCvPpEZCv0 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e9c5a2;
}
.cid-sCvPpEZCv0 .box {
  background-image: url("../../../assets/images/davebartonpastorsandchristians-824x464.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvPpEZCv0 .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sCvPpEZCv0 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sCvPpEZCv0 .icon-wrap span {
  padding-left: 8px;
}
.cid-sCvPpEZCv0 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sCvPpEZCv0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sCvPpEZCv0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCvPpEZCv0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCvPpEZCv0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCvPpEZCv0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCvPpEZCv0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCvPpEZCv0 {
    padding-top: 7px;
    padding-bottom: 28px;
  }
  .cid-sCvPpEZCv0 .box {
    height: 250px;
  }
  .cid-sCvPpEZCv0 .row {
    padding: 1rem!important;
  }
}
.cid-sCvPpEZCv0 H2 {
  color: #000000;
}
.cid-uyQnpDjVI4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffdf54;
}
@media (max-width: 992px) {
  .cid-uyQnpDjVI4 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-uyQnpDjVI4 .text {
  padding: 0;
}
.cid-uyQnpDjVI4 section {
  position: relative;
}
.cid-uyQnpDjVI4 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-uyQnpDjVI4 .mbr-iconfont {
  padding: 0!important;
}
.cid-uyQnpDjVI4 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #e1201d;
}
.cid-uyQnpDjVI4 .box {
  background-image: url("../../../assets/images/judicialwatchchrisfarrell-1-1310x717.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyQnpDjVI4 .icon-wrap {
  background-color: #199bfc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uyQnpDjVI4 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uyQnpDjVI4 .icon-wrap span {
  padding-left: 8px;
}
.cid-uyQnpDjVI4 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uyQnpDjVI4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uyQnpDjVI4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uyQnpDjVI4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uyQnpDjVI4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uyQnpDjVI4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uyQnpDjVI4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uyQnpDjVI4 {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-uyQnpDjVI4 .box {
    height: 250px;
  }
  .cid-uyQnpDjVI4 .row {
    padding: 1rem!important;
  }
}
.cid-uyQnpDjVI4 H2 {
  text-align: center;
}
.cid-tmOVaSgOFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9c5a2;
}
.cid-tmOVaSgOFk .mbr-section-subtitle {
  margin-top: 30px;
  color: #000000;
}
.cid-tmOVaSgOFk .title__block {
  padding-bottom: 40px;
}
.cid-tmOVaSgOFk .image {
  width: 100%;
  perspective: 700px;
}
.cid-tmOVaSgOFk .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tmOVaSgOFk .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tmOVaSgOFk .text__block {
  margin-top: 25px;
}
.cid-tmOVaSgOFk .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-tmOVaSgOFk .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmOVaSgOFk .title__block {
    padding-bottom: 30px;
  }
}
.cid-tmOVaSgOFk .mbr-section-title {
  text-align: center;
}
.cid-sJR3Qld6iu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .nav-item:focus,
.cid-sJR3Qld6iu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJR3Qld6iu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link {
    position: relative;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #17161a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJR3Qld6iu .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJR3Qld6iu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJR3Qld6iu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJR3Qld6iu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sJR3Qld6iu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJR3Qld6iu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJR3Qld6iu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJR3Qld6iu .navbar.collapsed .right-menu,
.cid-sJR3Qld6iu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show .brand-container,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJR3Qld6iu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJR3Qld6iu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJR3Qld6iu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJR3Qld6iu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJR3Qld6iu .navbar .right-menu,
  .cid-sJR3Qld6iu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJR3Qld6iu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJR3Qld6iu .navbar.navbar-short .mbr-overlay {
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJR3Qld6iu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJR3Qld6iu .dropdown-item.active,
.cid-sJR3Qld6iu .dropdown-item:active {
  background-color: transparent;
}
.cid-sJR3Qld6iu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJR3Qld6iu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJR3Qld6iu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJR3Qld6iu .navbar-buttons {
  margin-left: auto;
}
.cid-sJR3Qld6iu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu .navbar-dropdown {
  position: fixed;
}
.cid-sJR3Qld6iu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJR3Qld6iu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJR3Qld6iu .right-menu,
.cid-sJR3Qld6iu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJR3Qld6iu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e9c5a2;
  padding: 0.5rem 0;
  color: #000000;
}
.cid-sJR3Qld6iu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJR3Qld6iu .card-wrapper {
  z-index: 3;
}
.cid-sJR3Qld6iu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmOOF93CNw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmOOF93CNw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmOOF93CNw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmOOF93CNw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmOOF93CNw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmOOF93CNw .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmOOF93CNw .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmOOF93CNw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmOOF93CNw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmOOF93CNw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmOOF93CNw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJR8bvZv3j {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sJR8bvZv3j h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sJR8bvZv3j .container {
    position: relative;
  }
  .cid-sJR8bvZv3j .row {
    margin: 0;
  }
  .cid-sJR8bvZv3j h2 {
    margin: 0;
  }
}
.cid-sJR8bvZv3j .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sJR8bvZv3j .mbr-text {
  margin-top: 1.4rem;
  text-align: right;
  color: #ffffff;
}
.cid-sJR8bvZv3j H3 {
  color: #000000;
}
.cid-sJR8bvZv3j h2 {
  text-align: left;
}
.cid-sDay6smmFe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9c5a2;
}
@media (max-width: 767px) {
  .cid-sDay6smmFe h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDay6smmFe .container {
    position: relative;
  }
  .cid-sDay6smmFe .row {
    margin: 0;
  }
  .cid-sDay6smmFe h2 {
    margin: 0;
  }
}
.cid-sDay6smmFe .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sDay6smmFe .mbr-text {
  margin-top: 1.4rem;
  text-align: center;
  color: #000000;
}
.cid-sDay6smmFe H3 {
  color: #000000;
}
.cid-sDay6smmFe h2 {
  text-align: left;
}
.cid-sqOjXv894k {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/teens-at-prayer-1920x1280.jpg");
}
.cid-sqOjXv894k .wrap {
  height: 700px;
}
.cid-sqOjXv894k .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #ffdf54;
}
.cid-sqOjXv894k .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-sqOjXv894k .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-sqOjXv894k .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-sqOjXv894k .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-sqOjXv894k .parallax__image {
  perspective: 700px;
}
.cid-sqOjXv894k .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-sqOjXv894k .image:hover {
  transform: rotateX(-10deg);
}
.cid-sqOjXv894k .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqOjXv894k .minwidth {
  background-image: url("../../../assets/images/conference2-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-sqOjXv894k .minwidth {
    height: 200px;
  }
}
.cid-sqOjXv894k .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-sqOjXv894k .push-lg {
    left: 8.33333333%;
  }
  .cid-sqOjXv894k .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sqOjXv894k .wrap {
    height: auto;
  }
  .cid-sqOjXv894k .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-sqOjXv894k .minwidth {
    margin-bottom: 30px;
  }
}
.cid-sqOjXv894k .mbr-section-title {
  color: #d90a2c;
}
.cid-sqOjXv894k .mbr-text,
.cid-sqOjXv894k .mbr-section-btn {
  color: #e9c5a2;
}
.cid-sqOp2ACkbG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sqOp2ACkbG .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #e9c5a2;
}
.cid-sqOp2ACkbG .mbr-text {
  margin-bottom: 20px;
}
.cid-sqOp2ACkbG .wrap {
  margin-bottom: 30px;
}
.cid-sqOp2ACkbG .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sqOp2ACkbG .card__wrap:hover .author,
.cid-sqOp2ACkbG .card__wrap:hover .date,
.cid-sqOp2ACkbG .card__wrap:hover .category__content,
.cid-sqOp2ACkbG .card__wrap:hover .category__estimate,
.cid-sqOp2ACkbG .card__wrap:hover .content__title,
.cid-sqOp2ACkbG .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-sqOp2ACkbG .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sqOp2ACkbG .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sqOp2ACkbG .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-sqOp2ACkbG .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sqOp2ACkbG .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sqOp2ACkbG .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sqOp2ACkbG .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sqOp2ACkbG .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-sqOp2ACkbG .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sqOp2ACkbG .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sqOp2ACkbG .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-sqOp2ACkbG .card__content > div {
  pointer-events: all;
}
.cid-sqOp2ACkbG .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-sqOp2ACkbG .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sqOp2ACkbG .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sqOp2ACkbG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sqOp2ACkbG .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-sqOp2ACkbG .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-sqOp2ACkbG .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-sqOp2ACkbG .mbr-section-title {
  color: #ff2121;
}
.cid-sqOp2ACkbG .mbr-text,
.cid-sqOp2ACkbG .mbr-section-btn {
  color: #e9c5a2;
}
.cid-sqOp2ACkbG .date {
  color: #e9c5a2;
}
.cid-sqOp2ACkbG .category__content,
.cid-sqOp2ACkbG .card__topic {
  color: #e9c5a2;
}
.cid-sqOp2ACkbG .content__title,
.cid-sqOp2ACkbG .mbr-section-btn2 {
  color: #e9c5a2;
}
.cid-sqOp2ACkbG .author {
  color: #e9c5a2;
}
.cid-sqOoKA2Z9f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sqOoKA2Z9f .title__block {
  margin-bottom: 40px;
}
.cid-sqOoKA2Z9f .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sqOoKA2Z9f .carousel-item.active,
.cid-sqOoKA2Z9f .carousel-item-next,
.cid-sqOoKA2Z9f .carousel-item-prev {
  display: flex;
}
.cid-sqOoKA2Z9f .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sqOoKA2Z9f .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sqOoKA2Z9f .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 155, 252, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sqOoKA2Z9f .carousel-controls a:hover span {
  background: rgba(25, 155, 252, 0.6);
}
.cid-sqOoKA2Z9f .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sqOoKA2Z9f .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sqOoKA2Z9f .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sqOoKA2Z9f .user {
    max-width: 87%;
  }
  .cid-sqOoKA2Z9f .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sqOoKA2Z9f .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sqOoKA2Z9f .user {
    max-width: 100%;
  }
  .cid-sqOoKA2Z9f .carousel-control-prev {
    left: -5%;
  }
  .cid-sqOoKA2Z9f .carousel-control-next {
    right: -5%;
  }
  .cid-sqOoKA2Z9f .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sqOoKA2Z9f .title__block {
    margin-bottom: 20px;
  }
  .cid-sqOoKA2Z9f .carousel-controls {
    display: none;
  }
}
.cid-sqOoKA2Z9f .mbr-section-title {
  color: #ffdf54;
}
.cid-sqOoKA2Z9f .mbr-text {
  color: #ffdf54;
}
.cid-sJR5K8a2tU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-sJR5K8a2tU {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.cid-sJR5K8a2tU .text {
  padding: 0;
}
.cid-sJR5K8a2tU section {
  position: relative;
}
.cid-sJR5K8a2tU h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sJR5K8a2tU .mbr-iconfont {
  padding: 0!important;
}
.cid-sJR5K8a2tU .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #e9c5a2;
}
.cid-sJR5K8a2tU .box {
  background-image: url("../../../assets/images/prageru-id-socialism-1236x654.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJR5K8a2tU .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sJR5K8a2tU .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sJR5K8a2tU .icon-wrap span {
  padding-left: 8px;
}
.cid-sJR5K8a2tU .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sJR5K8a2tU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sJR5K8a2tU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJR5K8a2tU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJR5K8a2tU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJR5K8a2tU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sJR5K8a2tU a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sJR5K8a2tU {
    padding-top: 14px;
    padding-bottom: 7px;
  }
  .cid-sJR5K8a2tU .box {
    height: 250px;
  }
  .cid-sJR5K8a2tU .row {
    padding: 1rem!important;
  }
}
.cid-sJR5K8a2tU H2 {
  color: #ffdf54;
}
.cid-sJR5JjPYgQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-sJR5JjPYgQ {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.cid-sJR5JjPYgQ .text {
  padding: 0;
}
.cid-sJR5JjPYgQ section {
  position: relative;
}
.cid-sJR5JjPYgQ h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sJR5JjPYgQ .mbr-iconfont {
  padding: 0!important;
}
.cid-sJR5JjPYgQ .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #e9c5a2;
}
.cid-sJR5JjPYgQ .box {
  background-image: url("../../../assets/images/allie-stuckey-social-justice-1280x720.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJR5JjPYgQ .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sJR5JjPYgQ .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sJR5JjPYgQ .icon-wrap span {
  padding-left: 8px;
}
.cid-sJR5JjPYgQ .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sJR5JjPYgQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sJR5JjPYgQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJR5JjPYgQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJR5JjPYgQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJR5JjPYgQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sJR5JjPYgQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sJR5JjPYgQ {
    padding-top: 14px;
    padding-bottom: 7px;
  }
  .cid-sJR5JjPYgQ .box {
    height: 250px;
  }
  .cid-sJR5JjPYgQ .row {
    padding: 1rem!important;
  }
}
.cid-sJR5JjPYgQ H2 {
  color: #ffdf54;
}
.cid-sJR3Qld6iu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .nav-item:focus,
.cid-sJR3Qld6iu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJR3Qld6iu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link {
    position: relative;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #17161a);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJR3Qld6iu .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJR3Qld6iu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJR3Qld6iu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJR3Qld6iu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJR3Qld6iu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sJR3Qld6iu .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJR3Qld6iu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJR3Qld6iu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJR3Qld6iu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJR3Qld6iu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJR3Qld6iu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJR3Qld6iu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJR3Qld6iu .navbar.collapsed .right-menu,
.cid-sJR3Qld6iu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .navbar-collapse.show .brand-container,
  .cid-sJR3Qld6iu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJR3Qld6iu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJR3Qld6iu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJR3Qld6iu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJR3Qld6iu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJR3Qld6iu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJR3Qld6iu .navbar .right-menu,
  .cid-sJR3Qld6iu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJR3Qld6iu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJR3Qld6iu .navbar.navbar-short .mbr-overlay {
  background: #e9c5a2 !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJR3Qld6iu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJR3Qld6iu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJR3Qld6iu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJR3Qld6iu .dropdown-item.active,
.cid-sJR3Qld6iu .dropdown-item:active {
  background-color: transparent;
}
.cid-sJR3Qld6iu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJR3Qld6iu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9c5a2;
}
.cid-sJR3Qld6iu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJR3Qld6iu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJR3Qld6iu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJR3Qld6iu .navbar-buttons {
  margin-left: auto;
}
.cid-sJR3Qld6iu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJR3Qld6iu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJR3Qld6iu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJR3Qld6iu .navbar-dropdown {
  position: fixed;
}
.cid-sJR3Qld6iu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJR3Qld6iu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJR3Qld6iu .right-menu,
.cid-sJR3Qld6iu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJR3Qld6iu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJR3Qld6iu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e9c5a2;
  padding: 0.5rem 0;
  color: #000000;
}
.cid-sJR3Qld6iu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJR3Qld6iu .card-wrapper {
  z-index: 3;
}
.cid-sJR3Qld6iu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJR3Qld6iu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJR3Qld6iu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmOOF93CNw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmOOF93CNw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmOOF93CNw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmOOF93CNw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmOOF93CNw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmOOF93CNw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmOOF93CNw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmOOF93CNw .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmOOF93CNw .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmOOF93CNw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmOOF93CNw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmOOF93CNw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmOOF93CNw .media-container-row .row-copirayt p {
  width: 100%;
}
