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





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0077ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.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;
  background-color: #333333;
  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,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #0077ff !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66adff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0077ff;
  border-color: #0077ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0077ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #0077ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0077ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0077ff;
  border-bottom-color: #0077ff;
}
.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: #0077ff !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: #200960 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230077ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sy5rw2FAvQ {
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-sy5rw2FAvQ .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sy5rw2FAvQ .container {
  max-width: 1500px;
}
.cid-sy5rw2FAvQ .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sy5rw2FAvQ .container {
    padding: 0 4rem;
  }
}
.cid-sy5rw2FAvQ .mbr-text,
.cid-sy5rw2FAvQ .mbr-section-btn {
  color: #efeeee;
}
.cid-sy5rw2FAvQ .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sy5rw2FAvQ .btn .mbr-iconfont {
  order: 2;
}
.cid-sy5rw2FAvQ .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sy5rw2FAvQ .align-left {
    text-align: center;
  }
  .cid-sy5rw2FAvQ .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sMBHaFd3vy {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/sacred-spring-trees-1280x960.jpg");
}
.cid-sMBHaFd3vy .link-wrapper {
  width: 100%;
}
.cid-sMBHaFd3vy .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sMBHaFd3vy .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sMBHaFd3vy .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sMBHaFd3vy .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sMBHaFd3vy .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sMBHaFd3vy .mbr-section-title DIV {
  text-align: center;
}
.cid-sMBHaFd3vy .mbr-text,
.cid-sMBHaFd3vy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sMBHaFd3vy .link,
.cid-sMBHaFd3vy .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sMBHaFd3vy .mbr-section-title {
  color: #ffffff;
}
.cid-saHlPly2Yg {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #b72348;
}
.cid-saHlPly2Yg .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffcc00;
}
.cid-saHlPly2Yg .section-content-title {
  font-weight: 600;
  color: #ffcc00;
  letter-spacing: 0.03em;
}
.cid-saHlPly2Yg .section-content-text {
  letter-spacing: 0.03em;
  color: #ffcc00;
}
.cid-saHlPly2Yg .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-saHlPly2Yg .progress {
  width: 100%;
  height: 25px;
}
.cid-saHlPly2Yg .progress-bar {
  height: 25px;
  background-color: #3e4edc;
}
.cid-saHlPly2Yg .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-saHlPly2Yg .progressbar-number {
  display: inline-block;
}
.cid-saHlPly2Yg .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-saHlPly2Yg .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-saHlPly2Yg .progress_value {
  position: relative;
}
.cid-saHlPly2Yg progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-saHlPly2Yg progress::-webkit-progress-value {
  background: #3e4edc;
}
.cid-saHlPly2Yg progress[value]::-moz-progress-bar {
  background: #3e4edc;
}
.cid-saHlPly2Yg progress::-ms-fill {
  background: #3e4edc;
}
.cid-saHlPly2Yg .progress1 .progressbar-number:before {
  content: '99';
}
.cid-saHlPly2Yg .progress2 .progressbar-number:before {
  content: '1';
}
.cid-saHlPly2Yg .progress3 .progressbar-number:before {
  content: '41';
}
.cid-saHlPly2Yg .progress4 .progressbar-number:before {
  content: '28';
}
.cid-saHlPly2Yg .progress5 .progressbar-number:before {
  content: '10';
}
.cid-saHlPly2Yg .progress-bar-1 {
  width: 99%;
}
.cid-saHlPly2Yg .progress-bar-2 {
  width: 1%;
}
.cid-saHlPly2Yg .progress-bar-3 {
  width: 41%;
}
.cid-saHlPly2Yg .progress-bar-4 {
  width: 28%;
}
.cid-saHlPly2Yg .progress-bar-5 {
  width: 10%;
}
.cid-saHlPly2Yg .progressbar-title p,
.cid-saHlPly2Yg .progress_value {
  color: #ffffff;
}
.cid-sJg8JXCGFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/scotland-540119-1920-1140x760.jpg");
}
.cid-sJg8JXCGFW .row {
  flex-direction: row-reverse;
}
.cid-sJg8JXCGFW .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  color: #0077ff;
  background: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.cid-sJg8JXCGFW .mbr-media {
  position: relative;
}
.cid-sJg8JXCGFW .mbr-media img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sJg8JXCGFW .mbr-media {
    margin-bottom: 2rem;
  }
}
.cid-sJg8JXCGFW .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-sJg8JXCGFW .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sJg8JXCGFW .card-title {
  padding: 0;
  margin: 0;
}
.cid-sJg8JXCGFW .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJg8JXCGFW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJg8JXCGFW .card-wrapper {
    width: fit-content;
  }
}
.cid-sJg8JXCGFW .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-sJg8JXCGFW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJg8JXCGFW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sJg8JXCGFW .card-title,
.cid-sJg8JXCGFW .card-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sJg8JXCGFW .mbr-section-title {
  color: #ffcc00;
}
.cid-sJg8JXCGFW .mbr-text,
.cid-sJg8JXCGFW .mbr-section-btn {
  color: #f3f3f3;
}
.cid-sJg8JXCGFW .price-title {
  text-align: center;
  color: #103178;
}
.cid-sJg8JXCGFW .price {
  text-align: center;
  color: #103178;
}
.cid-sJg8JXCGFW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sJg8JXCGFW .mbr-media a:hover {
  background-image: none!important;
}
.cid-sJg8JXCGFW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJg8JXCGFW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJg8JXCGFW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJg8JXCGFW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJg8JXCGFW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slsej3mdYB {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-slsej3mdYB .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-slsej3mdYB img {
    width: 90%;
  }
}
.cid-slsej3mdYB .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-slsej3mdYB .items {
  margin-bottom: 0;
}
.cid-slsej3mdYB .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-slsej3mdYB .soc-item span {
  font-size: 1rem;
  color: #cebfaf !important;
  transition: all 0.3s;
}
.cid-slsej3mdYB .soc-item:hover span {
  color: #0077ff !important;
}
.cid-slsej3mdYB .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-slsej3mdYB .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slsej3mdYB .social-list {
    justify-content: center;
  }
}
.cid-slsej3mdYB .mbr-text,
.cid-slsej3mdYB .mbr-section-btn {
  color: #000000;
}
.cid-stZpvmxDjZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffcc00;
}
.cid-stZpvmxDjZ .video-wrapper {
  overflow: hidden;
}
.cid-stZpvmxDjZ .row {
  flex-direction: row-reverse;
}
.cid-stZpvmxDjZ iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-stZpvmxDjZ .container-fluid {
  padding: 0 !important;
}
.cid-stZpvmxDjZ .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-stZpvmxDjZ .mbr-section-title b:last-child,
.cid-stZpvmxDjZ .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-stKZFpdXtU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-stKZFpdXtU .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-stKZFpdXtU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-stKZFpdXtU .rev,
.cid-stKZFpdXtU .mbr-iconfont {
  display: inline-block;
}
.cid-stKZFpdXtU .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0c4a76;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-stKZFpdXtU .card-img {
  position: relative;
}
.cid-stKZFpdXtU .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-stKZFpdXtU .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-stKZFpdXtU .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-stKZFpdXtU .card-box {
  padding: 1.5rem;
}
.cid-stKZFpdXtU .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-stKZFpdXtU .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-stKZFpdXtU .mbr-section-title,
.cid-stKZFpdXtU .line-wrap {
  text-align: center;
  color: #0c4a76;
}
.cid-stKZFpdXtU .card-text,
.cid-stKZFpdXtU .mbr-section-btn,
.cid-stKZFpdXtU .ico-line {
  text-align: left;
  color: #767676;
}
.cid-stKZFpdXtU .mbr-text,
.cid-stKZFpdXtU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-stKZFpdXtU .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-stKZFpdXtU .mbr-text {
  color: #000000;
}
.cid-svAy8jkKWo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffcc00;
}
.cid-svAy8jkKWo .video-wrapper {
  overflow: hidden;
}
.cid-svAy8jkKWo .row {
  flex-direction: row-reverse;
}
.cid-svAy8jkKWo iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-svAy8jkKWo .container-fluid {
  padding: 0 !important;
}
.cid-svAy8jkKWo .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-svAy8jkKWo .mbr-section-title b:last-child,
.cid-svAy8jkKWo .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-shLIqtp6Ry {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shLIqtp6Ry .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-shLIqtp6Ry H2 {
  color: #232323;
}
.cid-shLIqtp6Ry H3 {
  color: #232323;
}
.cid-shLIqtp6Ry .mbr-text,
.cid-shLIqtp6Ry .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-shLIqtp6Ry .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-seRbchXbdo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-seRbchXbdo h4 {
  display: flex;
  color: #232323;
}
.cid-seRbchXbdo .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-seRbchXbdo .wrap {
  display: flex;
}
.cid-seRbchXbdo .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-seRbchXbdo img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-seRbchXbdo .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-seRbchXbdo p {
  margin: 0;
}
.cid-seRbchXbdo .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-seRbchXbdo .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-seRbchXbdo .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-seRbchXbdo .panel-group {
  width: 100%;
}
.cid-seRbchXbdo .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-seRbchXbdo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seRbchXbdo .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seRbchXbdo .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-seRbchXbdo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seRbchXbdo .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-seRbchXbdo .card .panel-body {
  background: #ffffff;
}
.cid-seRbchXbdo .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-seRbchXbdo .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-seRbchXbdo .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-seRbchXbdo .header-text,
.cid-seRbchXbdo .sign {
  color: #232323;
}
.cid-seUMmL3gp9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-seUMmL3gp9 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-seUMmL3gp9 .mbr-section-subtitle {
  color: #767676;
}
.cid-seUMmL3gp9 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-seUMmL3gp9 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-seUMmL3gp9 .mbr-text-right {
  color: #ffffff;
}
.cid-seUMmL3gp9 H2 {
  text-align: center;
  color: #55b4d4;
}
.cid-seUMmL3gp9 .article-title-left {
  color: #ffffff;
}
.cid-seUMmL3gp9 .mbr-text-left {
  color: #f3f3f3;
}
.cid-seUMmL3gp9 .article-title-right {
  color: #ffffff;
}
.cid-sg5kzqHZoo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffcc00;
}
.cid-sg5kzqHZoo .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.cid-sg5kzqHZoo .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-sg5kzqHZoo .card:hover {
  cursor: pointer;
}
.cid-sg5kzqHZoo .card:hover .card-title:before {
  width: 100%;
}
.cid-sg5kzqHZoo .card:hover .mbr-iconfont {
  transform: translateY(-12px);
}
.cid-sg5kzqHZoo .card-text {
  color: #0077ff;
}
.cid-skTty4klVO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffcc00;
}
.cid-skTty4klVO .card-box {
  padding: 0rem;
}
.cid-skTty4klVO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-skTty4klVO .card {
  padding: 0;
  margin: auto;
}
.cid-skTty4klVO .card-img {
  height: 400px;
}
.cid-skTty4klVO .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-skTty4klVO .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-skTty4klVO .card-wrapper {
    padding: 4rem;
  }
}
.cid-s7z56At7KD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7z56At7KD .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7z56At7KD .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7z56At7KD .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7z56At7KD .mbr-text:after,
  .cid-s7z56At7KD .mbr-text:before {
    display: none;
  }
}
.cid-s7z56At7KD .mbr-section-title,
.cid-s7z56At7KD .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7Aaj9TabQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Aaj9TabQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-s7Aaj9TabQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s7Aaj9TabQ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s7Aaj9TabQ .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s7Aaj9TabQ .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s7Aaj9TabQ .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s7Aaj9TabQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s7Aaj9TabQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s7Aaj9TabQ P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-s7Aaj9TabQ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s7Aaj9TabQ .mbr-text,
  .cid-s7Aaj9TabQ .nav-link {
    text-align: center;
  }
}
.cid-s9hY2NqqgZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9hY2NqqgZ .mbr-text {
  color: #767676;
}
.cid-s9hY2NqqgZ .card-subtitle {
  margin: 0;
}
.cid-s9hY2NqqgZ .link {
  margin: 0;
}
.cid-s9hY2NqqgZ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s9hY2NqqgZ .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s9hY2NqqgZ .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s9hY2NqqgZ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s9hY2NqqgZ .date {
  margin: 0;
}
.cid-s9hY2NqqgZ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s9hY2NqqgZ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s9hY2NqqgZ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s9hY2NqqgZ .card-img:hover:before {
  opacity: 0.4;
}
.cid-s9hY2NqqgZ .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s9hY2NqqgZ .icon-box {
    flex-direction: column;
  }
  .cid-s9hY2NqqgZ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s9hY2NqqgZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s9hY2NqqgZ .card {
    margin-bottom: 3rem;
  }
}
.cid-sf55IZEvUB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (min-width: 400px) {
  .cid-sf55IZEvUB h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sf55IZEvUB h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sf55IZEvUB .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sf55IZEvUB .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sf55IZEvUB .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sf55IZEvUB .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sf55IZEvUB .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sf55IZEvUB .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sf55IZEvUB .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sf55IZEvUB .socicon-bg-mail {
  color: #134785;
}
.cid-sf55IZEvUB .btn-social {
  border: none !important;
}
.cid-sf55IZEvUB .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-sf55IZEvUB [class^="socicon-"]:before,
.cid-sf55IZEvUB [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sf55IZEvUB .btn {
    font-size: 20px !important;
  }
}
.cid-sf55IZEvUB .mbr-section-title {
  color: #0077ff;
}
.cid-sd08G8oIoF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sd08G8oIoF .mbr-text,
.cid-sd08G8oIoF .mbr-section-btn {
  color: #767676;
}
.cid-sd08G8oIoF p {
  z-index: 2;
  position: relative;
}
.cid-sd08G8oIoF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sd08G8oIoF .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sd08G8oIoF .ico1 {
  font-size: 2rem;
}
.cid-sd08G8oIoF .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sd08G8oIoF H3 {
  color: #149dcc;
}
.cid-sd08HRadN5 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/callanishbw1-1000x721.jpg");
}
.cid-sd08HRadN5 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sd08HRadN5 .mbr-media {
  z-index: 2;
}
.cid-sd08HRadN5 .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-sd08HRadN5 .box:before {
  background-image: url("../../../assets/images/screen-shot-2020-10-10-at-08.49.22-766x394.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-sd08HRadN5 .box:hover:before {
  transform: scale(1.1);
}
.cid-sd08HRadN5 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-sd08HRadN5 .icon-wrap:hover {
  background: #ffffff;
}
.cid-sd08HRadN5 .icon-wrap span {
  padding-left: 4px;
}
.cid-sd08HRadN5 .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-sd08HRadN5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sd08HRadN5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sd08HRadN5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sd08HRadN5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sd08HRadN5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sd08HRadN5 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sd08HRadN5 .box {
    height: 250px;
  }
}
.cid-sd08HRadN5 .mbr-section-title {
  color: #000000;
}
.cid-sd08HRadN5 H4 {
  color: #000000;
}
.cid-sd08J5EAAi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (min-width: 400px) {
  .cid-sd08J5EAAi h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sd08J5EAAi h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sd08J5EAAi .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sd08J5EAAi .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sd08J5EAAi .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sd08J5EAAi .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sd08J5EAAi .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sd08J5EAAi .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sd08J5EAAi .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sd08J5EAAi .socicon-bg-mail {
  color: #134785;
}
.cid-sd08J5EAAi .btn-social {
  border: none !important;
}
.cid-sd08J5EAAi .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-sd08J5EAAi [class^="socicon-"]:before,
.cid-sd08J5EAAi [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sd08J5EAAi .btn {
    font-size: 20px !important;
  }
}
.cid-sd08J5EAAi .mbr-section-title {
  color: #0077ff;
}
.cid-sd08D77fXi {
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/callanishbw1-1000x721.jpg");
}
.cid-sd08D77fXi .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sd08D77fXi .mbr-media {
  z-index: 2;
}
.cid-sd08D77fXi .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-sd08D77fXi .box:before {
  background-image: url("../../../assets/images/screen-shot-2020-10-10-at-03.33.44-2000x1212.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-sd08D77fXi .box:hover:before {
  transform: scale(1.1);
}
.cid-sd08D77fXi .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-sd08D77fXi .icon-wrap:hover {
  background: #ffffff;
}
.cid-sd08D77fXi .icon-wrap span {
  padding-left: 4px;
}
.cid-sd08D77fXi .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-sd08D77fXi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sd08D77fXi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sd08D77fXi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sd08D77fXi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sd08D77fXi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sd08D77fXi a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sd08D77fXi .box {
    height: 250px;
  }
}
.cid-sd08D77fXi .mbr-section-title {
  color: #000000;
}
.cid-sd08D77fXi H4 {
  color: #000000;
}
.cid-sbiRiptoJe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sbiRiptoJe .text-content .btn-bgr {
  z-index: 0;
}
.cid-sbiRiptoJe .mbr-overlay {
  background: #d7e8f6;
}
.cid-sbiRiptoJe .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sbiRiptoJe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sbiRiptoJe .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sbiRiptoJe .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sbiRiptoJe .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7AappXTun {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7AappXTun .mbr-text {
  color: #767676;
}
.cid-s7AappXTun .card-subtitle {
  margin: 0;
}
.cid-s7AappXTun .link {
  margin: 0;
}
.cid-s7AappXTun .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7AappXTun .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7AappXTun .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7AappXTun .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7AappXTun .date {
  margin: 0;
}
.cid-s7AappXTun img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7AappXTun .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7AappXTun .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7AappXTun .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7AappXTun .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7AappXTun .icon-box {
    flex-direction: column;
  }
  .cid-s7AappXTun .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7AappXTun .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7AappXTun .card {
    margin-bottom: 3rem;
  }
}
.cid-s7AaB6UbQp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7AaB6UbQp h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7AaB6UbQp .mbr-section-subtitle {
  color: #767676;
}
.cid-s7AaB6UbQp .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-s7AaB6UbQp .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-s7AaB6UbQp .mbr-text-right {
  color: #232323;
  text-align: left;
}
.cid-s7AaJMWBwz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7AaJMWBwz .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7AaJMWBwz .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7AaJMWBwz .text-content {
  padding: 2rem 0rem;
  background-color: #f5f5f7;
}
.cid-s7AaJMWBwz .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7AaJMWBwz .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7AaJMWBwz .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7AaJMWBwz .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7AaLjXYCT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7AaLjXYCT .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7AaLjXYCT .mbr-overlay {
  background: #d7e8f6;
}
.cid-s7AaLjXYCT .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7AaLjXYCT .text-content {
  padding: 2rem 0rem;
  background-color: #f5f5f7;
}
.cid-s7AaLjXYCT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7AaLjXYCT .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7AaLjXYCT .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7AaLjXYCT .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7z5baKSG5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s7z5baKSG5 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7z5baKSG5 img:hover {
  transform: scale(1.1);
}
.cid-s7z5baKSG5 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s7z5baKSG5 h2 {
  padding: 0;
  margin: 0;
}
.cid-s7z5baKSG5 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7z5baKSG5 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s7z5baKSG5 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s7z5baKSG5 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7z5baKSG5 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7z5baKSG5 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s7z5baKSG5 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7z5baKSG5 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7z5baKSG5 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s7z5baKSG5 H2 {
  color: #333333;
}
.cid-s7z5baKSG5 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s7z6NRBwbk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-s7z6NRBwbk .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-s7z6NRBwbk .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-s7z6NRBwbk .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-s7z6NRBwbk .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-s7z6NRBwbk .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-s7z6NRBwbk .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-s7z6NRBwbk .inner-container {
    width: 100% !important;
  }
  .cid-s7z6NRBwbk .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-s7z5cTpldy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-s7z5cTpldy img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7z5cTpldy img:hover {
  transform: scale(1.1);
}
.cid-s7z5cTpldy .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s7z5cTpldy h2 {
  padding: 0;
  margin: 0;
}
.cid-s7z5cTpldy .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7z5cTpldy .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s7z5cTpldy .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s7z5cTpldy .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7z5cTpldy .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7z5cTpldy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s7z5cTpldy .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7z5cTpldy .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7z5cTpldy .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s7z5cTpldy H2 {
  color: #333333;
}
.cid-s7z5cTpldy .mbr-text {
  color: #767676;
}
.cid-s7z5kBnlMi {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7z5kBnlMi img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7z5kBnlMi img:hover {
  transform: scale(1.1);
}
.cid-s7z5kBnlMi .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s7z5kBnlMi h2 {
  padding: 0;
  margin: 0;
}
.cid-s7z5kBnlMi .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7z5kBnlMi .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s7z5kBnlMi .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s7z5kBnlMi .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7z5kBnlMi .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7z5kBnlMi .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s7z5kBnlMi .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7z5kBnlMi .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7z5kBnlMi .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s7z5kBnlMi H2 {
  color: #333333;
}
.cid-s7z5kBnlMi .mbr-text {
  color: #767676;
}
.cid-s7z5mNBSMi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ebeced;
}
.cid-s7z5mNBSMi H1 {
  color: #57468b;
}
.cid-s7z5mNBSMi .mbr-text,
.cid-s7z5mNBSMi .mbr-section-btn {
  color: #716c80;
}
.cid-s7z5mNBSMi img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s7z5mNBSMi .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-s7z7BnfDjK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7z7BnfDjK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-s7z7BnfDjK input,
.cid-s7z7BnfDjK textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-s7z7BnfDjK img {
  width: 90%;
  border-radius: 8px;
}
.cid-s7z7BnfDjK .title {
  margin-bottom: 1rem;
}
.cid-s7z7BnfDjK p {
  line-height: 1.6;
}
.cid-s7z7BnfDjK .btn {
  padding: 0.6rem 3rem!important;
}
.cid-s7z7BnfDjK textarea {
  min-height: 160px;
}
.cid-s7z7BnfDjK .form-control,
.cid-s7z7BnfDjK .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s7z7BnfDjK .form-control:hover,
.cid-s7z7BnfDjK .field-input:hover,
.cid-s7z7BnfDjK .form-control:focus,
.cid-s7z7BnfDjK .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s7z7BnfDjK input::-webkit-input-placeholder,
.cid-s7z7BnfDjK textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s7z7BnfDjK input:-moz-placeholder,
.cid-s7z7BnfDjK textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s7z7BnfDjK .jq-selectbox li,
.cid-s7z7BnfDjK .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-s7z7BnfDjK .jq-selectbox li:hover,
.cid-s7z7BnfDjK .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-s7z7BnfDjK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-s7z7BnfDjK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-s7z7BnfDjK H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-s7z7BnfDjK img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-s7z7BnfDjK .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-s7z7BnfDjK H2 {
  color: #57468b;
}
.cid-s7z7BnfDjK H3 {
  color: #57468b;
}
.cid-s7z7BnfDjK .mbr-text {
  color: #716c80;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-s7A35T5qwd {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #192f45;
}
.cid-s7A35T5qwd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-s7A35T5qwd H2 {
  color: #f5f5f7;
}
.cid-s7A35T5qwd H3 {
  color: #ffffff;
}
.cid-s7A35T5qwd .mbr-text,
.cid-s7A35T5qwd .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7A35T5qwd .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s7A36WlEDX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #192f45;
}
.cid-s7A36WlEDX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s7A36WlEDX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s7A36WlEDX img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s7A36WlEDX .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s7A391oAMI .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7A391oAMI .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-s7A391oAMI .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s7A391oAMI .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-s7A391oAMI .countdown-cont {
  margin: 0 auto;
}
.cid-s7A391oAMI .full-count-container {
  background: #192f45;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-s7A391oAMI .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s7A391oAMI .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-s7A391oAMI .dot {
    display: none;
  }
  .cid-s7A391oAMI .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-s7A391oAMI .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s7A391oAMI .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7A391oAMI .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-s7A391oAMI .number {
    font-size: 25px;
  }
  .cid-s7A391oAMI .period {
    font-size: 0.7rem;
  }
}
.cid-s7A2rrXzjV {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #0f0348;
}
.cid-s7A2rrXzjV a:link {
  text-decoration: none;
}
.cid-s7A2rrXzjV .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7A2rrXzjV .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s7A2rrXzjV .inner-text {
  line-height: 3em;
}
.cid-s7A2rrXzjV .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7A2rrXzjV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7A2rrXzjV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s7A2rrXzjV .content-text,
.cid-s7A2rrXzjV .inner-text {
  color: #c1c1c1;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7A2PUmelI {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #192f45;
}
.cid-s7A2PUmelI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-s7A2PUmelI H2 {
  color: #f5f5f7;
}
.cid-s7A2PUmelI H3 {
  color: #ffffff;
}
.cid-s7A2PUmelI .mbr-text,
.cid-s7A2PUmelI .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7A2PUmelI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s7A2V1Mxvp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #192f45;
}
.cid-s7A2V1Mxvp .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s7A2V1Mxvp .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s7A2V1Mxvp img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s7A2V1Mxvp .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s7A2W7JLyk .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7A2W7JLyk .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-s7A2W7JLyk .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s7A2W7JLyk .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-s7A2W7JLyk .countdown-cont {
  margin: 0 auto;
}
.cid-s7A2W7JLyk .full-count-container {
  background: #192f45;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-s7A2W7JLyk .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s7A2W7JLyk .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-s7A2W7JLyk .dot {
    display: none;
  }
  .cid-s7A2W7JLyk .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-s7A2W7JLyk .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s7A2W7JLyk .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7A2W7JLyk .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-s7A2W7JLyk .number {
    font-size: 25px;
  }
  .cid-s7A2W7JLyk .period {
    font-size: 0.7rem;
  }
}
.cid-s7A2NC57Ui {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0f0348;
}
.cid-s7A2NC57Ui a:link {
  text-decoration: none;
}
.cid-s7A2NC57Ui .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7A2NC57Ui .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s7A2NC57Ui .inner-text {
  line-height: 3em;
}
.cid-s7A2NC57Ui .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7A2NC57Ui .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7A2NC57Ui .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s7A2NC57Ui .content-text,
.cid-s7A2NC57Ui .inner-text {
  color: #c1c1c1;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7A3og2PzJ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #192f45;
}
.cid-s7A3og2PzJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-s7A3og2PzJ H2 {
  color: #f5f5f7;
}
.cid-s7A3og2PzJ H3 {
  color: #ffffff;
}
.cid-s7A3og2PzJ .mbr-text,
.cid-s7A3og2PzJ .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7A3og2PzJ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s7A3qfYSEc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #192f45;
}
.cid-s7A3qfYSEc .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s7A3qfYSEc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s7A3qfYSEc img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s7A3qfYSEc .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s7A3rbysYl .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7A3rbysYl .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-s7A3rbysYl .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s7A3rbysYl .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-s7A3rbysYl .countdown-cont {
  margin: 0 auto;
}
.cid-s7A3rbysYl .full-count-container {
  background: #192f45;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-s7A3rbysYl .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s7A3rbysYl .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-s7A3rbysYl .dot {
    display: none;
  }
  .cid-s7A3rbysYl .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-s7A3rbysYl .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s7A3rbysYl .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7A3rbysYl .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-s7A3rbysYl .number {
    font-size: 25px;
  }
  .cid-s7A3rbysYl .period {
    font-size: 0.7rem;
  }
}
.cid-s7A3stgjUn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0f0348;
}
.cid-s7A3stgjUn a:link {
  text-decoration: none;
}
.cid-s7A3stgjUn .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7A3stgjUn .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s7A3stgjUn .inner-text {
  line-height: 3em;
}
.cid-s7A3stgjUn .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7A3stgjUn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7A3stgjUn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s7A3stgjUn .content-text,
.cid-s7A3stgjUn .inner-text {
  color: #c1c1c1;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7A3vL0xiB {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #192f45;
}
.cid-s7A3vL0xiB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-s7A3vL0xiB H2 {
  color: #f5f5f7;
}
.cid-s7A3vL0xiB H3 {
  color: #ffffff;
}
.cid-s7A3vL0xiB .mbr-text,
.cid-s7A3vL0xiB .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7A3vL0xiB .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s7A4iGeaMG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #192f45;
}
.cid-s7A4iGeaMG .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s7A4iGeaMG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s7A4iGeaMG img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s7A4iGeaMG .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s7A3vLLvvi .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7A3vLLvvi .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-s7A3vLLvvi .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s7A3vLLvvi .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-s7A3vLLvvi .countdown-cont {
  margin: 0 auto;
}
.cid-s7A3vLLvvi .full-count-container {
  background: #192f45;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-s7A3vLLvvi .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s7A3vLLvvi .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-s7A3vLLvvi .dot {
    display: none;
  }
  .cid-s7A3vLLvvi .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-s7A3vLLvvi .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s7A3vLLvvi .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7A3vLLvvi .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-s7A3vLLvvi .number {
    font-size: 25px;
  }
  .cid-s7A3vLLvvi .period {
    font-size: 0.7rem;
  }
}
.cid-s7A3vM4yC9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0f0348;
}
.cid-s7A3vM4yC9 a:link {
  text-decoration: none;
}
.cid-s7A3vM4yC9 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7A3vM4yC9 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s7A3vM4yC9 .inner-text {
  line-height: 3em;
}
.cid-s7A3vM4yC9 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7A3vM4yC9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7A3vM4yC9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s7A3vM4yC9 .content-text,
.cid-s7A3vM4yC9 .inner-text {
  color: #c1c1c1;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7A3MMGuXp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #192f45;
}
.cid-s7A3MMGuXp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-s7A3MMGuXp H2 {
  color: #f5f5f7;
}
.cid-s7A3MMGuXp H3 {
  color: #ffffff;
}
.cid-s7A3MMGuXp .mbr-text,
.cid-s7A3MMGuXp .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7A3MMGuXp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s7A3XdlHa2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #192f45;
}
.cid-s7A3XdlHa2 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s7A3XdlHa2 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s7A3XdlHa2 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s7A3XdlHa2 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s7A3MNr9iu .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7A3MNr9iu .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-s7A3MNr9iu .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s7A3MNr9iu .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-s7A3MNr9iu .countdown-cont {
  margin: 0 auto;
}
.cid-s7A3MNr9iu .full-count-container {
  background: #192f45;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-s7A3MNr9iu .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-s7A3MNr9iu .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-s7A3MNr9iu .dot {
    display: none;
  }
  .cid-s7A3MNr9iu .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-s7A3MNr9iu .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s7A3MNr9iu .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7A3MNr9iu .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-s7A3MNr9iu .number {
    font-size: 25px;
  }
  .cid-s7A3MNr9iu .period {
    font-size: 0.7rem;
  }
}
.cid-s7A3MNK21S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0f0348;
}
.cid-s7A3MNK21S a:link {
  text-decoration: none;
}
.cid-s7A3MNK21S .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s7A3MNK21S .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s7A3MNK21S .inner-text {
  line-height: 3em;
}
.cid-s7A3MNK21S .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7A3MNK21S .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s7A3MNK21S .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s7A3MNK21S .content-text,
.cid-s7A3MNK21S .inner-text {
  color: #c1c1c1;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-skY2u9HySo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skY2u9HySo .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-skY2u9HySo .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-skY2u9HySo .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-skY2u9HySo .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-skY2u9HySo .mbr-text,
.cid-skY2u9HySo .mbr-section-btn {
  color: #999999;
}
.cid-s7Ac5jtQIo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7Ac5jtQIo .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7Ac5jtQIo .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7Ac5jtQIo .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7Ac5jtQIo .mbr-text:after,
  .cid-s7Ac5jtQIo .mbr-text:before {
    display: none;
  }
}
.cid-s7Ac5jtQIo .mbr-section-title,
.cid-s7Ac5jtQIo .logo {
  color: #cebfaf;
  text-align: left;
}
.cid-s7Ac5jMlOV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Ac5jMlOV .nav-tabs .nav-item.open .nav-link:focus,
.cid-s7Ac5jMlOV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s7Ac5jMlOV .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s7Ac5jMlOV .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s7Ac5jMlOV .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s7Ac5jMlOV .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s7Ac5jMlOV .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s7Ac5jMlOV .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s7Ac5jMlOV P {
  color: #0f0348;
}
@media (max-width: 576px) {
  .cid-s7Ac5jMlOV .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s7Ac5jMlOV .mbr-text,
  .cid-s7Ac5jMlOV .nav-link {
    text-align: center;
  }
}
.cid-s7Ac5ktZUV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/some-believe-the-world-1400x1207.jpg");
}
.cid-s7Ac5ktZUV .mbr-text {
  color: #767676;
}
.cid-s7Ac5ktZUV .card-subtitle {
  margin: 0;
}
.cid-s7Ac5ktZUV .link {
  margin: 0;
}
.cid-s7Ac5ktZUV .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7Ac5ktZUV .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7Ac5ktZUV .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7Ac5ktZUV .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7Ac5ktZUV .date {
  margin: 0;
}
.cid-s7Ac5ktZUV img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7Ac5ktZUV .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7Ac5ktZUV .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7Ac5ktZUV .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7Ac5ktZUV .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7Ac5ktZUV .icon-box {
    flex-direction: column;
  }
  .cid-s7Ac5ktZUV .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7Ac5ktZUV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7Ac5ktZUV .card {
    margin-bottom: 3rem;
  }
}
.cid-s7Ac5lidLH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7Ac5lidLH .counter-container {
  color: #464646;
}
.cid-s7Ac5lidLH .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7Ac5lidLH .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7Ac5lidLH .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7Ac5lidLH P {
  text-align: left;
  color: #000000;
}
.cid-s7Ac5lKIpR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7Ac5lKIpR .counter-container {
  color: #464646;
}
.cid-s7Ac5lKIpR .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7Ac5lKIpR .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7Ac5lKIpR .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7Ac5lKIpR P {
  text-align: left;
  color: #000000;
}
.cid-s7Ac5m8JKZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7Ac5m8JKZ .counter-container {
  color: #464646;
}
.cid-s7Ac5m8JKZ .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7Ac5m8JKZ .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7Ac5m8JKZ .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7Ac5m8JKZ P {
  text-align: left;
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7AkogQXr4 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7AkogQXr4 .mbr-text {
  position: relative;
  color: #f5f5f7;
  text-align: left;
}
.cid-s7AkogQXr4 .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7AkogQXr4 .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7AkogQXr4 .mbr-text:after,
  .cid-s7AkogQXr4 .mbr-text:before {
    display: none;
  }
}
.cid-s7AkogQXr4 .mbr-section-title,
.cid-s7AkogQXr4 .logo {
  color: #cebfaf;
  text-align: left;
}
.cid-s7Akoh7bwg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Akoh7bwg .nav-tabs .nav-item.open .nav-link:focus,
.cid-s7Akoh7bwg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s7Akoh7bwg .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s7Akoh7bwg .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s7Akoh7bwg .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s7Akoh7bwg .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s7Akoh7bwg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s7Akoh7bwg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s7Akoh7bwg P {
  color: #0f0348;
}
@media (max-width: 576px) {
  .cid-s7Akoh7bwg .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s7Akoh7bwg .mbr-text,
  .cid-s7Akoh7bwg .nav-link {
    text-align: center;
  }
}
.cid-s7Amjn8ON1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-s7Amjn8ON1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s7Amjn8ON1 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-s7Amjn8ON1 .img-col {
  padding: 0;
}
.cid-s7Amjn8ON1 .wrapper {
  padding: 6rem 12rem;
}
.cid-s7Amjn8ON1 .link-wrap {
  width: 100%;
}
.cid-s7Amjn8ON1 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-s7Amjn8ON1 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-s7Amjn8ON1 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7Amjn8ON1 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-s7Amjn8ON1 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7Amjn8ON1 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-s7Amjn8ON1 .link,
.cid-s7Amjn8ON1 .wrapper {
  color: #cc2952;
}
.cid-s7Amjn8ON1 .mbr-section-subtitle {
  color: #000000;
}
.cid-s7Amjn8ON1 .card-title,
.cid-s7Amjn8ON1 .card-box {
  color: #000000;
}
.cid-s7Amjn8ON1 .mbr-text,
.cid-s7Amjn8ON1 .mbr-section-btn {
  color: #999999;
}
.cid-s7CDJYqWxr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7CDJYqWxr .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-s7CDJYqWxr .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-s7CDJYqWxr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7CDJYqWxr .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-s7CDJYqWxr .card-overlay {
  display: none;
  background: #66458e;
}
@media (min-width: 768px) {
  .cid-s7CDJYqWxr .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CDJYqWxr .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CDJYqWxr .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CDJYqWxr .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CDJYqWxr .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CDJYqWxr .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CDJYqWxr .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CDJYqWxr .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CDJYqWxr .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-s7CDJYqWxr .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-s7CDJYqWxr .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-s7CDJYqWxr .card-title,
  .cid-s7CDJYqWxr .underline,
  .cid-s7CDJYqWxr .mbr-text,
  .cid-s7CDJYqWxr .mbr-section-btn,
  .cid-s7CDJYqWxr .mbr-section-subtitle,
  .cid-s7CDJYqWxr .mbr-section-title {
    text-align: center !important;
  }
  .cid-s7CDJYqWxr .wrapper {
    background-color: #66458e;
  }
}
.cid-s7CDJYqWxr .mbr-section-title {
  text-align: left;
}
.cid-s7CFpQNr9l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7CFpQNr9l .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-s7CFpQNr9l .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-s7CFpQNr9l .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7CFpQNr9l .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-s7CFpQNr9l .card-overlay {
  display: none;
  background: #66458e;
}
@media (min-width: 768px) {
  .cid-s7CFpQNr9l .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CFpQNr9l .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CFpQNr9l .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CFpQNr9l .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-s7CFpQNr9l .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CFpQNr9l .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CFpQNr9l .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CFpQNr9l .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7CFpQNr9l .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-s7CFpQNr9l .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-s7CFpQNr9l .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-s7CFpQNr9l .card-title,
  .cid-s7CFpQNr9l .underline,
  .cid-s7CFpQNr9l .mbr-text,
  .cid-s7CFpQNr9l .mbr-section-btn,
  .cid-s7CFpQNr9l .mbr-section-subtitle,
  .cid-s7CFpQNr9l .mbr-section-title {
    text-align: center !important;
  }
  .cid-s7CFpQNr9l .wrapper {
    background-color: #66458e;
  }
}
.cid-s7CFpQNr9l .mbr-section-title {
  text-align: left;
}
.cid-s7AsM2YH7T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-s7AsM2YH7T img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
@media (min-width: 1200px) {
  .cid-s7AsM2YH7T .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1500px) {
  .cid-s7AsM2YH7T .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cid-s7AsM2YH7T .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 767px) {
  .cid-s7AsM2YH7T .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s7AsM2YH7T .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-s7AsM2YH7T .img-wrapper {
  min-width: 100px;
}
.cid-s7AsM2YH7T .star-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s7AsM2YH7T .mbr-iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.cid-s7AsM2YH7T .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-s7AsM2YH7T .card .img-wrapper {
  overflow: hidden;
}
.cid-s7AsM2YH7T .mbr-section-date {
  color: #999999;
}
.cid-s7AsM2YH7T .mbr-section-text {
  color: #555555;
}
@media (max-width: 767px) {
  .cid-s7AsM2YH7T .bg-wrapper {
    padding: 1rem;
  }
  .cid-s7AsM2YH7T .mbr-section-title {
    text-align: left;
  }
}
.cid-s7AsM2YH7T .mbr-card-title {
  color: #5758e0;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7CGHI1ug3 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7CGHI1ug3 .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7CGHI1ug3 .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7CGHI1ug3 .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7CGHI1ug3 .mbr-text:after,
  .cid-s7CGHI1ug3 .mbr-text:before {
    display: none;
  }
}
.cid-s7CGHI1ug3 .mbr-section-title,
.cid-s7CGHI1ug3 .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7CHHzgTSY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7CHHzgTSY h2,
.cid-s7CHHzgTSY h3,
.cid-s7CHHzgTSY h4,
.cid-s7CHHzgTSY p {
  color: #ffffff;
}
.cid-s7CHHzgTSY .mbr-overlay {
  z-index: -1;
}
.cid-s7CHHzgTSY .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7CHHzgTSY .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7CHHzgTSY .form-control:focus,
.cid-s7CHHzgTSY .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7CHHzgTSY .form-group {
  margin-bottom: 1rem;
}
.cid-s7CHHzgTSY input::-webkit-input-placeholder,
.cid-s7CHHzgTSY textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7CHHzgTSY input:-moz-placeholder,
.cid-s7CHHzgTSY textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7CHHzgTSY .jq-selectbox li,
.cid-s7CHHzgTSY .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7CHHzgTSY .jq-selectbox li:hover,
.cid-s7CHHzgTSY .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7CHHzgTSY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7CHHzgTSY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7CHHzgTSY .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7CHHzgTSY .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7CHHzgTSY .mbr-text {
  color: #767676;
}
.cid-s7CHHzgTSY .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7CHHzgTSY .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7CHHzgTSY .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7CHHzgTSY a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7CHHzgTSY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7CHHzgTSY .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7CHHzgTSY textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7CHHzgTSY .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7CHHzgTSY .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7CHHzgTSY .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7CHHzgTSY h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7CHHzgTSY .block-content {
    padding: 0;
  }
  .cid-s7CHHzgTSY .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7CPVeJEaE {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7CPVeJEaE .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7CPVeJEaE .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7CPVeJEaE .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7CPVeJEaE .mbr-text:after,
  .cid-s7CPVeJEaE .mbr-text:before {
    display: none;
  }
}
.cid-s7CPVeJEaE .mbr-section-title,
.cid-s7CPVeJEaE .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7CPVf0iJG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7CPVf0iJG h2,
.cid-s7CPVf0iJG h3,
.cid-s7CPVf0iJG h4,
.cid-s7CPVf0iJG p {
  color: #ffffff;
}
.cid-s7CPVf0iJG .mbr-overlay {
  z-index: -1;
}
.cid-s7CPVf0iJG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7CPVf0iJG .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7CPVf0iJG .form-control:focus,
.cid-s7CPVf0iJG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7CPVf0iJG .form-group {
  margin-bottom: 1rem;
}
.cid-s7CPVf0iJG input::-webkit-input-placeholder,
.cid-s7CPVf0iJG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7CPVf0iJG input:-moz-placeholder,
.cid-s7CPVf0iJG textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7CPVf0iJG .jq-selectbox li,
.cid-s7CPVf0iJG .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7CPVf0iJG .jq-selectbox li:hover,
.cid-s7CPVf0iJG .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7CPVf0iJG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7CPVf0iJG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7CPVf0iJG .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7CPVf0iJG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7CPVf0iJG .mbr-text {
  color: #767676;
}
.cid-s7CPVf0iJG .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7CPVf0iJG .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7CPVf0iJG .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7CPVf0iJG a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7CPVf0iJG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7CPVf0iJG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7CPVf0iJG textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7CPVf0iJG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7CPVf0iJG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7CPVf0iJG .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7CPVf0iJG h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7CPVf0iJG .block-content {
    padding: 0;
  }
  .cid-s7CPVf0iJG .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7G0K7LTOp {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7G0K7LTOp .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7G0K7LTOp .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7G0K7LTOp .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7G0K7LTOp .mbr-text:after,
  .cid-s7G0K7LTOp .mbr-text:before {
    display: none;
  }
}
.cid-s7G0K7LTOp .mbr-section-title,
.cid-s7G0K7LTOp .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7G0K87fk5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7G0K87fk5 h2,
.cid-s7G0K87fk5 h3,
.cid-s7G0K87fk5 h4,
.cid-s7G0K87fk5 p {
  color: #ffffff;
}
.cid-s7G0K87fk5 .mbr-overlay {
  z-index: -1;
}
.cid-s7G0K87fk5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7G0K87fk5 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7G0K87fk5 .form-control:focus,
.cid-s7G0K87fk5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7G0K87fk5 .form-group {
  margin-bottom: 1rem;
}
.cid-s7G0K87fk5 input::-webkit-input-placeholder,
.cid-s7G0K87fk5 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7G0K87fk5 input:-moz-placeholder,
.cid-s7G0K87fk5 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7G0K87fk5 .jq-selectbox li,
.cid-s7G0K87fk5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7G0K87fk5 .jq-selectbox li:hover,
.cid-s7G0K87fk5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7G0K87fk5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7G0K87fk5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7G0K87fk5 .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7G0K87fk5 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7G0K87fk5 .mbr-text {
  color: #767676;
}
.cid-s7G0K87fk5 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7G0K87fk5 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7G0K87fk5 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7G0K87fk5 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7G0K87fk5 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7G0K87fk5 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7G0K87fk5 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7G0K87fk5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7G0K87fk5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7G0K87fk5 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7G0K87fk5 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7G0K87fk5 .block-content {
    padding: 0;
  }
  .cid-s7G0K87fk5 .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7G4cyrSdR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7G4cyrSdR .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7G4cyrSdR .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7G4cyrSdR .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7G4cyrSdR .mbr-text:after,
  .cid-s7G4cyrSdR .mbr-text:before {
    display: none;
  }
}
.cid-s7G4cyrSdR .mbr-section-title,
.cid-s7G4cyrSdR .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7G4cyL2gJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7G4cyL2gJ h2,
.cid-s7G4cyL2gJ h3,
.cid-s7G4cyL2gJ h4,
.cid-s7G4cyL2gJ p {
  color: #ffffff;
}
.cid-s7G4cyL2gJ .mbr-overlay {
  z-index: -1;
}
.cid-s7G4cyL2gJ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7G4cyL2gJ .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7G4cyL2gJ .form-control:focus,
.cid-s7G4cyL2gJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7G4cyL2gJ .form-group {
  margin-bottom: 1rem;
}
.cid-s7G4cyL2gJ input::-webkit-input-placeholder,
.cid-s7G4cyL2gJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7G4cyL2gJ input:-moz-placeholder,
.cid-s7G4cyL2gJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7G4cyL2gJ .jq-selectbox li,
.cid-s7G4cyL2gJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7G4cyL2gJ .jq-selectbox li:hover,
.cid-s7G4cyL2gJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7G4cyL2gJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7G4cyL2gJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7G4cyL2gJ .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7G4cyL2gJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7G4cyL2gJ .mbr-text {
  color: #767676;
}
.cid-s7G4cyL2gJ .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7G4cyL2gJ .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7G4cyL2gJ .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7G4cyL2gJ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7G4cyL2gJ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7G4cyL2gJ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7G4cyL2gJ textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7G4cyL2gJ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7G4cyL2gJ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7G4cyL2gJ .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7G4cyL2gJ h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7G4cyL2gJ .block-content {
    padding: 0;
  }
  .cid-s7G4cyL2gJ .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7G9hVXw7r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7G9hVXw7r .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7G9hVXw7r .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7G9hVXw7r .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7G9hVXw7r .mbr-text:after,
  .cid-s7G9hVXw7r .mbr-text:before {
    display: none;
  }
}
.cid-s7G9hVXw7r .mbr-section-title,
.cid-s7G9hVXw7r .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7G9hWiU9i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7G9hWiU9i h2,
.cid-s7G9hWiU9i h3,
.cid-s7G9hWiU9i h4,
.cid-s7G9hWiU9i p {
  color: #ffffff;
}
.cid-s7G9hWiU9i .mbr-overlay {
  z-index: -1;
}
.cid-s7G9hWiU9i .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7G9hWiU9i .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7G9hWiU9i .form-control:focus,
.cid-s7G9hWiU9i .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7G9hWiU9i .form-group {
  margin-bottom: 1rem;
}
.cid-s7G9hWiU9i input::-webkit-input-placeholder,
.cid-s7G9hWiU9i textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7G9hWiU9i input:-moz-placeholder,
.cid-s7G9hWiU9i textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7G9hWiU9i .jq-selectbox li,
.cid-s7G9hWiU9i .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7G9hWiU9i .jq-selectbox li:hover,
.cid-s7G9hWiU9i .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7G9hWiU9i .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7G9hWiU9i .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7G9hWiU9i .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7G9hWiU9i .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7G9hWiU9i .mbr-text {
  color: #767676;
}
.cid-s7G9hWiU9i .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7G9hWiU9i .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7G9hWiU9i .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7G9hWiU9i a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7G9hWiU9i .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7G9hWiU9i .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7G9hWiU9i textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7G9hWiU9i .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7G9hWiU9i .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7G9hWiU9i .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7G9hWiU9i h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7G9hWiU9i .block-content {
    padding: 0;
  }
  .cid-s7G9hWiU9i .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Gbh4MYUD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7Gbh4MYUD .mbr-text {
  position: relative;
  color: #f5f5f7;
  text-align: right;
}
.cid-s7Gbh4MYUD .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7Gbh4MYUD .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7Gbh4MYUD .mbr-text:after,
  .cid-s7Gbh4MYUD .mbr-text:before {
    display: none;
  }
}
.cid-s7Gbh4MYUD .mbr-section-title,
.cid-s7Gbh4MYUD .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7Gbh55pc8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7Gbh55pc8 h2,
.cid-s7Gbh55pc8 h3,
.cid-s7Gbh55pc8 h4,
.cid-s7Gbh55pc8 p {
  color: #ffffff;
}
.cid-s7Gbh55pc8 .mbr-overlay {
  z-index: -1;
}
.cid-s7Gbh55pc8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7Gbh55pc8 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7Gbh55pc8 .form-control:focus,
.cid-s7Gbh55pc8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7Gbh55pc8 .form-group {
  margin-bottom: 1rem;
}
.cid-s7Gbh55pc8 input::-webkit-input-placeholder,
.cid-s7Gbh55pc8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7Gbh55pc8 input:-moz-placeholder,
.cid-s7Gbh55pc8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7Gbh55pc8 .jq-selectbox li,
.cid-s7Gbh55pc8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7Gbh55pc8 .jq-selectbox li:hover,
.cid-s7Gbh55pc8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7Gbh55pc8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7Gbh55pc8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7Gbh55pc8 .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7Gbh55pc8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Gbh55pc8 .mbr-text {
  color: #767676;
}
.cid-s7Gbh55pc8 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7Gbh55pc8 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7Gbh55pc8 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7Gbh55pc8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7Gbh55pc8 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7Gbh55pc8 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7Gbh55pc8 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7Gbh55pc8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7Gbh55pc8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7Gbh55pc8 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7Gbh55pc8 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7Gbh55pc8 .block-content {
    padding: 0;
  }
  .cid-s7Gbh55pc8 .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sbOZ4xrSQ3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbOZ4xrSQ3 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sbOZ4xrSQ3 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sbOZ4xrSQ3 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sbOZ4xrSQ3 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sbOZ4xrSQ3 .mbr-text,
.cid-sbOZ4xrSQ3 .mbr-section-btn {
  color: #999999;
}
.cid-s7Ge3K1zN9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7Ge3K1zN9 .mbr-text {
  position: relative;
  color: #f5f5f7;
  text-align: left;
}
.cid-s7Ge3K1zN9 .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7Ge3K1zN9 .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7Ge3K1zN9 .mbr-text:after,
  .cid-s7Ge3K1zN9 .mbr-text:before {
    display: none;
  }
}
.cid-s7Ge3K1zN9 .mbr-section-title,
.cid-s7Ge3K1zN9 .logo {
  color: #cebfaf;
  text-align: left;
}
.cid-s7Gfg65pTe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7Gfg65pTe .mbr-text,
.cid-s7Gfg65pTe .mbr-section-btn,
.cid-s7Gfg65pTe H4 {
  color: #767676;
}
.cid-s7Gfg65pTe .img-box {
  position: relative;
}
.cid-s7Gfg65pTe .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7Gfg65pTe .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7Gfg65pTe img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7Gfg65pTe .author-box {
    justify-content: center;
  }
}
.cid-s7Gfg65pTe .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7Gfg65pTe .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7Gfg65pTe .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7Gfg65pTe h3,
.cid-s7Gfg65pTe h4 {
  margin: 0;
  padding: 0;
}
.cid-s7Gfg65pTe H3 {
  color: #149dcc;
}
.cid-s7IS8yp2Q8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-s7IS8yp2Q8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s7IS8yp2Q8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7IS8yp2Q8 .text-content {
  padding-right: 1.5rem;
}
.cid-s7IS8yp2Q8 .mbr-text,
.cid-s7IS8yp2Q8 .mbr-section-btn {
  color: #000000;
}
.cid-s7IS8yp2Q8 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-s7IS8yp2Q8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s7IS8yp2Q8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s7IS8yp2Q8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s7IS8yp2Q8 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-s7IS8yp2Q8 .main-row {
    margin: 0;
  }
  .cid-s7IS8yp2Q8 .mbr-section-title,
  .cid-s7IS8yp2Q8 .mbr-text,
  .cid-s7IS8yp2Q8 .list,
  .cid-s7IS8yp2Q8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s7IS8yp2Q8 .text-content {
    padding: 0;
  }
}
.cid-s7ITbgXOVy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7ITbgXOVy h2,
.cid-s7ITbgXOVy h3,
.cid-s7ITbgXOVy h4,
.cid-s7ITbgXOVy p {
  color: #ffffff;
}
.cid-s7ITbgXOVy .mbr-overlay {
  z-index: -1;
}
.cid-s7ITbgXOVy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7ITbgXOVy .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7ITbgXOVy .form-control:focus,
.cid-s7ITbgXOVy .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7ITbgXOVy .form-group {
  margin-bottom: 1rem;
}
.cid-s7ITbgXOVy input::-webkit-input-placeholder,
.cid-s7ITbgXOVy textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7ITbgXOVy input:-moz-placeholder,
.cid-s7ITbgXOVy textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7ITbgXOVy .jq-selectbox li,
.cid-s7ITbgXOVy .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7ITbgXOVy .jq-selectbox li:hover,
.cid-s7ITbgXOVy .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7ITbgXOVy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7ITbgXOVy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7ITbgXOVy .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7ITbgXOVy .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7ITbgXOVy .mbr-text {
  color: #767676;
}
.cid-s7ITbgXOVy .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7ITbgXOVy .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7ITbgXOVy .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7ITbgXOVy a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7ITbgXOVy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7ITbgXOVy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7ITbgXOVy textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7ITbgXOVy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7ITbgXOVy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7ITbgXOVy .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7ITbgXOVy h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7ITbgXOVy .block-content {
    padding: 0;
  }
  .cid-s7ITbgXOVy .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7IX0EFGXa {
  overflow-x: hidden !important;
}
.cid-s7IX0EFGXa,
.cid-s7IX0EFGXa .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 225px;
}
.cid-s7IX0EFGXa .mbr-section-title {
  color: #ffffff;
}
.cid-s7IX0EFGXa .mbr-section-title span {
  color: #0077ff;
}
.cid-s7IX0EFGXa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7IX0EFGXa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/dr-redcarpet-1-1162x536.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7IX0EFGXa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7IX0EFGXa .mbr-overlay {
  z-index: 1;
}
.cid-s7IX0EFGXa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7J2ieo8zQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7J2ieo8zQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7J2ieo8zQ .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7J2ieo8zQ .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7J2ieo8zQ .carousel-item.active,
.cid-s7J2ieo8zQ .carousel-item-next,
.cid-s7J2ieo8zQ .carousel-item-prev {
  display: flex;
}
.cid-s7J2ieo8zQ .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7J2ieo8zQ .carousel-controls a:hover span,
.cid-s7J2ieo8zQ .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7J2ieo8zQ .carousel-controls a:hover svg,
.cid-s7J2ieo8zQ .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7J2ieo8zQ .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7J2ieo8zQ .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7J2ieo8zQ .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7J2ieo8zQ .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7J2ieo8zQ .user_text {
  color: #767676;
}
.cid-s7J2ieo8zQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7J2ieo8zQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7J2ieo8zQ .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7J2ieo8zQ svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7J2ieo8zQ .user_name {
  color: #149dcc;
}
.cid-s7J2ieo8zQ .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7J2ieo8zQ .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7J2ieo8zQ .testimonials-quote,
  .cid-s7J2ieo8zQ .user_text,
  .cid-s7J2ieo8zQ .user_name,
  .cid-s7J2ieo8zQ .user_desk {
    text-align: center !important;
  }
  .cid-s7J2ieo8zQ .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7J2ieo8zQ .mbr-section-title,
  .cid-s7J2ieo8zQ .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7J2ieo8zQ .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7J2ieo8zQ .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7J2ieo8zQ .user-text {
    padding-right: 2rem;
  }
  .cid-s7J2ieo8zQ .carousel-control-prev,
  .cid-s7J2ieo8zQ .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7J3b8NVim {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7J3b8NVim H1 {
  color: #57468b;
}
.cid-s7J3b8NVim .mbr-text,
.cid-s7J3b8NVim .mbr-section-btn {
  color: #716c80;
}
.cid-s7J3b8NVim img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s7J3b8NVim .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-s7JGUSgw5z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7JGUSgw5z h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7JGUSgw5z h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7JGUSgw5z .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7JGUSgw5z .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7JGUSgw5z .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7JGUSgw5z .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7JGUSgw5z .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7JGUSgw5z .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7JGUSgw5z .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7JGUSgw5z .socicon-bg-mail {
  color: #134785;
}
.cid-s7JGUSgw5z .btn-social {
  border: none !important;
}
.cid-s7JGUSgw5z .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7JGUSgw5z [class^="socicon-"]:before,
.cid-s7JGUSgw5z [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7JGUSgw5z .btn {
    font-size: 20px !important;
  }
}
.cid-s7JGUSgw5z .mbr-section-title {
  color: #0077ff;
}
.cid-s7J6zgDzxg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7J6zgDzxg .mbr-text {
  color: #767676;
}
.cid-s7J6zgDzxg .card-subtitle {
  margin: 0;
}
.cid-s7J6zgDzxg .link {
  margin: 0;
}
.cid-s7J6zgDzxg .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7J6zgDzxg .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s7J6zgDzxg .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7J6zgDzxg .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7J6zgDzxg .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7J6zgDzxg .date {
  margin: 0;
}
.cid-s7J6zgDzxg img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7J6zgDzxg .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7J6zgDzxg .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7J6zgDzxg .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7J6zgDzxg .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7J6zgDzxg .icon-box {
    flex-direction: column;
  }
  .cid-s7J6zgDzxg .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7J6zgDzxg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7J6zgDzxg .card {
    margin-bottom: 3rem;
  }
}
.cid-s7J6zgDzxg .mbr-text,
.cid-s7J6zgDzxg .link {
  text-align: left;
}
.cid-s7J7WJvy2N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7J7WJvy2N .mbr-text {
  color: #767676;
}
.cid-s7J7WJvy2N .card-subtitle {
  margin: 0;
}
.cid-s7J7WJvy2N .link {
  margin: 0;
}
.cid-s7J7WJvy2N .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7J7WJvy2N .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s7J7WJvy2N .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7J7WJvy2N .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7J7WJvy2N .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7J7WJvy2N .date {
  margin: 0;
}
.cid-s7J7WJvy2N img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7J7WJvy2N .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7J7WJvy2N .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7J7WJvy2N .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7J7WJvy2N .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7J7WJvy2N .icon-box {
    flex-direction: column;
  }
  .cid-s7J7WJvy2N .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7J7WJvy2N .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7J7WJvy2N .card {
    margin-bottom: 3rem;
  }
}
.cid-s7J7WJvy2N .mbr-text,
.cid-s7J7WJvy2N .link {
  text-align: left;
}
.cid-s7JGYgiyEa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7JGYgiyEa h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7JGYgiyEa h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7JGYgiyEa .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7JGYgiyEa .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7JGYgiyEa .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7JGYgiyEa .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7JGYgiyEa .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7JGYgiyEa .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7JGYgiyEa .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7JGYgiyEa .socicon-bg-mail {
  color: #134785;
}
.cid-s7JGYgiyEa .btn-social {
  border: none !important;
}
.cid-s7JGYgiyEa .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7JGYgiyEa [class^="socicon-"]:before,
.cid-s7JGYgiyEa [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7JGYgiyEa .btn {
    font-size: 20px !important;
  }
}
.cid-s7JGYgiyEa .mbr-section-title {
  color: #0077ff;
}
.cid-s7JCu0kEgy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7JCu0kEgy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7JCu0kEgy .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7JCu0kEgy .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7JCu0kEgy .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7JCu0kEgy .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7JCu0kEgy .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7JCu0kEgy .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7JCu0kEgy .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7JCu0kEgy .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7JCu0kEgy .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7JCu0kEgy .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7JCu0kEgy .main-title {
  color: #7f1933;
}
.cid-s7JCu0kEgy .mbr-author-name P {
  color: #7f1933;
}
.cid-s7JCu0kEgy .mbr-author-desc P {
  color: #a57884;
}
.cid-s7JGeYgHBJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7JGeYgHBJ .mbr-text,
.cid-s7JGeYgHBJ .mbr-section-btn,
.cid-s7JGeYgHBJ H4 {
  color: #767676;
}
.cid-s7JGeYgHBJ .img-box {
  position: relative;
}
.cid-s7JGeYgHBJ .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7JGeYgHBJ .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7JGeYgHBJ img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7JGeYgHBJ .author-box {
    justify-content: center;
  }
}
.cid-s7JGeYgHBJ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7JGeYgHBJ .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7JGeYgHBJ .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7JGeYgHBJ h3,
.cid-s7JGeYgHBJ h4 {
  margin: 0;
  padding: 0;
}
.cid-s7JGeYgHBJ H3 {
  color: #149dcc;
}
.cid-s7JGeYgHBJ .mbr-text,
.cid-s7JGeYgHBJ .mbr-section-btn {
  color: #000000;
}
.cid-s7JGrpbtki {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7JGrpbtki h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7JGrpbtki h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7JGrpbtki .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7JGrpbtki .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7JGrpbtki .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7JGrpbtki .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7JGrpbtki .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7JGrpbtki .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7JGrpbtki .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7JGrpbtki .socicon-bg-mail {
  color: #134785;
}
.cid-s7JGrpbtki .btn-social {
  border: none !important;
}
.cid-s7JGrpbtki .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7JGrpbtki [class^="socicon-"]:before,
.cid-s7JGrpbtki [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7JGrpbtki .btn {
    font-size: 20px !important;
  }
}
.cid-s7JGrpbtki .mbr-section-title {
  color: #0077ff;
}
.cid-s7IWaHb0Sy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7IWaHb0Sy .mbr-text,
.cid-s7IWaHb0Sy .mbr-section-btn,
.cid-s7IWaHb0Sy H4 {
  color: #767676;
}
.cid-s7IWaHb0Sy .img-box {
  position: relative;
}
.cid-s7IWaHb0Sy .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7IWaHb0Sy .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7IWaHb0Sy img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7IWaHb0Sy .author-box {
    justify-content: center;
  }
}
.cid-s7IWaHb0Sy .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7IWaHb0Sy .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7IWaHb0Sy .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7IWaHb0Sy h3,
.cid-s7IWaHb0Sy h4 {
  margin: 0;
  padding: 0;
}
.cid-s7IWaHb0Sy H3 {
  color: #149dcc;
}
.cid-s7IWaHb0Sy .mbr-text,
.cid-s7IWaHb0Sy .mbr-section-btn {
  color: #000000;
}
.cid-s7JKmbr7CR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7JKmbr7CR h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7JKmbr7CR h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7JKmbr7CR .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7JKmbr7CR .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7JKmbr7CR .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7JKmbr7CR .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7JKmbr7CR .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7JKmbr7CR .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7JKmbr7CR .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7JKmbr7CR .socicon-bg-mail {
  color: #134785;
}
.cid-s7JKmbr7CR .btn-social {
  border: none !important;
}
.cid-s7JKmbr7CR .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7JKmbr7CR [class^="socicon-"]:before,
.cid-s7JKmbr7CR [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7JKmbr7CR .btn {
    font-size: 20px !important;
  }
}
.cid-s7JKmbr7CR .mbr-section-title {
  color: #0077ff;
}
.cid-s7JDJijqUf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-s7JDJijqUf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7JDJijqUf .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7JDJijqUf .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7JDJijqUf .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7JDJijqUf .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7JDJijqUf .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7JDJijqUf .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7JDJijqUf .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7JDJijqUf .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7JDJijqUf .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7JDJijqUf .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7JDJijqUf .main-title {
  color: #7f1933;
}
.cid-s7JDJijqUf .mbr-author-name P {
  color: #7f1933;
}
.cid-s7JDJijqUf .mbr-author-desc P {
  color: #a57884;
}
.cid-s7JKkXPyxo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7JKkXPyxo .mbr-text,
.cid-s7JKkXPyxo .mbr-section-btn,
.cid-s7JKkXPyxo H4 {
  color: #767676;
}
.cid-s7JKkXPyxo .img-box {
  position: relative;
}
.cid-s7JKkXPyxo .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7JKkXPyxo .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7JKkXPyxo img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7JKkXPyxo .author-box {
    justify-content: center;
  }
}
.cid-s7JKkXPyxo .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7JKkXPyxo .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7JKkXPyxo .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7JKkXPyxo h3,
.cid-s7JKkXPyxo h4 {
  margin: 0;
  padding: 0;
}
.cid-s7JKkXPyxo H3 {
  color: #149dcc;
}
.cid-s7JKkXPyxo .mbr-text,
.cid-s7JKkXPyxo .mbr-section-btn {
  color: #000000;
}
.cid-s7JKnMs17d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7JKnMs17d h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7JKnMs17d h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7JKnMs17d .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7JKnMs17d .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7JKnMs17d .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7JKnMs17d .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7JKnMs17d .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7JKnMs17d .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7JKnMs17d .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7JKnMs17d .socicon-bg-mail {
  color: #134785;
}
.cid-s7JKnMs17d .btn-social {
  border: none !important;
}
.cid-s7JKnMs17d .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7JKnMs17d [class^="socicon-"]:before,
.cid-s7JKnMs17d [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7JKnMs17d .btn {
    font-size: 20px !important;
  }
}
.cid-s7JKnMs17d .mbr-section-title {
  color: #0077ff;
}
.cid-s7JKoIS0WE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7JKoIS0WE .mbr-text,
.cid-s7JKoIS0WE .mbr-section-btn,
.cid-s7JKoIS0WE H4 {
  color: #767676;
}
.cid-s7JKoIS0WE .img-box {
  position: relative;
}
.cid-s7JKoIS0WE .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7JKoIS0WE .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7JKoIS0WE img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7JKoIS0WE .author-box {
    justify-content: center;
  }
}
.cid-s7JKoIS0WE .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7JKoIS0WE .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7JKoIS0WE .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7JKoIS0WE h3,
.cid-s7JKoIS0WE h4 {
  margin: 0;
  padding: 0;
}
.cid-s7JKoIS0WE H3 {
  color: #149dcc;
}
.cid-s7JKoIS0WE .mbr-text,
.cid-s7JKoIS0WE .mbr-section-btn {
  color: #000000;
}
.cid-s7JQoP0QQF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7JQoP0QQF h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7JQoP0QQF h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7JQoP0QQF .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7JQoP0QQF .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7JQoP0QQF .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7JQoP0QQF .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7JQoP0QQF .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7JQoP0QQF .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7JQoP0QQF .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7JQoP0QQF .socicon-bg-mail {
  color: #134785;
}
.cid-s7JQoP0QQF .btn-social {
  border: none !important;
}
.cid-s7JQoP0QQF .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7JQoP0QQF [class^="socicon-"]:before,
.cid-s7JQoP0QQF [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7JQoP0QQF .btn {
    font-size: 20px !important;
  }
}
.cid-s7JQoP0QQF .mbr-section-title {
  color: #0077ff;
}
.cid-s7JQnJh1b8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7JQnJh1b8 .mbr-text,
.cid-s7JQnJh1b8 .mbr-section-btn,
.cid-s7JQnJh1b8 H4 {
  color: #767676;
}
.cid-s7JQnJh1b8 .img-box {
  position: relative;
}
.cid-s7JQnJh1b8 .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7JQnJh1b8 .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7JQnJh1b8 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7JQnJh1b8 .author-box {
    justify-content: center;
  }
}
.cid-s7JQnJh1b8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7JQnJh1b8 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7JQnJh1b8 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7JQnJh1b8 h3,
.cid-s7JQnJh1b8 h4 {
  margin: 0;
  padding: 0;
}
.cid-s7JQnJh1b8 H3 {
  color: #149dcc;
}
.cid-s7JQnJh1b8 .mbr-text,
.cid-s7JQnJh1b8 .mbr-section-btn {
  color: #000000;
}
.cid-s7IWaHZRYi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7IWaHZRYi h2,
.cid-s7IWaHZRYi h3,
.cid-s7IWaHZRYi h4,
.cid-s7IWaHZRYi p {
  color: #ffffff;
}
.cid-s7IWaHZRYi .mbr-overlay {
  z-index: -1;
}
.cid-s7IWaHZRYi .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7IWaHZRYi .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7IWaHZRYi .form-control:focus,
.cid-s7IWaHZRYi .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7IWaHZRYi .form-group {
  margin-bottom: 1rem;
}
.cid-s7IWaHZRYi input::-webkit-input-placeholder,
.cid-s7IWaHZRYi textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7IWaHZRYi input:-moz-placeholder,
.cid-s7IWaHZRYi textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7IWaHZRYi .jq-selectbox li,
.cid-s7IWaHZRYi .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7IWaHZRYi .jq-selectbox li:hover,
.cid-s7IWaHZRYi .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7IWaHZRYi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7IWaHZRYi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7IWaHZRYi .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7IWaHZRYi .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7IWaHZRYi .mbr-text {
  color: #767676;
}
.cid-s7IWaHZRYi .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7IWaHZRYi .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7IWaHZRYi .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7IWaHZRYi a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7IWaHZRYi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7IWaHZRYi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7IWaHZRYi textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7IWaHZRYi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7IWaHZRYi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7IWaHZRYi .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7IWaHZRYi h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7IWaHZRYi .block-content {
    padding: 0;
  }
  .cid-s7IWaHZRYi .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7JSVYDMUq {
  overflow-x: hidden !important;
}
.cid-s7JSVYDMUq,
.cid-s7JSVYDMUq .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 105px;
}
.cid-s7JSVYDMUq .mbr-section-title {
  color: #ffffff;
}
.cid-s7JSVYDMUq .mbr-section-title span {
  color: #0077ff;
}
.cid-s7JSVYDMUq .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7JSVYDMUq .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/constitution-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7JSVYDMUq .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7JSVYDMUq .mbr-overlay {
  z-index: 1;
}
.cid-s7JSVYDMUq .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7JSVZ2VHZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7JSVZ2VHZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7JSVZ2VHZ .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7JSVZ2VHZ .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7JSVZ2VHZ .carousel-item.active,
.cid-s7JSVZ2VHZ .carousel-item-next,
.cid-s7JSVZ2VHZ .carousel-item-prev {
  display: flex;
}
.cid-s7JSVZ2VHZ .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7JSVZ2VHZ .carousel-controls a:hover span,
.cid-s7JSVZ2VHZ .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7JSVZ2VHZ .carousel-controls a:hover svg,
.cid-s7JSVZ2VHZ .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7JSVZ2VHZ .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7JSVZ2VHZ .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7JSVZ2VHZ .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7JSVZ2VHZ .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7JSVZ2VHZ .user_text {
  color: #767676;
}
.cid-s7JSVZ2VHZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7JSVZ2VHZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7JSVZ2VHZ .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7JSVZ2VHZ svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7JSVZ2VHZ .user_name {
  color: #149dcc;
}
.cid-s7JSVZ2VHZ .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7JSVZ2VHZ .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7JSVZ2VHZ .testimonials-quote,
  .cid-s7JSVZ2VHZ .user_text,
  .cid-s7JSVZ2VHZ .user_name,
  .cid-s7JSVZ2VHZ .user_desk {
    text-align: center !important;
  }
  .cid-s7JSVZ2VHZ .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7JSVZ2VHZ .mbr-section-title,
  .cid-s7JSVZ2VHZ .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7JSVZ2VHZ .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7JSVZ2VHZ .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7JSVZ2VHZ .user-text {
    padding-right: 2rem;
  }
  .cid-s7JSVZ2VHZ .carousel-control-prev,
  .cid-s7JSVZ2VHZ .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7JSVZ2VHZ .user_text,
.cid-s7JSVZ2VHZ .testimonials-quote {
  color: #000000;
}
.cid-s7K7xhn4R4 {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-color: #f4f8fa;
}
.cid-s7K7xhn4R4 .carousel {
  z-index: 2;
  position: relative;
}
.cid-s7K7xhn4R4 .user {
  padding: 0!important;
}
.cid-s7K7xhn4R4 .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-s7K7xhn4R4 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-s7K7xhn4R4 .carousel-item.active,
.cid-s7K7xhn4R4 .carousel-item-next,
.cid-s7K7xhn4R4 .carousel-item-prev {
  display: flex;
}
.cid-s7K7xhn4R4 .user_name {
  margin: 0;
}
.cid-s7K7xhn4R4 .carousel-controls a {
  font-size: 2rem;
}
.cid-s7K7xhn4R4 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #7f1933;
  background: transparent;
  opacity: 0.5;
}
.cid-s7K7xhn4R4 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s7K7xhn4R4 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s7K7xhn4R4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #7f1933;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-s7K7xhn4R4 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s7K7xhn4R4 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-s7K7xhn4R4 .user_text {
  color: #232323;
  text-align: left;
}
.cid-s7K7xhn4R4 .user_desk {
  color: #767676;
}
.cid-s7K7xhn4R4 .user_desk,
.cid-s7K7xhn4R4 .carousel-item {
  text-align: left;
}
.cid-s7K7xhn4R4 .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-s7K7xhn4R4 .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-s7K7xhn4R4 .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-s7K7xhn4R4 .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s7JVTU2srm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-s7JVTU2srm .mbr-iconfont {
  color: #808080;
}
.cid-s7JVTU2srm .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-s7JVTU2srm .mbr-text {
  margin: 1.5rem 0;
}
.cid-s7JVTU2srm .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s7JVTU2srm .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-s7JVTU2srm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s7JVTU2srm .mbr-section-subtitle,
.cid-s7JVTU2srm .mbr-text,
.cid-s7JVTU2srm .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-s7JVTU2srm .mbr-text,
.cid-s7JVTU2srm .social-links .mbr-iconfont {
  color: #cc2952;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7KdrENhPA {
  overflow-x: hidden !important;
}
.cid-s7KdrENhPA,
.cid-s7KdrENhPA .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7KdrENhPA .mbr-section-title {
  color: #ffffff;
}
.cid-s7KdrENhPA .mbr-section-title span {
  color: #0077ff;
}
.cid-s7KdrENhPA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7KdrENhPA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/dreams-slider-2-1278x646.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7KdrENhPA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7KdrENhPA .mbr-overlay {
  z-index: 1;
}
.cid-s7KdrENhPA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7KdrFfKaU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7KdrFfKaU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7KdrFfKaU .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7KdrFfKaU .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7KdrFfKaU .carousel-item.active,
.cid-s7KdrFfKaU .carousel-item-next,
.cid-s7KdrFfKaU .carousel-item-prev {
  display: flex;
}
.cid-s7KdrFfKaU .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7KdrFfKaU .carousel-controls a:hover span,
.cid-s7KdrFfKaU .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7KdrFfKaU .carousel-controls a:hover svg,
.cid-s7KdrFfKaU .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7KdrFfKaU .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7KdrFfKaU .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7KdrFfKaU .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7KdrFfKaU .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7KdrFfKaU .user_text {
  color: #767676;
}
.cid-s7KdrFfKaU .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7KdrFfKaU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7KdrFfKaU .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7KdrFfKaU svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7KdrFfKaU .user_name {
  color: #149dcc;
}
.cid-s7KdrFfKaU .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7KdrFfKaU .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7KdrFfKaU .testimonials-quote,
  .cid-s7KdrFfKaU .user_text,
  .cid-s7KdrFfKaU .user_name,
  .cid-s7KdrFfKaU .user_desk {
    text-align: center !important;
  }
  .cid-s7KdrFfKaU .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7KdrFfKaU .mbr-section-title,
  .cid-s7KdrFfKaU .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7KdrFfKaU .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7KdrFfKaU .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7KdrFfKaU .user-text {
    padding-right: 2rem;
  }
  .cid-s7KdrFfKaU .carousel-control-prev,
  .cid-s7KdrFfKaU .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7KdrFfKaU .user_text,
.cid-s7KdrFfKaU .testimonials-quote {
  color: #000000;
}
.cid-s7KilWQg3J {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7KilWQg3J .container {
  max-width: 1500px;
}
.cid-s7KilWQg3J img {
  width: 100%;
}
.cid-s7KilWQg3J h2 {
  padding: 0;
  margin: 0;
}
.cid-s7KilWQg3J .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7KilWQg3J .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7KilWQg3J .img-col {
  position: relative;
}
.cid-s7KilWQg3J .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7KilWQg3J .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7KilWQg3J .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7KilWQg3J .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7KilWQg3J .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7KilWQg3J .number {
    margin: auto;
  }
}
.cid-s7Kmid2WXk {
  padding-top: 60px;
  padding-bottom: 75px;
  overflow: hidden;
  background-color: #f4f8fa;
}
.cid-s7Kmid2WXk .carousel {
  z-index: 2;
  position: relative;
}
.cid-s7Kmid2WXk .user {
  padding: 0!important;
}
.cid-s7Kmid2WXk .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-s7Kmid2WXk .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-s7Kmid2WXk .carousel-item.active,
.cid-s7Kmid2WXk .carousel-item-next,
.cid-s7Kmid2WXk .carousel-item-prev {
  display: flex;
}
.cid-s7Kmid2WXk .user_name {
  margin: 0;
}
.cid-s7Kmid2WXk .carousel-controls a {
  font-size: 2rem;
}
.cid-s7Kmid2WXk .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #7f1933;
  background: transparent;
  opacity: 0.5;
}
.cid-s7Kmid2WXk .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s7Kmid2WXk ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s7Kmid2WXk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #7f1933;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-s7Kmid2WXk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s7Kmid2WXk .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-s7Kmid2WXk .user_text {
  color: #232323;
  text-align: left;
}
.cid-s7Kmid2WXk .user_desk {
  color: #767676;
}
.cid-s7Kmid2WXk .user_desk,
.cid-s7Kmid2WXk .carousel-item {
  text-align: left;
}
.cid-s7Kmid2WXk .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-s7Kmid2WXk .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-s7Kmid2WXk .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-s7Kmid2WXk .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s7KjraPgDo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KjraPgDo h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KjraPgDo h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KjraPgDo .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KjraPgDo .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KjraPgDo .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KjraPgDo .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KjraPgDo .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KjraPgDo .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KjraPgDo .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KjraPgDo .socicon-bg-mail {
  color: #134785;
}
.cid-s7KjraPgDo .btn-social {
  border: none !important;
}
.cid-s7KjraPgDo .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KjraPgDo [class^="socicon-"]:before,
.cid-s7KjraPgDo [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KjraPgDo .btn {
    font-size: 20px !important;
  }
}
.cid-s7KjraPgDo .mbr-section-title {
  color: #0077ff;
}
.cid-s7KjKpm3Tu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("");
}
.cid-s7KjKpm3Tu .text-content .btn-bgr {
  z-index: 0;
}
.cid-s7KjKpm3Tu .mbr-overlay {
  background: #efeeee;
}
.cid-s7KjKpm3Tu .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7KjKpm3Tu .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-s7KjKpm3Tu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s7KjKpm3Tu .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s7KjKpm3Tu .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s7KjKpm3Tu .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s7KlmZObBI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KlmZObBI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-s7KlmZObBI H2 {
  color: #232323;
}
.cid-s7KlmZObBI H3 {
  color: #232323;
}
.cid-s7KlmZObBI .mbr-text,
.cid-s7KlmZObBI .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-s7KlmZObBI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Kp74WkAI {
  overflow-x: hidden !important;
}
.cid-s7Kp74WkAI,
.cid-s7Kp74WkAI .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-s7Kp74WkAI .mbr-section-title {
  color: #ffffff;
}
.cid-s7Kp74WkAI .mbr-section-title span {
  color: #0077ff;
}
.cid-s7Kp74WkAI .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7Kp74WkAI .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/three-trappers-1-1162x536.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7Kp74WkAI .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7Kp74WkAI .mbr-overlay {
  z-index: 1;
}
.cid-s7Kp74WkAI .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7KrRP7QcY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KrRP7QcY .mbr-text,
.cid-s7KrRP7QcY .mbr-section-btn,
.cid-s7KrRP7QcY H4 {
  color: #767676;
}
.cid-s7KrRP7QcY .img-box {
  position: relative;
}
.cid-s7KrRP7QcY img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 992px) {
  .cid-s7KrRP7QcY .img-box {
    height: 500px;
  }
  .cid-s7KrRP7QcY .img1 {
    left: 1rem;
  }
  .cid-s7KrRP7QcY .img2 {
    right: 1rem;
  }
  .cid-s7KrRP7QcY img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s7KrRP7QcY img {
    width: 60%;
  }
  .cid-s7KrRP7QcY .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s7KrRP7QcY .author-box {
    justify-content: center;
  }
}
.cid-s7KrRP7QcY .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7KrRP7QcY .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7KrRP7QcY .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7KrRP7QcY h3,
.cid-s7KrRP7QcY h4 {
  margin: 0;
  padding: 0;
}
.cid-s7KrRP7QcY H3 {
  color: #149dcc;
}
.cid-s7Kp75oRN8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Kp75oRN8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7Kp75oRN8 .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7Kp75oRN8 .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7Kp75oRN8 .carousel-item.active,
.cid-s7Kp75oRN8 .carousel-item-next,
.cid-s7Kp75oRN8 .carousel-item-prev {
  display: flex;
}
.cid-s7Kp75oRN8 .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7Kp75oRN8 .carousel-controls a:hover span,
.cid-s7Kp75oRN8 .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7Kp75oRN8 .carousel-controls a:hover svg,
.cid-s7Kp75oRN8 .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7Kp75oRN8 .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7Kp75oRN8 .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7Kp75oRN8 .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7Kp75oRN8 .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7Kp75oRN8 .user_text {
  color: #767676;
}
.cid-s7Kp75oRN8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7Kp75oRN8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7Kp75oRN8 .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7Kp75oRN8 svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7Kp75oRN8 .user_name {
  color: #149dcc;
}
.cid-s7Kp75oRN8 .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7Kp75oRN8 .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7Kp75oRN8 .testimonials-quote,
  .cid-s7Kp75oRN8 .user_text,
  .cid-s7Kp75oRN8 .user_name,
  .cid-s7Kp75oRN8 .user_desk {
    text-align: center !important;
  }
  .cid-s7Kp75oRN8 .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7Kp75oRN8 .mbr-section-title,
  .cid-s7Kp75oRN8 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7Kp75oRN8 .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7Kp75oRN8 .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7Kp75oRN8 .user-text {
    padding-right: 2rem;
  }
  .cid-s7Kp75oRN8 .carousel-control-prev,
  .cid-s7Kp75oRN8 .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7KuBidSJy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7KuBidSJy .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s7KuBidSJy .text-block {
  position: relative;
  z-index: 0;
}
.cid-s7KuBidSJy .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-s7KuBidSJy .box {
  left: 20%;
}
.cid-s7KuBidSJy .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-s7KuBidSJy .mbr-section-text,
.cid-s7KuBidSJy .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-s7KuBidSJy .text-box {
    display: none;
  }
  .cid-s7KuBidSJy .mbr-section-title,
  .cid-s7KuBidSJy .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s7KuBidSJy .box {
    display: none;
  }
  .cid-s7KuBidSJy .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7KuBidSJy .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7KuBidSJy .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s7KuBidSJy .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-s7KuBidSJy .mbr-section-text DIV {
  text-align: left;
}
.cid-s7KwPSAS35 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s7KwPSAS35 .mbr-text,
.cid-s7KwPSAS35 .ornament {
  text-align: left;
}
.cid-s7Kp76mDeU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7Kp76mDeU h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7Kp76mDeU h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7Kp76mDeU .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7Kp76mDeU .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7Kp76mDeU .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7Kp76mDeU .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7Kp76mDeU .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7Kp76mDeU .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7Kp76mDeU .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7Kp76mDeU .socicon-bg-mail {
  color: #134785;
}
.cid-s7Kp76mDeU .btn-social {
  border: none !important;
}
.cid-s7Kp76mDeU .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7Kp76mDeU [class^="socicon-"]:before,
.cid-s7Kp76mDeU [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7Kp76mDeU .btn {
    font-size: 20px !important;
  }
}
.cid-s7Kp76mDeU .mbr-section-title {
  color: #0077ff;
}
.cid-s7Kp78jVrr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7Kp78jVrr .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7Kp78jVrr .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7Kp78jVrr .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7Kp78jVrr .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7Kp78jVrr .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7Kp78jVrr .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7Kp78jVrr .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7Kp78jVrr .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7Kp78jVrr .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7Kp78jVrr .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7Kp78jVrr .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7Kp78jVrr .main-title {
  color: #7f1933;
}
.cid-s7Kp78jVrr .mbr-author-name P {
  color: #7f1933;
}
.cid-s7Kp78jVrr .mbr-author-desc P {
  color: #a57884;
}
.cid-s7Kp7cfdsv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7Kp7cfdsv h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7Kp7cfdsv h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7Kp7cfdsv .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7Kp7cfdsv .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7Kp7cfdsv .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7Kp7cfdsv .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7Kp7cfdsv .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7Kp7cfdsv .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7Kp7cfdsv .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7Kp7cfdsv .socicon-bg-mail {
  color: #134785;
}
.cid-s7Kp7cfdsv .btn-social {
  border: none !important;
}
.cid-s7Kp7cfdsv .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7Kp7cfdsv [class^="socicon-"]:before,
.cid-s7Kp7cfdsv [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7Kp7cfdsv .btn {
    font-size: 20px !important;
  }
}
.cid-s7Kp7cfdsv .mbr-section-title {
  color: #0077ff;
}
.cid-s7Kp7cCJsv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7Kp7cCJsv .mbr-text,
.cid-s7Kp7cCJsv .mbr-section-btn,
.cid-s7Kp7cCJsv H4 {
  color: #767676;
}
.cid-s7Kp7cCJsv .img-box {
  position: relative;
}
.cid-s7Kp7cCJsv .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7Kp7cCJsv .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7Kp7cCJsv img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7Kp7cCJsv .author-box {
    justify-content: center;
  }
}
.cid-s7Kp7cCJsv .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7Kp7cCJsv .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7Kp7cCJsv .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7Kp7cCJsv h3,
.cid-s7Kp7cCJsv h4 {
  margin: 0;
  padding: 0;
}
.cid-s7Kp7cCJsv H3 {
  color: #149dcc;
}
.cid-s7Kp7cCJsv .mbr-text,
.cid-s7Kp7cCJsv .mbr-section-btn {
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7KD2oj2o1 {
  overflow-x: hidden !important;
}
.cid-s7KD2oj2o1,
.cid-s7KD2oj2o1 .scroll-wrapper {
  padding-top: 210px;
  padding-bottom: 225px;
}
.cid-s7KD2oj2o1 .mbr-section-title {
  color: #ffffff;
}
.cid-s7KD2oj2o1 .mbr-section-title span {
  color: #0077ff;
}
.cid-s7KD2oj2o1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7KD2oj2o1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/dr-redcarpet-1162x536.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7KD2oj2o1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7KD2oj2o1 .mbr-overlay {
  z-index: 1;
}
.cid-s7KD2oj2o1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7KD2oHHzC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7KD2oHHzC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7KD2oHHzC .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7KD2oHHzC .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7KD2oHHzC .carousel-item.active,
.cid-s7KD2oHHzC .carousel-item-next,
.cid-s7KD2oHHzC .carousel-item-prev {
  display: flex;
}
.cid-s7KD2oHHzC .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7KD2oHHzC .carousel-controls a:hover span,
.cid-s7KD2oHHzC .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7KD2oHHzC .carousel-controls a:hover svg,
.cid-s7KD2oHHzC .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7KD2oHHzC .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7KD2oHHzC .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7KD2oHHzC .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7KD2oHHzC .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7KD2oHHzC .user_text {
  color: #767676;
}
.cid-s7KD2oHHzC .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7KD2oHHzC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7KD2oHHzC .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7KD2oHHzC svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7KD2oHHzC .user_name {
  color: #149dcc;
}
.cid-s7KD2oHHzC .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7KD2oHHzC .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7KD2oHHzC .testimonials-quote,
  .cid-s7KD2oHHzC .user_text,
  .cid-s7KD2oHHzC .user_name,
  .cid-s7KD2oHHzC .user_desk {
    text-align: center !important;
  }
  .cid-s7KD2oHHzC .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7KD2oHHzC .mbr-section-title,
  .cid-s7KD2oHHzC .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7KD2oHHzC .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7KD2oHHzC .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7KD2oHHzC .user-text {
    padding-right: 2rem;
  }
  .cid-s7KD2oHHzC .carousel-control-prev,
  .cid-s7KD2oHHzC .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7KJUfQrJ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7KJUfQrJ3 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s7KJUfQrJ3 .text-block {
  position: relative;
  z-index: 0;
}
.cid-s7KJUfQrJ3 .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-s7KJUfQrJ3 .box {
  left: 20%;
}
.cid-s7KJUfQrJ3 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-s7KJUfQrJ3 .mbr-section-text,
.cid-s7KJUfQrJ3 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-s7KJUfQrJ3 .text-box {
    display: none;
  }
  .cid-s7KJUfQrJ3 .mbr-section-title,
  .cid-s7KJUfQrJ3 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s7KJUfQrJ3 .box {
    display: none;
  }
  .cid-s7KJUfQrJ3 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7KJUfQrJ3 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7KJUfQrJ3 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s7KJUfQrJ3 .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-s7KJUfQrJ3 .mbr-section-text DIV {
  text-align: left;
}
.cid-s7L2mT7UFm {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7L2mT7UFm .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #e2d943;
  color: #232323;
  padding: 0;
}
.cid-s7L2mT7UFm .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s7L2mT7UFm .rev,
.cid-s7L2mT7UFm .mbr-iconfont {
  display: inline-block;
}
.cid-s7L2mT7UFm .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s7L2mT7UFm .card-img {
  position: relative;
}
.cid-s7L2mT7UFm .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-s7L2mT7UFm .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-s7L2mT7UFm .card-title {
  color: #0077ff;
  margin: 0;
  text-align: center;
}
.cid-s7L2mT7UFm .card-box {
  padding: 1.5rem;
}
.cid-s7L2mT7UFm .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s7L2mT7UFm .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s7L2mT7UFm .mbr-section-title,
.cid-s7L2mT7UFm .line-wrap {
  text-align: center;
  color: #7f1933;
}
.cid-s7L2mT7UFm .card-text,
.cid-s7L2mT7UFm .mbr-section-btn,
.cid-s7L2mT7UFm .ico-line {
  text-align: left;
  color: #767676;
}
.cid-s7L2mT7UFm .mbr-text,
.cid-s7L2mT7UFm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s7L2mT7UFm .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-s7KZ0RsBP7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7KZ0RsBP7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #e2d943;
  color: #232323;
  padding: 0;
}
.cid-s7KZ0RsBP7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s7KZ0RsBP7 .rev,
.cid-s7KZ0RsBP7 .mbr-iconfont {
  display: inline-block;
}
.cid-s7KZ0RsBP7 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s7KZ0RsBP7 .card-img {
  position: relative;
}
.cid-s7KZ0RsBP7 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-s7KZ0RsBP7 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-s7KZ0RsBP7 .card-title {
  color: #0077ff;
  margin: 0;
  text-align: center;
}
.cid-s7KZ0RsBP7 .card-box {
  padding: 1.5rem;
}
.cid-s7KZ0RsBP7 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s7KZ0RsBP7 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s7KZ0RsBP7 .mbr-section-title,
.cid-s7KZ0RsBP7 .line-wrap {
  text-align: center;
  color: #7f1933;
}
.cid-s7KZ0RsBP7 .card-text,
.cid-s7KZ0RsBP7 .mbr-section-btn,
.cid-s7KZ0RsBP7 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-s7KZ0RsBP7 .mbr-text,
.cid-s7KZ0RsBP7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s7KZ0RsBP7 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-s7KWEmjiKA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7KWEmjiKA .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #e2d943;
  color: #232323;
  padding: 0;
}
.cid-s7KWEmjiKA .rev,
.cid-s7KWEmjiKA .mbr-iconfont {
  display: inline-block;
}
.cid-s7KWEmjiKA .card-img {
  position: relative;
}
.cid-s7KWEmjiKA .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-s7KWEmjiKA .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-s7KWEmjiKA .card-title {
  color: #0077ff;
  margin: 0;
  text-align: center;
}
.cid-s7KWEmjiKA .card-box {
  padding: 1.5rem;
}
.cid-s7KWEmjiKA .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s7KWEmjiKA .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s7KWEmjiKA .mbr-section-title,
.cid-s7KWEmjiKA .line-wrap {
  text-align: center;
  color: #7f1933;
}
.cid-s7KWEmjiKA .card-text,
.cid-s7KWEmjiKA .mbr-section-btn,
.cid-s7KWEmjiKA .ico-line {
  text-align: left;
  color: #767676;
}
.cid-s7KWEmjiKA .mbr-text,
.cid-s7KWEmjiKA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s7KWEmjiKA .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-s7KERNj8ZQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7KERNj8ZQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #e2d943;
  color: #232323;
  padding: 0;
}
.cid-s7KERNj8ZQ .rev,
.cid-s7KERNj8ZQ .mbr-iconfont {
  display: inline-block;
}
.cid-s7KERNj8ZQ .card-img {
  position: relative;
}
.cid-s7KERNj8ZQ .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-s7KERNj8ZQ .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-s7KERNj8ZQ .card-title {
  color: #0077ff;
  margin: 0;
  text-align: center;
}
.cid-s7KERNj8ZQ .card-box {
  padding: 1.5rem;
}
.cid-s7KERNj8ZQ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s7KERNj8ZQ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s7KERNj8ZQ .mbr-section-title,
.cid-s7KERNj8ZQ .line-wrap {
  text-align: center;
  color: #7f1933;
}
.cid-s7KERNj8ZQ .card-text,
.cid-s7KERNj8ZQ .mbr-section-btn,
.cid-s7KERNj8ZQ .ico-line {
  text-align: left;
  color: #767676;
}
.cid-s7KERNj8ZQ .mbr-text,
.cid-s7KERNj8ZQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s7KERNj8ZQ .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-s7KD2phrDJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KD2phrDJ H1 {
  color: #57468b;
}
.cid-s7KD2phrDJ .mbr-text,
.cid-s7KD2phrDJ .mbr-section-btn {
  color: #716c80;
}
.cid-s7KD2phrDJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s7KD2phrDJ .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-s7KD2pLtN0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KD2pLtN0 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KD2pLtN0 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KD2pLtN0 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KD2pLtN0 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KD2pLtN0 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KD2pLtN0 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KD2pLtN0 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KD2pLtN0 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KD2pLtN0 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KD2pLtN0 .socicon-bg-mail {
  color: #134785;
}
.cid-s7KD2pLtN0 .btn-social {
  border: none !important;
}
.cid-s7KD2pLtN0 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KD2pLtN0 [class^="socicon-"]:before,
.cid-s7KD2pLtN0 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KD2pLtN0 .btn {
    font-size: 20px !important;
  }
}
.cid-s7KD2pLtN0 .mbr-section-title {
  color: #0077ff;
}
.cid-s7KD2q8kyl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7KD2q8kyl .mbr-text {
  color: #767676;
}
.cid-s7KD2q8kyl .card-subtitle {
  margin: 0;
}
.cid-s7KD2q8kyl .link {
  margin: 0;
}
.cid-s7KD2q8kyl .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7KD2q8kyl .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s7KD2q8kyl .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7KD2q8kyl .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7KD2q8kyl .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7KD2q8kyl .date {
  margin: 0;
}
.cid-s7KD2q8kyl img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7KD2q8kyl .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7KD2q8kyl .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7KD2q8kyl .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7KD2q8kyl .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7KD2q8kyl .icon-box {
    flex-direction: column;
  }
  .cid-s7KD2q8kyl .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7KD2q8kyl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7KD2q8kyl .card {
    margin-bottom: 3rem;
  }
}
.cid-s7KD2q8kyl .mbr-text,
.cid-s7KD2q8kyl .link {
  text-align: left;
}
.cid-s7KD2qK1Aa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7KD2qK1Aa .mbr-text {
  color: #767676;
}
.cid-s7KD2qK1Aa .card-subtitle {
  margin: 0;
}
.cid-s7KD2qK1Aa .link {
  margin: 0;
}
.cid-s7KD2qK1Aa .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7KD2qK1Aa .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s7KD2qK1Aa .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7KD2qK1Aa .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7KD2qK1Aa .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7KD2qK1Aa .date {
  margin: 0;
}
.cid-s7KD2qK1Aa img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7KD2qK1Aa .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7KD2qK1Aa .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7KD2qK1Aa .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7KD2qK1Aa .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7KD2qK1Aa .icon-box {
    flex-direction: column;
  }
  .cid-s7KD2qK1Aa .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7KD2qK1Aa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7KD2qK1Aa .card {
    margin-bottom: 3rem;
  }
}
.cid-s7KD2qK1Aa .mbr-text,
.cid-s7KD2qK1Aa .link {
  text-align: left;
}
.cid-s7KD2rnSgf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KD2rnSgf h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KD2rnSgf h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KD2rnSgf .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KD2rnSgf .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KD2rnSgf .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KD2rnSgf .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KD2rnSgf .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KD2rnSgf .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KD2rnSgf .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KD2rnSgf .socicon-bg-mail {
  color: #134785;
}
.cid-s7KD2rnSgf .btn-social {
  border: none !important;
}
.cid-s7KD2rnSgf .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KD2rnSgf [class^="socicon-"]:before,
.cid-s7KD2rnSgf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KD2rnSgf .btn {
    font-size: 20px !important;
  }
}
.cid-s7KD2rnSgf .mbr-section-title {
  color: #0077ff;
}
.cid-s7KD2rKhdk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7KD2rKhdk .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7KD2rKhdk .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7KD2rKhdk .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7KD2rKhdk .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7KD2rKhdk .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7KD2rKhdk .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7KD2rKhdk .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7KD2rKhdk .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7KD2rKhdk .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7KD2rKhdk .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7KD2rKhdk .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7KD2rKhdk .main-title {
  color: #7f1933;
}
.cid-s7KD2rKhdk .mbr-author-name P {
  color: #7f1933;
}
.cid-s7KD2rKhdk .mbr-author-desc P {
  color: #a57884;
}
.cid-s7KD2sxQB2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KD2sxQB2 .mbr-text,
.cid-s7KD2sxQB2 .mbr-section-btn,
.cid-s7KD2sxQB2 H4 {
  color: #767676;
}
.cid-s7KD2sxQB2 .img-box {
  position: relative;
}
.cid-s7KD2sxQB2 .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7KD2sxQB2 .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7KD2sxQB2 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7KD2sxQB2 .author-box {
    justify-content: center;
  }
}
.cid-s7KD2sxQB2 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7KD2sxQB2 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7KD2sxQB2 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7KD2sxQB2 h3,
.cid-s7KD2sxQB2 h4 {
  margin: 0;
  padding: 0;
}
.cid-s7KD2sxQB2 H3 {
  color: #149dcc;
}
.cid-s7KD2sxQB2 .mbr-text,
.cid-s7KD2sxQB2 .mbr-section-btn {
  color: #000000;
}
.cid-s7KD2sWl21 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KD2sWl21 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KD2sWl21 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KD2sWl21 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KD2sWl21 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KD2sWl21 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KD2sWl21 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KD2sWl21 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KD2sWl21 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KD2sWl21 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KD2sWl21 .socicon-bg-mail {
  color: #134785;
}
.cid-s7KD2sWl21 .btn-social {
  border: none !important;
}
.cid-s7KD2sWl21 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KD2sWl21 [class^="socicon-"]:before,
.cid-s7KD2sWl21 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KD2sWl21 .btn {
    font-size: 20px !important;
  }
}
.cid-s7KD2sWl21 .mbr-section-title {
  color: #0077ff;
}
.cid-s7KD2thKE8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KD2thKE8 .mbr-text,
.cid-s7KD2thKE8 .mbr-section-btn,
.cid-s7KD2thKE8 H4 {
  color: #767676;
}
.cid-s7KD2thKE8 .img-box {
  position: relative;
}
.cid-s7KD2thKE8 .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7KD2thKE8 .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7KD2thKE8 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7KD2thKE8 .author-box {
    justify-content: center;
  }
}
.cid-s7KD2thKE8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7KD2thKE8 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7KD2thKE8 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7KD2thKE8 h3,
.cid-s7KD2thKE8 h4 {
  margin: 0;
  padding: 0;
}
.cid-s7KD2thKE8 H3 {
  color: #149dcc;
}
.cid-s7KD2thKE8 .mbr-text,
.cid-s7KD2thKE8 .mbr-section-btn {
  color: #000000;
}
.cid-s7KD2tJ78p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KD2tJ78p h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KD2tJ78p h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KD2tJ78p .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KD2tJ78p .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KD2tJ78p .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KD2tJ78p .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KD2tJ78p .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KD2tJ78p .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KD2tJ78p .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KD2tJ78p .socicon-bg-mail {
  color: #134785;
}
.cid-s7KD2tJ78p .btn-social {
  border: none !important;
}
.cid-s7KD2tJ78p .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KD2tJ78p [class^="socicon-"]:before,
.cid-s7KD2tJ78p [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KD2tJ78p .btn {
    font-size: 20px !important;
  }
}
.cid-s7KD2tJ78p .mbr-section-title {
  color: #0077ff;
}
.cid-s7KD2u6cvp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-s7KD2u6cvp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7KD2u6cvp .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7KD2u6cvp .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7KD2u6cvp .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7KD2u6cvp .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7KD2u6cvp .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7KD2u6cvp .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7KD2u6cvp .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7KD2u6cvp .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7KD2u6cvp .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7KD2u6cvp .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7KD2u6cvp .main-title {
  color: #7f1933;
}
.cid-s7KD2u6cvp .mbr-author-name P {
  color: #7f1933;
}
.cid-s7KD2u6cvp .mbr-author-desc P {
  color: #a57884;
}
.cid-s7KD2uIxUa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KD2uIxUa .mbr-text,
.cid-s7KD2uIxUa .mbr-section-btn,
.cid-s7KD2uIxUa H4 {
  color: #767676;
}
.cid-s7KD2uIxUa .img-box {
  position: relative;
}
.cid-s7KD2uIxUa .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7KD2uIxUa .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7KD2uIxUa img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7KD2uIxUa .author-box {
    justify-content: center;
  }
}
.cid-s7KD2uIxUa .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7KD2uIxUa .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7KD2uIxUa .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7KD2uIxUa h3,
.cid-s7KD2uIxUa h4 {
  margin: 0;
  padding: 0;
}
.cid-s7KD2uIxUa H3 {
  color: #149dcc;
}
.cid-s7KD2uIxUa .mbr-text,
.cid-s7KD2uIxUa .mbr-section-btn {
  color: #000000;
}
.cid-s7KD2vejZC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KD2vejZC h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KD2vejZC h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KD2vejZC .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KD2vejZC .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KD2vejZC .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KD2vejZC .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KD2vejZC .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KD2vejZC .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KD2vejZC .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KD2vejZC .socicon-bg-mail {
  color: #134785;
}
.cid-s7KD2vejZC .btn-social {
  border: none !important;
}
.cid-s7KD2vejZC .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KD2vejZC [class^="socicon-"]:before,
.cid-s7KD2vejZC [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KD2vejZC .btn {
    font-size: 20px !important;
  }
}
.cid-s7KD2vejZC .mbr-section-title {
  color: #0077ff;
}
.cid-s7KD2vBqJA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KD2vBqJA .mbr-text,
.cid-s7KD2vBqJA .mbr-section-btn,
.cid-s7KD2vBqJA H4 {
  color: #767676;
}
.cid-s7KD2vBqJA .img-box {
  position: relative;
}
.cid-s7KD2vBqJA .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7KD2vBqJA .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7KD2vBqJA img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7KD2vBqJA .author-box {
    justify-content: center;
  }
}
.cid-s7KD2vBqJA .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7KD2vBqJA .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7KD2vBqJA .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7KD2vBqJA h3,
.cid-s7KD2vBqJA h4 {
  margin: 0;
  padding: 0;
}
.cid-s7KD2vBqJA H3 {
  color: #149dcc;
}
.cid-s7KD2vBqJA .mbr-text,
.cid-s7KD2vBqJA .mbr-section-btn {
  color: #000000;
}
.cid-s7KD2w2U7i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7KD2w2U7i h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7KD2w2U7i h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7KD2w2U7i .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7KD2w2U7i .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7KD2w2U7i .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7KD2w2U7i .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7KD2w2U7i .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7KD2w2U7i .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7KD2w2U7i .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7KD2w2U7i .socicon-bg-mail {
  color: #134785;
}
.cid-s7KD2w2U7i .btn-social {
  border: none !important;
}
.cid-s7KD2w2U7i .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7KD2w2U7i [class^="socicon-"]:before,
.cid-s7KD2w2U7i [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7KD2w2U7i .btn {
    font-size: 20px !important;
  }
}
.cid-s7KD2w2U7i .mbr-section-title {
  color: #0077ff;
}
.cid-s7KD2wo3ug {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7KD2wo3ug .mbr-text,
.cid-s7KD2wo3ug .mbr-section-btn,
.cid-s7KD2wo3ug H4 {
  color: #767676;
}
.cid-s7KD2wo3ug .img-box {
  position: relative;
}
.cid-s7KD2wo3ug .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s7KD2wo3ug .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s7KD2wo3ug img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 576px) {
  .cid-s7KD2wo3ug .author-box {
    justify-content: center;
  }
}
.cid-s7KD2wo3ug .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7KD2wo3ug .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7KD2wo3ug .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7KD2wo3ug h3,
.cid-s7KD2wo3ug h4 {
  margin: 0;
  padding: 0;
}
.cid-s7KD2wo3ug H3 {
  color: #149dcc;
}
.cid-s7KD2wo3ug .mbr-text,
.cid-s7KD2wo3ug .mbr-section-btn {
  color: #000000;
}
.cid-s7KIzlYkEJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7KIzlYkEJ h2,
.cid-s7KIzlYkEJ h3,
.cid-s7KIzlYkEJ h4,
.cid-s7KIzlYkEJ p {
  color: #ffffff;
}
.cid-s7KIzlYkEJ .mbr-overlay {
  z-index: -1;
}
.cid-s7KIzlYkEJ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7KIzlYkEJ .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7KIzlYkEJ .form-control:focus,
.cid-s7KIzlYkEJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7KIzlYkEJ .form-group {
  margin-bottom: 1rem;
}
.cid-s7KIzlYkEJ input::-webkit-input-placeholder,
.cid-s7KIzlYkEJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7KIzlYkEJ input:-moz-placeholder,
.cid-s7KIzlYkEJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7KIzlYkEJ .jq-selectbox li,
.cid-s7KIzlYkEJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7KIzlYkEJ .jq-selectbox li:hover,
.cid-s7KIzlYkEJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7KIzlYkEJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7KIzlYkEJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7KIzlYkEJ .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7KIzlYkEJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7KIzlYkEJ .mbr-text {
  color: #767676;
}
.cid-s7KIzlYkEJ .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7KIzlYkEJ .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7KIzlYkEJ .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7KIzlYkEJ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7KIzlYkEJ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7KIzlYkEJ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7KIzlYkEJ textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7KIzlYkEJ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7KIzlYkEJ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7KIzlYkEJ .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7KIzlYkEJ h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7KIzlYkEJ .block-content {
    padding: 0;
  }
  .cid-s7KIzlYkEJ .form-block {
    padding: 1rem;
  }
}
.cid-s7KD2wPWmX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7KD2wPWmX h2,
.cid-s7KD2wPWmX h3,
.cid-s7KD2wPWmX h4,
.cid-s7KD2wPWmX p {
  color: #ffffff;
}
.cid-s7KD2wPWmX .mbr-overlay {
  z-index: -1;
}
.cid-s7KD2wPWmX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7KD2wPWmX .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7KD2wPWmX .form-control:focus,
.cid-s7KD2wPWmX .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7KD2wPWmX .form-group {
  margin-bottom: 1rem;
}
.cid-s7KD2wPWmX input::-webkit-input-placeholder,
.cid-s7KD2wPWmX textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7KD2wPWmX input:-moz-placeholder,
.cid-s7KD2wPWmX textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7KD2wPWmX .jq-selectbox li,
.cid-s7KD2wPWmX .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7KD2wPWmX .jq-selectbox li:hover,
.cid-s7KD2wPWmX .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7KD2wPWmX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7KD2wPWmX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7KD2wPWmX .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7KD2wPWmX .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7KD2wPWmX .mbr-text {
  color: #767676;
}
.cid-s7KD2wPWmX .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7KD2wPWmX .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7KD2wPWmX .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7KD2wPWmX a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7KD2wPWmX .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7KD2wPWmX .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7KD2wPWmX textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7KD2wPWmX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7KD2wPWmX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7KD2wPWmX .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7KD2wPWmX h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7KD2wPWmX .block-content {
    padding: 0;
  }
  .cid-s7KD2wPWmX .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7N0SQ0haw {
  overflow-x: hidden !important;
}
.cid-s7N0SQ0haw,
.cid-s7N0SQ0haw .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7N0SQ0haw .mbr-section-title {
  color: #ffffff;
}
.cid-s7N0SQ0haw .mbr-section-title span {
  color: #0077ff;
}
.cid-s7N0SQ0haw .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7N0SQ0haw .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/angel-runner-1162x536.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7N0SQ0haw .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7N0SQ0haw .mbr-overlay {
  z-index: 1;
}
.cid-s7N0SQ0haw .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7N0SQxNYB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7N0SQxNYB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7N0SQxNYB .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7N0SQxNYB .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7N0SQxNYB .carousel-item.active,
.cid-s7N0SQxNYB .carousel-item-next,
.cid-s7N0SQxNYB .carousel-item-prev {
  display: flex;
}
.cid-s7N0SQxNYB .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7N0SQxNYB .carousel-controls a:hover span,
.cid-s7N0SQxNYB .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7N0SQxNYB .carousel-controls a:hover svg,
.cid-s7N0SQxNYB .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7N0SQxNYB .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7N0SQxNYB .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7N0SQxNYB .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7N0SQxNYB .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7N0SQxNYB .user_text {
  color: #767676;
}
.cid-s7N0SQxNYB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7N0SQxNYB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7N0SQxNYB .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7N0SQxNYB svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7N0SQxNYB .user_name {
  color: #149dcc;
}
.cid-s7N0SQxNYB .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7N0SQxNYB .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7N0SQxNYB .testimonials-quote,
  .cid-s7N0SQxNYB .user_text,
  .cid-s7N0SQxNYB .user_name,
  .cid-s7N0SQxNYB .user_desk {
    text-align: center !important;
  }
  .cid-s7N0SQxNYB .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7N0SQxNYB .mbr-section-title,
  .cid-s7N0SQxNYB .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7N0SQxNYB .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7N0SQxNYB .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7N0SQxNYB .user-text {
    padding-right: 2rem;
  }
  .cid-s7N0SQxNYB .carousel-control-prev,
  .cid-s7N0SQxNYB .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7N0SQxNYB .user_text,
.cid-s7N0SQxNYB .testimonials-quote {
  color: #000000;
}
.cid-s7N0SR9PIR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7N0SR9PIR .container {
  max-width: 1500px;
}
.cid-s7N0SR9PIR img {
  width: 100%;
}
.cid-s7N0SR9PIR h2 {
  padding: 0;
  margin: 0;
}
.cid-s7N0SR9PIR .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7N0SR9PIR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7N0SR9PIR .img-col {
  position: relative;
}
.cid-s7N0SR9PIR .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7N0SR9PIR .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7N0SR9PIR .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7N0SR9PIR .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7N0SR9PIR .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7N0SR9PIR .number {
    margin: auto;
  }
}
.cid-s7N0SS5XK7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7N0SS5XK7 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7N0SS5XK7 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7N0SS5XK7 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7N0SS5XK7 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7N0SS5XK7 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7N0SS5XK7 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7N0SS5XK7 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7N0SS5XK7 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7N0SS5XK7 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7N0SS5XK7 .socicon-bg-mail {
  color: #134785;
}
.cid-s7N0SS5XK7 .btn-social {
  border: none !important;
}
.cid-s7N0SS5XK7 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7N0SS5XK7 [class^="socicon-"]:before,
.cid-s7N0SS5XK7 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7N0SS5XK7 .btn {
    font-size: 20px !important;
  }
}
.cid-s7N0SS5XK7 .mbr-section-title {
  color: #0077ff;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7N4QejBwy {
  overflow-x: hidden !important;
}
.cid-s7N4QejBwy,
.cid-s7N4QejBwy .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7N4QejBwy .mbr-section-title {
  color: #ffffff;
}
.cid-s7N4QejBwy .mbr-section-title span {
  color: #0077ff;
}
.cid-s7N4QejBwy .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7N4QejBwy .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/inheritance-slider1-2-1162x536.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7N4QejBwy .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7N4QejBwy .mbr-overlay {
  z-index: 1;
}
.cid-s7N4QejBwy .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7N4Qf90RS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7N4Qf90RS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7N4Qf90RS .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7N4Qf90RS .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7N4Qf90RS .carousel-item.active,
.cid-s7N4Qf90RS .carousel-item-next,
.cid-s7N4Qf90RS .carousel-item-prev {
  display: flex;
}
.cid-s7N4Qf90RS .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7N4Qf90RS .carousel-controls a:hover span,
.cid-s7N4Qf90RS .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7N4Qf90RS .carousel-controls a:hover svg,
.cid-s7N4Qf90RS .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7N4Qf90RS .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7N4Qf90RS .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7N4Qf90RS .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7N4Qf90RS .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7N4Qf90RS .user_text {
  color: #767676;
}
.cid-s7N4Qf90RS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7N4Qf90RS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7N4Qf90RS .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7N4Qf90RS svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7N4Qf90RS .user_name {
  color: #149dcc;
}
.cid-s7N4Qf90RS .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7N4Qf90RS .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7N4Qf90RS .testimonials-quote,
  .cid-s7N4Qf90RS .user_text,
  .cid-s7N4Qf90RS .user_name,
  .cid-s7N4Qf90RS .user_desk {
    text-align: center !important;
  }
  .cid-s7N4Qf90RS .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7N4Qf90RS .mbr-section-title,
  .cid-s7N4Qf90RS .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7N4Qf90RS .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7N4Qf90RS .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7N4Qf90RS .user-text {
    padding-right: 2rem;
  }
  .cid-s7N4Qf90RS .carousel-control-prev,
  .cid-s7N4Qf90RS .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7N4Qf90RS .user_text,
.cid-s7N4Qf90RS .testimonials-quote {
  color: #000000;
}
.cid-s7N4Qj0onK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7N4Qj0onK .container {
  max-width: 1500px;
}
.cid-s7N4Qj0onK img {
  width: 100%;
}
.cid-s7N4Qj0onK h2 {
  padding: 0;
  margin: 0;
}
.cid-s7N4Qj0onK .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7N4Qj0onK .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7N4Qj0onK .img-col {
  position: relative;
}
.cid-s7N4Qj0onK .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7N4Qj0onK .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7N4Qj0onK .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7N4Qj0onK .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7N4Qj0onK .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7N4Qj0onK .number {
    margin: auto;
  }
}
.cid-s7N4Qjo1lL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7N4Qjo1lL h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7N4Qjo1lL h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7N4Qjo1lL .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7N4Qjo1lL .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7N4Qjo1lL .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7N4Qjo1lL .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7N4Qjo1lL .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7N4Qjo1lL .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7N4Qjo1lL .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7N4Qjo1lL .socicon-bg-mail {
  color: #134785;
}
.cid-s7N4Qjo1lL .btn-social {
  border: none !important;
}
.cid-s7N4Qjo1lL .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7N4Qjo1lL [class^="socicon-"]:before,
.cid-s7N4Qjo1lL [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7N4Qjo1lL .btn {
    font-size: 20px !important;
  }
}
.cid-s7N4Qjo1lL .mbr-section-title {
  color: #0077ff;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7N8ZSLlat {
  overflow-x: hidden !important;
}
.cid-s7N8ZSLlat,
.cid-s7N8ZSLlat .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7N8ZSLlat .mbr-section-title {
  color: #ffffff;
}
.cid-s7N8ZSLlat .mbr-section-title span {
  color: #0077ff;
}
.cid-s7N8ZSLlat .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7N8ZSLlat .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/destinyofdynasty-1400x837.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7N8ZSLlat .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7N8ZSLlat .mbr-overlay {
  z-index: 1;
}
.cid-s7N8ZSLlat .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7N8ZTe6oG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7N8ZTe6oG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7N8ZTe6oG .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7N8ZTe6oG .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7N8ZTe6oG .carousel-item.active,
.cid-s7N8ZTe6oG .carousel-item-next,
.cid-s7N8ZTe6oG .carousel-item-prev {
  display: flex;
}
.cid-s7N8ZTe6oG .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7N8ZTe6oG .carousel-controls a:hover span,
.cid-s7N8ZTe6oG .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7N8ZTe6oG .carousel-controls a:hover svg,
.cid-s7N8ZTe6oG .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7N8ZTe6oG .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7N8ZTe6oG .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7N8ZTe6oG .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7N8ZTe6oG .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7N8ZTe6oG .user_text {
  color: #767676;
}
.cid-s7N8ZTe6oG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7N8ZTe6oG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7N8ZTe6oG .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7N8ZTe6oG svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7N8ZTe6oG .user_name {
  color: #149dcc;
}
.cid-s7N8ZTe6oG .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7N8ZTe6oG .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7N8ZTe6oG .testimonials-quote,
  .cid-s7N8ZTe6oG .user_text,
  .cid-s7N8ZTe6oG .user_name,
  .cid-s7N8ZTe6oG .user_desk {
    text-align: center !important;
  }
  .cid-s7N8ZTe6oG .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7N8ZTe6oG .mbr-section-title,
  .cid-s7N8ZTe6oG .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7N8ZTe6oG .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7N8ZTe6oG .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7N8ZTe6oG .user-text {
    padding-right: 2rem;
  }
  .cid-s7N8ZTe6oG .carousel-control-prev,
  .cid-s7N8ZTe6oG .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7N8ZTe6oG .user_text,
.cid-s7N8ZTe6oG .testimonials-quote {
  color: #000000;
}
.cid-s7N8ZTO82j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7N8ZTO82j .container {
  max-width: 1500px;
}
.cid-s7N8ZTO82j img {
  width: 100%;
}
.cid-s7N8ZTO82j h2 {
  padding: 0;
  margin: 0;
}
.cid-s7N8ZTO82j .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7N8ZTO82j .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7N8ZTO82j .img-col {
  position: relative;
}
.cid-s7N8ZTO82j .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7N8ZTO82j .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7N8ZTO82j .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7N8ZTO82j .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7N8ZTO82j .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7N8ZTO82j .number {
    margin: auto;
  }
}
.cid-s7N8ZUb2Wh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7N8ZUb2Wh h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7N8ZUb2Wh h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7N8ZUb2Wh .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7N8ZUb2Wh .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7N8ZUb2Wh .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7N8ZUb2Wh .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7N8ZUb2Wh .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7N8ZUb2Wh .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7N8ZUb2Wh .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7N8ZUb2Wh .socicon-bg-mail {
  color: #134785;
}
.cid-s7N8ZUb2Wh .btn-social {
  border: none !important;
}
.cid-s7N8ZUb2Wh .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7N8ZUb2Wh [class^="socicon-"]:before,
.cid-s7N8ZUb2Wh [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7N8ZUb2Wh .btn {
    font-size: 20px !important;
  }
}
.cid-s7N8ZUb2Wh .mbr-section-title {
  color: #0077ff;
}
.cid-s7Ngxb8Kxh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-s7Ngxb8Kxh .counter-container {
  color: #464646;
}
.cid-s7Ngxb8Kxh .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7Ngxb8Kxh .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7Ngxb8Kxh .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7Ngxb8Kxh P {
  text-align: left;
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PfUFx6lB {
  overflow-x: hidden !important;
}
.cid-s7PfUFx6lB,
.cid-s7PfUFx6lB .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7PfUFx6lB .mbr-section-title {
  color: #ffffff;
}
.cid-s7PfUFx6lB .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PfUFx6lB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PfUFx6lB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mindofgod-2-560x315.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PfUFx6lB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PfUFx6lB .mbr-overlay {
  z-index: 1;
}
.cid-s7PfUFx6lB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PfUFSXIQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PfUFSXIQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PfUFSXIQ .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PfUFSXIQ .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PfUFSXIQ .carousel-item.active,
.cid-s7PfUFSXIQ .carousel-item-next,
.cid-s7PfUFSXIQ .carousel-item-prev {
  display: flex;
}
.cid-s7PfUFSXIQ .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7PfUFSXIQ .carousel-controls a:hover span,
.cid-s7PfUFSXIQ .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7PfUFSXIQ .carousel-controls a:hover svg,
.cid-s7PfUFSXIQ .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7PfUFSXIQ .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7PfUFSXIQ .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7PfUFSXIQ .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7PfUFSXIQ .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PfUFSXIQ .user_text {
  color: #767676;
}
.cid-s7PfUFSXIQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7PfUFSXIQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7PfUFSXIQ .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7PfUFSXIQ svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7PfUFSXIQ .user_name {
  color: #149dcc;
}
.cid-s7PfUFSXIQ .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7PfUFSXIQ .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7PfUFSXIQ .testimonials-quote,
  .cid-s7PfUFSXIQ .user_text,
  .cid-s7PfUFSXIQ .user_name,
  .cid-s7PfUFSXIQ .user_desk {
    text-align: center !important;
  }
  .cid-s7PfUFSXIQ .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7PfUFSXIQ .mbr-section-title,
  .cid-s7PfUFSXIQ .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7PfUFSXIQ .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7PfUFSXIQ .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7PfUFSXIQ .user-text {
    padding-right: 2rem;
  }
  .cid-s7PfUFSXIQ .carousel-control-prev,
  .cid-s7PfUFSXIQ .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7PfUFSXIQ .user_text,
.cid-s7PfUFSXIQ .testimonials-quote {
  color: #000000;
}
.cid-s7PfUGsH2p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7PfUGsH2p .container {
  max-width: 1500px;
}
.cid-s7PfUGsH2p img {
  width: 100%;
}
.cid-s7PfUGsH2p h2 {
  padding: 0;
  margin: 0;
}
.cid-s7PfUGsH2p .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7PfUGsH2p .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7PfUGsH2p .img-col {
  position: relative;
}
.cid-s7PfUGsH2p .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7PfUGsH2p .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7PfUGsH2p .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7PfUGsH2p .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7PfUGsH2p .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7PfUGsH2p .number {
    margin: auto;
  }
}
.cid-s7PfUGOnhd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PfUGOnhd h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PfUGOnhd h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PfUGOnhd .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PfUGOnhd .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PfUGOnhd .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PfUGOnhd .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PfUGOnhd .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PfUGOnhd .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PfUGOnhd .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PfUGOnhd .socicon-bg-mail {
  color: #134785;
}
.cid-s7PfUGOnhd .btn-social {
  border: none !important;
}
.cid-s7PfUGOnhd .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PfUGOnhd [class^="socicon-"]:before,
.cid-s7PfUGOnhd [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PfUGOnhd .btn {
    font-size: 20px !important;
  }
}
.cid-s7PfUGOnhd .mbr-section-title {
  color: #0077ff;
}
.cid-s7PfUHaypk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-s7PfUHaypk .counter-container {
  color: #464646;
}
.cid-s7PfUHaypk .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7PfUHaypk .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7PfUHaypk .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7PfUHaypk P {
  text-align: left;
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Pkgv528M {
  overflow-x: hidden !important;
}
.cid-s7Pkgv528M,
.cid-s7Pkgv528M .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7Pkgv528M .mbr-section-title {
  color: #ffffff;
}
.cid-s7Pkgv528M .mbr-section-title span {
  color: #0077ff;
}
.cid-s7Pkgv528M .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7Pkgv528M .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/singularsm-519x308.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7Pkgv528M .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7Pkgv528M .mbr-overlay {
  z-index: 1;
}
.cid-s7Pkgv528M .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PkgvruUS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PkgvruUS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PkgvruUS .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PkgvruUS .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PkgvruUS .carousel-item.active,
.cid-s7PkgvruUS .carousel-item-next,
.cid-s7PkgvruUS .carousel-item-prev {
  display: flex;
}
.cid-s7PkgvruUS .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7PkgvruUS .carousel-controls a:hover span,
.cid-s7PkgvruUS .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7PkgvruUS .carousel-controls a:hover svg,
.cid-s7PkgvruUS .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7PkgvruUS .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7PkgvruUS .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7PkgvruUS .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7PkgvruUS .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PkgvruUS .user_text {
  color: #767676;
}
.cid-s7PkgvruUS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7PkgvruUS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7PkgvruUS .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7PkgvruUS svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7PkgvruUS .user_name {
  color: #149dcc;
}
.cid-s7PkgvruUS .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7PkgvruUS .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7PkgvruUS .testimonials-quote,
  .cid-s7PkgvruUS .user_text,
  .cid-s7PkgvruUS .user_name,
  .cid-s7PkgvruUS .user_desk {
    text-align: center !important;
  }
  .cid-s7PkgvruUS .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7PkgvruUS .mbr-section-title,
  .cid-s7PkgvruUS .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7PkgvruUS .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7PkgvruUS .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7PkgvruUS .user-text {
    padding-right: 2rem;
  }
  .cid-s7PkgvruUS .carousel-control-prev,
  .cid-s7PkgvruUS .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7PkgvruUS .user_text,
.cid-s7PkgvruUS .testimonials-quote {
  color: #000000;
}
.cid-s7PkgvTlB9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7PkgvTlB9 .container {
  max-width: 1500px;
}
.cid-s7PkgvTlB9 img {
  width: 100%;
}
.cid-s7PkgvTlB9 h2 {
  padding: 0;
  margin: 0;
}
.cid-s7PkgvTlB9 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7PkgvTlB9 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7PkgvTlB9 .img-col {
  position: relative;
}
.cid-s7PkgvTlB9 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7PkgvTlB9 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7PkgvTlB9 .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7PkgvTlB9 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7PkgvTlB9 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7PkgvTlB9 .number {
    margin: auto;
  }
}
.cid-s7PkgwaTO2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PkgwaTO2 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PkgwaTO2 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PkgwaTO2 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PkgwaTO2 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PkgwaTO2 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PkgwaTO2 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PkgwaTO2 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PkgwaTO2 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PkgwaTO2 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PkgwaTO2 .socicon-bg-mail {
  color: #134785;
}
.cid-s7PkgwaTO2 .btn-social {
  border: none !important;
}
.cid-s7PkgwaTO2 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PkgwaTO2 [class^="socicon-"]:before,
.cid-s7PkgwaTO2 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PkgwaTO2 .btn {
    font-size: 20px !important;
  }
}
.cid-s7PkgwaTO2 .mbr-section-title {
  color: #0077ff;
}
.cid-s7PkgwqXjh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-s7PkgwqXjh .counter-container {
  color: #464646;
}
.cid-s7PkgwqXjh .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7PkgwqXjh .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7PkgwqXjh .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7PkgwqXjh P {
  text-align: left;
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PnqTlAVe {
  overflow-x: hidden !important;
}
.cid-s7PnqTlAVe,
.cid-s7PnqTlAVe .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7PnqTlAVe .mbr-section-title {
  color: #ffffff;
}
.cid-s7PnqTlAVe .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PnqTlAVe .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PnqTlAVe .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/deep-space-1280x1024.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PnqTlAVe .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PnqTlAVe .mbr-overlay {
  z-index: 1;
}
.cid-s7PnqTlAVe .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PnqTIQFq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PnqTIQFq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PnqTIQFq .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PnqTIQFq .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PnqTIQFq .carousel-item.active,
.cid-s7PnqTIQFq .carousel-item-next,
.cid-s7PnqTIQFq .carousel-item-prev {
  display: flex;
}
.cid-s7PnqTIQFq .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7PnqTIQFq .carousel-controls a:hover span,
.cid-s7PnqTIQFq .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7PnqTIQFq .carousel-controls a:hover svg,
.cid-s7PnqTIQFq .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7PnqTIQFq .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7PnqTIQFq .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7PnqTIQFq .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7PnqTIQFq .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PnqTIQFq .user_text {
  color: #767676;
}
.cid-s7PnqTIQFq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7PnqTIQFq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7PnqTIQFq .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7PnqTIQFq svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7PnqTIQFq .user_name {
  color: #149dcc;
}
.cid-s7PnqTIQFq .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7PnqTIQFq .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7PnqTIQFq .testimonials-quote,
  .cid-s7PnqTIQFq .user_text,
  .cid-s7PnqTIQFq .user_name,
  .cid-s7PnqTIQFq .user_desk {
    text-align: center !important;
  }
  .cid-s7PnqTIQFq .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7PnqTIQFq .mbr-section-title,
  .cid-s7PnqTIQFq .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7PnqTIQFq .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7PnqTIQFq .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7PnqTIQFq .user-text {
    padding-right: 2rem;
  }
  .cid-s7PnqTIQFq .carousel-control-prev,
  .cid-s7PnqTIQFq .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7PnqTIQFq .user_text,
.cid-s7PnqTIQFq .testimonials-quote {
  color: #000000;
}
.cid-s7PnqUfacp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s7PnqUfacp .container {
  max-width: 1500px;
}
.cid-s7PnqUfacp img {
  width: 100%;
}
.cid-s7PnqUfacp h2 {
  padding: 0;
  margin: 0;
}
.cid-s7PnqUfacp .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7PnqUfacp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7PnqUfacp .img-col {
  position: relative;
}
.cid-s7PnqUfacp .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s7PnqUfacp .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7PnqUfacp .img-col {
    margin-bottom: 3rem;
  }
  .cid-s7PnqUfacp .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7PnqUfacp .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s7PnqUfacp .number {
    margin: auto;
  }
}
.cid-s7PnqUx5Kq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PnqUx5Kq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PnqUx5Kq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PnqUx5Kq .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PnqUx5Kq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PnqUx5Kq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PnqUx5Kq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PnqUx5Kq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PnqUx5Kq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PnqUx5Kq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PnqUx5Kq .socicon-bg-mail {
  color: #134785;
}
.cid-s7PnqUx5Kq .btn-social {
  border: none !important;
}
.cid-s7PnqUx5Kq .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PnqUx5Kq [class^="socicon-"]:before,
.cid-s7PnqUx5Kq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PnqUx5Kq .btn {
    font-size: 20px !important;
  }
}
.cid-s7PnqUx5Kq .mbr-section-title {
  color: #0077ff;
}
.cid-s7PnqUOd22 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-s7PnqUOd22 .counter-container {
  color: #464646;
}
.cid-s7PnqUOd22 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7PnqUOd22 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7PnqUOd22 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7PnqUOd22 P {
  text-align: left;
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PyC2rL6k {
  overflow-x: hidden !important;
}
.cid-s7PyC2rL6k,
.cid-s7PyC2rL6k .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-s7PyC2rL6k .mbr-section-title {
  color: #ffffff;
}
.cid-s7PyC2rL6k .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PyC2rL6k .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PyC2rL6k .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/weallstreet-1400x696.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PyC2rL6k .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PyC2rL6k .mbr-overlay {
  z-index: 1;
}
.cid-s7PyC2rL6k .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PyC32UCR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7PyC32UCR .mbr-text,
.cid-s7PyC32UCR .mbr-section-btn,
.cid-s7PyC32UCR H4 {
  color: #767676;
}
.cid-s7PyC32UCR .img-box {
  position: relative;
}
.cid-s7PyC32UCR img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 992px) {
  .cid-s7PyC32UCR .img-box {
    height: 500px;
  }
  .cid-s7PyC32UCR .img1 {
    left: 1rem;
  }
  .cid-s7PyC32UCR .img2 {
    right: 1rem;
  }
  .cid-s7PyC32UCR img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s7PyC32UCR img {
    width: 60%;
  }
  .cid-s7PyC32UCR .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s7PyC32UCR .author-box {
    justify-content: center;
  }
}
.cid-s7PyC32UCR .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7PyC32UCR .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7PyC32UCR .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7PyC32UCR h3,
.cid-s7PyC32UCR h4 {
  margin: 0;
  padding: 0;
}
.cid-s7PyC32UCR H3 {
  color: #149dcc;
}
.cid-s7PyC32UCR .mbr-text,
.cid-s7PyC32UCR .mbr-section-btn {
  color: #000000;
}
.cid-sg81X2mOHT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sg81X2mOHT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sg83IVDg82 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sg83IVDg82 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sg83IVDg82 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sg83IVDg82 .mbr-section-btn {
  margin: 0;
}
.cid-sg83IVDg82 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sg83IVDg82 .form-control:focus,
.cid-sg83IVDg82 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sg83IVDg82 .form-group {
  margin-bottom: 1rem;
}
.cid-sg83IVDg82 input::-webkit-input-placeholder,
.cid-sg83IVDg82 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sg83IVDg82 input:-moz-placeholder,
.cid-sg83IVDg82 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sg83IVDg82 .jq-selectbox li,
.cid-sg83IVDg82 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sg83IVDg82 .jq-selectbox li:hover,
.cid-sg83IVDg82 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sg83IVDg82 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sg83IVDg82 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sg83IVDg82 .form-group,
.cid-sg83IVDg82 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sg83IVDg82 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sg83IVDg82 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sg83IVDg82 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sg83IVDg82 .form-block {
    padding: 1rem;
  }
}
.cid-s7PyC3smf3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/como-book-boat-orsonwelles1-1400x1005.jpg");
}
.cid-s7PyC3smf3 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s7PyC3smf3 .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s7PyC3smf3 .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7PyC3smf3 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s7PyC3smf3 .mbr-text,
.cid-s7PyC3smf3 .mbr-section-btn {
  color: #999999;
}
.cid-s7PyC3smf3 .mbr-section-title,
.cid-s7PyC3smf3 .col {
  color: #ffffff;
}
.cid-s7PAI5ZfaZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PAI5ZfaZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-s7PAI5ZfaZ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-s7PAI5ZfaZ .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-s7PAI5ZfaZ .card:hover img {
  transform: scale(1.06);
}
.cid-s7PAI5ZfaZ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-s7PAI5ZfaZ .card:hover .text-wrap {
  opacity: 1;
}
.cid-s7PAI5ZfaZ .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.5rem;
}
.cid-s7PAI5ZfaZ .icon-wrapper:hover {
  background: #0077ff;
}
.cid-s7PAI5ZfaZ .icon-wrapper:hover .link-icon {
  color: white;
}
.cid-s7PAI5ZfaZ .link-icon {
  display: inline-block;
  color: #555555;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-s7PAI5ZfaZ .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.cid-s7PAI5ZfaZ .mbr-text,
.cid-s7PAI5ZfaZ .link-align {
  color: #ffffff;
}
.cid-s7PAI5ZfaZ .card-title {
  color: #000000;
}
.cid-s7PAI5ZfaZ .mbr-subtitle,
.cid-s7PAI5ZfaZ .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-s7PAI5ZfaZ .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s7PAI5ZfaZ .mbr-section-subtitle {
  color: #555555;
}
.cid-s7PyC4eUzL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PyC4eUzL h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PyC4eUzL h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PyC4eUzL .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PyC4eUzL .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PyC4eUzL .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PyC4eUzL .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PyC4eUzL .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PyC4eUzL .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PyC4eUzL .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PyC4eUzL .socicon-bg-mail {
  color: #134785;
}
.cid-s7PyC4eUzL .btn-social {
  border: none !important;
}
.cid-s7PyC4eUzL .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PyC4eUzL [class^="socicon-"]:before,
.cid-s7PyC4eUzL [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PyC4eUzL .btn {
    font-size: 20px !important;
  }
}
.cid-s7PyC4eUzL .mbr-section-title {
  color: #0077ff;
}
.cid-s7PyC5AH9I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7PyC5AH9I .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7PyC5AH9I .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7PyC5AH9I .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7PyC5AH9I .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7PyC5AH9I .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7PyC5AH9I .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7PyC5AH9I .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PyC5AH9I .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PyC5AH9I .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7PyC5AH9I .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7PyC5AH9I .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7PyC5AH9I .main-title {
  color: #7f1933;
}
.cid-s7PyC5AH9I .mbr-author-name P {
  color: #7f1933;
}
.cid-s7PyC5AH9I .mbr-author-desc P {
  color: #a57884;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PD0ZjGcB {
  overflow-x: hidden !important;
}
.cid-s7PD0ZjGcB,
.cid-s7PD0ZjGcB .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-s7PD0ZjGcB .mbr-section-title {
  color: #ffffff;
}
.cid-s7PD0ZjGcB .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PD0ZjGcB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PD0ZjGcB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/four-fishermen-altai-crosshatch-cr-652x434.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PD0ZjGcB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PD0ZjGcB .mbr-overlay {
  z-index: 1;
}
.cid-s7PD0ZjGcB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PD0ZOTDU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7PD0ZOTDU .mbr-text,
.cid-s7PD0ZOTDU .mbr-section-btn,
.cid-s7PD0ZOTDU H4 {
  color: #767676;
}
.cid-s7PD0ZOTDU .img-box {
  position: relative;
}
.cid-s7PD0ZOTDU img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 992px) {
  .cid-s7PD0ZOTDU .img-box {
    height: 500px;
  }
  .cid-s7PD0ZOTDU .img1 {
    left: 1rem;
  }
  .cid-s7PD0ZOTDU .img2 {
    right: 1rem;
  }
  .cid-s7PD0ZOTDU img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s7PD0ZOTDU img {
    width: 60%;
  }
  .cid-s7PD0ZOTDU .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s7PD0ZOTDU .author-box {
    justify-content: center;
  }
}
.cid-s7PD0ZOTDU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7PD0ZOTDU .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7PD0ZOTDU .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7PD0ZOTDU h3,
.cid-s7PD0ZOTDU h4 {
  margin: 0;
  padding: 0;
}
.cid-s7PD0ZOTDU H3 {
  color: #149dcc;
}
.cid-s7PD0ZOTDU .mbr-text,
.cid-s7PD0ZOTDU .mbr-section-btn {
  color: #000000;
}
.cid-s7PD10fDBr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/como-book-boat-orsonwelles1-1400x1005.jpg");
}
.cid-s7PD10fDBr .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s7PD10fDBr .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s7PD10fDBr .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7PD10fDBr .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s7PD10fDBr .mbr-text,
.cid-s7PD10fDBr .mbr-section-btn {
  color: #999999;
}
.cid-s7PD10fDBr .mbr-section-title,
.cid-s7PD10fDBr .col {
  color: #ffffff;
}
.cid-s7PEaZhP3F {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7PEaZhP3F .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7PEaZhP3F .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7PEaZhP3F .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7PEaZhP3F .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7PEaZhP3F .mbr-section-subtitle,
.cid-s7PEaZhP3F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7PD10HBc0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PD10HBc0 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-s7PD10HBc0 .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-s7PD10HBc0 .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-s7PD10HBc0 .card:hover img {
  transform: scale(1.06);
}
.cid-s7PD10HBc0 .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-s7PD10HBc0 .card:hover .text-wrap {
  opacity: 1;
}
.cid-s7PD10HBc0 .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.5rem;
}
.cid-s7PD10HBc0 .icon-wrapper:hover {
  background: #0077ff;
}
.cid-s7PD10HBc0 .icon-wrapper:hover .link-icon {
  color: white;
}
.cid-s7PD10HBc0 .link-icon {
  display: inline-block;
  color: #555555;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-s7PD10HBc0 .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.cid-s7PD10HBc0 .mbr-text,
.cid-s7PD10HBc0 .link-align {
  color: #ffffff;
}
.cid-s7PD10HBc0 .card-title {
  color: #000000;
}
.cid-s7PD10HBc0 .mbr-subtitle,
.cid-s7PD10HBc0 .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-s7PD10HBc0 .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s7PD10HBc0 .mbr-section-subtitle {
  color: #555555;
}
.cid-s7PGrZhf1D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PGrZhf1D img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-s7PGrZhf1D .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-s7PGrZhf1D .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-s7PGrZhf1D .card:hover img {
  transform: scale(1.06);
}
.cid-s7PGrZhf1D .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-s7PGrZhf1D .card:hover .text-wrap {
  opacity: 1;
}
.cid-s7PGrZhf1D .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.5rem;
}
.cid-s7PGrZhf1D .icon-wrapper:hover {
  background: #0077ff;
}
.cid-s7PGrZhf1D .icon-wrapper:hover .link-icon {
  color: white;
}
.cid-s7PGrZhf1D .link-icon {
  display: inline-block;
  color: #555555;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-s7PGrZhf1D .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.cid-s7PGrZhf1D .mbr-text,
.cid-s7PGrZhf1D .link-align {
  color: #ffffff;
}
.cid-s7PGrZhf1D .card-title {
  color: #000000;
}
.cid-s7PGrZhf1D .mbr-subtitle,
.cid-s7PGrZhf1D .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-s7PGrZhf1D .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s7PGrZhf1D .mbr-section-subtitle {
  color: #555555;
}
.cid-s7PD11xL8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PD11xL8v h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PD11xL8v h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PD11xL8v .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PD11xL8v .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PD11xL8v .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PD11xL8v .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PD11xL8v .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PD11xL8v .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PD11xL8v .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PD11xL8v .socicon-bg-mail {
  color: #134785;
}
.cid-s7PD11xL8v .btn-social {
  border: none !important;
}
.cid-s7PD11xL8v .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PD11xL8v [class^="socicon-"]:before,
.cid-s7PD11xL8v [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PD11xL8v .btn {
    font-size: 20px !important;
  }
}
.cid-s7PD11xL8v .mbr-section-title {
  color: #0077ff;
}
.cid-s7PD11PFrv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7PD11PFrv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7PD11PFrv .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7PD11PFrv .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7PD11PFrv .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7PD11PFrv .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7PD11PFrv .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7PD11PFrv .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PD11PFrv .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PD11PFrv .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7PD11PFrv .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7PD11PFrv .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7PD11PFrv .main-title {
  color: #7f1933;
}
.cid-s7PD11PFrv .mbr-author-name P {
  color: #7f1933;
}
.cid-s7PD11PFrv .mbr-author-desc P {
  color: #a57884;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PIgT6Kw5 {
  overflow-x: hidden !important;
}
.cid-s7PIgT6Kw5,
.cid-s7PIgT6Kw5 .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-s7PIgT6Kw5 .mbr-section-title {
  color: #ffffff;
}
.cid-s7PIgT6Kw5 .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PIgT6Kw5 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PIgT6Kw5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/destruction-of-america-519x292.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PIgT6Kw5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PIgT6Kw5 .mbr-overlay {
  z-index: 1;
}
.cid-s7PIgT6Kw5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PJrMmOqa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PJrMmOqa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PJrMmOqa .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PJrMmOqa .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s7PJrMmOqa .carousel-item.active,
.cid-s7PJrMmOqa .carousel-item-next,
.cid-s7PJrMmOqa .carousel-item-prev {
  display: flex;
}
.cid-s7PJrMmOqa .carousel-controls a {
  transition: opacity .5s;
}
.cid-s7PJrMmOqa .carousel-controls a:hover span,
.cid-s7PJrMmOqa .carousel-controls a:focus span {
  opacity: 1;
}
.cid-s7PJrMmOqa .carousel-controls a:hover svg,
.cid-s7PJrMmOqa .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-s7PJrMmOqa .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-s7PJrMmOqa .user_image {
  overflow: hidden;
  display: flex;
}
.cid-s7PJrMmOqa .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-s7PJrMmOqa .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PJrMmOqa .user_text {
  color: #767676;
}
.cid-s7PJrMmOqa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s7PJrMmOqa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s7PJrMmOqa .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s7PJrMmOqa svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s7PJrMmOqa .user_name {
  color: #149dcc;
}
.cid-s7PJrMmOqa .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-s7PJrMmOqa .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-s7PJrMmOqa .testimonials-quote,
  .cid-s7PJrMmOqa .user_text,
  .cid-s7PJrMmOqa .user_name,
  .cid-s7PJrMmOqa .user_desk {
    text-align: center !important;
  }
  .cid-s7PJrMmOqa .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-s7PJrMmOqa .mbr-section-title,
  .cid-s7PJrMmOqa .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-s7PJrMmOqa .carousel-control-prev span {
    right: -1rem;
  }
  .cid-s7PJrMmOqa .carousel-control-next span {
    left: -1rem;
  }
  .cid-s7PJrMmOqa .user-text {
    padding-right: 2rem;
  }
  .cid-s7PJrMmOqa .carousel-control-prev,
  .cid-s7PJrMmOqa .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-s7PJrMmOqa .user_text,
.cid-s7PJrMmOqa .testimonials-quote {
  color: #000000;
}
.cid-s7PIgTwfwd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7PIgTwfwd .mbr-text,
.cid-s7PIgTwfwd .mbr-section-btn,
.cid-s7PIgTwfwd H4 {
  color: #767676;
}
.cid-s7PIgTwfwd .img-box {
  position: relative;
}
.cid-s7PIgTwfwd img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 992px) {
  .cid-s7PIgTwfwd .img-box {
    height: 500px;
  }
  .cid-s7PIgTwfwd .img1 {
    left: 1rem;
  }
  .cid-s7PIgTwfwd .img2 {
    right: 1rem;
  }
  .cid-s7PIgTwfwd img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s7PIgTwfwd img {
    width: 60%;
  }
  .cid-s7PIgTwfwd .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s7PIgTwfwd .author-box {
    justify-content: center;
  }
}
.cid-s7PIgTwfwd .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7PIgTwfwd .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7PIgTwfwd .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7PIgTwfwd h3,
.cid-s7PIgTwfwd h4 {
  margin: 0;
  padding: 0;
}
.cid-s7PIgTwfwd H3 {
  color: #149dcc;
}
.cid-s7PIgTwfwd .mbr-text,
.cid-s7PIgTwfwd .mbr-section-btn {
  color: #000000;
}
.cid-s7PKnvJSun {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7PKnvJSun img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7PKnvJSun img:hover {
  transform: scale(1.1);
}
.cid-s7PKnvJSun .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s7PKnvJSun h2 {
  padding: 0;
  margin: 0;
}
.cid-s7PKnvJSun .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7PKnvJSun .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s7PKnvJSun .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s7PKnvJSun .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7PKnvJSun .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7PKnvJSun .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s7PKnvJSun .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7PKnvJSun .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7PKnvJSun .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s7PKnvJSun H2 {
  color: #333333;
}
.cid-s7PKnvJSun .mbr-text {
  color: #000000;
}
.cid-s7PUU75zyq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PUU75zyq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PUU75zyq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PUU75zyq .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PUU75zyq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PUU75zyq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PUU75zyq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PUU75zyq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PUU75zyq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PUU75zyq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PUU75zyq .socicon-bg-mail {
  color: #134785;
}
.cid-s7PUU75zyq .btn-social {
  border: none !important;
}
.cid-s7PUU75zyq .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PUU75zyq [class^="socicon-"]:before,
.cid-s7PUU75zyq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PUU75zyq .btn {
    font-size: 20px !important;
  }
}
.cid-s7PUU75zyq .mbr-section-title {
  color: #0077ff;
}
.cid-s7PMEPFuY1 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7PMEPFuY1 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7PMEPFuY1 img:hover {
  transform: scale(1.1);
}
.cid-s7PMEPFuY1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s7PMEPFuY1 h2 {
  padding: 0;
  margin: 0;
}
.cid-s7PMEPFuY1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7PMEPFuY1 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s7PMEPFuY1 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s7PMEPFuY1 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7PMEPFuY1 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7PMEPFuY1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s7PMEPFuY1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7PMEPFuY1 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7PMEPFuY1 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s7PMEPFuY1 H2 {
  color: #333333;
}
.cid-s7PMEPFuY1 .mbr-text {
  color: #000000;
}
.cid-s7POezRTa5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (min-width: 400px) {
  .cid-s7POezRTa5 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7POezRTa5 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7POezRTa5 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7POezRTa5 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7POezRTa5 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7POezRTa5 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7POezRTa5 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7POezRTa5 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7POezRTa5 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7POezRTa5 .socicon-bg-mail {
  color: #134785;
}
.cid-s7POezRTa5 .btn-social {
  border: none !important;
}
.cid-s7POezRTa5 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7POezRTa5 [class^="socicon-"]:before,
.cid-s7POezRTa5 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7POezRTa5 .btn {
    font-size: 20px !important;
  }
}
.cid-s7POezRTa5 .mbr-section-title {
  color: #0077ff;
}
.cid-s7POig4iYB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7POig4iYB h2,
.cid-s7POig4iYB h3,
.cid-s7POig4iYB h4,
.cid-s7POig4iYB p {
  color: #ffffff;
}
.cid-s7POig4iYB .mbr-overlay {
  z-index: -1;
}
.cid-s7POig4iYB .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7POig4iYB .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7POig4iYB .form-control:focus,
.cid-s7POig4iYB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7POig4iYB .form-group {
  margin-bottom: 1rem;
}
.cid-s7POig4iYB input::-webkit-input-placeholder,
.cid-s7POig4iYB textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7POig4iYB input:-moz-placeholder,
.cid-s7POig4iYB textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7POig4iYB .jq-selectbox li,
.cid-s7POig4iYB .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7POig4iYB .jq-selectbox li:hover,
.cid-s7POig4iYB .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7POig4iYB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7POig4iYB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7POig4iYB .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7POig4iYB .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7POig4iYB .mbr-text {
  color: #767676;
}
.cid-s7POig4iYB .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7POig4iYB .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7POig4iYB .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7POig4iYB a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7POig4iYB .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7POig4iYB .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7POig4iYB textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7POig4iYB .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7POig4iYB .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7POig4iYB .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7POig4iYB h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7POig4iYB .block-content {
    padding: 0;
  }
  .cid-s7POig4iYB .form-block {
    padding: 1rem;
  }
}
.cid-s7PIgUB3cl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PIgUB3cl img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-s7PIgUB3cl .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-s7PIgUB3cl .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-s7PIgUB3cl .card:hover img {
  transform: scale(1.06);
}
.cid-s7PIgUB3cl .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-s7PIgUB3cl .card:hover .text-wrap {
  opacity: 1;
}
.cid-s7PIgUB3cl .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.5rem;
}
.cid-s7PIgUB3cl .icon-wrapper:hover {
  background: #0077ff;
}
.cid-s7PIgUB3cl .icon-wrapper:hover .link-icon {
  color: white;
}
.cid-s7PIgUB3cl .link-icon {
  display: inline-block;
  color: #555555;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-s7PIgUB3cl .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.cid-s7PIgUB3cl .mbr-text,
.cid-s7PIgUB3cl .link-align {
  color: #ffffff;
}
.cid-s7PIgUB3cl .card-title {
  color: #000000;
}
.cid-s7PIgUB3cl .mbr-subtitle,
.cid-s7PIgUB3cl .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-s7PIgUB3cl .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s7PIgUB3cl .mbr-section-subtitle {
  color: #555555;
}
.cid-s7PIgVpk3i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7PIgVpk3i img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-s7PIgVpk3i .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-s7PIgVpk3i .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-s7PIgVpk3i .card:hover img {
  transform: scale(1.06);
}
.cid-s7PIgVpk3i .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-s7PIgVpk3i .card:hover .text-wrap {
  opacity: 1;
}
.cid-s7PIgVpk3i .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.5rem;
}
.cid-s7PIgVpk3i .icon-wrapper:hover {
  background: #0077ff;
}
.cid-s7PIgVpk3i .icon-wrapper:hover .link-icon {
  color: white;
}
.cid-s7PIgVpk3i .link-icon {
  display: inline-block;
  color: #555555;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-s7PIgVpk3i .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.cid-s7PIgVpk3i .mbr-text,
.cid-s7PIgVpk3i .link-align {
  color: #ffffff;
}
.cid-s7PIgVpk3i .card-title {
  color: #000000;
}
.cid-s7PIgVpk3i .mbr-subtitle,
.cid-s7PIgVpk3i .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-s7PIgVpk3i .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-s7PIgVpk3i .mbr-section-subtitle {
  color: #555555;
}
.cid-s7PIgW64T5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PIgW64T5 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PIgW64T5 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PIgW64T5 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PIgW64T5 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PIgW64T5 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PIgW64T5 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PIgW64T5 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PIgW64T5 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PIgW64T5 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PIgW64T5 .socicon-bg-mail {
  color: #134785;
}
.cid-s7PIgW64T5 .btn-social {
  border: none !important;
}
.cid-s7PIgW64T5 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PIgW64T5 [class^="socicon-"]:before,
.cid-s7PIgW64T5 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PIgW64T5 .btn {
    font-size: 20px !important;
  }
}
.cid-s7PIgW64T5 .mbr-section-title {
  color: #0077ff;
}
.cid-s7PIgWsSF3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7PIgWsSF3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7PIgWsSF3 .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7PIgWsSF3 .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7PIgWsSF3 .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7PIgWsSF3 .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7PIgWsSF3 .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7PIgWsSF3 .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PIgWsSF3 .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PIgWsSF3 .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7PIgWsSF3 .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7PIgWsSF3 .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7PIgWsSF3 .main-title {
  color: #7f1933;
}
.cid-s7PIgWsSF3 .mbr-author-name P {
  color: #7f1933;
}
.cid-s7PIgWsSF3 .mbr-author-desc P {
  color: #a57884;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PWdH8JBE {
  background-image: url("../../../assets/images/blue-pill-land-1500x1500.png");
  background-position: right;
}
.cid-s7PWdH8JBE .wrapper {
  position: relative;
  border-top: 3px solid #4b20d9;
  border-right: 3px solid #4b20d9;
  border-left: 3px solid #4b20d9;
  padding: 2.5rem 2.5rem;
}
.cid-s7PWdH8JBE .wrapper:before {
  content: "";
  background: #4b20d9;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s7PWdH8JBE .wrapper:after {
  content: "";
  background: #4b20d9;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s7PWdH8JBE img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s7PWdH8JBE .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PZs7ClLG {
  overflow-x: hidden !important;
}
.cid-s7PZs7ClLG,
.cid-s7PZs7ClLG .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s7PZs7ClLG .mbr-section-title {
  color: #ffffff;
}
.cid-s7PZs7ClLG .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PZs7ClLG .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PZs7ClLG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/black-hole-interstellar-1280x720.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PZs7ClLG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PZs7ClLG .mbr-overlay {
  z-index: 1;
}
.cid-s7PZs7ClLG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PZWfnD4w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PZWfnD4w h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PZWfnD4w h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PZWfnD4w .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PZWfnD4w .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PZWfnD4w .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PZWfnD4w .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PZWfnD4w .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PZWfnD4w .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PZWfnD4w .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PZWfnD4w .socicon-bg-mail {
  color: #134785;
}
.cid-s7PZWfnD4w .btn-social {
  border: none !important;
}
.cid-s7PZWfnD4w .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PZWfnD4w [class^="socicon-"]:before,
.cid-s7PZWfnD4w [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PZWfnD4w .btn {
    font-size: 20px !important;
  }
}
.cid-s7PZWfnD4w .mbr-section-title {
  color: #0077ff;
}
.cid-s7PZNhsYe9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-s7PZNhsYe9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s7PZNhsYe9 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-s7PZNhsYe9 .img-col {
  padding: 0;
}
.cid-s7PZNhsYe9 .wrapper {
  padding: 6rem 12rem;
}
.cid-s7PZNhsYe9 .link-wrap {
  width: 100%;
}
.cid-s7PZNhsYe9 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-s7PZNhsYe9 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-s7PZNhsYe9 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7PZNhsYe9 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-s7PZNhsYe9 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7PZNhsYe9 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-s7PZNhsYe9 .link,
.cid-s7PZNhsYe9 .wrapper {
  color: #cc2952;
}
.cid-s7PZNhsYe9 .mbr-section-subtitle {
  color: #000000;
}
.cid-s7PZNhsYe9 .card-title,
.cid-s7PZNhsYe9 .card-box {
  color: #000000;
}
.cid-s7PZNhsYe9 .mbr-text,
.cid-s7PZNhsYe9 .mbr-section-btn {
  color: #999999;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Q1z3GLZy {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7Q1z3GLZy .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7Q1z3GLZy .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7Q1z3GLZy .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7Q1z3GLZy .mbr-text:after,
  .cid-s7Q1z3GLZy .mbr-text:before {
    display: none;
  }
}
.cid-s7Q1z3GLZy .mbr-section-title,
.cid-s7Q1z3GLZy .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7Q1z5tBBi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7Q1z5tBBi h2,
.cid-s7Q1z5tBBi h3,
.cid-s7Q1z5tBBi h4,
.cid-s7Q1z5tBBi p {
  color: #ffffff;
}
.cid-s7Q1z5tBBi .mbr-overlay {
  z-index: -1;
}
.cid-s7Q1z5tBBi .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7Q1z5tBBi .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7Q1z5tBBi .form-control:focus,
.cid-s7Q1z5tBBi .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7Q1z5tBBi .form-group {
  margin-bottom: 1rem;
}
.cid-s7Q1z5tBBi input::-webkit-input-placeholder,
.cid-s7Q1z5tBBi textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7Q1z5tBBi input:-moz-placeholder,
.cid-s7Q1z5tBBi textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7Q1z5tBBi .jq-selectbox li,
.cid-s7Q1z5tBBi .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7Q1z5tBBi .jq-selectbox li:hover,
.cid-s7Q1z5tBBi .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7Q1z5tBBi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7Q1z5tBBi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7Q1z5tBBi .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7Q1z5tBBi .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Q1z5tBBi .mbr-text {
  color: #767676;
}
.cid-s7Q1z5tBBi .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7Q1z5tBBi .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7Q1z5tBBi .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7Q1z5tBBi a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7Q1z5tBBi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7Q1z5tBBi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7Q1z5tBBi textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7Q1z5tBBi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7Q1z5tBBi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7Q1z5tBBi .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7Q1z5tBBi h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7Q1z5tBBi .block-content {
    padding: 0;
  }
  .cid-s7Q1z5tBBi .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Q3LxZQQX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7Q3LxZQQX .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7Q3LxZQQX .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7Q3LxZQQX .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7Q3LxZQQX .mbr-text:after,
  .cid-s7Q3LxZQQX .mbr-text:before {
    display: none;
  }
}
.cid-s7Q3LxZQQX .mbr-section-title,
.cid-s7Q3LxZQQX .logo {
  color: #f49846;
  text-align: left;
}
.cid-s7Q3LzQ5dv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f0348;
}
.cid-s7Q3LzQ5dv h2,
.cid-s7Q3LzQ5dv h3,
.cid-s7Q3LzQ5dv h4,
.cid-s7Q3LzQ5dv p {
  color: #ffffff;
}
.cid-s7Q3LzQ5dv .mbr-overlay {
  z-index: -1;
}
.cid-s7Q3LzQ5dv .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7Q3LzQ5dv .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7Q3LzQ5dv .form-control:focus,
.cid-s7Q3LzQ5dv .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7Q3LzQ5dv .form-group {
  margin-bottom: 1rem;
}
.cid-s7Q3LzQ5dv input::-webkit-input-placeholder,
.cid-s7Q3LzQ5dv textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7Q3LzQ5dv input:-moz-placeholder,
.cid-s7Q3LzQ5dv textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7Q3LzQ5dv .jq-selectbox li,
.cid-s7Q3LzQ5dv .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7Q3LzQ5dv .jq-selectbox li:hover,
.cid-s7Q3LzQ5dv .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7Q3LzQ5dv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7Q3LzQ5dv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7Q3LzQ5dv .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-s7Q3LzQ5dv .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Q3LzQ5dv .mbr-text {
  color: #767676;
}
.cid-s7Q3LzQ5dv .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s7Q3LzQ5dv .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7f1933;
  opacity: 0.5;
  z-index: 0;
}
.cid-s7Q3LzQ5dv .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s7Q3LzQ5dv a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7Q3LzQ5dv .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7Q3LzQ5dv .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7Q3LzQ5dv textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s7Q3LzQ5dv .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7Q3LzQ5dv .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7Q3LzQ5dv .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s7Q3LzQ5dv h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s7Q3LzQ5dv .block-content {
    padding: 0;
  }
  .cid-s7Q3LzQ5dv .form-block {
    padding: 1rem;
  }
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7PqYDngQS {
  overflow-x: hidden !important;
}
.cid-s7PqYDngQS,
.cid-s7PqYDngQS .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-s7PqYDngQS .mbr-section-title {
  color: #ffffff;
}
.cid-s7PqYDngQS .mbr-section-title span {
  color: #0077ff;
}
.cid-s7PqYDngQS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7PqYDngQS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/churchill5pound-norman-1400x877.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7PqYDngQS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7PqYDngQS .mbr-overlay {
  z-index: 1;
}
.cid-s7PqYDngQS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7PqYDGcC6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7PqYDGcC6 .mbr-text,
.cid-s7PqYDGcC6 .mbr-section-btn,
.cid-s7PqYDGcC6 H4 {
  color: #767676;
}
.cid-s7PqYDGcC6 .img-box {
  position: relative;
}
.cid-s7PqYDGcC6 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 992px) {
  .cid-s7PqYDGcC6 .img-box {
    height: 500px;
  }
  .cid-s7PqYDGcC6 .img1 {
    left: 1rem;
  }
  .cid-s7PqYDGcC6 .img2 {
    right: 1rem;
  }
  .cid-s7PqYDGcC6 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s7PqYDGcC6 img {
    width: 60%;
  }
  .cid-s7PqYDGcC6 .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s7PqYDGcC6 .author-box {
    justify-content: center;
  }
}
.cid-s7PqYDGcC6 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7PqYDGcC6 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7PqYDGcC6 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7PqYDGcC6 h3,
.cid-s7PqYDGcC6 h4 {
  margin: 0;
  padding: 0;
}
.cid-s7PqYDGcC6 H3 {
  color: #149dcc;
}
.cid-s7PCAb5LXQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/como-book-boat-orsonwelles1-1400x1005.jpg");
}
.cid-s7PCAb5LXQ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s7PCAb5LXQ .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s7PCAb5LXQ .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7PCAb5LXQ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s7PCAb5LXQ .mbr-text,
.cid-s7PCAb5LXQ .mbr-section-btn {
  color: #999999;
}
.cid-s7PCAb5LXQ .mbr-section-title,
.cid-s7PCAb5LXQ .col {
  color: #ffffff;
}
.cid-s7PsYU3RMq {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7PsYU3RMq .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7PsYU3RMq .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7PsYU3RMq .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7PsYU3RMq .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7PsYU3RMq .mbr-section-subtitle,
.cid-s7PsYU3RMq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7PtLs4pCL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PtLs4pCL h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PtLs4pCL h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PtLs4pCL .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PtLs4pCL .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PtLs4pCL .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PtLs4pCL .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PtLs4pCL .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PtLs4pCL .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PtLs4pCL .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PtLs4pCL .socicon-bg-mail {
  color: #134785;
}
.cid-s7PtLs4pCL .btn-social {
  border: none !important;
}
.cid-s7PtLs4pCL .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PtLs4pCL [class^="socicon-"]:before,
.cid-s7PtLs4pCL [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PtLs4pCL .btn {
    font-size: 20px !important;
  }
}
.cid-s7PtLs4pCL .mbr-section-title {
  color: #0077ff;
}
.cid-s7PtEguJVO {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7PtEguJVO .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7PtEguJVO .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7PtEguJVO .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7PtEguJVO .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7PtEguJVO .mbr-section-subtitle,
.cid-s7PtEguJVO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7PqYEWrGp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PqYEWrGp h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PqYEWrGp h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PqYEWrGp .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PqYEWrGp .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PqYEWrGp .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PqYEWrGp .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PqYEWrGp .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PqYEWrGp .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PqYEWrGp .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PqYEWrGp .socicon-bg-mail {
  color: #134785;
}
.cid-s7PqYEWrGp .btn-social {
  border: none !important;
}
.cid-s7PqYEWrGp .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PqYEWrGp [class^="socicon-"]:before,
.cid-s7PqYEWrGp [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PqYEWrGp .btn {
    font-size: 20px !important;
  }
}
.cid-s7PqYEWrGp .mbr-section-title {
  color: #0077ff;
}
.cid-s7PtFWe6J9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7PtFWe6J9 .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7PtFWe6J9 .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7PtFWe6J9 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7PtFWe6J9 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7PtFWe6J9 .mbr-section-subtitle,
.cid-s7PtFWe6J9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7PqYFadXN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7PqYFadXN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7PqYFadXN .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7PqYFadXN .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7PqYFadXN .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7PqYFadXN .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7PqYFadXN .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7PqYFadXN .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PqYFadXN .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PqYFadXN .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7PqYFadXN .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7PqYFadXN .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7PqYFadXN .main-title {
  color: #7f1933;
}
.cid-s7PqYFadXN .mbr-author-name P {
  color: #7f1933;
}
.cid-s7PqYFadXN .mbr-author-desc P {
  color: #a57884;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Pvc8VWE9 {
  overflow-x: hidden !important;
}
.cid-s7Pvc8VWE9,
.cid-s7Pvc8VWE9 .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-s7Pvc8VWE9 .mbr-section-title {
  color: #ffffff;
}
.cid-s7Pvc8VWE9 .mbr-section-title span {
  color: #0077ff;
}
.cid-s7Pvc8VWE9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s7Pvc8VWE9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/tesla-f-1300x1047.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s7Pvc8VWE9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s7Pvc8VWE9 .mbr-overlay {
  z-index: 1;
}
.cid-s7Pvc8VWE9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s7Pvc9jw0A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7Pvc9jw0A .mbr-text,
.cid-s7Pvc9jw0A .mbr-section-btn,
.cid-s7Pvc9jw0A H4 {
  color: #767676;
}
.cid-s7Pvc9jw0A .img-box {
  position: relative;
}
.cid-s7Pvc9jw0A img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
}
@media (max-width: 992px) {
  .cid-s7Pvc9jw0A .img-box {
    height: 500px;
  }
  .cid-s7Pvc9jw0A .img1 {
    left: 1rem;
  }
  .cid-s7Pvc9jw0A .img2 {
    right: 1rem;
  }
  .cid-s7Pvc9jw0A img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s7Pvc9jw0A img {
    width: 60%;
  }
  .cid-s7Pvc9jw0A .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s7Pvc9jw0A .author-box {
    justify-content: center;
  }
}
.cid-s7Pvc9jw0A .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s7Pvc9jw0A .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s7Pvc9jw0A .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s7Pvc9jw0A h3,
.cid-s7Pvc9jw0A h4 {
  margin: 0;
  padding: 0;
}
.cid-s7Pvc9jw0A H3 {
  color: #149dcc;
}
.cid-s7Pvc9jw0A .mbr-text,
.cid-s7Pvc9jw0A .mbr-section-btn {
  color: #000000;
}
.cid-s7PCtusTAl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/como-book-boat-orsonwelles1-1400x1005.jpg");
}
.cid-s7PCtusTAl .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s7PCtusTAl .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s7PCtusTAl .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7PCtusTAl .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s7PCtusTAl .mbr-text,
.cid-s7PCtusTAl .mbr-section-btn {
  color: #999999;
}
.cid-s7PCtusTAl .mbr-section-title,
.cid-s7PCtusTAl .col {
  color: #ffffff;
}
.cid-s7Pvca1Yx9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7Pvca1Yx9 .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7Pvca1Yx9 .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7Pvca1Yx9 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7Pvca1Yx9 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7Pvca1Yx9 .mbr-section-subtitle,
.cid-s7Pvca1Yx9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7PvcanN3S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7PvcanN3S h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7PvcanN3S h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7PvcanN3S .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7PvcanN3S .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7PvcanN3S .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7PvcanN3S .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7PvcanN3S .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7PvcanN3S .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7PvcanN3S .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7PvcanN3S .socicon-bg-mail {
  color: #134785;
}
.cid-s7PvcanN3S .btn-social {
  border: none !important;
}
.cid-s7PvcanN3S .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7PvcanN3S [class^="socicon-"]:before,
.cid-s7PvcanN3S [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7PvcanN3S .btn {
    font-size: 20px !important;
  }
}
.cid-s7PvcanN3S .mbr-section-title {
  color: #0077ff;
}
.cid-s7PvcaG7vG {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7PvcaG7vG .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7PvcaG7vG .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7PvcaG7vG .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7PvcaG7vG .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7PvcaG7vG .mbr-section-subtitle,
.cid-s7PvcaG7vG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7Pvcb09iP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
@media (min-width: 400px) {
  .cid-s7Pvcb09iP h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7Pvcb09iP h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-s7Pvcb09iP .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7Pvcb09iP .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-s7Pvcb09iP .socicon-bg-twitter {
  color: #4da7de;
}
.cid-s7Pvcb09iP .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-s7Pvcb09iP .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-s7Pvcb09iP .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-s7Pvcb09iP .socicon-bg-pinterest {
  color: #c92619;
}
.cid-s7Pvcb09iP .socicon-bg-mail {
  color: #134785;
}
.cid-s7Pvcb09iP .btn-social {
  border: none !important;
}
.cid-s7Pvcb09iP .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-s7Pvcb09iP [class^="socicon-"]:before,
.cid-s7Pvcb09iP [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-s7Pvcb09iP .btn {
    font-size: 20px !important;
  }
}
.cid-s7Pvcb09iP .mbr-section-title {
  color: #0077ff;
}
.cid-s7Pvcbgwhc {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-s7Pvcbgwhc .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s7Pvcbgwhc .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7Pvcbgwhc .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7Pvcbgwhc .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7Pvcbgwhc .mbr-section-subtitle,
.cid-s7Pvcbgwhc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s7PvcbyLYN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s7PvcbyLYN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s7PvcbyLYN .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-s7PvcbyLYN .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-s7PvcbyLYN .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-s7PvcbyLYN .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s7PvcbyLYN .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-s7PvcbyLYN .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7PvcbyLYN .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7PvcbyLYN .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s7PvcbyLYN .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-s7PvcbyLYN .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-s7PvcbyLYN .main-title {
  color: #7f1933;
}
.cid-s7PvcbyLYN .mbr-author-name P {
  color: #7f1933;
}
.cid-s7PvcbyLYN .mbr-author-desc P {
  color: #a57884;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s9qSoaJ5o7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s9qSoaJ5o7 .mbr-text {
  position: relative;
  color: #f5f5f7;
  text-align: left;
}
.cid-s9qSoaJ5o7 .mbr-text:before {
  color: #7f1933;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s9qSoaJ5o7 .mbr-text:after {
  color: #7f1933;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s9qSoaJ5o7 .mbr-text:after,
  .cid-s9qSoaJ5o7 .mbr-text:before {
    display: none;
  }
}
.cid-s9qSoaJ5o7 .mbr-section-title,
.cid-s9qSoaJ5o7 .logo {
  color: #cebfaf;
  text-align: left;
}
.cid-s9qSob5mQH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9qSob5mQH .nav-tabs .nav-item.open .nav-link:focus,
.cid-s9qSob5mQH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s9qSob5mQH .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s9qSob5mQH .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s9qSob5mQH .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s9qSob5mQH .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s9qSob5mQH .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qSob5mQH .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qSob5mQH P {
  color: #0f0348;
}
@media (max-width: 576px) {
  .cid-s9qSob5mQH .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s9qSob5mQH .mbr-text,
  .cid-s9qSob5mQH .nav-link {
    text-align: center;
  }
}
.cid-s9qSobElw3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-s9qSobElw3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s9qSobElw3 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-s9qSobElw3 .img-col {
  padding: 0;
}
.cid-s9qSobElw3 .wrapper {
  padding: 6rem 12rem;
}
.cid-s9qSobElw3 .link-wrap {
  width: 100%;
}
.cid-s9qSobElw3 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-s9qSobElw3 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-s9qSobElw3 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s9qSobElw3 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-s9qSobElw3 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s9qSobElw3 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-s9qSobElw3 .link,
.cid-s9qSobElw3 .wrapper {
  color: #cc2952;
}
.cid-s9qSobElw3 .mbr-section-subtitle {
  color: #000000;
}
.cid-s9qSobElw3 .card-title,
.cid-s9qSobElw3 .card-box {
  color: #000000;
}
.cid-s9qSobElw3 .mbr-text,
.cid-s9qSobElw3 .mbr-section-btn {
  color: #999999;
}
.cid-s9qUdj3Cpn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9qUdj3Cpn .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s9qUdj3Cpn .text-block {
  position: relative;
  z-index: 0;
}
.cid-s9qUdj3Cpn .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-s9qUdj3Cpn .box {
  left: 20%;
}
.cid-s9qUdj3Cpn .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-s9qUdj3Cpn .mbr-section-text,
.cid-s9qUdj3Cpn .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-s9qUdj3Cpn .text-box {
    display: none;
  }
  .cid-s9qUdj3Cpn .mbr-section-title,
  .cid-s9qUdj3Cpn .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s9qUdj3Cpn .box {
    display: none;
  }
  .cid-s9qUdj3Cpn .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s9qUdj3Cpn .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s9qUdj3Cpn .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s9qUdj3Cpn .mbr-section-text {
  color: #130c0e;
}
.cid-s9qUDrqSqG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9qUDrqSqG .nav-tabs .nav-item.open .nav-link:focus,
.cid-s9qUDrqSqG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s9qUDrqSqG .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s9qUDrqSqG .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s9qUDrqSqG .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s9qUDrqSqG .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s9qUDrqSqG .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qUDrqSqG .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qUDrqSqG P {
  color: #130c0e;
}
@media (max-width: 576px) {
  .cid-s9qUDrqSqG .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s9qUDrqSqG .mbr-text,
  .cid-s9qUDrqSqG .nav-link {
    text-align: center;
  }
}
.cid-s9qVTn24Ru {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-s9qVTn24Ru .container-fluid {
  padding: 0 3rem;
}
.cid-s9qVTn24Ru .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s9qVTn24Ru .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s9qVTn24Ru .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-s9qVTn24Ru .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-s9qVTn24Ru .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-s9qVTn24Ru .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s9qVTn24Ru .content-section {
  padding: 3rem;
}
.cid-s9qVTn24Ru .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-s9qVTn24Ru .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-s9qVTn24Ru .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s9qVTn24Ru .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-s9qVTn24Ru .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-s9qVTn24Ru .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s9qWzWWNIl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s9qWzWWNIl .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-s9qWzWWNIl .mbr-media {
  z-index: 2;
}
.cid-s9qWzWWNIl .box {
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}
.cid-s9qWzWWNIl .box:before {
  background-image: url("../../../assets/images/screen-shot-2020-09-02-at-13.34.53-1270x675.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  width: 100%;
  transition: all 2s;
  height: 100%;
  left: 0;
}
.cid-s9qWzWWNIl .box:hover:before {
  transform: scale(1.1);
}
.cid-s9qWzWWNIl .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #ffffff;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-s9qWzWWNIl .icon-wrap:hover {
  background: #ffffff;
}
.cid-s9qWzWWNIl .icon-wrap span {
  padding-left: 4px;
}
.cid-s9qWzWWNIl .mbr-media span {
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-s9qWzWWNIl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s9qWzWWNIl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s9qWzWWNIl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s9qWzWWNIl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s9qWzWWNIl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s9qWzWWNIl a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s9qWzWWNIl .box {
    height: 250px;
  }
}
.cid-s9qWzWWNIl .mbr-section-title {
  color: #000000;
}
.cid-s9qWzWWNIl H4 {
  color: #000000;
}
.cid-s9qY0h5hcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-s9qY0h5hcH .container-fluid {
  padding: 0 3rem;
}
.cid-s9qY0h5hcH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s9qY0h5hcH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s9qY0h5hcH .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-s9qY0h5hcH .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-s9qY0h5hcH .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-s9qY0h5hcH .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s9qY0h5hcH .content-section {
  padding: 3rem;
}
.cid-s9qY0h5hcH .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-s9qY0h5hcH .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-s9qY0h5hcH .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s9qY0h5hcH .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-s9qY0h5hcH .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-s9qY0h5hcH .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s9qXqsKM32 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9qXqsKM32 .nav-tabs .nav-item.open .nav-link:focus,
.cid-s9qXqsKM32 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s9qXqsKM32 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s9qXqsKM32 .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s9qXqsKM32 .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s9qXqsKM32 .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s9qXqsKM32 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qXqsKM32 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qXqsKM32 P {
  color: #130c0e;
}
@media (max-width: 576px) {
  .cid-s9qXqsKM32 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s9qXqsKM32 .mbr-text,
  .cid-s9qXqsKM32 .nav-link {
    text-align: center;
  }
}
.cid-s9qYHbOHOg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-s9qYHbOHOg .container-fluid {
  padding: 0 3rem;
}
.cid-s9qYHbOHOg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s9qYHbOHOg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s9qYHbOHOg .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-s9qYHbOHOg .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-s9qYHbOHOg .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-s9qYHbOHOg .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s9qYHbOHOg .content-section {
  padding: 3rem;
}
.cid-s9qYHbOHOg .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-s9qYHbOHOg .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-s9qYHbOHOg .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s9qYHbOHOg .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-s9qYHbOHOg .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-s9qYHbOHOg .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s9qYW7j5UP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9qYW7j5UP .nav-tabs .nav-item.open .nav-link:focus,
.cid-s9qYW7j5UP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s9qYW7j5UP .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s9qYW7j5UP .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s9qYW7j5UP .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s9qYW7j5UP .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s9qYW7j5UP .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qYW7j5UP .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s9qYW7j5UP P {
  color: #130c0e;
}
@media (max-width: 576px) {
  .cid-s9qYW7j5UP .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s9qYW7j5UP .mbr-text,
  .cid-s9qYW7j5UP .nav-link {
    text-align: center;
  }
}
.cid-s9r0j6itdW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-s9r0j6itdW .container-fluid {
  padding: 0 3rem;
}
.cid-s9r0j6itdW .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s9r0j6itdW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ff, #200960);
  display: inline-block;
}
.cid-s9r0j6itdW .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-s9r0j6itdW .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-s9r0j6itdW .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-s9r0j6itdW .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s9r0j6itdW .content-section {
  padding: 3rem;
}
.cid-s9r0j6itdW .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-s9r0j6itdW .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #f3f3f3;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-s9r0j6itdW .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s9r0j6itdW .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-s9r0j6itdW .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-s9r0j6itdW .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-s9r0jJ0JwO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9r0jJ0JwO .nav-tabs .nav-item.open .nav-link:focus,
.cid-s9r0jJ0JwO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s9r0jJ0JwO .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s9r0jJ0JwO .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s9r0jJ0JwO .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s9r0jJ0JwO .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s9r0jJ0JwO .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s9r0jJ0JwO .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s9r0jJ0JwO P {
  color: #130c0e;
}
@media (max-width: 576px) {
  .cid-s9r0jJ0JwO .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s9r0jJ0JwO .mbr-text,
  .cid-s9r0jJ0JwO .nav-link {
    text-align: center;
  }
}
.cid-s9qSocVxPq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-s9qSocVxPq img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
@media (min-width: 1200px) {
  .cid-s9qSocVxPq .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1500px) {
  .cid-s9qSocVxPq .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cid-s9qSocVxPq .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 767px) {
  .cid-s9qSocVxPq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s9qSocVxPq .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-s9qSocVxPq .img-wrapper {
  min-width: 100px;
}
.cid-s9qSocVxPq .star-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s9qSocVxPq .mbr-iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.cid-s9qSocVxPq .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-s9qSocVxPq .card .img-wrapper {
  overflow: hidden;
}
.cid-s9qSocVxPq .mbr-section-date {
  color: #999999;
}
.cid-s9qSocVxPq .mbr-section-text {
  color: #555555;
}
@media (max-width: 767px) {
  .cid-s9qSocVxPq .bg-wrapper {
    padding: 1rem;
  }
  .cid-s9qSocVxPq .mbr-section-title {
    text-align: left;
  }
}
.cid-s9qSocVxPq .mbr-card-title {
  color: #5758e0;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7A9NsAOy2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-s7A9NsAOy2 .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-s7A9NsAOy2 .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s7A9NsAOy2 .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s7A9NsAOy2 .mbr-text:after,
  .cid-s7A9NsAOy2 .mbr-text:before {
    display: none;
  }
}
.cid-s7A9NsAOy2 .mbr-section-title,
.cid-s7A9NsAOy2 .logo {
  color: #cebfaf;
  text-align: left;
}
.cid-s7A9NsXux8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7A9NsXux8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-s7A9NsXux8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s7A9NsXux8 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-s7A9NsXux8 .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-s7A9NsXux8 .nav-link {
  padding: .4rem 0.8rem;
}
.cid-s7A9NsXux8 .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-s7A9NsXux8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
  border-bottom: 2px solid #1425cc;
}
.cid-s7A9NsXux8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
  border-bottom: 2px solid #1425cc;
}
.cid-s7A9NsXux8 P {
  color: #0f0348;
}
@media (max-width: 576px) {
  .cid-s7A9NsXux8 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s7A9NsXux8 .mbr-text,
  .cid-s7A9NsXux8 .nav-link {
    text-align: center;
  }
}
.cid-s7A9NtK4wx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7A9NtK4wx .mbr-text {
  color: #767676;
}
.cid-s7A9NtK4wx .card-subtitle {
  margin: 0;
}
.cid-s7A9NtK4wx .link {
  margin: 0;
}
.cid-s7A9NtK4wx .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7A9NtK4wx .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-s7A9NtK4wx .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-s7A9NtK4wx .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s7A9NtK4wx .date {
  margin: 0;
}
.cid-s7A9NtK4wx img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7A9NtK4wx .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s7A9NtK4wx .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7A9NtK4wx .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7A9NtK4wx .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-s7A9NtK4wx .icon-box {
    flex-direction: column;
  }
  .cid-s7A9NtK4wx .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-s7A9NtK4wx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s7A9NtK4wx .card {
    margin-bottom: 3rem;
  }
}
.cid-s7A9Nvj2gW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7A9Nvj2gW .counter-container {
  color: #464646;
}
.cid-s7A9Nvj2gW .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7A9Nvj2gW .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7A9Nvj2gW .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7A9Nvj2gW P {
  text-align: left;
  color: #000000;
}
.cid-s7A9NvN8qF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7A9NvN8qF .counter-container {
  color: #464646;
}
.cid-s7A9NvN8qF .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7A9NvN8qF .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7A9NvN8qF .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7A9NvN8qF P {
  text-align: left;
  color: #000000;
}
.cid-s7A9NwbImQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7A9NwbImQ .counter-container {
  color: #464646;
}
.cid-s7A9NwbImQ .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7A9NwbImQ .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7A9NwbImQ .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7A9NwbImQ P {
  text-align: left;
  color: #000000;
}
.cid-s7A9NwwreK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7A9NwwreK .counter-container {
  color: #464646;
}
.cid-s7A9NwwreK .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7A9NwwreK .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7A9NwwreK .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7A9NwwreK P {
  text-align: left;
  color: #000000;
}
.cid-s7A9NwTtle {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7A9NwTtle .counter-container {
  color: #464646;
}
.cid-s7A9NwTtle .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7A9NwTtle .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7A9NwTtle .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s7A9NwTtle P {
  text-align: left;
  color: #000000;
}
.cid-seLswGtJZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-seLswGtJZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-seLswGtJZ4 .container {
  max-width: 1400px;
}
.cid-seLswGtJZ4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-seLswGtJZ4 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-seLswGtJZ4 .time {
  line-height: 2;
}
.cid-seLswGtJZ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-seLswGtJZ4 .text-wrap {
  width: 100%;
}
.cid-seLswGtJZ4 .item-wrap {
  display: inline-block;
}
.cid-seLswGtJZ4 .item-wrap span,
.cid-seLswGtJZ4 .item-wrap p {
  transition: all 0.3s;
}
.cid-seLswGtJZ4 .item-wrap:hover span,
.cid-seLswGtJZ4 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-seLswGtJZ4 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-seLswGtJZ4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-seLswGtJZ4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-seLswGtJZ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-seLswGtJZ4 .title {
  color: #ffffff;
}
.cid-seLswGtJZ4 .mbr-text {
  color: #999999;
}
.cid-seLswGtJZ4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-seLswGtJZ4 .icon-title,
.cid-seLswGtJZ4 .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-seLswGtJZ4 H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sy5JUHzGUt {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-sy5JUHzGUt .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sy5JUHzGUt .container {
  max-width: 1500px;
}
.cid-sy5JUHzGUt .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sy5JUHzGUt .container {
    padding: 0 4rem;
  }
}
.cid-sy5JUHzGUt .mbr-text,
.cid-sy5JUHzGUt .mbr-section-btn {
  color: #efeeee;
}
.cid-sy5JUHzGUt .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sy5JUHzGUt .btn .mbr-iconfont {
  order: 2;
}
.cid-sy5JUHzGUt .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sy5JUHzGUt .align-left {
    text-align: center;
  }
  .cid-sy5JUHzGUt .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sy5JUIJrby {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-sy5JUIJrby .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffcc00;
}
.cid-sy5JUIJrby .section-content-title {
  font-weight: 600;
  color: #f3f3f3;
  letter-spacing: 0.03em;
}
.cid-sy5JUIJrby .section-content-text {
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-sy5JUIJrby .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-sy5JUIJrby .progress {
  width: 100%;
  height: 25px;
}
.cid-sy5JUIJrby .progress-bar {
  height: 25px;
  background-color: #3e4edc;
}
.cid-sy5JUIJrby .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sy5JUIJrby .progressbar-number {
  display: inline-block;
}
.cid-sy5JUIJrby .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sy5JUIJrby .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sy5JUIJrby .progress_value {
  position: relative;
}
.cid-sy5JUIJrby progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sy5JUIJrby progress::-webkit-progress-value {
  background: #3e4edc;
}
.cid-sy5JUIJrby progress[value]::-moz-progress-bar {
  background: #3e4edc;
}
.cid-sy5JUIJrby progress::-ms-fill {
  background: #3e4edc;
}
.cid-sy5JUIJrby .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sy5JUIJrby .progress2 .progressbar-number:before {
  content: '1';
}
.cid-sy5JUIJrby .progress3 .progressbar-number:before {
  content: '41';
}
.cid-sy5JUIJrby .progress4 .progressbar-number:before {
  content: '28';
}
.cid-sy5JUIJrby .progress5 .progressbar-number:before {
  content: '10';
}
.cid-sy5JUIJrby .progress-bar-1 {
  width: 100%;
}
.cid-sy5JUIJrby .progress-bar-2 {
  width: 1%;
}
.cid-sy5JUIJrby .progress-bar-3 {
  width: 41%;
}
.cid-sy5JUIJrby .progress-bar-4 {
  width: 28%;
}
.cid-sy5JUIJrby .progress-bar-5 {
  width: 10%;
}
.cid-sy5JUIJrby .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sy5JUIJrby .text-elements {
    padding-left: 48px;
    padding-right: 15px;
  }
  .cid-sy5JUIJrby .progress_elements {
    padding-left: 15px;
    padding-right: 48px;
  }
}
.cid-sy5JUIJrby .progressbar-title p,
.cid-sy5JUIJrby .progress_value {
  color: #ffffff;
}
.cid-sy6909RHxg {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/heart-of-the-pub-2-1007x838.jpg");
}
.cid-sy6909RHxg .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-sy6909RHxg .nav {
  border: none;
}
.cid-sy6909RHxg .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sy6909RHxg .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -0.5px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #000000;
}
.cid-sy6909RHxg .nav-tabs .nav-link:hover {
  border: 1px solid #000000;
  background-color: #c4bc3b;
  color: #000000;
}
.cid-sy6909RHxg .nav-tabs .nav-link.active {
  border: 1px solid #000000;
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #c4bc3b;
}
.cid-sy6909RHxg P {
  text-align: center;
}
.cid-sy5JUKhtF9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sy5JUKhtF9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sy5JUKhtF9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sy5JUKhtF9 .rev,
.cid-sy5JUKhtF9 .mbr-iconfont {
  display: inline-block;
}
.cid-sy5JUKhtF9 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0c4a76;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sy5JUKhtF9 .card-img {
  position: relative;
}
.cid-sy5JUKhtF9 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sy5JUKhtF9 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sy5JUKhtF9 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sy5JUKhtF9 .card-box {
  padding: 1.5rem;
}
.cid-sy5JUKhtF9 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sy5JUKhtF9 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sy5JUKhtF9 .mbr-section-title,
.cid-sy5JUKhtF9 .line-wrap {
  text-align: center;
  color: #0c4a76;
}
.cid-sy5JUKhtF9 .card-text,
.cid-sy5JUKhtF9 .mbr-section-btn,
.cid-sy5JUKhtF9 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sy5JUKhtF9 .mbr-text,
.cid-sy5JUKhtF9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sy5JUKhtF9 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sy5JUKhtF9 .mbr-text {
  color: #000000;
}
.cid-sy5JUNKYeO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffcc00;
}
.cid-sy5JUNKYeO .card-box {
  padding: 0rem;
}
.cid-sy5JUNKYeO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sy5JUNKYeO .card {
  padding: 0;
  margin: auto;
}
.cid-sy5JUNKYeO .card-img {
  height: 400px;
}
.cid-sy5JUNKYeO .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sy5JUNKYeO .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sy5JUNKYeO .card-wrapper {
    padding: 4rem;
  }
}
.cid-sy5JUOQhkR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-sy5JUOQhkR .mbr-text {
  position: relative;
  color: #f5f5f7;
}
.cid-sy5JUOQhkR .mbr-text:before {
  color: #f5f5f7;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sy5JUOQhkR .mbr-text:after {
  color: #f5f5f7;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sy5JUOQhkR .mbr-text:after,
  .cid-sy5JUOQhkR .mbr-text:before {
    display: none;
  }
}
.cid-sy5JUOQhkR .mbr-section-title,
.cid-sy5JUOQhkR .logo {
  color: #f49846;
  text-align: left;
}
.cid-sy5JUQqBk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (min-width: 400px) {
  .cid-sy5JUQqBk3 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sy5JUQqBk3 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sy5JUQqBk3 .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sy5JUQqBk3 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sy5JUQqBk3 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sy5JUQqBk3 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sy5JUQqBk3 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sy5JUQqBk3 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sy5JUQqBk3 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sy5JUQqBk3 .socicon-bg-mail {
  color: #134785;
}
.cid-sy5JUQqBk3 .btn-social {
  border: none !important;
}
.cid-sy5JUQqBk3 .btn-social:hover {
  color: #ffffff;
  background: #0077ff;
}
.cid-sy5JUQqBk3 [class^="socicon-"]:before,
.cid-sy5JUQqBk3 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sy5JUQqBk3 .btn {
    font-size: 20px !important;
  }
}
.cid-sy5JUQqBk3 .mbr-section-title {
  color: #0077ff;
}
.cid-sy5JV3h4ID {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f0348;
}
.cid-sy5JV3h4ID .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sy5JV3h4ID .container {
  max-width: 1400px;
}
.cid-sy5JV3h4ID li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sy5JV3h4ID .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sy5JV3h4ID .time {
  line-height: 2;
}
.cid-sy5JV3h4ID .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sy5JV3h4ID .text-wrap {
  width: 100%;
}
.cid-sy5JV3h4ID .item-wrap {
  display: inline-block;
}
.cid-sy5JV3h4ID .item-wrap span,
.cid-sy5JV3h4ID .item-wrap p {
  transition: all 0.3s;
}
.cid-sy5JV3h4ID .item-wrap:hover span,
.cid-sy5JV3h4ID .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sy5JV3h4ID .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sy5JV3h4ID .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sy5JV3h4ID .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sy5JV3h4ID .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sy5JV3h4ID .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sy5JV3h4ID .socicon-wrap {
    margin: auto;
  }
}
.cid-sy5JV3h4ID .title {
  color: #ffffff;
}
.cid-sy5JV3h4ID .mbr-text {
  color: #999999;
}
.cid-sy5JV3h4ID .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sy5JV3h4ID .icon-title,
.cid-sy5JV3h4ID .align-wrap {
  color: #55b4d4;
  width: 100%;
}
.cid-sy5JV3h4ID H2 {
  color: #ffffff;
}
.cid-sKpF5WcKNg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sKpF5WcKNg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKpF5WcKNg a {
  font-style: normal;
}
.cid-sKpF5WcKNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKpF5WcKNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sKpF5WcKNg .nav-item:focus,
.cid-sKpF5WcKNg .nav-link:focus {
  outline: none;
}
.cid-sKpF5WcKNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpF5WcKNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKpF5WcKNg .menu-logo {
  margin-right: auto;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpF5WcKNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpF5WcKNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpF5WcKNg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKpF5WcKNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpF5WcKNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKpF5WcKNg button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKpF5WcKNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKpF5WcKNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKpF5WcKNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKpF5WcKNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpF5WcKNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sKpF5WcKNg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sKpF5WcKNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpF5WcKNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKpF5WcKNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpF5WcKNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpF5WcKNg .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-sKpF5WcKNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg img {
    height: 3.8rem !important;
  }
  .cid-sKpF5WcKNg .btn {
    display: -webkit-flex;
  }
  .cid-sKpF5WcKNg button.navbar-toggler {
    display: block;
  }
  .cid-sKpF5WcKNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKpF5WcKNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKpF5WcKNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing,
  .cid-sKpF5WcKNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKpF5WcKNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpF5WcKNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpF5WcKNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpF5WcKNg .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-sKpF5WcKNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKpF5WcKNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKpF5WcKNg .nav-link:hover,
.cid-sKpF5WcKNg .dropdown-item:hover {
  color: #767676 !important;
}
