.hidden-mobile {
	display: none;
}

.hidden-desk {
	display: block;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.89rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b1b1b !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b1b1b !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b1b1b !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #999999 !important;
  border-color: #999999 !important;
  color: #1b1b1b !important;
}
.btn-info,
.btn-info:active {
  color: #1b1b1b !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #999999 !important;
}
.bg-success {
  background-color: #777777 !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #00ba0c !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #777777 !important;
  border-color: #777777 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00ba0c !important;
  border-color: #00ba0c !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #006306;
  border-color: #006306;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006306 !important;
  border-color: #006306 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #999999 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6e6e6e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-primary-outline:active {
  color: #999999 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-secondary-outline {
  color: #1b1b1b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1b1b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-secondary-outline:active {
  color: #1b1b1b !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-info-outline {
  color: #efefef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efefef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-info-outline:active {
  color: #efefef !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-success-outline {
  color: #777777 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #777777;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4c4c4c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #777777 !important;
  border-color: #777777 !important;
}
.btn-success-outline:active {
  color: #777777 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-danger-outline {
  color: #00ba0c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00ba0c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006306 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00ba0c !important;
  border-color: #00ba0c !important;
}
.btn-danger-outline:active {
  color: #00ba0c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #999999 !important;
  background: #999999 !important;
  color: #1b1b1b !important;
}
.text-primary {
  color: #999999 !important;
}
.text-secondary {
  color: #1b1b1b !important;
}
.text-success {
  color: #777777 !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #00ba0c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e4e4e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #aaaaaa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #21ff2f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #999999;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #00ba0c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #999999;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3bff47;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #999999 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #999999;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #999999;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #999999;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.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: #999999 !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: #1b1b1b !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='%23999999' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tEyAmZefwW {
  z-index: 1000;
  width: 100%;
}
.cid-tEyAmZefwW nav.navbar {
  position: fixed;
}
.cid-tEyAmZefwW .btn-danger {
  font-size: 13px !important;
  padding: 12px 14px  !important;
  line-height: 0.5 !important;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEyAmZefwW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEyAmZefwW .dropdown-item:hover,
.cid-tEyAmZefwW .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-tEyAmZefwW .dropdown-item:hover span {
  color: white;
}
.cid-tEyAmZefwW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEyAmZefwW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEyAmZefwW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #fff !important;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEyAmZefwW .nav-link {
  position: relative;
  font-size: 14px !important;
}
.cid-tEyAmZefwW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .container {
    flex-wrap: nowrap;
  }
}
.cid-tEyAmZefwW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1rem;
  padding-right: 0.5rem;
}
.cid-tEyAmZefwW .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:hover,
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:focus,
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEyAmZefwW .dropdown-menu,
.cid-tEyAmZefwW .navbar.opened {
  background: #212428 !important;
}
.cid-tEyAmZefwW .nav-item:focus,
.cid-tEyAmZefwW .nav-link:focus {
  outline: none;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEyAmZefwW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEyAmZefwW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEyAmZefwW .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 36, 40, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tEyAmZefwW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tEyAmZefwW .navbar.opened {
  transition: all 0.3s;
}
.cid-tEyAmZefwW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEyAmZefwW .navbar .navbar-logo img {
  width: auto;
}
.cid-tEyAmZefwW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEyAmZefwW .navbar.collapsed {
  justify-content: center;
}
.cid-tEyAmZefwW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEyAmZefwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEyAmZefwW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEyAmZefwW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEyAmZefwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEyAmZefwW .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-tEyAmZefwW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEyAmZefwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEyAmZefwW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEyAmZefwW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEyAmZefwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEyAmZefwW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEyAmZefwW .navbar.navbar-short {
  min-height: 90px;
}
.cid-tEyAmZefwW .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tEyAmZefwW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar {
    min-height: 80px;
  }
}
.cid-tEyAmZefwW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tEyAmZefwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEyAmZefwW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar-brand {
    min-height: 69px;
  }
}
.cid-tEyAmZefwW .dropdown-item.active,
.cid-tEyAmZefwW .dropdown-item:active {
  background-color: transparent;
}
.cid-tEyAmZefwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEyAmZefwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tEyAmZefwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEyAmZefwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEyAmZefwW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEyAmZefwW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEyAmZefwW button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEyAmZefwW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #999999;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEyAmZefwW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEyAmZefwW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .navbar {
    height: 70px;
  }
  .cid-tEyAmZefwW .navbar.opened {
    height: auto;
  }
  .cid-tEyAmZefwW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEyAmZefwW .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar-short {
    min-height: 70px;
  }
}
.cid-tEyAmZefwW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 3px;
  }
}
.cid-tEyAmZefwW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tEyAmZefwW .mbr-section-btn .btn {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tEyAmZefwW .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tEyAmZefwW button.navbar-toggler {
    display: flex;
  }
  .cid-tEyAmZefwW .navbar-brand {
    width: auto !important;
  }
  .cid-tEyAmZefwW .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tEyAmZefwW .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tEyAmZefwW .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tuz97FmkYb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: -70px;
  background-color: #eeeeee;
}
.cid-tuz97FmkYb .carousel {
  height: 550px;
}
.cid-tuz97FmkYb .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tuz97FmkYb .carousel-item,
.cid-tuz97FmkYb .carousel-inner {
  height: 100%;
}
.cid-tuz97FmkYb .mbr-section-title {
  font-weight: 500 !important;
  text-align: left;
}
.cid-tuz97FmkYb .text-right {
  text-align: right !important;
}
.cid-tuz97FmkYb .slider-1 {
  left: -350px !important;
}
.cid-tuz97FmkYb .slider-2 {
  right: -400px !important;
  text-align: right !important;
}
.cid-tuz97FmkYb .slider-3 {
  left: -480px !important;
}
.cid-tuz97FmkYb .btn-pd {
  padding: 12px 17px !important;
}
.cid-tuz97FmkYb .mbr-overlay {
  z-index: 1;
}
.cid-tuz97FmkYb .carousel-caption {
  top: 60%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-tuz97FmkYb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tuz97FmkYb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tuz97FmkYb .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tuz97FmkYb .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tuz97FmkYb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tuz97FmkYb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tuz97FmkYb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tuz97FmkYb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tuz97FmkYb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuz97FmkYb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuz97FmkYb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuz97FmkYb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tuz97FmkYb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tuz97FmkYb .carousel-indicators li.active {
  background-color: #bbbbbb;
}
.cid-tuz97FmkYb .carousel-indicators li.active,
.cid-tuz97FmkYb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuz97FmkYb .carousel-indicators li::after,
.cid-tuz97FmkYb .carousel-indicators li::before {
  content: none;
}
.cid-tuz97FmkYb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuz97FmkYb .carousel-indicators {
    display: none !important;
  }
}
.cid-tuz97FmkYb .btn {
  color: #fff !important;
}
.cid-tuz97FmkYb .btn.btn-primary-outline {
  border: 1px solid #999999;
}
.cid-tuz97FmkYb .btn.btn-primary-outline:hover {
  background-color: #999999 !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-secondary-outline {
  border: 1px solid #1b1b1b;
}
.cid-tuz97FmkYb .btn.btn-secondary-outline:hover {
  background-color: #1b1b1b !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-success-outline {
  border: 1px solid #777777;
}
.cid-tuz97FmkYb .btn.btn-success-outline:hover {
  background-color: #777777 !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-info-outline {
  border: 1px solid #efefef;
}
.cid-tuz97FmkYb .btn.btn-info-outline:hover {
  background-color: #efefef !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-warning-outline {
  border: 1px solid #dce8eb;
}
.cid-tuz97FmkYb .btn.btn-warning-outline:hover {
  background-color: #dce8eb !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-danger-outline {
  border: 1px solid #00ba0c;
}
.cid-tuz97FmkYb .btn.btn-danger-outline:hover {
  background-color: #00ba0c !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tuz97FmkYb .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tuz97FmkYb .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tuz97FmkYb .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tuz97FmkYb .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tuz97FmkYb .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tuz97FmkYb .carousel-control {
    display: none;
  }
  .cid-tuz97FmkYb .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-tuz97FmkYb .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-tuz97FmkYb .mbr-text,
.cid-tuz97FmkYb .mbr-section-btn {
  text-align: left;
}
.cid-tuzdE0c7wd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-tuzdE0c7wd .display-2 {
    font-size: 1.61rem;
  }
}
.cid-tuzdE0c7wd .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tuzdE0c7wd .btn {
  color: #fff !important;
  padding: 6px 12px;
  font-weight: 500 !important;
  font-size: 14px;
}
.cid-tuzdE0c7wd .btn.btn-primary-outline {
  border: 1px solid #999999;
}
.cid-tuzdE0c7wd .btn.btn-primary-outline:hover {
  background-color: #999999 !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-secondary-outline {
  border: 1px solid #1b1b1b;
}
.cid-tuzdE0c7wd .btn.btn-secondary-outline:hover {
  background-color: #1b1b1b !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-success-outline {
  border: 1px solid #777777;
}
.cid-tuzdE0c7wd .btn.btn-success-outline:hover {
  background-color: #777777 !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-info-outline {
  border: 1px solid #efefef;
}
.cid-tuzdE0c7wd .btn.btn-info-outline:hover {
  background-color: #efefef !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-warning-outline {
  border: 1px solid #dce8eb;
}
.cid-tuzdE0c7wd .btn.btn-warning-outline:hover {
  background-color: #dce8eb !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-danger-outline {
  border: 1px solid #00ba0c;
}
.cid-tuzdE0c7wd .btn.btn-danger-outline:hover {
  background-color: #00ba0c !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tuzdE0c7wd .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tuzdE0c7wd .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tuzdE0c7wd .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tuzdE0c7wd .mbr-section-btn {
  text-align: center;
  margin-top: auto !important;
}
.cid-tuzdE0c7wd .item-img {
  padding: 0;
  position: relative;
  text-align: center;
}
.cid-tuzdE0c7wd .item-img img {
  width: 60px;
  margin-bottom: 20px;
  display: inline-block;
}
.cid-tuzdE0c7wd .item:focus,
.cid-tuzdE0c7wd span:focus {
  outline: none;
}
.cid-tuzdE0c7wd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tuzdE0c7wd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tuzdE0c7wd .item {
  padding: 0;
  margin: 0;
}
.cid-tuzdE0c7wd .item-wrapper {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tuzdE0c7wd .mbr-section-title {
  color: #060203;
}
.cid-tuzdE0c7wd .item-title {
  color: #060203;
  font-size: 17.5px;
  font-weight: 500 !important;
  text-align: center;
}
.cid-tuzdE0c7wd .mbr-section-subtitle {
  color: #060203;
}
.cid-tuzdE0c7wd .mbr-text,
.cid-tuzdE0c7wd .mbr-section-btn {
  color: #ffffff;
}
.cid-tuzdE0c7wd .item-subtitle {
  color: #ffffff;
}
.cid-tuzdE0c7wd .item-title DIV {
  text-align: center;
}
.cid-tuzm1iyVrK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuzm1iyVrK .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tuzm1iyVrK .content_block:hover .mbr-section-title a {
  color: #1b1b1b !important;
}
.cid-tuzm1iyVrK .btn-white-outline {
  border: 1px solid #fff !important;
  padding: 10px 12px !important;
  letter-spacing: 1px;
}
.cid-tuzm1iyVrK .btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #fff !important;
}
.cid-tuzm1iyVrK .card_topic,
.cid-tuzm1iyVrK .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tuzm1iyVrK .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #1b1b1b;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tuzm1iyVrK .mbr-text {
  line-height: 1.7 !important;
  font-size: 16px !important;
}
.cid-tuzm1iyVrK .image {
  position: relative;
}
.cid-tuzm1iyVrK .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tuzm1iyVrK .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuzm1iyVrK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tuzm1iyVrK .mbr-section-btn .btn-secondary-outline:hover,
.cid-tuzm1iyVrK .mbr-section-btn .btn-secondary-outline .active,
.cid-tuzm1iyVrK .mbr-section-btn .btn-secondary-outline:focus {
  color: #999999 !important;
}
.cid-tuzm1iyVrK .btn-primary-outline {
  padding: 0;
}
.cid-tuzm1iyVrK .btn-primary-outline:hover {
  color: #fff !important;
}
.cid-tuzm1iyVrK .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tuzm1iyVrK .content_block {
    padding: 30px 15px;
  }
  .cid-tuzm1iyVrK .mbr-figure {
    padding: 0;
  }
  .cid-tuzm1iyVrK .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tuzm1iyVrK .mbr-text,
.cid-tuzm1iyVrK .mbr-section-btn {
  color: #060203;
}
.cid-tuzm1iyVrK .mbr-section-title {
  color: #060203;
}
.cid-tuznK1cT8S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tuznK1cT8S .container,
.cid-tuznK1cT8S .container-fluid {
  position: static;
}
.cid-tuznK1cT8S .label-text {
  width: 100%;
  color: #999999;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tuznK1cT8S .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tuznK1cT8S .mbr-section-title {
  color: #060203;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tuznK1cT8S .colored-text {
  color: #999999;
  line-height: inherit;
  text-decoration: none;
}
.cid-tuznK1cT8S .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tuznK1cT8S .mbr-text {
    padding-right: 48px;
  }
}
.cid-tuznK1cT8S .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tuznK1cT8S .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 5px;
}
.cid-tuznK1cT8S .card:hover .card-number {
  background: #999999;
  border-color: #999999;
  color: #ffffff;
}
.cid-tuznK1cT8S .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #1b1b1b;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-tuznK1cT8S .card-title {
  color: #060203;
  margin-bottom: 8px;
}
.cid-tuznK1cT8S .card-text {
  color: #000000;
  opacity: 0.8;
  font-size: 14px;
}
.cid-tuznK1cT8S .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tuznK1cT8S .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tuznK1cT8S .mbr-section-btn .btn:before {
  display: none;
}
.cid-tuznK1cT8S .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tuznK1cT8S .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-tuznK1cT8S .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tuznK1cT8S .bg-round {
    width: 56%;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tuznK1cT8S .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tuznK1cT8S .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tuznK1cT8S .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tuznK1cT8S .bg-round svg {
    height: 100%;
  }
}
.cid-tuznK1cT8S .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tuznK1cT8S .col-text {
    margin-left: auto;
  }
}
.cid-tv8y0pi8yy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-3-1920x800.jpg");
}
.cid-tv8y0pi8yy .mbr-text,
.cid-tv8y0pi8yy .mbr-section-btn {
  color: #ffffff;
}
.cid-tv8y0pi8yy .mbr-section-title {
  color: #ffffff;
}
.cid-tv8y0pi8yy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sX4BMGiU7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX4BMGiU7r .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-sX4BMGiU7r .mbr-text {
  color: #777777;
}
.cid-sX4BMGiU7r .mbr-section-title {
  text-align: left;
}
.cid-tEyD6Ay2Qj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEyD6Ay2Qj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #067e8e;
}
.cid-tEyD6Ay2Qj .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-tEyD6Ay2Qj .mbr-section-title {
  font-weight: 400;
  color: #060203;
}
.cid-tEyD6Ay2Qj .mbr-text {
  margin: 10px 0 30px;
}
.cid-tEyD6Ay2Qj .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-tEyD6Ay2Qj .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-tEyD6Ay2Qj .image {
  padding-right: 24%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tEyD6Ay2Qj .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tEyD6Ay2Qj .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-tEyV5gBFZU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-4-1920x800.jpg");
}
.cid-tEyV5gBFZU .mbr-text,
.cid-tEyV5gBFZU .mbr-section-btn {
  color: #ffffff;
}
.cid-tEyV5gBFZU .btn-warning-outline {
  color: #Fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
}
.cid-tEyV5gBFZU .mbr-section-title {
  color: #ffffff;
}
.cid-tEyV5gBFZU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tv8D8rjLcb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1b1b;
}
.cid-tv8D8rjLcb .social__wrap {
  padding-top: 5px;
}
.cid-tv8D8rjLcb .social__wrap a {
  margin: 0 15px;
}
.cid-tv8D8rjLcb .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tv8D8rjLcb .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tv8D8rjLcb .social__wrap a:hover {
  color: #efefef !important;
}
.cid-tv8D8rjLcb .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tv8D8rjLcb .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tv8D8rjLcb .menu__items a:hover {
  color: #fff !important;
}
.cid-tv8D8rjLcb .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tv8D8rjLcb .logo-footer {
  width: 160px;
}
.cid-tv8D8rjLcb .menu {
  margin-bottom: 10px;
}
.cid-tv8D8rjLcb .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tv8D8rjLcb .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tv8D8rjLcb .social {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .mbr-iconfont {
  font-size: 16px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tv8D8rjLcb .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8D8rjLcb .divider {
    margin-top: 0;
  }
}
.cid-tv8D8rjLcb .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8D8rjLcb .divider2 {
    margin-top: 0;
  }
}
.cid-tv8D8rjLcb .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tv8D8rjLcb .brand {
  margin-bottom: 30px;
}
.cid-tv8D8rjLcb .brand__text {
  margin-bottom: 0;
}
.cid-tv8D8rjLcb .brand__text a {
  font-weight: 700;
}
.cid-tv8D8rjLcb .brand__text a:hover {
  color: #efefef !important;
}
.cid-tv8D8rjLcb .adress {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tv8D8rjLcb .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tv8D8rjLcb .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tv8D8rjLcb .title__menu {
    margin-bottom: 15px;
  }
  .cid-tv8D8rjLcb .menu__items {
    margin-bottom: 10px;
  }
  .cid-tv8D8rjLcb .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tv8D8rjLcb .bottom__wrap,
  .cid-tv8D8rjLcb .social {
    text-align: center;
  }
  .cid-tv8D8rjLcb .bottom__wrap {
    justify-content: center;
  }
}
.cid-st2euf4b3E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-st2euf4b3E .mbr-text,
.cid-st2euf4b3E .mbr-section-btn {
  color: #1b2026;
}
.cid-st2euf4b3E .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2euf4b3E .button p {
  padding: 0;
  margin: 0;
}
.cid-st2euf4b3E .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tuzyW9gvKx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 1;
}
.cid-tuzyW9gvKx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tuzyW9gvKx .btn {
  font-family: 'Open Sans', sans-serif;
}
.cid-tuzyW9gvKx .jq-selectbox {
  min-height: 40px !important;
  height: 40px !important;
}
.cid-tuzyW9gvKx .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.cid-tuzyW9gvKx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #060606 !important;
  border-bottom-color: #000000 !important;
}
.cid-tuzyW9gvKx .jq-selectbox .jq-selectbox__trigger-arrow:hover {
  border-top-color: #060606 !important;
  border-bottom-color: #000000 !important;
}
.cid-tuzyW9gvKx .jq-selectbox__select-text {
  font-size: 15px;
}
.cid-tuzyW9gvKx .mbr-section-subtitle span {
  font-size: 28px;
  color: #1960a6;
}
.cid-tuzyW9gvKx .btn-secondary {
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-tuzyW9gvKx .btn-secondary:before {
  content: none;
}
.cid-tuzyW9gvKx .btn-primary {
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.cid-tuzyW9gvKx .btn-primary:hover {
  background-color: #999999 !important;
  color: #fff !important;
  border: 1px solid #999999 !important;
}
.cid-tuzyW9gvKx .btn-primary:before {
  content: none;
}
.cid-tuzyW9gvKx .semibold {
  font-weight: 500 !important;
}
.cid-tuzyW9gvKx label {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 14px;
}
.cid-tuzyW9gvKx select {
  font-size: 15px !important;
}
.cid-tuzyW9gvKx input {
  font-size: 15px;
}
.cid-tuzyW9gvKx textarea {
  min-height: 130px;
  font-size: 16px;
}
.cid-tuzyW9gvKx .main-sub-title {
  background: #e7e7fb;
  border-radius: 0!important;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tuzyW9gvKx .col-auto {
  position: relative;
  margin-top: 0rem;
  padding: 0;
  min-height: 30px;
}
.cid-tuzyW9gvKx .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-tuzyW9gvKx .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-tuzyW9gvKx .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tuzyW9gvKx .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-tuzyW9gvKx h4 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.cid-tuzyW9gvKx .form-control,
.cid-tuzyW9gvKx .field-input {
  border-radius: 0;
}
.cid-tuzyW9gvKx .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
  color: #777d74 !important;
  min-height: 0px !important;
}
.cid-tuzyW9gvKx .form-control,
.cid-tuzyW9gvKx .field-input {
  padding: 7px 10px;
  background-color: #eff0f6;
  border-color: #ebeaed;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuzyW9gvKx .form-control::-webkit-input-placeholder,
.cid-tuzyW9gvKx .field-input::-webkit-input-placeholder,
.cid-tuzyW9gvKx .form-control::-webkit-input-placeholder,
.cid-tuzyW9gvKx .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tuzyW9gvKx .form-control:-moz-placeholder,
.cid-tuzyW9gvKx .field-input:-moz-placeholder,
.cid-tuzyW9gvKx .form-control:-moz-placeholder,
.cid-tuzyW9gvKx .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-tuzyW9gvKx .form-control:hover,
.cid-tuzyW9gvKx .field-input:hover,
.cid-tuzyW9gvKx .form-control:focus,
.cid-tuzyW9gvKx .field-input:focus {
  background-color: #f8f8f8;
  border-color: #6a0014;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tuzyW9gvKx .form-control:hover::-webkit-input-placeholder,
.cid-tuzyW9gvKx .field-input:hover::-webkit-input-placeholder,
.cid-tuzyW9gvKx .form-control:focus::-webkit-input-placeholder,
.cid-tuzyW9gvKx .field-input:focus::-webkit-input-placeholder,
.cid-tuzyW9gvKx .form-control:hover::-webkit-input-placeholder,
.cid-tuzyW9gvKx .field-input:hover::-webkit-input-placeholder,
.cid-tuzyW9gvKx .form-control:focus::-webkit-input-placeholder,
.cid-tuzyW9gvKx .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tuzyW9gvKx .form-control:hover:-moz-placeholder,
.cid-tuzyW9gvKx .field-input:hover:-moz-placeholder,
.cid-tuzyW9gvKx .form-control:focus:-moz-placeholder,
.cid-tuzyW9gvKx .field-input:focus:-moz-placeholder,
.cid-tuzyW9gvKx .form-control:hover:-moz-placeholder,
.cid-tuzyW9gvKx .field-input:hover:-moz-placeholder,
.cid-tuzyW9gvKx .form-control:focus:-moz-placeholder,
.cid-tuzyW9gvKx .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-tuzyW9gvKx .jq-number__spin:hover,
.cid-tuzyW9gvKx .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #6a0014;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tuzyW9gvKx .jq-number__spin {
  background-color: #eff0f6;
  border-color: #ebeaed;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuzyW9gvKx .jq-selectbox li,
.cid-tuzyW9gvKx .jq-selectbox li {
  background-color: #eff0f6;
  color: #000000;
}
.cid-tuzyW9gvKx .jq-selectbox li:hover,
.cid-tuzyW9gvKx .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tuzyW9gvKx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tuzyW9gvKx .jq-number__spin.minus:hover:after,
.cid-tuzyW9gvKx .jq-number__spin.plus:hover:after {
  border-top-color: #eff0f6;
  border-bottom-color: #eff0f6;
}
.cid-tuzyW9gvKx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tuzyW9gvKx .jq-number__spin.minus:after,
.cid-tuzyW9gvKx .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tuzyW9gvKx input::-webkit-clear-button {
  display: none;
}
.cid-tuzyW9gvKx input::-webkit-inner-spin-button {
  display: none;
}
.cid-tuzyW9gvKx input::-webkit-outer-spin-button {
  display: none;
}
.cid-tuzyW9gvKx input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tuzyW9gvKx .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-tuzyW9gvKx .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #ebeaed;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 0;
}
.cid-tuzyW9gvKx .card-wrapper:hover {
  border-color: black;
}
.cid-tuzyW9gvKx .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tuzyW9gvKx .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tuzyW9gvKx .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tuzyW9gvKx .icon1 {
  background: #efefef;
}
.cid-tuzyW9gvKx .icon2 {
  background: #efefef;
}
.cid-tuzyW9gvKx .icon3 {
  background: #efefef;
}
.cid-tuzyW9gvKx .card-box {
  padding-left: 1rem;
}
.cid-tuzyW9gvKx .card {
  padding: 0;
}
.cid-tuzyW9gvKx .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c2127 inset;
  border-radius: 0;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tuzyW9gvKx .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tuzyW9gvKx .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tuzyW9gvKx .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tuzyW9gvKx .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c2127;
}
.cid-tuzyW9gvKx .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 0;
}
.cid-tuzyW9gvKx .card-title {
  transition: all 0.3s;
  color: #1c2127;
}
@media (max-width: 992px) {
  .cid-tuzyW9gvKx .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tuzyW9gvKx .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tuzyW9gvKx .main-sub-title,
.cid-tuzyW9gvKx .align-wrapper {
  color: #33358c;
}
.cid-tuzyW9gvKx .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-tuzyW9gvKx .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-tuzyW9gvKx .form-control-label,
.cid-tuzyW9gvKx .form-check {
  margin-left: 1.5rem;
}
.cid-tuzyW9gvKx .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-tuzyW9gvKx .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-tuzyW9gvKx .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-tuzyW9gvKx .mbr-section-title {
  color: #000000;
}
.cid-tuzyW9gvKx .mbr-section-subtitle {
  color: #000000;
}
.cid-tv8D8rjLcb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1b1b;
}
.cid-tv8D8rjLcb .social__wrap {
  padding-top: 5px;
}
.cid-tv8D8rjLcb .social__wrap a {
  margin: 0 15px;
}
.cid-tv8D8rjLcb .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tv8D8rjLcb .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tv8D8rjLcb .social__wrap a:hover {
  color: #efefef !important;
}
.cid-tv8D8rjLcb .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tv8D8rjLcb .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tv8D8rjLcb .menu__items a:hover {
  color: #fff !important;
}
.cid-tv8D8rjLcb .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tv8D8rjLcb .logo-footer {
  width: 160px;
}
.cid-tv8D8rjLcb .menu {
  margin-bottom: 10px;
}
.cid-tv8D8rjLcb .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tv8D8rjLcb .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tv8D8rjLcb .social {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .mbr-iconfont {
  font-size: 16px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tv8D8rjLcb .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8D8rjLcb .divider {
    margin-top: 0;
  }
}
.cid-tv8D8rjLcb .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8D8rjLcb .divider2 {
    margin-top: 0;
  }
}
.cid-tv8D8rjLcb .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tv8D8rjLcb .brand {
  margin-bottom: 30px;
}
.cid-tv8D8rjLcb .brand__text {
  margin-bottom: 0;
}
.cid-tv8D8rjLcb .brand__text a {
  font-weight: 700;
}
.cid-tv8D8rjLcb .brand__text a:hover {
  color: #efefef !important;
}
.cid-tv8D8rjLcb .adress {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tv8D8rjLcb .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tv8D8rjLcb .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tv8D8rjLcb .title__menu {
    margin-bottom: 15px;
  }
  .cid-tv8D8rjLcb .menu__items {
    margin-bottom: 10px;
  }
  .cid-tv8D8rjLcb .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tv8D8rjLcb .bottom__wrap,
  .cid-tv8D8rjLcb .social {
    text-align: center;
  }
  .cid-tv8D8rjLcb .bottom__wrap {
    justify-content: center;
  }
}
.cid-tEyAmZefwW {
  z-index: 1000;
  width: 100%;
}
.cid-tEyAmZefwW nav.navbar {
  position: fixed;
}
.cid-tEyAmZefwW .btn-danger {
  font-size: 13px !important;
  padding: 12px 14px  !important;
  line-height: 0.5 !important;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEyAmZefwW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEyAmZefwW .dropdown-item:hover,
.cid-tEyAmZefwW .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-tEyAmZefwW .dropdown-item:hover span {
  color: white;
}
.cid-tEyAmZefwW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEyAmZefwW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEyAmZefwW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #fff !important;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEyAmZefwW .nav-link {
  position: relative;
  font-size: 14px !important;
}
.cid-tEyAmZefwW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .container {
    flex-wrap: nowrap;
  }
}
.cid-tEyAmZefwW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1rem;
  padding-right: 0.5rem;
}
.cid-tEyAmZefwW .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:hover,
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:focus,
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEyAmZefwW .dropdown-menu,
.cid-tEyAmZefwW .navbar.opened {
  background: #212428 !important;
}
.cid-tEyAmZefwW .nav-item:focus,
.cid-tEyAmZefwW .nav-link:focus {
  outline: none;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEyAmZefwW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEyAmZefwW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEyAmZefwW .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 36, 40, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tEyAmZefwW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tEyAmZefwW .navbar.opened {
  transition: all 0.3s;
}
.cid-tEyAmZefwW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEyAmZefwW .navbar .navbar-logo img {
  width: auto;
}
.cid-tEyAmZefwW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEyAmZefwW .navbar.collapsed {
  justify-content: center;
}
.cid-tEyAmZefwW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEyAmZefwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEyAmZefwW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEyAmZefwW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEyAmZefwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEyAmZefwW .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-tEyAmZefwW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEyAmZefwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEyAmZefwW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEyAmZefwW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEyAmZefwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEyAmZefwW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEyAmZefwW .navbar.navbar-short {
  min-height: 90px;
}
.cid-tEyAmZefwW .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tEyAmZefwW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar {
    min-height: 80px;
  }
}
.cid-tEyAmZefwW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tEyAmZefwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEyAmZefwW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar-brand {
    min-height: 69px;
  }
}
.cid-tEyAmZefwW .dropdown-item.active,
.cid-tEyAmZefwW .dropdown-item:active {
  background-color: transparent;
}
.cid-tEyAmZefwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEyAmZefwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tEyAmZefwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEyAmZefwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEyAmZefwW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEyAmZefwW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEyAmZefwW button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEyAmZefwW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #999999;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEyAmZefwW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEyAmZefwW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .navbar {
    height: 70px;
  }
  .cid-tEyAmZefwW .navbar.opened {
    height: auto;
  }
  .cid-tEyAmZefwW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEyAmZefwW .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar-short {
    min-height: 70px;
  }
}
.cid-tEyAmZefwW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 3px;
  }
}
.cid-tEyAmZefwW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tEyAmZefwW .mbr-section-btn .btn {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tEyAmZefwW .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tEyAmZefwW button.navbar-toggler {
    display: flex;
  }
  .cid-tEyAmZefwW .navbar-brand {
    width: auto !important;
  }
  .cid-tEyAmZefwW .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tEyAmZefwW .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tEyAmZefwW .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tuzvCyOipQ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-tuzvCyOipQ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tuzvCyOipQ .container {
    position: relative;
  }
  .cid-tuzvCyOipQ .row {
    margin: 0;
  }
  .cid-tuzvCyOipQ h2 {
    margin: 0;
  }
}
.cid-tuzvCyOipQ .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tuzvCyOipQ .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 13px;
}
.cid-tuzvCyOipQ .line-title {
  width: 40px;
  height: 2px;
  background-color: #00ba0c;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tuzvCyOipQ .vertical-line:before {
  content: '';
  background-color: #00ba0c;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tuzvCyOipQ .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tuzvCyOipQ .container-column,
.cid-tuzvCyOipQ h2 {
  color: #ffffff;
}
.cid-sX4PhcNol7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sX4PhcNol7 .btn {
  font-family: 'Open Sans', sans-serif;
}
.cid-sX4PhcNol7 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.cid-sX4PhcNol7 .fs-servico {
  font-size: 30px;
}
.cid-sX4PhcNol7 .form-container {
  padding-top: 30px;
}
.cid-sX4PhcNol7 .form-container h2 {
  color: #000 !important;
}
.cid-sX4PhcNol7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sX4PhcNol7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sX4PhcNol7 .nav-link.active {
  background: #060203;
}
.cid-sX4PhcNol7 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 400 !important;
  position: relative;
}
.cid-sX4PhcNol7 .nav-link:hover {
  background: #060203;
}
.cid-sX4PhcNol7 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sX4PhcNol7 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sX4PhcNol7 .nav-link.display-4 {
  font-size: 15px;
}
.cid-sX4PhcNol7 .nav-tabs {
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  border: none;
}
.cid-sX4PhcNol7 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sX4PhcNol7 .nav-tabs .nav-link {
  color: #060203;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sX4PhcNol7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sX4PhcNol7 .nav-tabs .nav-link.active {
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
}
.cid-sX4PhcNol7 .widget {
  margin-top: 30px;
  background-color: #45505e;
  border-radius: 4px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #45505e;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #45505e;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sX4PhcNol7 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sX4PhcNol7 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sX4PhcNol7 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 400;
}
.cid-sX4PhcNol7 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sX4PhcNol7 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sX4PhcNol7 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sX4PhcNol7 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sX4PhcNol7 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sX4PhcNol7 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sX4PhcNol7 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sX4PhcNol7 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sX4PhcNol7 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sX4PhcNol7 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sX4PhcNol7 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sX4PhcNol7 .mbr-text,
  .cid-sX4PhcNol7 .nav-link,
  .cid-sX4PhcNol7 .mbr-card-title,
  .cid-sX4PhcNol7 .mbr-section-title {
    text-align: left;
  }
  .cid-sX4PhcNol7 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sX4PhcNol7 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-sX4PhcNol7 .tab-content .tab-pane .mbr-section-title {
  color: #000000;
}
.cid-sX4PhcNol7 .tab-content .tab-pane .mbr-text {
  color: #000000;
}
.cid-tEyNrkei77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tEyNrkei77 .mbr-section-subtitle {
  color: #14191e;
}
.cid-tEyNrkei77 .mbr-text {
  color: #060203;
}
.cid-tv8D8rjLcb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1b1b;
}
.cid-tv8D8rjLcb .social__wrap {
  padding-top: 5px;
}
.cid-tv8D8rjLcb .social__wrap a {
  margin: 0 15px;
}
.cid-tv8D8rjLcb .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tv8D8rjLcb .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tv8D8rjLcb .social__wrap a:hover {
  color: #efefef !important;
}
.cid-tv8D8rjLcb .menu__items span {
  font-weight: 200 !important;
  font-size: 12px;
  line-height: 2;
}
.cid-tv8D8rjLcb .menu__items {
  font-weight: 200 !important;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}
.cid-tv8D8rjLcb .menu__items a:hover {
  color: #fff !important;
}
.cid-tv8D8rjLcb .social__wrap a {
  margin: 0 15px 0 0 !important;
}
.cid-tv8D8rjLcb .logo-footer {
  width: 160px;
}
.cid-tv8D8rjLcb .menu {
  margin-bottom: 10px;
}
.cid-tv8D8rjLcb .title__menu {
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffffff;
}
.cid-tv8D8rjLcb .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tv8D8rjLcb .social {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .mbr-iconfont {
  font-size: 16px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tv8D8rjLcb .divider {
  background-color: #e95924;
  opacity: .5;
  margin: 20px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8D8rjLcb .divider {
    margin-top: 0;
  }
}
.cid-tv8D8rjLcb .divider2 {
  background-color: #e95924;
  opacity: .5;
  margin: 25px 0 50px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tv8D8rjLcb .divider2 {
    margin-top: 0;
  }
}
.cid-tv8D8rjLcb .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tv8D8rjLcb .brand {
  margin-bottom: 30px;
}
.cid-tv8D8rjLcb .brand__text {
  margin-bottom: 0;
}
.cid-tv8D8rjLcb .brand__text a {
  font-weight: 700;
}
.cid-tv8D8rjLcb .brand__text a:hover {
  color: #efefef !important;
}
.cid-tv8D8rjLcb .adress {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .title__info {
  margin-bottom: 8px;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tv8D8rjLcb .text__info {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px !important;
  text-align: center;
}
.cid-tv8D8rjLcb .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tv8D8rjLcb .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tv8D8rjLcb .title__menu {
    margin-bottom: 15px;
  }
  .cid-tv8D8rjLcb .menu__items {
    margin-bottom: 10px;
  }
  .cid-tv8D8rjLcb .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tv8D8rjLcb .bottom__wrap,
  .cid-tv8D8rjLcb .social {
    text-align: center;
  }
  .cid-tv8D8rjLcb .bottom__wrap {
    justify-content: center;
  }
}
.cid-tEyAmZefwW {
  z-index: 1000;
  width: 100%;
}
.cid-tEyAmZefwW nav.navbar {
  position: fixed;
}
.cid-tEyAmZefwW .btn-danger {
  font-size: 13px !important;
  padding: 12px 14px  !important;
  line-height: 0.5 !important;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEyAmZefwW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEyAmZefwW .dropdown-item:hover,
.cid-tEyAmZefwW .dropdown-item:focus {
  background: #999999 !important;
  color: white !important;
}
.cid-tEyAmZefwW .dropdown-item:hover span {
  color: white;
}
.cid-tEyAmZefwW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEyAmZefwW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEyAmZefwW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #fff !important;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEyAmZefwW .nav-link {
  position: relative;
  font-size: 14px !important;
}
.cid-tEyAmZefwW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .container {
    flex-wrap: nowrap;
  }
}
.cid-tEyAmZefwW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1rem;
  padding-right: 0.5rem;
}
.cid-tEyAmZefwW .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:hover,
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:focus,
.cid-tEyAmZefwW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tEyAmZefwW .dropdown-menu,
.cid-tEyAmZefwW .navbar.opened {
  background: #212428 !important;
}
.cid-tEyAmZefwW .nav-item:focus,
.cid-tEyAmZefwW .nav-link:focus {
  outline: none;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEyAmZefwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEyAmZefwW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEyAmZefwW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEyAmZefwW .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 36, 40, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tEyAmZefwW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tEyAmZefwW .navbar.opened {
  transition: all 0.3s;
}
.cid-tEyAmZefwW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEyAmZefwW .navbar .navbar-logo img {
  width: auto;
}
.cid-tEyAmZefwW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEyAmZefwW .navbar.collapsed {
  justify-content: center;
}
.cid-tEyAmZefwW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEyAmZefwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEyAmZefwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEyAmZefwW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEyAmZefwW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEyAmZefwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEyAmZefwW .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-tEyAmZefwW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEyAmZefwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEyAmZefwW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEyAmZefwW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEyAmZefwW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEyAmZefwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEyAmZefwW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEyAmZefwW .navbar.navbar-short {
  min-height: 90px;
}
.cid-tEyAmZefwW .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tEyAmZefwW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar {
    min-height: 80px;
  }
}
.cid-tEyAmZefwW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tEyAmZefwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEyAmZefwW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar-brand {
    min-height: 69px;
  }
}
.cid-tEyAmZefwW .dropdown-item.active,
.cid-tEyAmZefwW .dropdown-item:active {
  background-color: transparent;
}
.cid-tEyAmZefwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEyAmZefwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEyAmZefwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tEyAmZefwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEyAmZefwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEyAmZefwW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEyAmZefwW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEyAmZefwW button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: none;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tEyAmZefwW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #999999;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tEyAmZefwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEyAmZefwW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEyAmZefwW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEyAmZefwW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEyAmZefwW .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-tEyAmZefwW .navbar {
    height: 70px;
  }
  .cid-tEyAmZefwW .navbar.opened {
    height: auto;
  }
  .cid-tEyAmZefwW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEyAmZefwW .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .navbar-short {
    min-height: 70px;
  }
}
.cid-tEyAmZefwW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tEyAmZefwW .container-fluid {
    padding: 0 3px;
  }
}
.cid-tEyAmZefwW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tEyAmZefwW .mbr-section-btn .btn {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .cid-tEyAmZefwW .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tEyAmZefwW .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tEyAmZefwW button.navbar-toggler {
    display: flex;
  }
  .cid-tEyAmZefwW .navbar-brand {
    width: auto !important;
  }
  .cid-tEyAmZefwW .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tEyAmZefwW .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tEyAmZefwW .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tEyAmZefwW .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media (max-width: 767px) {
	.cid-tuz97FmkYb .slider-1 {
		left: 0 !important;
		text-align: center!important;
	}
	
	.cid-tuz97FmkYb .slider-2 {
		right: 0 !important;
		text-align: center!important;
	}
	
	.cid-tuz97FmkYb .carousel-control {
		display: block;
	}
	
	.cid-tuz97FmkYb .mbr-section-title {
		font-weight: 500 !important;
		text-align: center !important;
	}
	
	.cid-tuz97FmkYb .mbr-text, .cid-tuz97FmkYb .mbr-section-btn {
		text-align: center !important;
	}
	
	.hidden-mobile {
		display: block;
	}
	
	.hidden-desk {
		display: none;
	}
	
	.cid-tuzdE0c7wd .item-img img {
		margin-top: 50px;
	}
	
	.cid-sX4PhcNol7 .tab-pane img {
		margin-bottom: 40px;
		margin-top: 60px;
	}
	
	.cid-tuzyW9gvKx .mbr-section-btn {
		text-align: center;
		margin: 0 auto;
	}
}