body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1.35613208;
}
.display-1 > .mbr-iconfont {
  font-size: 8.48rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 3.48684211rem;
    line-height: 1.38018868;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 3.0994152rem;
    line-height: 1.4115566;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.12rem;
    line-height: 1.41509434;
  }
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3.5rem;
  line-height: 1.28571429;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.57352941rem;
    line-height: 1.38428571;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.31788079rem;
    line-height: 1.40214286;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.69902913rem;
    line-height: 1.32428571;
  }
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 0.90277778;
}
.display-4 > .mbr-iconfont {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.60714286rem;
    line-height: 0.85555556;
  }
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.71232877rem;
    line-height: 1.095;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.42045455rem;
    line-height: 1.32;
  }
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-7 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.66666667rem;
    line-height: 1.0125;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.5037594rem;
    line-height: 0.9975;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.5037594rem;
    line-height: 0.9559375;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-secondary:hover {
  background-color: #2a7cb2 !important;
  border-color: #2a7cb2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-info:hover {
  background-color: #cc3400 !important;
  border-color: #cc3400 !important;
}
.btn-success,
.btn-success:active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-success:hover {
  background-color: #24b770 !important;
  border-color: #24b770 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning:hover {
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger:hover {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffbc00;
  color: #ffbc00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ffbc00 !important;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3e97d1;
  color: #3e97d1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #3e97d1 !important;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff4100;
  color: #ff4100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff4100 !important;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #36d88a;
  color: #36d88a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #36d88a !important;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #c1c1c1 !important;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #444444;
  color: #444444;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #444444 !important;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffd04d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c1c1c1 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffbc00 !important;
}
.alert-success {
  background-color: #36d88a;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.form-control > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.66666667rem;
    line-height: 1.0125;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.5037594rem;
    line-height: 0.9975;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.5037594rem;
    line-height: 0.9559375;
  }
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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: #ffbc00;
  border-bottom-color: #ffbc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffbc00 !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: #3e97d1 !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;
}
.link.display-4 a {
  font-size: 1.62rem;
  line-height: 0.625;
}
.cid-u3XxShm6nS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 80px;
}
.cid-u3XxShm6nS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3XxShm6nS a {
  font-style: normal;
}
.cid-u3XxShm6nS a .link:hover {
  color: inherit!important;
}
.cid-u3XxShm6nS .dropdown-item:active {
  background: #ffffff;
}
.cid-u3XxShm6nS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u3XxShm6nS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u3XxShm6nS .nav-item:focus,
.cid-u3XxShm6nS .nav-link:focus {
  outline: none;
}
.cid-u3XxShm6nS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3XxShm6nS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u3XxShm6nS .menu-logo {
  margin-right: auto;
}
.cid-u3XxShm6nS .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-u3XxShm6nS .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-u3XxShm6nS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3XxShm6nS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3XxShm6nS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u3XxShm6nS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3XxShm6nS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u3XxShm6nS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u3XxShm6nS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3XxShm6nS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3XxShm6nS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3XxShm6nS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u3XxShm6nS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u3XxShm6nS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3XxShm6nS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3XxShm6nS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3XxShm6nS .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-u3XxShm6nS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u3XxShm6nS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u3XxShm6nS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3XxShm6nS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3XxShm6nS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3XxShm6nS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3XxShm6nS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-u3XxShm6nS button.navbar-toggler:focus {
  outline: none;
}
.cid-u3XxShm6nS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f424e;
}
.cid-u3XxShm6nS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u3XxShm6nS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u3XxShm6nS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u3XxShm6nS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u3XxShm6nS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u3XxShm6nS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u3XxShm6nS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u3XxShm6nS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u3XxShm6nS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u3XxShm6nS .collapsed .btn {
  display: -webkit-flex;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse.collapsing,
.cid-u3XxShm6nS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3XxShm6nS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3XxShm6nS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3XxShm6nS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3XxShm6nS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u3XxShm6nS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3XxShm6nS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-u3XxShm6nS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-u3XxShm6nS .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3XxShm6nS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u3XxShm6nS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u3XxShm6nS .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-u3XxShm6nS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3XxShm6nS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3XxShm6nS .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: 1023px) {
  .cid-u3XxShm6nS .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u3XxShm6nS img {
    height: 3.8rem !important;
  }
  .cid-u3XxShm6nS .btn {
    display: -webkit-flex;
  }
  .cid-u3XxShm6nS button.navbar-toggler {
    display: block;
  }
  .cid-u3XxShm6nS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u3XxShm6nS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u3XxShm6nS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3XxShm6nS .navbar-collapse.collapsing,
  .cid-u3XxShm6nS .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3XxShm6nS .navbar-collapse.collapsing .navbar-nav,
  .cid-u3XxShm6nS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3XxShm6nS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3XxShm6nS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3XxShm6nS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3XxShm6nS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3XxShm6nS .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3XxShm6nS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u3XxShm6nS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3XxShm6nS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3XxShm6nS .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-u3XxShm6nS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3XxShm6nS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3XxShm6nS .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-u3XxShm6nS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u3XxShm6nS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u3XxShm6nS .nav-link,
.cid-u3XxShm6nS .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-u3XxShm6nS .nav-link:hover,
.cid-u3XxShm6nS .dropdown-item:hover {
  color: #343434 !important;
  border-color: #ffbc00;
}
.cid-tVLijhhawt {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x638.jpg");
}
.cid-tVLijhhawt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-tVLijhhawt .form-group {
  margin-bottom: 30px;
}
.cid-tVLijhhawt input,
.cid-tVLijhhawt textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-tVLijhhawt input.form-control {
  min-height: 4.125rem;
}
.cid-tVLijhhawt .form-group {
  position: relative;
  z-index: 1;
}
.cid-tVLijhhawt .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #3e97d1;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-tVLijhhawt .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-tVLijhhawt .form-control,
.cid-tVLijhhawt .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #4479d9;
  color: #000000;
  font-size: 1.2rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tVLijhhawt .form-control:focus,
.cid-tVLijhhawt .field-input:focus {
  background-color: #ffffff;
  border-color: #4479d9;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tVLijhhawt input::-webkit-input-placeholder,
.cid-tVLijhhawt textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-tVLijhhawt input:-moz-placeholder,
.cid-tVLijhhawt textarea:-moz-placeholder {
  color: #999999;
}
.cid-tVLijhhawt .jq-selectbox li,
.cid-tVLijhhawt .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tVLijhhawt .jq-selectbox li:hover,
.cid-tVLijhhawt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tVLijhhawt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-tVLijhhawt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tVLijhhawt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVLijhhawt .mbr-form {
  max-width: 990px;
}
.cid-tVLijhhawt textarea {
  min-height: 150px;
  resize: none;
}
.cid-tVLijhhawt .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-tVLijhhawt .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-rzMwmK8b7v {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1034.jpeg");
}
.cid-rzMwmK8b7v .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-rzMwmK8b7v .mbr-section-title,
.cid-rzMwmK8b7v .mbr-section-subtitle {
  color: #232323;
}
.cid-rzMwmK8b7v .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-rzMwmK8b7v .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-rzMwmK8b7v .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-rzMwmK8b7v .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzMwmK8b7v .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rzMwrfIfKa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzMwrfIfKa .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-rzMwrfIfKa .card {
  margin-bottom: 2rem;
}
.cid-rzMwrfIfKa .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-rzMwrfIfKa .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rzMwrfIfKa .btn {
  margin: .3rem;
}
.cid-rzMwrfIfKa .mbr-section-title {
  margin: 0;
}
.cid-rzMwrfIfKa .card-underline,
.cid-rzMwrfIfKa .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMwrfIfKa .card-underline .line,
.cid-rzMwrfIfKa .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMwrfIfKa .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-rzMwrfIfKa .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-rzMwrfIfKa .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rzMwrfIfKa .row-content {
    min-width: 100%;
  }
  .cid-rzMwrfIfKa .card {
    display: block;
  }
}
.cid-su8Dj5nzuD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1139.png");
}
@media (max-width: 767px) {
  .cid-su8Dj5nzuD .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-su8Dj5nzuD .mbr-text {
  color: #767676;
}
.cid-su8Dj5nzuD .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-su8Dj5nzuD .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-su8Dj5nzuD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-su8Dj5nzuD .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-su8Dj5nzuD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-su8Dj5nzuD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-su8Dj5nzuD .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-su8Dj5nzuD .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-su8Dj5nzuD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-su8Dj5nzuD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-su8Dj5nzuD .copyright > p {
  color: #fdcc67;
}
