





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.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: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.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.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}

.display-8 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-8 > .mbr-iconfont {
  font-size: 1rem;
}

/* ---- 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.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((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: #039aff !important;
}
.bg-success {
  background-color: #101010 !important;
}
.bg-info {
  background-color: #272727 !important;
}
.bg-warning {
  background-color: #0f7699 !important;
}
.bg-danger {
  background-color: #1484cf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #039aff !important;
  border-color: #039aff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #006db5 !important;
  border-color: #006db5 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006db5 !important;
  border-color: #006db5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-success,
.btn-success:active {
  background-color: #101010 !important;
  border-color: #101010 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1484cf !important;
  border-color: #1484cf !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d5889 !important;
  border-color: #0d5889 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d5889 !important;
  border-color: #0d5889 !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: #005d9c;
  color: #005d9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #039aff;
  border-color: #039aff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #039aff !important;
  border-color: #039aff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #272727;
  border-color: #272727;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #101010;
  border-color: #101010;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #101010 !important;
  border-color: #101010 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0b4972;
  color: #0b4972;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1484cf;
  border-color: #1484cf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1484cf !important;
  border-color: #1484cf !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: #039aff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #101010 !important;
}
.text-info {
  color: #272727 !important;
}
.text-warning {
  color: #0f7699 !important;
}
.text-danger {
  color: #1484cf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005d9c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062e3c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1484cf !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #272727;
}
.alert-warning {
  background-color: #0f7699;
}
.alert-danger {
  background-color: #1484cf;
}
.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: #039aff;
  border-color: #039aff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #039aff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfecff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3c3c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dadada;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7def8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #039aff;
}
/* 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: #039aff;
  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: #039aff;
  border-bottom-color: #039aff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #039aff !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: #000000 !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='%23039aff' %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: #1484cf;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #1484cf;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #1484cf;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #1484cf;
  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: #1484cf !important;
}
.btn-danger:hover {
  color: #1484cf !important;
}
.btn-warning:hover {
  color: #0f7699 !important;
}
.btn-success:hover {
  color: #101010 !important;
}
.btn-info:hover {
  color: #272727 !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #000000 !important;
}
.btn-primary:hover {
  color: #039aff !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #1484cf !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #1484cf;
}
.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: #000000 !important;
}
.btn-success-outline:hover::before {
  background-color: #101010 !important;
}
.btn-info-outline:hover::before {
  background-color: #272727 !important;
}
.btn-primary-outline:hover::before {
  background-color: #039aff !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: #0f7699 !important;
}
.btn-danger-outline:hover::before {
  background-color: #1484cf !important;
}
.cid-sD2Nz7oTGK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD2Nz7oTGK .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sD2Nz7oTGK .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sD2Nz7oTGK .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sD2Nz7oTGK .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sD2Nz7oTGK .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sD2Nz7oTGK .container {
    padding: 0 1rem;
  }
}
.cid-sD2Nz7oTGK .menu-tite {
  background: #039aff;
  width: 100%;
  padding: rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-sD2Nz7oTGK .nav-link {
  position: relative;
}
.cid-sD2Nz7oTGK .nav-link:hover {
  color: #272727 !important;
}
.cid-sD2Nz7oTGK nav.navbar {
  position: fixed;
}
.cid-sD2Nz7oTGK .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-sD2Nz7oTGK .navbar.opened {
  transition: all 0.3s;
}
.cid-sD2Nz7oTGK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sD2Nz7oTGK .navbar .navbar-logo img {
  width: auto;
}
.cid-sD2Nz7oTGK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD2Nz7oTGK .navbar.collapsed {
  justify-content: center;
}
.cid-sD2Nz7oTGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2Nz7oTGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2Nz7oTGK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sD2Nz7oTGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2Nz7oTGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD2Nz7oTGK .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-sD2Nz7oTGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD2Nz7oTGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD2Nz7oTGK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD2Nz7oTGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2Nz7oTGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2Nz7oTGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD2Nz7oTGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD2Nz7oTGK .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-sD2Nz7oTGK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sD2Nz7oTGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD2Nz7oTGK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD2Nz7oTGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD2Nz7oTGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD2Nz7oTGK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sD2Nz7oTGK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sD2Nz7oTGK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sD2Nz7oTGK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sD2Nz7oTGK .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-sD2Nz7oTGK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sD2Nz7oTGK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD2Nz7oTGK .dropdown-item:hover,
.cid-sD2Nz7oTGK .dropdown-item:focus {
  background: #039aff !important;
  color: white !important;
}
.cid-sD2Nz7oTGK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sD2Nz7oTGK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sD2Nz7oTGK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sD2Nz7oTGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD2Nz7oTGK .dropdown-menu,
.cid-sD2Nz7oTGK .navbar.opened {
  background: #ffffff !important;
}
.cid-sD2Nz7oTGK .nav-item:focus,
.cid-sD2Nz7oTGK .nav-link:focus {
  outline: none;
}
.cid-sD2Nz7oTGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD2Nz7oTGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD2Nz7oTGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sD2Nz7oTGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD2Nz7oTGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2Nz7oTGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD2Nz7oTGK .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-sD2Nz7oTGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD2Nz7oTGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2Nz7oTGK .dropdown-item.active,
.cid-sD2Nz7oTGK .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2Nz7oTGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD2Nz7oTGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD2Nz7oTGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD2Nz7oTGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sD2Nz7oTGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD2Nz7oTGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD2Nz7oTGK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD2Nz7oTGK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD2Nz7oTGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sD2Nz7oTGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sD2Nz7oTGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD2Nz7oTGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2Nz7oTGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD2Nz7oTGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD2Nz7oTGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2Nz7oTGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD2Nz7oTGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD2Nz7oTGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD2Nz7oTGK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sD2Nz7oTGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD2Nz7oTGK .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-sD2Nz7oTGK .navbar {
    height: 70px;
  }
  .cid-sD2Nz7oTGK .navbar.opened {
    height: auto;
  }
  .cid-sD2Nz7oTGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD35mEwkVe {
  overflow: hidden !important;
  background-image: url("../../../assets/images/shutterstock-538279525.webp");
}
.cid-sD35mEwkVe .container-fluid {
  padding: 0 5rem;
}
.cid-sD35mEwkVe .animated-element {
  color: #efefef;
}
.cid-sD35mEwkVe .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sD35mEwkVe .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sD35mEwkVe .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD35mEwkVe .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-sD35mEwkVe .mbr-section-title {
  color: #ffffff;
}

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

@media (max-width: 767px) {
  .cid-sD35mEwkVe .mbr-section-subtitle {
    line-height: 1.6rem;
  }
  }
  

.cid-sD38UlrJbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sD38UlrJbS .container {
  max-width: 1500px;
}
.cid-sD38UlrJbS img {
  width: 100%;
}
.cid-sD38UlrJbS h2 {
  padding: 0;
  margin: 0;
}
.cid-sD38UlrJbS .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sD38UlrJbS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sD38UlrJbS .img-col {
  position: relative;
}
.cid-sD38UlrJbS .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sD38UlrJbS .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sD38UlrJbS .img-col {
    margin-bottom: 3rem;
  }
  .cid-sD38UlrJbS .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sD38UlrJbS .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sD38UlrJbS .number {
    margin: auto;
  }
}
.cid-sD38UlrJbS H2 {
  color: #039aff;
}
.cid-sD38UlrJbS .mbr-text {
  color: #101010;
}
.cid-sD39mcRHlS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sD39mcRHlS h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sD39mcRHlS .container {
    position: relative;
  }
  .cid-sD39mcRHlS .row {
    margin: 0;
  }
  .cid-sD39mcRHlS h2 {
    margin: 0;
  }
}
.cid-sD39mcRHlS .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sD39mcRHlS .mbr-text {
  margin-top: 1.4rem;
}
.cid-sD39mcRHlS h2 {
  color: #039aff;
}
.cid-sD395CLoau {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-sD395CLoau {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 300px;
  }
}
.cid-sD395CLoau .text {
  padding: 0;
}
.cid-sD395CLoau section {
  position: relative;
}
.cid-sD395CLoau h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sD395CLoau .mbr-iconfont {
  padding: 0!important;
}
.cid-sD395CLoau .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1484cf;
}
.cid-sD395CLoau .box {
  /* background-image: url("../../../assets/images/ad05d72c813b46a6a60245cf62bdc593-1-948x534.png"); */
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD395CLoau .icon-wrap {
  background-color: #039aff !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sD395CLoau .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sD395CLoau .icon-wrap span {
  padding-left: 8px;
}
.cid-sD395CLoau .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sD395CLoau .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-sD395CLoau .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sD395CLoau .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sD395CLoau .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cid-sD395CLoau .modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
  }
}
.cid-sD395CLoau a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sD395CLoau a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sD395CLoau {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-sD395CLoau .box {
    height: 250px;
  }
  .cid-sD395CLoau .row {
    padding: 1rem!important;
  }
}
.cid-sD395CLoau H2 {
  color: #101010;
}
.cid-sD3aliJIVy {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1484cf;
}
.cid-sD3aliJIVy .container-fluid {
  padding: 0 5rem;
}
.cid-sD3aliJIVy .animated-element {
  color: #efefef;
}
.cid-sD3aliJIVy .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sD3aliJIVy .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sD3aliJIVy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sD3dnrBg25 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD3dnrBg25 .container {
  max-width: 1500px;
}
.cid-sD3dnrBg25 img {
  width: 100%;
}
.cid-sD3dnrBg25 h2 {
  padding: 0;
  margin: 0;
}
.cid-sD3dnrBg25 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sD3dnrBg25 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sD3dnrBg25 .img-col {
  position: relative;
}
.cid-sD3dnrBg25 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sD3dnrBg25 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sD3dnrBg25 .img-col {
    margin-bottom: 3rem;
  }
  .cid-sD3dnrBg25 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sD3dnrBg25 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sD3dnrBg25 .number {
    margin: auto;
  }
}
.cid-sD3dJSUq0f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD3dJSUq0f .container {
  max-width: 1500px;
}
.cid-sD3dJSUq0f img {
  width: 100%;
}
.cid-sD3dJSUq0f h2 {
  padding: 0;
  margin: 0;
}
.cid-sD3dJSUq0f .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sD3dJSUq0f .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sD3dJSUq0f .img-col {
  position: relative;
}
.cid-sD3dJSUq0f .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sD3dJSUq0f .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sD3dJSUq0f .img-col {
    margin-top: 3rem;
  }
  .cid-sD3dJSUq0f .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sD3dJSUq0f .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sD3dJSUq0f .number {
    margin: auto;
  }
}
.cid-sD3dKl734M {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD3dKl734M .container {
  max-width: 1500px;
}
.cid-sD3dKl734M img {
  width: 100%;
}
.cid-sD3dKl734M h2 {
  padding: 0;
  margin: 0;
}
.cid-sD3dKl734M .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sD3dKl734M .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sD3dKl734M .img-col {
  position: relative;
}
.cid-sD3dKl734M .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sD3dKl734M .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sD3dKl734M .img-col {
    margin-bottom: 3rem;
  }
  .cid-sD3dKl734M .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sD3dKl734M .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sD3dKl734M .number {
    margin: auto;
  }
}
.cid-sD3e8p6hEo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sD3e8p6hEo .container {
  max-width: 1500px;
}
.cid-sD3e8p6hEo img {
  width: 100%;
}
.cid-sD3e8p6hEo h2 {
  padding: 0;
  margin: 0;
}
.cid-sD3e8p6hEo .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sD3e8p6hEo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sD3e8p6hEo .img-col {
  position: relative;
}
.cid-sD3e8p6hEo .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sD3e8p6hEo .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sD3e8p6hEo .img-col {
    margin-top: 3rem;
  }
  .cid-sD3e8p6hEo .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sD3e8p6hEo .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sD3e8p6hEo .number {
    margin: auto;
  }
}
.cid-sD3gszLHb4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #039aff;
}
@media (max-width: 767px) {
  .cid-sD3gszLHb4 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sD3gszLHb4 .container {
    position: relative;
  }
  .cid-sD3gszLHb4 .row {
    margin: 0;
  }
  .cid-sD3gszLHb4 h2 {
    margin: 0;
  }
}
.cid-sD3gszLHb4 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sD3gszLHb4 .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-sD3gO3TLqU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sD3gO3TLqU .container-fluid {
  padding: 0 3rem;
}
.cid-sD3gO3TLqU .mbr-section-subtitle {
  color: #767676;
}
.cid-sD3gO3TLqU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sD3gO3TLqU .table-wrapper {
  margin: 0 auto;
}
.cid-sD3gO3TLqU table {
  width: 50% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sD3gO3TLqU table thead tr {
  border: none !important;
}
.cid-sD3gO3TLqU table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sD3gO3TLqU table tr td {
  border-color: #c1c1c1;
}
.cid-sD3gO3TLqU table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sD3gO3TLqU tr:hover {
  background-color: #ffffff !important;
}
.cid-sD3gO3TLqU th:after,
.cid-sD3gO3TLqU th:before {
  display: none !important;
}
.cid-sD3gO3TLqU .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sD3gO3TLqU .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sD3gO3TLqU table th,
  .cid-sD3gO3TLqU table td {
    padding: .75rem;
  }
}
.cid-sD3gO3TLqU .body-item {
  text-align: center;
}
.cid-sD3gO3TLqU .mbr-text {
  color: #767676;
}
.cid-sD3gO3TLqU .head-item {
  color: #232323;
}
.cid-sD3hDwPCoA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sD3hDwPCoA .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sD3hDwPCoA .card-img {
  padding-bottom: 2rem;
}
.cid-sD3hDwPCoA .mbr-text {
  color: #767676;
}
.cid-sD3hDwPCoA span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sD3hDwPCoA .mbr-section-btn {
  margin-left: 0;
}
.cid-sD3hDwPCoA .date span {
  display: inline-block;
  background-color: #000000;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sD3hDwPCoA .card-title {
    text-align: center;
  }
  .cid-sD3hDwPCoA p.mbr-text,
  .cid-sD3hDwPCoA p.date {
    text-align: center;
  }
}
.cid-sD3hyonFIb {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/shutterstock-670262131.webp");
}
.cid-sD3hyonFIb .carousel {
  z-index: 2;
  position: relative;
}
.cid-sD3hyonFIb .user {
  padding: 0 !important;
}
.cid-sD3hyonFIb .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-sD3hyonFIb .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sD3hyonFIb .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sD3hyonFIb .carousel-item.active,
.cid-sD3hyonFIb .carousel-item-next,
.cid-sD3hyonFIb .carousel-item-prev {
  display: flex;
}
.cid-sD3hyonFIb .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-sD3hyonFIb .carousel-controls a {
  font-size: 2rem;
}
.cid-sD3hyonFIb .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-sD3hyonFIb .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sD3hyonFIb ol {
  margin-bottom: 0;
  bottom: -2.2rem;
}
.cid-sD3hyonFIb .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-sD3hyonFIb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sD3hyonFIb .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-sD3hyonFIb .user_status {
  color: #767676;
}
.cid-sD3hyonFIb .title {
  color: #ffffff;
  margin-bottom: 3.8rem;
}
.cid-sD3hyonFIb .mbr-text {
  margin-bottom: 1.7rem;
}
.cid-sD3hLSUBXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sD3hLSUBXa .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sD3hLSUBXa .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sD3hLSUBXa .panel-group {
  border: none;
}
.cid-sD3hLSUBXa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sD3hLSUBXa .panel-body,
.cid-sD3hLSUBXa .card-header {
  padding: 1rem 0;
}
.cid-sD3hLSUBXa .panel-title-edit {
  color: #1d2c35;
}
.cid-sD3hLSUBXa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sD3hLSUBXa H3 {
  color: #111111;
}
.cid-sD3hHKPTYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272727;
}
.cid-sD3hHKPTYy .mbr-text,
.cid-sD3hHKPTYy .mbr-section-subtitle {
  color: #767676;
}
.cid-sD3hHKPTYy .card-title {
  color: #66458e;
}
.cid-sD3hHKPTYy .card .card-img span {
  color: #039aff;
  font-size: 60px;
  background: linear-gradient(45deg, #039aff, #039aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sD3hHKPTYy .mbr-section-subtitle,
  .cid-sD3hHKPTYy .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD3hHKPTYy .card .card-img span {
    background: none;
  }
}
.cid-sD3hHKPTYy .card-title,
.cid-sD3hHKPTYy .card-img {
  color: #ffffff;
}

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