@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap&amp;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: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.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: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.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.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #ff2121 !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-primary:hover {
  background-color: #0f799e !important;
  border-color: #0f799e !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: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-success:hover {
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !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: #149dcc;
  color: #149dcc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #149dcc !important;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff2121;
  color: #ff2121;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ff2121 !important;
  border-color: #ff2121;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2121 !important;
  border-color: #ff2121 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !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: #149dcc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #ff2121 !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ba0000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !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: #149dcc !important;
}
.alert-success {
  background-color: #ff2121;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffeded;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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-s3BKZIqcym .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3BKZIqcym .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3BKZIqcym a {
  font-style: normal;
}
.cid-s3BKZIqcym .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3BKZIqcym .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s3BKZIqcym .nav-item:focus,
.cid-s3BKZIqcym .nav-link:focus {
  outline: none;
}
.cid-s3BKZIqcym .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3BKZIqcym .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3BKZIqcym .menu-logo {
  margin-right: auto;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3BKZIqcym .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3BKZIqcym .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s3BKZIqcym .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3BKZIqcym .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3BKZIqcym .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3BKZIqcym .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3BKZIqcym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s3BKZIqcym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3BKZIqcym .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3BKZIqcym .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3BKZIqcym .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3BKZIqcym .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3BKZIqcym .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3BKZIqcym .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3BKZIqcym .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3BKZIqcym .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3BKZIqcym .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3BKZIqcym button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3BKZIqcym button.navbar-toggler:focus {
  outline: none;
}
.cid-s3BKZIqcym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-s3BKZIqcym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3BKZIqcym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3BKZIqcym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3BKZIqcym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3BKZIqcym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3BKZIqcym nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3BKZIqcym nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3BKZIqcym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3BKZIqcym .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3BKZIqcym .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3BKZIqcym .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3BKZIqcym .collapsed .navbar-collapse.collapsing,
.cid-s3BKZIqcym .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3BKZIqcym .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3BKZIqcym .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3BKZIqcym .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3BKZIqcym .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3BKZIqcym .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3BKZIqcym .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3BKZIqcym .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3BKZIqcym .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3BKZIqcym .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s3BKZIqcym .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3BKZIqcym .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3BKZIqcym .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3BKZIqcym .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3BKZIqcym .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3BKZIqcym .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3BKZIqcym .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s3BKZIqcym.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3BKZIqcym img {
    height: 3.8rem !important;
  }
  .cid-s3BKZIqcym .btn {
    display: -webkit-flex;
  }
  .cid-s3BKZIqcym button.navbar-toggler {
    display: block;
  }
  .cid-s3BKZIqcym .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3BKZIqcym .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3BKZIqcym .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3BKZIqcym .navbar-collapse.collapsing,
  .cid-s3BKZIqcym .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3BKZIqcym .navbar-collapse.collapsing .navbar-nav,
  .cid-s3BKZIqcym .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3BKZIqcym .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3BKZIqcym .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3BKZIqcym .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3BKZIqcym .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3BKZIqcym .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3BKZIqcym .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3BKZIqcym .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3BKZIqcym .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3BKZIqcym .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3BKZIqcym .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s3BKZIqcym .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3BKZIqcym .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3BKZIqcym .nav-link:hover,
.cid-s3BKZIqcym .dropdown-item:hover {
  color: #149dcc !important;
}
.cid-s3BS2wJhqR {
  background-color: #ffffff;
}
.cid-s3BS2wJhqR .mbr-section-title,
.cid-s3BS2wJhqR .mbr-section-subtitle {
  color: #000000;
}
.cid-s3BS2wJhqR .mbr-section-text {
  color: #232323;
}
.cid-s3BS2wJhqR .mbr-text,
.cid-s3BS2wJhqR .typed-text,
.cid-s3BS2wJhqR .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s3BS2wJhqR .btn {
  margin-left: 4px !important;
}
.cid-s3BS2wJhqR .animated-element {
  color: #149dcc;
}
.cid-s3BS2wJhqR .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #149dcc;
}
.cid-s3BS2wJhqR .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s3BS2wJhqR .typed-text,
  .cid-s3BS2wJhqR .mbr-section-subtitle,
  .cid-s3BS2wJhqR .mbr-section-text,
  .cid-s3BS2wJhqR .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s3BX5ucefn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s3BX5ucefn .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s3BX5ucefn .mbr-text {
  margin-bottom: 20px;
}
.cid-s3BX5ucefn .wrap {
  margin-bottom: 30px;
}
.cid-s3BX5ucefn .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-s3BX5ucefn .card__wrap:hover .author,
.cid-s3BX5ucefn .card__wrap:hover .date,
.cid-s3BX5ucefn .card__wrap:hover .category__content,
.cid-s3BX5ucefn .card__wrap:hover .category__estimate,
.cid-s3BX5ucefn .card__wrap:hover .content__title,
.cid-s3BX5ucefn .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s3BX5ucefn .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s3BX5ucefn .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s3BX5ucefn .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-s3BX5ucefn .image {
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s3BX5ucefn .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-s3BX5ucefn .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-s3BX5ucefn .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-s3BX5ucefn .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-s3BX5ucefn .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-s3BX5ucefn .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s3BX5ucefn .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0 ;
}
.cid-s3BX5ucefn .card__content > div {
  pointer-events: all;
}
.cid-s3BX5ucefn .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s3BX5ucefn .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s3BX5ucefn .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s3BX5ucefn .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s3BX5ucefn .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s3BX5ucefn .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-s3BX5ucefn .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-s4faN0IJDV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4faN0IJDV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4faN0IJDV .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-s4faN0IJDV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4faN0IJDV .inner-container {
    width: 100% !important;
  }
}
.cid-s4feqWjjY9 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-s4feqWjjY9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s4feqWjjY9 .panel-title {
  border-bottom: 2px solid #ffffff;
}
.cid-s4feqWjjY9 .collapsed {
  border: none;
}
.cid-s4feqWjjY9 .panel-body {
  padding-top: 0.5rem;
}
.cid-s4feqWjjY9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4feqWjjY9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #149dcc;
  padding: 0;
}
.cid-s4feqWjjY9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4feqWjjY9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4feqWjjY9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4feqWjjY9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4feqWjjY9 .panel-text {
  color: #767676;
}
.cid-s4feqWjjY9 H4 {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-s4fkwcBzRl {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-s4fkwcBzRl p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s4fkwcBzRl .panel-title {
  border-bottom: 2px solid #767676;
}
.cid-s4fkwcBzRl .collapsed {
  border: none;
}
.cid-s4fkwcBzRl .panel-body {
  padding-top: 0.5rem;
}
.cid-s4fkwcBzRl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s4fkwcBzRl .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #149dcc;
  padding: 0;
}
.cid-s4fkwcBzRl .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s4fkwcBzRl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4fkwcBzRl .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s4fkwcBzRl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s4fkwcBzRl .panel-text {
  color: #767676;
}
.cid-s4fkwcBzRl H4 {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-s3BRjxTPha {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #149dcc;
}
.cid-s3BRjxTPha .nav-tabs .nav-item.open .nav-link:focus,
.cid-s3BRjxTPha .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s3BRjxTPha .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
}
.cid-s3BRjxTPha .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s3BRjxTPha .first {
  margin-left: -24px;
}
.cid-s3BRjxTPha .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s3BRjxTPha .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #149dcc;
}
.cid-s3BRjxTPha .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #149dcc;
  font-style: normal;
}
.cid-s3BRjxTPha P {
  color: #ebeaed;
}
@media (max-width: 576px) {
  .cid-s3BRjxTPha .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s3BRjxTPha .mbr-text,
  .cid-s3BRjxTPha .nav-link {
    text-align: center;
  }
}
.cid-s4fojJyjeQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4fojJyjeQ .mbr-text {
  position: relative;
}
/* .cid-s4fojJyjeQ .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-s4fojJyjeQ .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-s4fojJyjeQ .mbr-text:after,
  .cid-s4fojJyjeQ .mbr-text:before {
    display: none;
  }
}
.cid-s4ePy56sAL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s4ePy56sAL .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4ePy56sAL .mbr-text {
  margin-bottom: 20px;
}
.cid-s4ePy56sAL .wrap {
  margin-bottom: 30px;
}
.cid-s4ePy56sAL .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4ePy56sAL .card__wrap:hover .author,
.cid-s4ePy56sAL .card__wrap:hover .date,
.cid-s4ePy56sAL .card__wrap:hover .category__content,
.cid-s4ePy56sAL .card__wrap:hover .category__estimate,
.cid-s4ePy56sAL .card__wrap:hover .content__title,
.cid-s4ePy56sAL .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4ePy56sAL .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4ePy56sAL .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4ePy56sAL .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-s4ePy56sAL .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4ePy56sAL .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-s4ePy56sAL .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-s4ePy56sAL .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4ePy56sAL .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-s4ePy56sAL .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-s4ePy56sAL .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4ePy56sAL .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0 ;
}
.cid-s4ePy56sAL .card__content > div {
  pointer-events: all;
}
.cid-s4ePy56sAL .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4ePy56sAL .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4ePy56sAL .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4ePy56sAL .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4ePy56sAL .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4ePy56sAL .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4eXDATAaT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s4eXDATAaT .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4eXDATAaT .mbr-text {
  margin-bottom: 20px;
}
.cid-s4eXDATAaT .wrap {
  margin-bottom: 30px;
}
.cid-s4eXDATAaT .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4eXDATAaT .card__wrap:hover .author,
.cid-s4eXDATAaT .card__wrap:hover .date,
.cid-s4eXDATAaT .card__wrap:hover .category__content,
.cid-s4eXDATAaT .card__wrap:hover .category__estimate,
.cid-s4eXDATAaT .card__wrap:hover .content__title,
.cid-s4eXDATAaT .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4eXDATAaT .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eXDATAaT .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eXDATAaT .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-s4eXDATAaT .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4eXDATAaT .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-s4eXDATAaT .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-s4eXDATAaT .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4eXDATAaT .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-s4eXDATAaT .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-s4eXDATAaT .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4eXDATAaT .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s4eXDATAaT .card__content > div {
  pointer-events: all;
}
.cid-s4eXDATAaT .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4eXDATAaT .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4eXDATAaT .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4eXDATAaT .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4eXDATAaT .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4eXDATAaT .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4eY1QHzCr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4eY1QHzCr .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4eY1QHzCr .mbr-text {
  margin-bottom: 20px;
}
.cid-s4eY1QHzCr .wrap {
  margin-bottom: 30px;
}
.cid-s4eY1QHzCr .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4eY1QHzCr .card__wrap:hover .author,
.cid-s4eY1QHzCr .card__wrap:hover .date,
.cid-s4eY1QHzCr .card__wrap:hover .category__content,
.cid-s4eY1QHzCr .card__wrap:hover .category__estimate,
.cid-s4eY1QHzCr .card__wrap:hover .content__title,
.cid-s4eY1QHzCr .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4eY1QHzCr .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eY1QHzCr .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eY1QHzCr .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-s4eY1QHzCr .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4eY1QHzCr .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-s4eY1QHzCr .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-s4eY1QHzCr .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4eY1QHzCr .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-s4eY1QHzCr .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-s4eY1QHzCr .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4eY1QHzCr .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s4eY1QHzCr .card__content > div {
  pointer-events: all;
}
.cid-s4eY1QHzCr .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4eY1QHzCr .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4eY1QHzCr .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4eY1QHzCr .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4eY1QHzCr .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4eY1QHzCr .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4eYD0JQ3r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s4eYD0JQ3r .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4eYD0JQ3r .mbr-text {
  margin-bottom: 20px;
}
.cid-s4eYD0JQ3r .wrap {
  margin-bottom: 30px;
}
.cid-s4eYD0JQ3r .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4eYD0JQ3r .card__wrap:hover .author,
.cid-s4eYD0JQ3r .card__wrap:hover .date,
.cid-s4eYD0JQ3r .card__wrap:hover .category__content,
.cid-s4eYD0JQ3r .card__wrap:hover .category__estimate,
.cid-s4eYD0JQ3r .card__wrap:hover .content__title,
.cid-s4eYD0JQ3r .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4eYD0JQ3r .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eYD0JQ3r .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eYD0JQ3r .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-s4eYD0JQ3r .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4eYD0JQ3r .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-s4eYD0JQ3r .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-s4eYD0JQ3r .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4eYD0JQ3r .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-s4eYD0JQ3r .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-s4eYD0JQ3r .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4eYD0JQ3r .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s4eYD0JQ3r .card__content > div {
  pointer-events: all;
}
.cid-s4eYD0JQ3r .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4eYD0JQ3r .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4eYD0JQ3r .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4eYD0JQ3r .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4eYD0JQ3r .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4eYD0JQ3r .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4eYWmwr59 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s4eYWmwr59 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4eYWmwr59 .mbr-text {
  margin-bottom: 20px;
}
.cid-s4eYWmwr59 .wrap {
  margin-bottom: 30px;
}
.cid-s4eYWmwr59 .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4eYWmwr59 .card__wrap:hover .author,
.cid-s4eYWmwr59 .card__wrap:hover .date,
.cid-s4eYWmwr59 .card__wrap:hover .category__content,
.cid-s4eYWmwr59 .card__wrap:hover .category__estimate,
.cid-s4eYWmwr59 .card__wrap:hover .content__title,
.cid-s4eYWmwr59 .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4eYWmwr59 .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eYWmwr59 .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eYWmwr59 .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-s4eYWmwr59 .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4eYWmwr59 .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-s4eYWmwr59 .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-s4eYWmwr59 .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4eYWmwr59 .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-s4eYWmwr59 .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-s4eYWmwr59 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4eYWmwr59 .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s4eYWmwr59 .card__content > div {
  pointer-events: all;
}
.cid-s4eYWmwr59 .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4eYWmwr59 .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4eYWmwr59 .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4eYWmwr59 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4eYWmwr59 .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4eYWmwr59 .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4eZ9uCq9J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s4eZ9uCq9J .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4eZ9uCq9J .mbr-text {
  margin-bottom: 20px;
}
.cid-s4eZ9uCq9J .wrap {
  margin-bottom: 30px;
}
.cid-s4eZ9uCq9J .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4eZ9uCq9J .card__wrap:hover .author,
.cid-s4eZ9uCq9J .card__wrap:hover .date,
.cid-s4eZ9uCq9J .card__wrap:hover .category__content,
.cid-s4eZ9uCq9J .card__wrap:hover .category__estimate,
.cid-s4eZ9uCq9J .card__wrap:hover .content__title,
.cid-s4eZ9uCq9J .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4eZ9uCq9J .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eZ9uCq9J .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eZ9uCq9J .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-s4eZ9uCq9J .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4eZ9uCq9J .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-s4eZ9uCq9J .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-s4eZ9uCq9J .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4eZ9uCq9J .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-s4eZ9uCq9J .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-s4eZ9uCq9J .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4eZ9uCq9J .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s4eZ9uCq9J .card__content > div {
  pointer-events: all;
}
.cid-s4eZ9uCq9J .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4eZ9uCq9J .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4eZ9uCq9J .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4eZ9uCq9J .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4eZ9uCq9J .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4eZ9uCq9J .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4eZoqk4z9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s4eZoqk4z9 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4eZoqk4z9 .mbr-text {
  margin-bottom: 20px;
}
.cid-s4eZoqk4z9 .wrap {
  margin-bottom: 30px;
}
.cid-s4eZoqk4z9 .card__wrap {
  display: flex;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4eZoqk4z9 .card__wrap:hover .author,
.cid-s4eZoqk4z9 .card__wrap:hover .date,
.cid-s4eZoqk4z9 .card__wrap:hover .category__content,
.cid-s4eZoqk4z9 .card__wrap:hover .category__estimate,
.cid-s4eZoqk4z9 .card__wrap:hover .content__title,
.cid-s4eZoqk4z9 .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-s4eZoqk4z9 .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eZoqk4z9 .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4eZoqk4z9 .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-s4eZoqk4z9 .image {
  overflow: hidden;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4eZoqk4z9 .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-s4eZoqk4z9 .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-s4eZoqk4z9 .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4eZoqk4z9 .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-s4eZoqk4z9 .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-s4eZoqk4z9 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4eZoqk4z9 .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-s4eZoqk4z9 .card__content > div {
  pointer-events: all;
}
.cid-s4eZoqk4z9 .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-s4eZoqk4z9 .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-s4eZoqk4z9 .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-s4eZoqk4z9 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #149dcc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4eZoqk4z9 .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-s4eZoqk4z9 .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-s4f88Oxal9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00114d;
}
@media (max-width: 767px) {
  .cid-s4f88Oxal9 .content {
    text-align: center;
  }
  .cid-s4f88Oxal9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s4f88Oxal9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-s4f88Oxal9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4f88Oxal9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4f88Oxal9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4f88Oxal9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4f88Oxal9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4f88Oxal9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4f88Oxal9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4f88Oxal9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4f88Oxal9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-s4f88Oxal9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s4f88Oxal9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s4f88Oxal9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s4f88Oxal9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
