.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Dosis', 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: 'Dosis', 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: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((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: #000000 !important;
}
.bg-success {
  background-color: #3dc84b !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !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: #000000 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !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: #000000 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.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 a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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-tNoeshfPxp {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tNoeshfPxp .nav-item,
.cid-tNoeshfPxp .nav-link,
.cid-tNoeshfPxp .navbar-caption {
  font-weight: normal;
}
.cid-tNoeshfPxp .navbar-nav {
  counter-reset: number;
}
.cid-tNoeshfPxp .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tNoeshfPxp .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tNoeshfPxp .navbar {
    min-height: 120px !important;
  }
  .cid-tNoeshfPxp .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tNoeshfPxp .btn {
    white-space: nowrap;
  }
  .cid-tNoeshfPxp .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tNoeshfPxp .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tNoeshfPxp .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tNoeshfPxp .dropdown-toggle::after,
  .cid-tNoeshfPxp .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tNoeshfPxp .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tNoeshfPxp .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tNoeshfPxp .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-tNoeshfPxp .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tNoeshfPxp .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-tNoeshfPxp .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-tNoeshfPxp .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-tNoeshfPxp .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tNoeshfPxp .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tNoeshfPxp .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tNoeshfPxp .nav-item:focus,
.cid-tNoeshfPxp .nav-link:focus {
  outline: none;
}
.cid-tNoeshfPxp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tNoeshfPxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNoeshfPxp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tNoeshfPxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNoeshfPxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tNoeshfPxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNoeshfPxp ul.navbar-nav li {
  margin: auto;
}
.cid-tNoeshfPxp .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tNoeshfPxp .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tNoeshfPxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNoeshfPxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNoeshfPxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNoeshfPxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tNoeshfPxp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tNoeshfPxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNoeshfPxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tNoeshfPxp .navbar {
    padding: 10px 0;
  }
  .cid-tNoeshfPxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNoeshfPxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNoeshfPxp .navbar .container-fluid,
  .cid-tNoeshfPxp .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tNoeshfPxp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tNoeshfPxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNoeshfPxp .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tNoeshfPxp .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tNoeshfPxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tNoeshfPxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tNoeshfPxp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tNoeshfPxp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNoeshfPxp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNoeshfPxp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNoeshfPxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNoeshfPxp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tNoeshfPxp .dropdown-item.active,
.cid-tNoeshfPxp .dropdown-item:active {
  background-color: transparent;
}
.cid-tNoeshfPxp .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNoeshfPxp .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-tNoeshfPxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNoeshfPxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tNoeshfPxp .navbar-buttons {
  text-align: center;
}
.cid-tNoeshfPxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNoeshfPxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tNoeshfPxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNoeshfPxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNoeshfPxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNoeshfPxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNoeshfPxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNoeshfPxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNoeshfPxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNoeshfPxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNoeshfPxp .navbar-dropdown {
  position: absolute;
}
.cid-tNoeshfPxp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tNoeshfPxp a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-tNoeshfPxp .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNoeshfPxp .navbar {
    height: 77px;
  }
  .cid-tNoeshfPxp .navbar.opened {
    height: auto;
  }
  .cid-tNoeshfPxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/misty-magnolia-2-1536x864.webp");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.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;
}
@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;
  text-align: left;
}
.cid-tRma7gxHjz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-tRma7gxHjz .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-tRma7gxHjz .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-tRma7gxHjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRma7gxHjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRma7gxHjz .mbr-text {
  text-align: left;
}
.cid-tRAnaWiHwa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRAnaWiHwa img {
  width: 80px;
  object-fit: contain;
}
.cid-tRAnaWiHwa .image-block {
  width: 80px;
  margin: auto;
}
.cid-tRAnaWiHwa img {
  filter: invert(1) brightness(10);
}
.cid-tRAnaWiHwa .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tRAnaWiHwa .text {
    padding-bottom: 2rem;
  }
}
.cid-tRAnaWiHwa .mbr-section-title {
  text-align: left;
}
.cid-tRmkaGE7mJ {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bird-banner-2000x1333.webp");
}
.cid-tRmkaGE7mJ .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tRmkaGE7mJ .wrap {
  padding: 0 25px;
}
.cid-tRmkaGE7mJ .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tRmkaGE7mJ .mbr-text {
  margin-bottom: 20px;
}
.cid-tRmkaGE7mJ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tRmkaGE7mJ .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tRmkaGE7mJ .container,
  .cid-tRmkaGE7mJ .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tRmkaGE7mJ .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tRmkaGE7mJ a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tRmkaGE7mJ .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tRmkaGE7mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmkaGE7mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rRIj1OMqmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bde0fb;
}
.cid-rRIj1OMqmW .title__wrap {
  margin-bottom: 30px;
}
.cid-rRIj1OMqmW .title__block {
  margin-bottom: 10px;
}
.cid-rRIj1OMqmW .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRIj1OMqmW .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #283742;
}
.cid-rRIj1OMqmW .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRIj1OMqmW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  color: #17161a !important;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIj1OMqmW .mbr-section-btn .btn-secondary-outline:hover {
  color: #000000 !important;
}
.cid-rRIj1OMqmW .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rRIj1OMqmW .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rRIj1OMqmW .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-rRIj1OMqmW .nav-tabs .nav-item.open .nav-link:focus,
.cid-rRIj1OMqmW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rRIj1OMqmW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-rRIj1OMqmW .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-rRIj1OMqmW .nav-tabs .nav-link {
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-rRIj1OMqmW .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rRIj1OMqmW .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #199bfc;
}
.cid-rRIj1OMqmW .nav-tabs .nav-link.active:hover {
  background-color: #199bfc;
}
@media (max-width: 991px) {
  .cid-rRIj1OMqmW .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIj1OMqmW .buttons {
    justify-content: flex-start;
  }
}
.cid-rRIj1OMqmW .text__time {
  color: #000000;
  text-align: left;
}
.cid-rRIj1OMqmW .text__author {
  color: #003cd3;
}
.cid-tRAnaWiHwa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRAnaWiHwa img {
  width: 80px;
  object-fit: contain;
}
.cid-tRAnaWiHwa .image-block {
  width: 80px;
  margin: auto;
}
.cid-tRAnaWiHwa img {
  filter: invert(1) brightness(10);
}
.cid-tRAnaWiHwa .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tRAnaWiHwa .text {
    padding-bottom: 2rem;
  }
}
.cid-tRAnaWiHwa .mbr-section-title {
  text-align: left;
}
.cid-tKS5kt8iZS {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tKS5kt8iZS .nav-item,
.cid-tKS5kt8iZS .nav-link,
.cid-tKS5kt8iZS .navbar-caption {
  font-weight: normal;
}
.cid-tKS5kt8iZS .navbar-nav {
  counter-reset: number;
}
.cid-tKS5kt8iZS .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tKS5kt8iZS .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tKS5kt8iZS .navbar {
    min-height: 120px !important;
  }
  .cid-tKS5kt8iZS .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tKS5kt8iZS .btn {
    white-space: nowrap;
  }
  .cid-tKS5kt8iZS .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tKS5kt8iZS .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tKS5kt8iZS .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tKS5kt8iZS .dropdown-toggle::after,
  .cid-tKS5kt8iZS .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tKS5kt8iZS .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tKS5kt8iZS .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tKS5kt8iZS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-tKS5kt8iZS .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tKS5kt8iZS .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-tKS5kt8iZS .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-tKS5kt8iZS .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-tKS5kt8iZS .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tKS5kt8iZS .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tKS5kt8iZS .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tKS5kt8iZS .nav-item:focus,
.cid-tKS5kt8iZS .nav-link:focus {
  outline: none;
}
.cid-tKS5kt8iZS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tKS5kt8iZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKS5kt8iZS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tKS5kt8iZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKS5kt8iZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tKS5kt8iZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKS5kt8iZS ul.navbar-nav li {
  margin: auto;
}
.cid-tKS5kt8iZS .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tKS5kt8iZS .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tKS5kt8iZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKS5kt8iZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKS5kt8iZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKS5kt8iZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tKS5kt8iZS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tKS5kt8iZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKS5kt8iZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tKS5kt8iZS .navbar {
    padding: 10px 0;
  }
  .cid-tKS5kt8iZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKS5kt8iZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKS5kt8iZS .navbar .container-fluid,
  .cid-tKS5kt8iZS .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tKS5kt8iZS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tKS5kt8iZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKS5kt8iZS .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tKS5kt8iZS .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tKS5kt8iZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tKS5kt8iZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tKS5kt8iZS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tKS5kt8iZS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKS5kt8iZS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKS5kt8iZS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKS5kt8iZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKS5kt8iZS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tKS5kt8iZS .dropdown-item.active,
.cid-tKS5kt8iZS .dropdown-item:active {
  background-color: transparent;
}
.cid-tKS5kt8iZS .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKS5kt8iZS .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-tKS5kt8iZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKS5kt8iZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tKS5kt8iZS .navbar-buttons {
  text-align: center;
}
.cid-tKS5kt8iZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKS5kt8iZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tKS5kt8iZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKS5kt8iZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKS5kt8iZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKS5kt8iZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKS5kt8iZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKS5kt8iZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKS5kt8iZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKS5kt8iZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKS5kt8iZS .navbar-dropdown {
  position: absolute;
}
.cid-tKS5kt8iZS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tKS5kt8iZS a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-tKS5kt8iZS .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKS5kt8iZS .navbar {
    height: 77px;
  }
  .cid-tKS5kt8iZS .navbar.opened {
    height: auto;
  }
  .cid-tKS5kt8iZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNonjjbqsh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #589aa7;
}
.cid-tNonjjbqsh .content__block {
  padding: 50px 15px;
}
.cid-tNonjjbqsh .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tNonjjbqsh .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tNonjjbqsh .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tNonjjbqsh .image {
  perspective: 3500px;
  position: relative;
}
.cid-tNonjjbqsh .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(88, 154, 167, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tNonjjbqsh .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNonjjbqsh .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tNonjjbqsh .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tNonjjbqsh .content__block {
    padding: 30px 15px;
  }
  .cid-tNonjjbqsh .mbr-figure {
    padding: 0;
  }
  .cid-tNonjjbqsh .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(88, 154, 167, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tNonjjbqsh .lg-push {
    right: 1%;
  }
  .cid-tNonjjbqsh .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tNonjjbqsh .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tNonjjbqsh .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-tNonjjbqsh .mbr-text,
.cid-tNonjjbqsh .mbr-section-btn {
  color: #000000;
}
.cid-tNonjjbqsh .mbr-section-title {
  color: #000000;
}
.cid-u8rA4ffBFr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #589aa7;
}
.cid-u8rA4ffBFr .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8rA4ffBFr .mbr-section-title {
  color: #24262b;
}
.cid-u8rA4ffBFr .mbr-section-subtitle {
  color: #24262b;
}
.cid-u8rA4ffBFr .items-row {
  row-gap: 48px;
}
.cid-u8rA4ffBFr .item {
  cursor: pointer;
}
.cid-u8rA4ffBFr .item:focus,
.cid-u8rA4ffBFr span:focus {
  outline: none;
}
.cid-u8rA4ffBFr .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-u8rA4ffBFr .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u8rA4ffBFr .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-u8rA4ffBFr img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-u8rA4ffBFr .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-u8rA4ffBFr .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u8rA4ffBFr .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-u8rA4ffBFr .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-u8rA4ffBFr .item-title {
  color: #24262b;
}
.cid-u8rA4ffBFr .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-u8rA4ffBFr .mbr-text {
  color: #24262b;
  text-align: left;
}
.cid-tRAnaWiHwa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRAnaWiHwa img {
  width: 80px;
  object-fit: contain;
}
.cid-tRAnaWiHwa .image-block {
  width: 80px;
  margin: auto;
}
.cid-tRAnaWiHwa .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tRAnaWiHwa .text {
    padding-bottom: 2rem;
  }
}
.cid-tRAnaWiHwa .mbr-section-title {
  text-align: left;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSG2pSX4dV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-tSG2pSX4dV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tSG2pSX4dV .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tSG2pSX4dV .col-auto {
    margin: auto;
  }
}
.cid-tSG2pSX4dV textarea {
  min-height: 200px;
}
.cid-tSG2pSX4dV .form-control,
.cid-tSG2pSX4dV .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-tSG2pSX4dV .form-control::-webkit-input-placeholder,
.cid-tSG2pSX4dV .field-input::-webkit-input-placeholder,
.cid-tSG2pSX4dV .form-control::-webkit-input-placeholder,
.cid-tSG2pSX4dV .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tSG2pSX4dV .form-control:-moz-placeholder,
.cid-tSG2pSX4dV .field-input:-moz-placeholder,
.cid-tSG2pSX4dV .form-control:-moz-placeholder,
.cid-tSG2pSX4dV .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-tSG2pSX4dV .form-control:hover,
.cid-tSG2pSX4dV .field-input:hover,
.cid-tSG2pSX4dV .form-control:focus,
.cid-tSG2pSX4dV .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tSG2pSX4dV .form-control:hover::-webkit-input-placeholder,
.cid-tSG2pSX4dV .field-input:hover::-webkit-input-placeholder,
.cid-tSG2pSX4dV .form-control:focus::-webkit-input-placeholder,
.cid-tSG2pSX4dV .field-input:focus::-webkit-input-placeholder,
.cid-tSG2pSX4dV .form-control:hover::-webkit-input-placeholder,
.cid-tSG2pSX4dV .field-input:hover::-webkit-input-placeholder,
.cid-tSG2pSX4dV .form-control:focus::-webkit-input-placeholder,
.cid-tSG2pSX4dV .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tSG2pSX4dV .form-control:hover:-moz-placeholder,
.cid-tSG2pSX4dV .field-input:hover:-moz-placeholder,
.cid-tSG2pSX4dV .form-control:focus:-moz-placeholder,
.cid-tSG2pSX4dV .field-input:focus:-moz-placeholder,
.cid-tSG2pSX4dV .form-control:hover:-moz-placeholder,
.cid-tSG2pSX4dV .field-input:hover:-moz-placeholder,
.cid-tSG2pSX4dV .form-control:focus:-moz-placeholder,
.cid-tSG2pSX4dV .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-tSG2pSX4dV .jq-number__spin:hover,
.cid-tSG2pSX4dV .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tSG2pSX4dV .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tSG2pSX4dV .jq-selectbox li,
.cid-tSG2pSX4dV .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-tSG2pSX4dV .jq-selectbox li:hover,
.cid-tSG2pSX4dV .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-tSG2pSX4dV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tSG2pSX4dV .jq-number__spin.minus:hover:after,
.cid-tSG2pSX4dV .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tSG2pSX4dV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tSG2pSX4dV .jq-number__spin.minus:after,
.cid-tSG2pSX4dV .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tSG2pSX4dV input::-webkit-clear-button {
  display: none;
}
.cid-tSG2pSX4dV input::-webkit-inner-spin-button {
  display: none;
}
.cid-tSG2pSX4dV input::-webkit-outer-spin-button {
  display: none;
}
.cid-tSG2pSX4dV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tSG2pSX4dV H4 {
  color: #148221;
}
.cid-tRAnaWiHwa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRAnaWiHwa img {
  width: 80px;
  object-fit: contain;
}
.cid-tRAnaWiHwa .image-block {
  width: 80px;
  margin: auto;
}
.cid-tRAnaWiHwa .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tRAnaWiHwa .text {
    padding-bottom: 2rem;
  }
}
.cid-tRAnaWiHwa .mbr-section-title {
  text-align: left;
}
.cid-tSFRhcVNTM {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tSFRhcVNTM .nav-item,
.cid-tSFRhcVNTM .nav-link,
.cid-tSFRhcVNTM .navbar-caption {
  font-weight: normal;
}
.cid-tSFRhcVNTM .navbar-nav {
  counter-reset: number;
}
.cid-tSFRhcVNTM .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tSFRhcVNTM .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tSFRhcVNTM .navbar {
    min-height: 120px !important;
  }
  .cid-tSFRhcVNTM .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tSFRhcVNTM .btn {
    white-space: nowrap;
  }
  .cid-tSFRhcVNTM .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tSFRhcVNTM .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tSFRhcVNTM .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tSFRhcVNTM .dropdown-toggle::after,
  .cid-tSFRhcVNTM .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tSFRhcVNTM .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tSFRhcVNTM .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tSFRhcVNTM .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-tSFRhcVNTM .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tSFRhcVNTM .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-tSFRhcVNTM .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-tSFRhcVNTM .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-tSFRhcVNTM .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tSFRhcVNTM .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tSFRhcVNTM .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tSFRhcVNTM .nav-item:focus,
.cid-tSFRhcVNTM .nav-link:focus {
  outline: none;
}
.cid-tSFRhcVNTM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tSFRhcVNTM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSFRhcVNTM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tSFRhcVNTM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSFRhcVNTM .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tSFRhcVNTM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSFRhcVNTM ul.navbar-nav li {
  margin: auto;
}
.cid-tSFRhcVNTM .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tSFRhcVNTM .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tSFRhcVNTM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSFRhcVNTM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSFRhcVNTM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSFRhcVNTM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tSFRhcVNTM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSFRhcVNTM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSFRhcVNTM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSFRhcVNTM .navbar {
    padding: 10px 0;
  }
  .cid-tSFRhcVNTM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSFRhcVNTM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSFRhcVNTM .navbar .container-fluid,
  .cid-tSFRhcVNTM .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tSFRhcVNTM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSFRhcVNTM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSFRhcVNTM .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tSFRhcVNTM .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tSFRhcVNTM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tSFRhcVNTM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tSFRhcVNTM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tSFRhcVNTM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSFRhcVNTM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSFRhcVNTM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSFRhcVNTM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSFRhcVNTM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tSFRhcVNTM .dropdown-item.active,
.cid-tSFRhcVNTM .dropdown-item:active {
  background-color: transparent;
}
.cid-tSFRhcVNTM .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSFRhcVNTM .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-tSFRhcVNTM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSFRhcVNTM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tSFRhcVNTM .navbar-buttons {
  text-align: center;
}
.cid-tSFRhcVNTM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSFRhcVNTM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tSFRhcVNTM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSFRhcVNTM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSFRhcVNTM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSFRhcVNTM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSFRhcVNTM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSFRhcVNTM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSFRhcVNTM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSFRhcVNTM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSFRhcVNTM .navbar-dropdown {
  position: absolute;
}
.cid-tSFRhcVNTM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tSFRhcVNTM a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-tSFRhcVNTM .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSFRhcVNTM .navbar {
    height: 77px;
  }
  .cid-tSFRhcVNTM .navbar.opened {
    height: auto;
  }
  .cid-tSFRhcVNTM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSFRhdjmqj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-tSFRhdjmqj .content__block {
  padding: 10px 15px;
}
.cid-tSFRhdjmqj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tSFRhdjmqj .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tSFRhdjmqj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tSFRhdjmqj .image {
  perspective: 3500px;
  position: relative;
}
.cid-tSFRhdjmqj .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-tSFRhdjmqj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tSFRhdjmqj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tSFRhdjmqj .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tSFRhdjmqj .content__block {
    padding: 30px 15px;
  }
  .cid-tSFRhdjmqj .mbr-figure {
    padding: 0;
  }
  .cid-tSFRhdjmqj .image:before {
    width: 100%;
    height: 40%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tSFRhdjmqj .lg-push {
    right: 1%;
  }
  .cid-tSFRhdjmqj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tSFRhdjmqj .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tSFRhdjmqj .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-tSFRhdjmqj .mbr-text,
.cid-tSFRhdjmqj .mbr-section-btn {
  text-align: left;
}
.cid-tSFRhdwVqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
  overflow: hidden;
}
.cid-tSFRhdwVqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSFRhdwVqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSFRhdwVqd .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tSFRhdwVqd .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tSFRhdwVqd .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tSFRhdwVqd .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tSFRhdwVqd .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tSFRhdwVqd .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tSFRhdwVqd .mbr-section-head {
  width: 100%;
}
.cid-tSFRhdwVqd .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSFRhdwVqd .mbr-section-title {
    text-align: center;
  }
}
.cid-tSFRhdwVqd .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tSFRhdwVqd .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tSFRhdwVqd .card-row {
  align-items: stretch;
}
.cid-tSFRhdwVqd .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSFRhdwVqd .item {
    margin-top: 30px;
  }
}
.cid-tSFRhdwVqd .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tSFRhdwVqd .item-wrapper {
    padding: 20px;
  }
}
.cid-tSFRhdwVqd .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tSFRhdwVqd .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tSFRhdwVqd .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tSFRhdwVqd .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tSFRhdwVqd .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tSFRhdwVqd .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tSFRhdwVqd .card-title {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tSFRhdwVqd .card-title {
    margin-bottom: 10px;
  }
}
.cid-tSFRhdwVqd .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tSFRhdwVqd .card-text a {
  transition: .4s all;
}
.cid-tSFRhdwVqd .card-text a:hover {
  color: #000000 !important;
}
.cid-tSFRhdUakK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tSFRhdUakK img {
  width: 80px;
  object-fit: contain;
}
.cid-tSFRhdUakK .image-block {
  width: 80px;
  margin: auto;
}
.cid-tSFRhdUakK .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tSFRhdUakK .text {
    padding-bottom: 2rem;
  }
}
.cid-tSFRhdUakK .mbr-section-title {
  text-align: left;
}
.cid-u8Cp6ClwuT {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-u8Cp6ClwuT .nav-item,
.cid-u8Cp6ClwuT .nav-link,
.cid-u8Cp6ClwuT .navbar-caption {
  font-weight: normal;
}
.cid-u8Cp6ClwuT .navbar-nav {
  counter-reset: number;
}
.cid-u8Cp6ClwuT .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u8Cp6ClwuT .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u8Cp6ClwuT .navbar {
    min-height: 120px !important;
  }
  .cid-u8Cp6ClwuT .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u8Cp6ClwuT .btn {
    white-space: nowrap;
  }
  .cid-u8Cp6ClwuT .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u8Cp6ClwuT .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u8Cp6ClwuT .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u8Cp6ClwuT .dropdown-toggle::after,
  .cid-u8Cp6ClwuT .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u8Cp6ClwuT .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u8Cp6ClwuT .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u8Cp6ClwuT .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-u8Cp6ClwuT .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u8Cp6ClwuT .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
  background-color: #fafafa;
}
.cid-u8Cp6ClwuT .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-u8Cp6ClwuT .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-u8Cp6ClwuT .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u8Cp6ClwuT .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u8Cp6ClwuT .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u8Cp6ClwuT .nav-item:focus,
.cid-u8Cp6ClwuT .nav-link:focus {
  outline: none;
}
.cid-u8Cp6ClwuT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u8Cp6ClwuT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8Cp6ClwuT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u8Cp6ClwuT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8Cp6ClwuT .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u8Cp6ClwuT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8Cp6ClwuT ul.navbar-nav li {
  margin: auto;
}
.cid-u8Cp6ClwuT .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-u8Cp6ClwuT .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-u8Cp6ClwuT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8Cp6ClwuT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8Cp6ClwuT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8Cp6ClwuT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-u8Cp6ClwuT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8Cp6ClwuT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8Cp6ClwuT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8Cp6ClwuT .navbar {
    padding: 10px 0;
  }
  .cid-u8Cp6ClwuT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8Cp6ClwuT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8Cp6ClwuT .navbar .container-fluid,
  .cid-u8Cp6ClwuT .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u8Cp6ClwuT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8Cp6ClwuT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8Cp6ClwuT .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u8Cp6ClwuT .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u8Cp6ClwuT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8Cp6ClwuT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u8Cp6ClwuT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-u8Cp6ClwuT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8Cp6ClwuT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8Cp6ClwuT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8Cp6ClwuT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8Cp6ClwuT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u8Cp6ClwuT .dropdown-item.active,
.cid-u8Cp6ClwuT .dropdown-item:active {
  background-color: transparent;
}
.cid-u8Cp6ClwuT .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8Cp6ClwuT .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-u8Cp6ClwuT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8Cp6ClwuT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u8Cp6ClwuT .navbar-buttons {
  text-align: center;
}
.cid-u8Cp6ClwuT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8Cp6ClwuT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u8Cp6ClwuT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8Cp6ClwuT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Cp6ClwuT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Cp6ClwuT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8Cp6ClwuT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Cp6ClwuT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8Cp6ClwuT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8Cp6ClwuT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Cp6ClwuT .navbar-dropdown {
  position: absolute;
}
.cid-u8Cp6ClwuT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u8Cp6ClwuT a.nav-link:hover {
  color: #000000 !important;
}
.is-builder .cid-u8Cp6ClwuT .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8Cp6ClwuT .navbar {
    height: 77px;
  }
  .cid-u8Cp6ClwuT .navbar.opened {
    height: auto;
  }
  .cid-u8Cp6ClwuT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8Cp6DrSag {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/misty-magnolia-2-1536x864.webp");
}
.cid-u8Cp6DrSag .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-u8Cp6DrSag .wrap {
  padding: 0 25px;
}
.cid-u8Cp6DrSag .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-u8Cp6DrSag .mbr-text {
  margin-bottom: 20px;
}
.cid-u8Cp6DrSag .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-u8Cp6DrSag .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-u8Cp6DrSag .title__block {
    padding: 80px 0;
  }
  .cid-u8Cp6DrSag .container,
  .cid-u8Cp6DrSag .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u8Cp6DrSag .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-u8Cp6DrSag a.close {
    right: 50px;
    top: 25px;
  }
  .cid-u8Cp6DrSag .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u8Cp6DrSag .mbr-section-title,
.cid-u8Cp6DrSag .mbr-figure {
  color: #ffffff;
  text-align: left;
}
.cid-u8Cp6F48hi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-u8Cp6F48hi .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-u8Cp6F48hi .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-u8Cp6F48hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Cp6F48hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Cp6F48hi .mbr-text {
  text-align: left;
}
.cid-u8Cp6FZdRm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u8Cp6FZdRm img {
  width: 80px;
  object-fit: contain;
}
.cid-u8Cp6FZdRm .image-block {
  width: 80px;
  margin: auto;
}
.cid-u8Cp6FZdRm img {
  filter: invert(1) brightness(10);
}
.cid-u8Cp6FZdRm .text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8Cp6FZdRm .text {
    padding-bottom: 2rem;
  }
}
.cid-u8Cp6FZdRm .mbr-section-title {
  text-align: left;
}
