@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #101010 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #1c47ea !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #101010 !important;
  border-color: #101010 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2877d6 !important;
  border-color: #2877d6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2877d6 !important;
  border-color: #2877d6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2877d6 !important;
  border-color: #2877d6 !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-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-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1c47ea !important;
  border-color: #1c47ea !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1030aa !important;
  border-color: #1030aa !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1030aa !important;
  border-color: #1030aa !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #101010;
  border-color: #101010;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #101010 !important;
  border-color: #101010 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0e2992;
  color: #0e2992;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2877d6;
  border-color: #2877d6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2877d6 !important;
  border-color: #2877d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.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: #d2c609;
  color: #d2c609;
}
.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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0e2992;
  color: #0e2992;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1c47ea;
  border-color: #1c47ea;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1c47ea !important;
  border-color: #1c47ea !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #101010 !important;
}
.text-secondary {
  color: #1c47ea !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #1c47ea !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0e2992 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1c47ea !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #1c47ea;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #101010;
  border-color: #101010;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #101010;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3c3c3;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d7defb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #101010;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #101010;
  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: #101010;
  border-bottom-color: #101010;
}
.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: #101010 !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: #1c47ea !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='%23101010' %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;
}
hr {
  border: none;
  background-color: #1c47ea;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #1c47ea;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #1c47ea;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #1c47ea;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #1c47ea !important;
}
.btn-danger:hover {
  color: #1c47ea !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color:#2877d6 !important;
}
.btn-primary:hover {
  color: #101010 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #1c47ea !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #1c47ea;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #1c47ea !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #101010 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #1c47ea !important;
}
.cid-syYTO7GHv4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 30px;
}
.cid-syYTO7GHv4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-syYTO7GHv4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-syYTO7GHv4 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-syYTO7GHv4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-syYTO7GHv4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-syYTO7GHv4 .container {
    padding: 0 1rem;
  }
}
.cid-syYTO7GHv4 .menu-tite {
  background: #101010;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-syYTO7GHv4 .nav-link {
  position: relative;
}
.cid-syYTO7GHv4 .nav-link:hover {
  color: #82786e !important;
}
.cid-syYTO7GHv4 nav.navbar {
  position: fixed;
}
.cid-syYTO7GHv4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-syYTO7GHv4 .navbar.opened {
  transition: all 0.3s;
}
.cid-syYTO7GHv4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-syYTO7GHv4 .navbar .navbar-logo img {
  width: auto;
}
.cid-syYTO7GHv4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syYTO7GHv4 .navbar.collapsed {
  justify-content: center;
}
.cid-syYTO7GHv4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syYTO7GHv4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syYTO7GHv4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syYTO7GHv4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syYTO7GHv4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-syYTO7GHv4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syYTO7GHv4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-syYTO7GHv4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syYTO7GHv4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syYTO7GHv4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syYTO7GHv4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syYTO7GHv4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syYTO7GHv4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-syYTO7GHv4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syYTO7GHv4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syYTO7GHv4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syYTO7GHv4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-syYTO7GHv4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syYTO7GHv4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syYTO7GHv4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-syYTO7GHv4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-syYTO7GHv4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-syYTO7GHv4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syYTO7GHv4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-syYTO7GHv4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-syYTO7GHv4 .dropdown-item:hover,
.cid-syYTO7GHv4 .dropdown-item:focus {
  background: #101010 !important;
  color: white !important;
}
.cid-syYTO7GHv4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-syYTO7GHv4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-syYTO7GHv4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-syYTO7GHv4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syYTO7GHv4 .dropdown-menu,
.cid-syYTO7GHv4 .navbar.opened {
  background: #ffffff !important;
}
.cid-syYTO7GHv4 .nav-item:focus,
.cid-syYTO7GHv4 .nav-link:focus {
  outline: none;
}
.cid-syYTO7GHv4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syYTO7GHv4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syYTO7GHv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-syYTO7GHv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syYTO7GHv4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syYTO7GHv4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syYTO7GHv4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syYTO7GHv4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syYTO7GHv4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syYTO7GHv4 .dropdown-item.active,
.cid-syYTO7GHv4 .dropdown-item:active {
  background-color: transparent;
}
.cid-syYTO7GHv4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syYTO7GHv4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syYTO7GHv4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syYTO7GHv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syYTO7GHv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syYTO7GHv4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syYTO7GHv4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syYTO7GHv4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syYTO7GHv4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-syYTO7GHv4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-syYTO7GHv4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syYTO7GHv4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syYTO7GHv4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syYTO7GHv4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syYTO7GHv4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syYTO7GHv4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syYTO7GHv4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syYTO7GHv4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syYTO7GHv4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-syYTO7GHv4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syYTO7GHv4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syYTO7GHv4 .navbar {
    height: 70px;
  }
  .cid-syYTO7GHv4 .navbar.opened {
    height: auto;
  }
  .cid-syYTO7GHv4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syYTT07cZI {
  background-image: url("../../../assets/images/4390516-2000x1125.png");

}
.cid-syYTT07cZI .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-syYTT07cZI .mbr-text {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-syYTT07cZI .align-center {
    text-align: center;
  }
}
.cid-syYTT07cZI h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-syYTT07cZI .mbr-section-btn {
  margin-top: .90rem;
}
@media (min-width: 767px) {
  .cid-syYTT07cZI .row {
    margin: 0;
  }
}
.cid-syYTT07cZI .btn {
  margin-left: 0rem;
}
.cid-syYTT07cZI .mbr-section-title,
.cid-syYTT07cZI .mbr-section-btn {
  color: #f7ed4a;
}

.cid-syYTT07cZI .mbr-section-title {
 line-height: 3rem;
}

@media (max-width: 767px) {
  .cid-syYTT07cZI .mbr-section-title {
    line-height: 2rem;
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .cid-syYTT07cZI .mbr-text {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .cid-syYTT07cZI h1 {
    margin-top: 100px;
  }
}





.cid-syZ32GelUa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-syZ32GelUa h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-syZ32GelUa .container {
    position: relative;
  }
  .cid-syZ32GelUa .row {
    margin: 0;
  }
  .cid-syZ32GelUa h2 {
    margin: 0;
  }
}
.cid-syZ32GelUa .mbr-section-subtitle {
  color: #e9204f;
}
.cid-syZ32GelUa .mbr-text {
  margin-top: 1.4rem;
  color: #f7ed4a;
}
.cid-syZ3zNWFlE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #101010;
}
.cid-syZ3zNWFlE h1 {
  margin-bottom: 0.2rem;
}
.cid-syZ3zNWFlE .container-fluid {
  padding: 0;
}
.cid-syZ3zNWFlE img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-syZ3zNWFlE .mbr-figure {
  height: 100%;
}
.cid-syZ3zNWFlE .col-lg-6 {
  padding: 0;
}
.cid-syZ3zNWFlE .mbr-text {
  color: #747474;
}
.cid-syZ3zNWFlE hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-syZ3zNWFlE .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-syZ3zNWFlE .mbr-section-subtitle-1 {
  color: #f7ed4a;
}
.cid-syZ3zNWFlE .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-syZ3zNWFlE .mbr-figure::after {
  content: '';
  background-color: #1c47ea;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-syZ3zNWFlE .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-syZ3zNWFlE .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-syZ3zNWFlE .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-syZ3zNWFlE .left-block {
    margin-top: 4.5rem;
  }
}
.cid-syZ3zNWFlE .btn {
  color: #fff !important;
}
.cid-syZ3zNWFlE .btn:hover {
  color: #ffffff !important;
}
.cid-syZ3zNWFlE .line-title {
  width: 40px;
  height: 2px;
  background-color: #1c47ea;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-syZ3zNWFlE .vertical-line:before {
  content: '';
  background-color: #1c47ea;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-syZ3zNWFlE .mbr-text,
.cid-syZ3zNWFlE .mbr-section-btn {
  color: #f3f3f3;
}
.cid-syZ3sZordR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101010;
}
.cid-syZ3sZordR .container {
  max-width: 1500px;
}
.cid-syZ3sZordR img {
  width: 100%;
}
.cid-syZ3sZordR h2 {
  padding: 0;
  margin: 0;
}
.cid-syZ3sZordR .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-syZ3sZordR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-syZ3sZordR .img-col {
  position: relative;
}
.cid-syZ3sZordR .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-syZ3sZordR .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-syZ3sZordR .img-col {
    margin-top: 3rem;
  }
  .cid-syZ3sZordR .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-syZ3sZordR .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-syZ3sZordR .number {
    margin: auto;
  }
}
.cid-syZ3sZordR .mbr-text {
  color: #f3f3f3;
}
.cid-syZ3sZordR H2 {
  color: #f7ed4a;
}

@media screen and (max-width:768px){
     .cid-syZ3sZordR   .order-text{
          order: 2 !important;
        }
        .order-image{
            order: 1 !important;
        }
      }


.cid-syZ3ucSNDF {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/ab-workrer-1-1142x878.jpeg");
}
@media (max-width: 992px) {
  .cid-syZ3ucSNDF {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-syZ3ucSNDF {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-syZ3ucSNDF .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-syZ3ucSNDF .icon-wrap span {
  padding-left: 8px;
}
.cid-syZ3ucSNDF .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-syZ3ucSNDF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-syZ3ucSNDF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syZ3ucSNDF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syZ3ucSNDF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cid-syZ3ucSNDF .modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
  }
}

.cid-syZ3ucSNDF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syZ3ucSNDF a.close:hover {
  color: #ffffff;
}
.cid-syZ4D4RBRc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101010;
}
.cid-syZ4D4RBRc .container {
  max-width: 1500px;
}
.cid-syZ4D4RBRc img {
  width: 100%;
}
.cid-syZ4D4RBRc h2 {
  padding: 0;
  margin: 0;
}
.cid-syZ4D4RBRc .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-syZ4D4RBRc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-syZ4D4RBRc .img-col {
  position: relative;
}
.cid-syZ4D4RBRc .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-syZ4D4RBRc .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-syZ4D4RBRc .img-col {
    margin-bottom: 3rem;
  }
  .cid-syZ4D4RBRc .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-syZ4D4RBRc .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-syZ4D4RBRc .number {
    margin: auto;
  }
}
.cid-syZ4D4RBRc H2 {
  color: #f7ed4a;
}
.cid-syZ4D4RBRc .mbr-text {
  color: #f3f3f3;
}
.cid-syZ50Rb2Vv {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #101010;
}
.cid-syZ50Rb2Vv .container {
  max-width: 1500px;
}
.cid-syZ50Rb2Vv img {
  width: 100%;
}
.cid-syZ50Rb2Vv h2 {
  padding: 0;
  margin: 0;
}
.cid-syZ50Rb2Vv .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-syZ50Rb2Vv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-syZ50Rb2Vv .img-col {
  position: relative;
}
.cid-syZ50Rb2Vv .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-syZ50Rb2Vv .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-syZ50Rb2Vv .img-col {
    margin-top: 3rem;
  }
  .cid-syZ50Rb2Vv .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-syZ50Rb2Vv .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-syZ50Rb2Vv .number {
    margin: auto;
  }
}
.cid-syZ50Rb2Vv H2 {
  color: #f7ed4a;
}
.cid-syZ50Rb2Vv .mbr-text {
  color: #f3f3f3;
}

@media screen and (max-width:768px){
  .cid-syZ50Rb2Vv      .order-text{
          order: 2 !important;
        }
        .order-image{
            order: 1 !important;
        }
      }
.cid-syZ5uTXh9B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #101010;
}
.cid-syZ5uTXh9B h1 {
  margin-bottom: 0.2rem;
}
.cid-syZ5uTXh9B .container-fluid {
  padding: 0;
}
.cid-syZ5uTXh9B img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-syZ5uTXh9B .mbr-figure {
  height: 100%;
}
.cid-syZ5uTXh9B .col-lg-6 {
  padding: 0;
}
.cid-syZ5uTXh9B .mbr-text {
  color: #747474;
}
.cid-syZ5uTXh9B hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-syZ5uTXh9B .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-syZ5uTXh9B .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-syZ5uTXh9B .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-syZ5uTXh9B .mbr-figure::after {
  content: '';
  background-color: #101010;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-syZ5uTXh9B .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-syZ5uTXh9B .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-syZ5uTXh9B .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-syZ5uTXh9B .left-block {
    margin-top: 4.5rem;
  }
}
.cid-syZ5uTXh9B .btn {
  color: #fff !important;
}
.cid-syZ5uTXh9B .btn:hover {
  color: #ffffff !important;
}
.cid-syZ5uTXh9B .line-title {
  width: 40px;
  height: 2px;
  background-color: #1c47ea;
  margin-bottom: 1.2rem;
  display: inline-block;
}
/*.cid-syZ5uTXh9B .vertical-line:before {
  content: '';
  background-color: #1c47ea;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
} */
.cid-syZ5uTXh9B .media-content,
.cid-syZ5uTXh9B .mbr-section-title,
.cid-syZ5uTXh9B .line-title {
  color: #f7ed4a;
}
.cid-syZ5uTXh9B .mbr-text,
.cid-syZ5uTXh9B .mbr-section-btn {
  color: #f3f3f3;
}
.cid-syZ63wfzhv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #101010;
}
.cid-syZ63wfzhv .mbr-text {
  color: #767676;
}
.cid-syZ63wfzhv .mbr-iconfont {
  color: #f7ed4a;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-syZ63wfzhv .link {
  margin: 0;
}
.cid-syZ63wfzhv .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-syZ63wfzhv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-syZ63wfzhv .card {
    margin-bottom: 3rem;
  }
}
.cid-syZ63wfzhv .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-syZ63wfzhv .row {
    padding: 0 1rem;
  }
}
.cid-syZ63wfzhv .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(28, 71, 234, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-syZ63wfzhv .card-title {
  transition: 0.3s;
}
.cid-syZ63wfzhv .card:hover .card-inner {
  border-bottom: 3px solid #1c47ea;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-syZ63wfzhv .card:hover .card-title {
  color: #1c47ea;
}
.cid-syZ63wfzhv .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-syZ63wfzhv .row {
    margin: 0;
  }
}
.cid-syZ63wfzhv .card-title,
.cid-syZ63wfzhv .card-img {
  color: #ffffff;
}
.cid-syZ65Eu66p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #101010;
}
.cid-syZ65Eu66p .mbr-text {
  color: #767676;
}
.cid-syZ65Eu66p .mbr-iconfont {
  color: #f7ed4a;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-syZ65Eu66p .link {
  margin: 0;
}
.cid-syZ65Eu66p .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-syZ65Eu66p .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-syZ65Eu66p .card {
    margin-bottom: 3rem;
  }
}
.cid-syZ65Eu66p .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-syZ65Eu66p .row {
    padding: 0 1rem;
  }
}
.cid-syZ65Eu66p .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(28, 71, 234, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-syZ65Eu66p .card-title {
  transition: 0.3s;
}
.cid-syZ65Eu66p .card:hover .card-inner {
  border-bottom: 3px solid #1c47ea;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-syZ65Eu66p .card:hover .card-title {
  color: #1c47ea;
}
.cid-syZ65Eu66p .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-syZ65Eu66p .row {
    margin: 0;
  }
}
.cid-syZ65Eu66p .card-title,
.cid-syZ65Eu66p .card-img {
  color: #ffffff;
}
.cid-syZ8zFakex {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-1114-2000x1333.jpeg");
}
.cid-syZ8zFakex .carousel {
  z-index: 2;
  position: relative;
}
.cid-syZ8zFakex .user {
  padding: 0 !important;
}
.cid-syZ8zFakex .user_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
  border: 1px solid lightgray;
  position: relative;
}
.cid-syZ8zFakex .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-syZ8zFakex .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-syZ8zFakex .carousel-item.active,
.cid-syZ8zFakex .carousel-item-next,
.cid-syZ8zFakex .carousel-item-prev {
  display: flex;
}
.cid-syZ8zFakex .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-syZ8zFakex .carousel-controls a {
  font-size: 2rem;
}
.cid-syZ8zFakex .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-syZ8zFakex .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-syZ8zFakex ol {
  margin-bottom: 0;
  bottom: -2.2rem;
}
.cid-syZ8zFakex .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-syZ8zFakex .carousel-indicators li:hover {
  opacity: 1;
}
.cid-syZ8zFakex .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-syZ8zFakex .user_status {
  color: #767676;
}
.cid-syZ8zFakex .title {
  color: #ffffff;
  margin-bottom: 3.8rem;
}
.cid-syZ8zFakex .mbr-text {
  margin-bottom: 1.7rem;
}
.cid-syZ8zFakex .title,
.cid-syZ8zFakex .line-align {
  color: #f7ed4a;
}
.cid-syZ9OXqnjh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
}
.cid-syZ9OXqnjh .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-syZ9OXqnjh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-syZ9OXqnjh .panel-group {
  border: none;
}
.cid-syZ9OXqnjh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-syZ9OXqnjh .panel-body,
.cid-syZ9OXqnjh .card-header {
  padding: 1rem 0;
}
.cid-syZ9OXqnjh .panel-title-edit {
  color: #ffffff;
}
.cid-syZ9OXqnjh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-syZ9OXqnjh H3 {
  color: #f7ed4a;
}
.cid-syZ9OXqnjh .panel-text {
  color: #f3f3f3;
}
.cid-syZ9SHXzHW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-syZ9SHXzHW .mbr-text,
.cid-syZ9SHXzHW .mbr-section-subtitle {
  color: #767676;
}
.cid-syZ9SHXzHW .card-title {
  color: #66458e;
}
.cid-syZ9SHXzHW .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-syZ9SHXzHW .mbr-section-subtitle,
  .cid-syZ9SHXzHW .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syZ9SHXzHW .card .card-img span {
    background: none;
  }
}
.cid-syZ9SHXzHW .card-title,
.cid-syZ9SHXzHW .card-img {
  color: #ffffff;
}


@media (max-width: 767px) {
  .cid-syZ9SHXzHW .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}


.cid-syZ9PHl730 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-syZ9PHl730 section {
  position: relative;
}
.cid-syZ9PHl730 h4 {
  margin: 0;
}
.cid-syZ9PHl730 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-syZ9PHl730 a {
  font-weight: 300;
}
.cid-syZ9PHl730 .img1 {
  color: #ffffff;
}
.cid-syZ9PHl730 .img2 {
  color: #ffffff;
}
.cid-syZ9PHl730 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-syZ9PHl730 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-syZ9PHl730 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-syZ9PHl730 .item,
.cid-syZ9PHl730 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-syZ9PHl730 .item h4,
.cid-syZ9PHl730 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-syZ9PHl730 .card-img {
  width: auto;
}
.cid-syZ9PHl730 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-syZ9PHl730 .item {
    justify-content: center;
  }
}
.cid-syZ9PHl730 .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-syZ9PHl730 .items-title,
.cid-syZ9PHl730 .items-title + .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-syZ9PHl730 .links-title,
.cid-syZ9PHl730 .links-title + .line-wrap {
  color: #ffffff;
  text-align: left;
}



.cid-syZ9QqUIRa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #101010;
  overflow: hidden;
}
.cid-syZ9QqUIRa .media-container-row .mbr-text {
  color: #f7ed4a;
}








.cid-rAV7t2zGnF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121212;
}
.cid-rAV7t2zGnF .carousel-control {
  background: #000;
}
.cid-rAV7t2zGnF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rAV7t2zGnF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAV7t2zGnF .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rAV7t2zGnF .carousel-item .wrap-img {
  text-align: center;
}
.cid-rAV7t2zGnF .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rAV7t2zGnF .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rAV7t2zGnF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rAV7t2zGnF .cloneditem-1,
.cid-rAV7t2zGnF .cloneditem-2,
.cid-rAV7t2zGnF .cloneditem-3,
.cid-rAV7t2zGnF .cloneditem-4,
.cid-rAV7t2zGnF .cloneditem-5 {
  display: none;
}
.cid-rAV7t2zGnF .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAV7t2zGnF .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides2 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides2 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides3 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides3 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides4 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides4 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-3,
  .cid-rAV7t2zGnF .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rAV7t2zGnF .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-1,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-2,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-3,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-4,
  .cid-rAV7t2zGnF .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rAV7t2zGnF H2 {
  color: #000000;
}

