body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #32ccfe !important;
}
.bg-success {
  background-color: #ffc44e !important;
}
.bg-info {
  background-color: #3232ff !important;
}
.bg-warning {
  background-color: #45d90d !important;
}
.bg-danger {
  background-color: #e3fcff !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(50, 204, 254, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #32ccfe !important;
  border-color: #32ccfe !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #01befc !important;
  border-color: #01befc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01befc !important;
  border-color: #01befc !important;
}
.btn-primary:before {
  background: #32ccfe;
}
.btn-primary:hover {
  color: #000000 !important;
  border-color: #32ccfe !important;
  box-shadow: 0 15px 30px 0 rgba(50, 204, 254, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(96, 41, 204, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6029cc !important;
  border-color: #6029cc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4c20a2 !important;
  border-color: #4c20a2 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c20a2 !important;
  border-color: #4c20a2 !important;
}
.btn-secondary:before {
  background: #6029cc;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #6029cc !important;
  box-shadow: 0 15px 30px 0 rgba(96, 41, 204, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(50, 50, 255, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #3232ff !important;
  border-color: #3232ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0000fe !important;
  border-color: #0000fe !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0000fe !important;
  border-color: #0000fe !important;
}
.btn-info:before {
  background: #3232ff;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #3232ff !important;
  box-shadow: 0 15px 30px 0 rgba(50, 50, 255, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(255, 196, 78, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #ffc44e !important;
  border-color: #ffc44e !important;
  color: #4e3400 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ffb31b !important;
  border-color: #ffb31b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4e3400 !important;
  background-color: #ffb31b !important;
  border-color: #ffb31b !important;
}
.btn-success:before {
  background: #ffc44e;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #ffc44e !important;
  box-shadow: 0 15px 30px 0 rgba(255, 196, 78, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(69, 217, 13, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #45d90d !important;
  border-color: #45d90d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #36a90a !important;
  border-color: #36a90a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #36a90a !important;
  border-color: #36a90a !important;
}
.btn-warning:before {
  background: #45d90d;
}
.btn-warning:hover {
  color: #000000 !important;
  border-color: #45d90d !important;
  box-shadow: 0 15px 30px 0 rgba(69, 217, 13, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(227, 252, 255, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #e3fcff !important;
  border-color: #e3fcff !important;
  color: #00cbe3 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #009db0 !important;
  background-color: #b0f7ff !important;
  border-color: #b0f7ff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #00cbe3 !important;
  background-color: #b0f7ff !important;
  border-color: #b0f7ff !important;
}
.btn-danger:before {
  background: #e3fcff;
}
.btn-danger:hover {
  color: #000000 !important;
  border-color: #e3fcff !important;
  box-shadow: 0 15px 30px 0 rgba(227, 252, 255, 0.15);
}
.btn-white {
  color: #32ccfe !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(50, 204, 254, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #32ccfe;
}
.btn-white:hover {
  color: #000000 !important;
  border-color: #32ccfe !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #32ccfe;
  color: #32ccfe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #32ccfe !important;
  border-color: #32ccfe !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #32ccfe !important;
  border-color: #32ccfe !important;
}
.btn-primary-outline:before {
  background: #32ccfe;
}
.btn-primary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(50, 204, 254, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6029cc;
  color: #6029cc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #6029cc !important;
  border-color: #6029cc !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6029cc !important;
  border-color: #6029cc !important;
}
.btn-secondary-outline:before {
  background: #6029cc;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(96, 41, 204, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3232ff;
  color: #3232ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #3232ff !important;
  border-color: #3232ff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3232ff !important;
  border-color: #3232ff !important;
}
.btn-info-outline:before {
  background: #3232ff;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(50, 50, 255, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc44e;
  color: #ffc44e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4e3400 !important;
  background-color: #ffc44e !important;
  border-color: #ffc44e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4e3400 !important;
  background-color: #ffc44e !important;
  border-color: #ffc44e !important;
}
.btn-success-outline:before {
  background: #ffc44e;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 196, 78, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45d90d;
  color: #45d90d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #45d90d !important;
  border-color: #45d90d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45d90d !important;
  border-color: #45d90d !important;
}
.btn-warning-outline:before {
  background: #45d90d;
}
.btn-warning-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(69, 217, 13, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e3fcff;
  color: #e3fcff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00cbe3 !important;
  background-color: #e3fcff !important;
  border-color: #e3fcff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #00cbe3 !important;
  background-color: #e3fcff !important;
  border-color: #e3fcff !important;
}
.btn-danger-outline:before {
  background: #e3fcff;
}
.btn-danger-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(227, 252, 255, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #32ccfe !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #32ccfe !important;
}
.text-secondary {
  color: #6029cc !important;
}
.text-success {
  color: #ffc44e !important;
}
.text-info {
  color: #3232ff !important;
}
.text-warning {
  color: #45d90d !important;
}
.text-danger {
  color: #e3fcff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0198c9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #381877 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e79a00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0000cb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #267907 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7df1ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #32ccfe;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #3232ff;
}
.alert-warning {
  background-color: #45d90d;
}
.alert-danger {
  background-color: #e3fcff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #32ccfe;
  border-color: #32ccfe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #32ccfe;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fefeff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cafbb7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #32ccfe;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #32ccfe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #32ccfe;
}
.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: #32ccfe;
  border-bottom-color: #32ccfe;
}
.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: #32ccfe !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: #6029cc !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='%2332ccfe' %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.btn-white {
  color: #32ccfe !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(50, 204, 254, 0.6);
}
.mbr-arrow-up a:hover {
  background: #32ccfe;
}
.cid-sjZa41BRTc {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sjZa41BRTc .mbr-overlay {
  background: #000000;
}
.cid-sjZa41BRTc .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sjZa41BRTc .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sjZa41BRTc .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sjZa41BRTc .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sjZa41BRTc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZa41BRTc .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sjZa41BRTc .image__block {
    margin-bottom: -100px;
  }
}
.cid-sRdD75AiYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRdD75AiYi .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-sRdD75AiYi .content_block:hover .mbr-section-title a {
  color: #6029cc !important;
}
.cid-sRdD75AiYi .card_topic,
.cid-sRdD75AiYi .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-sRdD75AiYi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #6029cc;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sRdD75AiYi .image {
  position: relative;
}
.cid-sRdD75AiYi .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-sRdD75AiYi .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRdD75AiYi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sRdD75AiYi .mbr-section-btn .btn-secondary-outline:hover,
.cid-sRdD75AiYi .mbr-section-btn .btn-secondary-outline .active,
.cid-sRdD75AiYi .mbr-section-btn .btn-secondary-outline:focus {
  color: #32ccfe !important;
}
.cid-sRdD75AiYi .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sRdD75AiYi .content_block {
    padding: 30px 15px;
  }
  .cid-sRdD75AiYi .mbr-figure {
    padding: 0;
  }
  .cid-sRdD75AiYi .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-sRdD75AiYi .mbr-section-title {
  color: #6029cc;
}
.cid-sRdD75AiYi .mbr-text,
.cid-sRdD75AiYi .mbr-section-btn {
  color: #000000;
}
.cid-sQWDqd0b1E {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/marcelo-bg-1920x700.png");
}
.cid-sQWDqd0b1E .item-wrapper {
  width: 100%;
}
.cid-sQWDqd0b1E .left-side {
  text-align: left;
  padding-right: 45px;
  margin: auto;
}
.cid-sQWDqd0b1E .mbr-section-btn {
  margin: 0 0px;
}
.cid-sQWDqd0b1E .sobre-foto img {
  width: 80%;
}
.cid-sQWDqd0b1E .row {
  align-items: center;
}
.cid-sQWDqd0b1E .mbr-section-title {
  margin: 0 0;
  color: #ffffff;
  font-weight: 700;
}
.cid-sQWDqd0b1E .mbr-text {
  padding: 0;
  margin-top: 26px;
  color: #4c4c4c;
  font-weight: 500;
  width: 100%;
}
.cid-sQWDqd0b1E .mbr-section-subtitle {
  color: #f9f9f9;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sQWDqd0b1E .button-align {
  margin-top: 36px;
  width: 100%;
}
.cid-sQWDqd0b1E .right-side {
  padding: 0;
}
.cid-sQWDqd0b1E .align {
  padding-right: 50px;
}
.cid-sQWDqd0b1E .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sQWDqd0b1E .right-side {
  padding-right: 0px;
}
.cid-sQWDqd0b1E .left-side {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sQWDqd0b1E .align {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-sQWDqd0b1E .left-side {
    padding: 0;
  }
}
.cid-sQWDqd0b1E .mbr-text,
.cid-sQWDqd0b1E .button-align {
  color: #f9f9f9;
}
.cid-sR0zV0M7lf {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sR0zV0M7lf .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sR0zV0M7lf .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sR0zV0M7lf .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sR0zV0M7lf .btn {
  padding: 12px 20px !important;
}
.cid-sR0zV0M7lf .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sR0zV0M7lf .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0zV0M7lf .btn_link:hover {
  cursor: pointer;
}
.cid-sR0zV0M7lf .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sR0zV0M7lf .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sR0zV0M7lf .mbr-section-title {
  margin-bottom: 36px;
  color: #6029cc;
}
.cid-sR0zV0M7lf .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-sR0zV0M7lf .column2 {
    margin-top: 100px;
  }
}
.cid-sR0zV0M7lf .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-sR0zV0M7lf .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-sR0zV0M7lf .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sR0zV0M7lf .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-sR0zV0M7lf .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(50, 204, 254, 0.4);
  background: -webkit-linear-gradient(40deg, #32ccfe 0%, rgba(50, 204, 254, 0.3) 100%);
}
.cid-sR0zV0M7lf .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(255, 196, 78, 0.4);
  background: -webkit-linear-gradient(40deg, #ffc44e 0%, rgba(255, 196, 78, 0.3) 100%);
}
.cid-sR0zV0M7lf .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(50, 50, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #3232ff 0%, rgba(50, 50, 255, 0.3) 100%);
}
.cid-sR0zV0M7lf .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(69, 217, 13, 0.4);
  background: -webkit-linear-gradient(40deg, #45d90d 0%, rgba(69, 217, 13, 0.3) 100%);
}
.cid-sR0zV0M7lf .card__title {
  margin-bottom: 15px;
  color: #6029cc;
}
.cid-sR0zV0M7lf .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sR0zV0M7lf .title__block {
    text-align: center;
  }
  .cid-sR0zV0M7lf .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-sR0zV0M7lf .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-sR0zV0M7lf .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-sR0zV0M7lf .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  
  .cid-sRMv9LWA7b .logo_wrap {
    max-width: 100% !important;
}


  
  .cid-sSexvIPcMm .icon-foto {
		width: 80px;
		text-align: center !important;
		display: inline-block !important;
	}
	
	.cid-sSev6JdT7f .t {
		padding-top:0 !important;
	}
  
	.cid-sR0zV0M7lf .mbr-section-title {
		margin-top: 33px !important;
	}
  
	.nav-dropdown .link {
		margin: 0.6em !important;
	}
	.dropdown-image-bg2 img {
		display: none !important;
	}
	.dropdown-image-bg img {
		display: none !important;
	}
	
	button.navbar-toggler .hamburger span {
		background-color: #ffffff !important;
	}
	
	.navbar.navbar-short .hamburger span {
		background: #ffffff !important;
	}
	
	.cid-sRMv9HcoiO .navbar.navbar-short .hamburger span {
		background: #fff !important;
	}
	
	.cid-sR0Eo3n3xx P {
		line-height: 1.3 !important;
		margin-bottom: 0 !important;
	}
	
	.cid-sRMv9LWA7b .logo_wrap img {
    width: 200px !important;
    display: inline-block;
    margin: 0 auto 20px;
}
	
	.cid-sRMv9LWA7b .mbr-section-subtitle {
		margin-bottom: 20px;
		margin-top: 30px!important;
	}
	
	.nav-dropdown .dropdown-menu {
		width: auto !important;
		height: auto !important;
	}
}
.cid-sR0zV0M7lf .mbr-text,
.cid-sR0zV0M7lf .btn_link {
  color: #000000;
}
.cid-sSeHSIyHhl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sSeHSIyHhl .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sSeHSIyHhl .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sSeHSIyHhl .margin {
  margin-right: 14px;
}
.cid-sSeHSIyHhl .mbr-section-btn {
  display: block;
}
.cid-sR0Eo3n3xx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-35-1920x781.jpg");
}
.cid-sR0Eo3n3xx .mbr-card-title {
  font-size: 20px !important;
}
.cid-sR0Eo3n3xx .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sR0Eo3n3xx .texto-funcionalidades {
  font-size: 14px;
  color: #e6e6e6;
  margin-top: 10px;
}
.cid-sR0Eo3n3xx .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-sR0Eo3n3xx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sR0Eo3n3xx .card-img span {
  color: #008ce3;
}
.cid-sR0Eo3n3xx .row-item {
  margin-bottom: 2rem;
}
.cid-sR0Eo3n3xx .row-item:hover .wrapper {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sR0Eo3n3xx .wrapper {
  padding: 2.5rem 1rem;
  background: #17161a;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sR0Eo3n3xx .mbr-card-title,
.cid-sR0Eo3n3xx .card-img {
  color: #fff;
}
.cid-sR0Eo3n3xx P {
  text-align: center;
  color: #000000;
}
.cid-sQWyGYt8J3 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQWyGYt8J3 .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sQWyGYt8J3 .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sQWyGYt8J3 .btn-white {
  color: #32ccfe !important;
}
.cid-sQWyGYt8J3 .btn-white:hover {
  color: #000 !important;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQWyGYt8J3 .dropdown-item {
  color: #0d0025 !important;
}
.cid-sQWyGYt8J3 .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sQWyGYt8J3 .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sQWyGYt8J3 .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sQWyGYt8J3 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sQWyGYt8J3 .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sQWyGYt8J3 .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sQWyGYt8J3 .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sQWyGYt8J3 .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sQWyGYt8J3 .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sQWyGYt8J3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sQWyGYt8J3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQWyGYt8J3 .container {
  display: flex;
  margin: auto;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .nav-link,
.cid-sQWyGYt8J3 .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sQWyGYt8J3 .navbar-caption {
  padding-right: 3rem;
}
.cid-sQWyGYt8J3 .navbar.opened {
  background: #6029cc !important;
}
.cid-sQWyGYt8J3 .nav-item:focus,
.cid-sQWyGYt8J3 .nav-link:focus {
  outline: none;
}
.cid-sQWyGYt8J3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQWyGYt8J3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQWyGYt8J3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sQWyGYt8J3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sQWyGYt8J3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQWyGYt8J3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQWyGYt8J3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQWyGYt8J3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQWyGYt8J3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQWyGYt8J3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQWyGYt8J3 .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: 55%;
}
.cid-sQWyGYt8J3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQWyGYt8J3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQWyGYt8J3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQWyGYt8J3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQWyGYt8J3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQWyGYt8J3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQWyGYt8J3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQWyGYt8J3 .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: 55%;
  }
  .cid-sQWyGYt8J3 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sQWyGYt8J3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQWyGYt8J3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQWyGYt8J3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQWyGYt8J3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQWyGYt8J3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQWyGYt8J3 .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQWyGYt8J3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQWyGYt8J3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQWyGYt8J3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQWyGYt8J3 .dropdown-item.active,
.cid-sQWyGYt8J3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQWyGYt8J3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQWyGYt8J3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQWyGYt8J3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQWyGYt8J3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sQWyGYt8J3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQWyGYt8J3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQWyGYt8J3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQWyGYt8J3 .navbar-buttons {
  text-align: center;
}
.cid-sQWyGYt8J3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sQWyGYt8J3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQWyGYt8J3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQWyGYt8J3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQWyGYt8J3 .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQWyGYt8J3 .navbar {
    height: 77px;
  }
  .cid-sQWyGYt8J3 .navbar.opened {
    height: auto;
  }
  .cid-sQWyGYt8J3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQWyRg6TR4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sQWyRg6TR4 .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sQWyRg6TR4 .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sQWyRg6TR4 .footer_col_logo {
  width: 30%;
}
.cid-sQWyRg6TR4 .footer_col {
  width: 20%;
}
.cid-sQWyRg6TR4 .footer_col_menor {
  width: 20%;
}
.cid-sQWyRg6TR4 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sQWyRg6TR4 .logo_wrap {
  max-width: 90%;
}
.cid-sQWyRg6TR4 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sQWyRg6TR4 .brand_name {
  color: #ffffff;
}
.cid-sQWyRg6TR4 .contacts {
  margin-top: 20px;
}
.cid-sQWyRg6TR4 .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sQWyRg6TR4 .contacts b {
  color: #ffffff;
}
.cid-sQWyRg6TR4 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sQWyRg6TR4 .item-wrap {
  line-height: 2;
}
.cid-sQWyRg6TR4 .text-white {
  color: #f6f6f6 !important;
}
.cid-sQWyRg6TR4 .text-white:hover {
  color: #ffffff !important;
}
.cid-sQWyRg6TR4 .item-wrap a,
.cid-sQWyRg6TR4 .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sQWyRg6TR4 .item-wrap a:before,
.cid-sQWyRg6TR4 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sQWyRg6TR4 .item-wrap a:hover::before,
.cid-sQWyRg6TR4 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sQWyRg6TR4 .form_wrap {
  display: flex;
}
.cid-sQWyRg6TR4 .mbr-form {
  margin-top: 30px;
}
.cid-sQWyRg6TR4 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWyRg6TR4 .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sQWyRg6TR4 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sQWyRg6TR4 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sQWyRg6TR4 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sQWyRg6TR4 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sQWyRg6TR4 .footer_col_logo {
    width: 100%;
  }
  .cid-sQWyRg6TR4 .footer_col {
    width: 33.3%;
  }
  .cid-sQWyRg6TR4 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sQWyRg6TR4 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sQWyRg6TR4 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sQWyRg6TR4 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sQWyRg6TR4 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sQWyRg6TR4 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sQWyRg6TR4 .mbr-form .form-group {
    width: 100%;
  }
  .cid-sQWyRg6TR4 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sQWyRg6TR4 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sQWz46jS7N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sQWz46jS7N .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sQWz46jS7N .text-white {
  color: #f6f6f6 !important;
}
.cid-sQWz46jS7N .text-white:hover {
  color: #ffffff !important;
}
.cid-sQWz46jS7N .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWz46jS7N .foot-menu li {
  padding: 10px;
}
.cid-sQWz46jS7N .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sQWz46jS7N .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sQWz46jS7N .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sQWz46jS7N .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sQWz46jS7N .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQWz46jS7N .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sQWz46jS7N .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sQWz46jS7N .social-list a:hover {
  opacity: 1;
}
.cid-sQWz46jS7N .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sQWz46jS7N .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sQWz46jS7N .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sR0GueiFBf {
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #6029cc;
}
.cid-sR0GueiFBf .mbr-overlay {
  background: #000000;
}
.cid-sR0GueiFBf .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sR0GueiFBf .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sR0GueiFBf .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sR0GueiFBf .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sR0GueiFBf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR0GueiFBf .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sR0GueiFBf .image__block {
    margin-bottom: -100px;
  }
}
.cid-sR0OCI8YC1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR0OCI8YC1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sR0OCI8YC1 .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sR0PnL4mf2 {
  padding-top: 40px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-blog-cta-1920x800.jpg");
}
.cid-sR0PnL4mf2 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sR0PnL4mf2 .mbr-overlay {
  background: linear-gradient(#000000 -10%, #000000 75%);
}
.cid-sR0PnL4mf2 .btn {
  font-size: 16px !important;
}
.cid-sR0GugvgaW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0GugvgaW .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sR0GugvgaW .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sR0GugvgaW .btn-white {
  color: #32ccfe !important;
}
.cid-sR0GugvgaW .btn-white:hover {
  color: #000 !important;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR0GugvgaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0GugvgaW .dropdown-item {
  color: #0d0025 !important;
}
.cid-sR0GugvgaW .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR0GugvgaW .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR0GugvgaW .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sR0GugvgaW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sR0GugvgaW .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sR0GugvgaW .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sR0GugvgaW .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sR0GugvgaW .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sR0GugvgaW .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sR0GugvgaW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sR0GugvgaW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sR0GugvgaW .container {
  display: flex;
  margin: auto;
}
.cid-sR0GugvgaW .navbar.navbar-short .nav-link,
.cid-sR0GugvgaW .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sR0GugvgaW .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sR0GugvgaW .navbar-caption {
  padding-right: 3rem;
}
.cid-sR0GugvgaW .navbar.opened {
  background: #6029cc !important;
}
.cid-sR0GugvgaW .nav-item:focus,
.cid-sR0GugvgaW .nav-link:focus {
  outline: none;
}
.cid-sR0GugvgaW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR0GugvgaW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR0GugvgaW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sR0GugvgaW .navbar.opened {
  transition: all 0.3s;
}
.cid-sR0GugvgaW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR0GugvgaW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR0GugvgaW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR0GugvgaW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sR0GugvgaW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR0GugvgaW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR0GugvgaW .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: 55%;
}
.cid-sR0GugvgaW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR0GugvgaW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR0GugvgaW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR0GugvgaW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR0GugvgaW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR0GugvgaW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR0GugvgaW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR0GugvgaW .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: 55%;
  }
  .cid-sR0GugvgaW .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sR0GugvgaW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR0GugvgaW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR0GugvgaW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR0GugvgaW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR0GugvgaW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR0GugvgaW .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sR0GugvgaW .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sR0GugvgaW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR0GugvgaW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR0GugvgaW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR0GugvgaW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR0GugvgaW .dropdown-item.active,
.cid-sR0GugvgaW .dropdown-item:active {
  background-color: transparent;
}
.cid-sR0GugvgaW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR0GugvgaW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR0GugvgaW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR0GugvgaW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sR0GugvgaW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR0GugvgaW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR0GugvgaW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR0GugvgaW .navbar-buttons {
  text-align: center;
}
.cid-sR0GugvgaW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR0GugvgaW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sR0GugvgaW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR0GugvgaW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR0GugvgaW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR0GugvgaW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR0GugvgaW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR0GugvgaW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR0GugvgaW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR0GugvgaW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR0GugvgaW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR0GugvgaW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR0GugvgaW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR0GugvgaW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sR0GugvgaW .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR0GugvgaW .navbar {
    height: 77px;
  }
  .cid-sR0GugvgaW .navbar.opened {
    height: auto;
  }
  .cid-sR0GugvgaW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR0Guh2M1N {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR0Guh2M1N .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sR0Guh2M1N .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sR0Guh2M1N .footer_col_logo {
  width: 30%;
}
.cid-sR0Guh2M1N .footer_col {
  width: 20%;
}
.cid-sR0Guh2M1N .footer_col_menor {
  width: 20%;
}
.cid-sR0Guh2M1N .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sR0Guh2M1N .logo_wrap {
  max-width: 90%;
}
.cid-sR0Guh2M1N .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sR0Guh2M1N .brand_name {
  color: #ffffff;
}
.cid-sR0Guh2M1N .contacts {
  margin-top: 20px;
}
.cid-sR0Guh2M1N .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sR0Guh2M1N .contacts b {
  color: #ffffff;
}
.cid-sR0Guh2M1N .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sR0Guh2M1N .item-wrap {
  line-height: 2;
}
.cid-sR0Guh2M1N .text-white {
  color: #f6f6f6 !important;
}
.cid-sR0Guh2M1N .text-white:hover {
  color: #ffffff !important;
}
.cid-sR0Guh2M1N .item-wrap a,
.cid-sR0Guh2M1N .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0Guh2M1N .item-wrap a:before,
.cid-sR0Guh2M1N .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR0Guh2M1N .item-wrap a:hover::before,
.cid-sR0Guh2M1N .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR0Guh2M1N .form_wrap {
  display: flex;
}
.cid-sR0Guh2M1N .mbr-form {
  margin-top: 30px;
}
.cid-sR0Guh2M1N .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR0Guh2M1N .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR0Guh2M1N input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR0Guh2M1N .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sR0Guh2M1N .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sR0Guh2M1N .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sR0Guh2M1N .footer_col_logo {
    width: 100%;
  }
  .cid-sR0Guh2M1N .footer_col {
    width: 33.3%;
  }
  .cid-sR0Guh2M1N .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sR0Guh2M1N .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sR0Guh2M1N .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sR0Guh2M1N .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sR0Guh2M1N .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sR0Guh2M1N .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sR0Guh2M1N .mbr-form .form-group {
    width: 100%;
  }
  .cid-sR0Guh2M1N .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sR0Guh2M1N .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sR0GuhwI61 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR0GuhwI61 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sR0GuhwI61 .text-white {
  color: #f6f6f6 !important;
}
.cid-sR0GuhwI61 .text-white:hover {
  color: #ffffff !important;
}
.cid-sR0GuhwI61 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR0GuhwI61 .foot-menu li {
  padding: 10px;
}
.cid-sR0GuhwI61 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0GuhwI61 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR0GuhwI61 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR0GuhwI61 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sR0GuhwI61 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sR0GuhwI61 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sR0GuhwI61 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sR0GuhwI61 .social-list a:hover {
  opacity: 1;
}
.cid-sR0GuhwI61 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sR0GuhwI61 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sR0GuhwI61 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sR0SIKFOoO {
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #6029cc;
}
.cid-sR0SIKFOoO .mbr-overlay {
  background: #000000;
}
.cid-sR0SIKFOoO .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sR0SIKFOoO .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sR0SIKFOoO .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sR0SIKFOoO .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sR0SIKFOoO .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR0SIKFOoO .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sR0SIKFOoO .image__block {
    margin-bottom: -100px;
  }
}
.cid-sR0SIL4peM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR0SIL4peM .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sR0SIL4peM .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sR0SILvdoH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0SILvdoH .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sR0SILvdoH .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sR0SILvdoH .btn-white {
  color: #32ccfe !important;
}
.cid-sR0SILvdoH .btn-white:hover {
  color: #000 !important;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR0SILvdoH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0SILvdoH .dropdown-item {
  color: #0d0025 !important;
}
.cid-sR0SILvdoH .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR0SILvdoH .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR0SILvdoH .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sR0SILvdoH .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sR0SILvdoH .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sR0SILvdoH .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sR0SILvdoH .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sR0SILvdoH .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sR0SILvdoH .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sR0SILvdoH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sR0SILvdoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sR0SILvdoH .container {
  display: flex;
  margin: auto;
}
.cid-sR0SILvdoH .navbar.navbar-short .nav-link,
.cid-sR0SILvdoH .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sR0SILvdoH .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sR0SILvdoH .navbar-caption {
  padding-right: 3rem;
}
.cid-sR0SILvdoH .navbar.opened {
  background: #6029cc !important;
}
.cid-sR0SILvdoH .nav-item:focus,
.cid-sR0SILvdoH .nav-link:focus {
  outline: none;
}
.cid-sR0SILvdoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR0SILvdoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR0SILvdoH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sR0SILvdoH .navbar.opened {
  transition: all 0.3s;
}
.cid-sR0SILvdoH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR0SILvdoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR0SILvdoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR0SILvdoH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sR0SILvdoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR0SILvdoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR0SILvdoH .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: 55%;
}
.cid-sR0SILvdoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR0SILvdoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR0SILvdoH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR0SILvdoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR0SILvdoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR0SILvdoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR0SILvdoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR0SILvdoH .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: 55%;
  }
  .cid-sR0SILvdoH .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sR0SILvdoH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR0SILvdoH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR0SILvdoH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR0SILvdoH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR0SILvdoH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR0SILvdoH .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sR0SILvdoH .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sR0SILvdoH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR0SILvdoH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR0SILvdoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR0SILvdoH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR0SILvdoH .dropdown-item.active,
.cid-sR0SILvdoH .dropdown-item:active {
  background-color: transparent;
}
.cid-sR0SILvdoH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR0SILvdoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR0SILvdoH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR0SILvdoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sR0SILvdoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR0SILvdoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR0SILvdoH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR0SILvdoH .navbar-buttons {
  text-align: center;
}
.cid-sR0SILvdoH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR0SILvdoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sR0SILvdoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR0SILvdoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR0SILvdoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR0SILvdoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR0SILvdoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR0SILvdoH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR0SILvdoH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR0SILvdoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR0SILvdoH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR0SILvdoH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR0SILvdoH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR0SILvdoH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sR0SILvdoH .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR0SILvdoH .navbar {
    height: 77px;
  }
  .cid-sR0SILvdoH .navbar.opened {
    height: auto;
  }
  .cid-sR0SILvdoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR0SIM0rzh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR0SIM0rzh .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sR0SIM0rzh .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sR0SIM0rzh .footer_col_logo {
  width: 30%;
}
.cid-sR0SIM0rzh .footer_col {
  width: 20%;
}
.cid-sR0SIM0rzh .footer_col_menor {
  width: 20%;
}
.cid-sR0SIM0rzh .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sR0SIM0rzh .logo_wrap {
  max-width: 90%;
}
.cid-sR0SIM0rzh .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sR0SIM0rzh .brand_name {
  color: #ffffff;
}
.cid-sR0SIM0rzh .contacts {
  margin-top: 20px;
}
.cid-sR0SIM0rzh .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sR0SIM0rzh .contacts b {
  color: #ffffff;
}
.cid-sR0SIM0rzh .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sR0SIM0rzh .item-wrap {
  line-height: 2;
}
.cid-sR0SIM0rzh .text-white {
  color: #f6f6f6 !important;
}
.cid-sR0SIM0rzh .text-white:hover {
  color: #ffffff !important;
}
.cid-sR0SIM0rzh .item-wrap a,
.cid-sR0SIM0rzh .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0SIM0rzh .item-wrap a:before,
.cid-sR0SIM0rzh .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR0SIM0rzh .item-wrap a:hover::before,
.cid-sR0SIM0rzh .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR0SIM0rzh .form_wrap {
  display: flex;
}
.cid-sR0SIM0rzh .mbr-form {
  margin-top: 30px;
}
.cid-sR0SIM0rzh .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR0SIM0rzh .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR0SIM0rzh input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR0SIM0rzh .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sR0SIM0rzh .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sR0SIM0rzh .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sR0SIM0rzh .footer_col_logo {
    width: 100%;
  }
  .cid-sR0SIM0rzh .footer_col {
    width: 33.3%;
  }
  .cid-sR0SIM0rzh .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sR0SIM0rzh .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sR0SIM0rzh .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sR0SIM0rzh .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sR0SIM0rzh .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sR0SIM0rzh .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sR0SIM0rzh .mbr-form .form-group {
    width: 100%;
  }
  .cid-sR0SIM0rzh .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sR0SIM0rzh .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sR0SIMSro1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR0SIMSro1 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sR0SIMSro1 .text-white {
  color: #f6f6f6 !important;
}
.cid-sR0SIMSro1 .text-white:hover {
  color: #ffffff !important;
}
.cid-sR0SIMSro1 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR0SIMSro1 .foot-menu li {
  padding: 10px;
}
.cid-sR0SIMSro1 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0SIMSro1 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR0SIMSro1 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR0SIMSro1 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sR0SIMSro1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sR0SIMSro1 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sR0SIMSro1 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sR0SIMSro1 .social-list a:hover {
  opacity: 1;
}
.cid-sR0SIMSro1 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sR0SIMSro1 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sR0SIMSro1 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sR0T6F1NLx {
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #6029cc;
}
.cid-sR0T6F1NLx .mbr-overlay {
  background: #000000;
}
.cid-sR0T6F1NLx .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sR0T6F1NLx .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sR0T6F1NLx .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sR0T6F1NLx .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sR0T6F1NLx .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR0T6F1NLx .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sR0T6F1NLx .image__block {
    margin-bottom: -100px;
  }
}
.cid-sR0T6FY5sp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0T6FY5sp .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sR0T6FY5sp .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sR0T6FY5sp .btn-white {
  color: #32ccfe !important;
}
.cid-sR0T6FY5sp .btn-white:hover {
  color: #000 !important;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR0T6FY5sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR0T6FY5sp .dropdown-item {
  color: #0d0025 !important;
}
.cid-sR0T6FY5sp .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR0T6FY5sp .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR0T6FY5sp .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sR0T6FY5sp .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sR0T6FY5sp .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sR0T6FY5sp .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sR0T6FY5sp .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sR0T6FY5sp .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sR0T6FY5sp .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sR0T6FY5sp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sR0T6FY5sp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sR0T6FY5sp .container {
  display: flex;
  margin: auto;
}
.cid-sR0T6FY5sp .navbar.navbar-short .nav-link,
.cid-sR0T6FY5sp .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sR0T6FY5sp .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sR0T6FY5sp .navbar-caption {
  padding-right: 3rem;
}
.cid-sR0T6FY5sp .navbar.opened {
  background: #6029cc !important;
}
.cid-sR0T6FY5sp .nav-item:focus,
.cid-sR0T6FY5sp .nav-link:focus {
  outline: none;
}
.cid-sR0T6FY5sp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR0T6FY5sp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR0T6FY5sp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sR0T6FY5sp .navbar.opened {
  transition: all 0.3s;
}
.cid-sR0T6FY5sp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR0T6FY5sp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR0T6FY5sp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR0T6FY5sp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sR0T6FY5sp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR0T6FY5sp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR0T6FY5sp .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: 55%;
}
.cid-sR0T6FY5sp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR0T6FY5sp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR0T6FY5sp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR0T6FY5sp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR0T6FY5sp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR0T6FY5sp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR0T6FY5sp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR0T6FY5sp .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: 55%;
  }
  .cid-sR0T6FY5sp .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sR0T6FY5sp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR0T6FY5sp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR0T6FY5sp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR0T6FY5sp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR0T6FY5sp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR0T6FY5sp .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sR0T6FY5sp .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sR0T6FY5sp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR0T6FY5sp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR0T6FY5sp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR0T6FY5sp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR0T6FY5sp .dropdown-item.active,
.cid-sR0T6FY5sp .dropdown-item:active {
  background-color: transparent;
}
.cid-sR0T6FY5sp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR0T6FY5sp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR0T6FY5sp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR0T6FY5sp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sR0T6FY5sp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR0T6FY5sp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR0T6FY5sp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR0T6FY5sp .navbar-buttons {
  text-align: center;
}
.cid-sR0T6FY5sp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR0T6FY5sp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sR0T6FY5sp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR0T6FY5sp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR0T6FY5sp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR0T6FY5sp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR0T6FY5sp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR0T6FY5sp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR0T6FY5sp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR0T6FY5sp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR0T6FY5sp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR0T6FY5sp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR0T6FY5sp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR0T6FY5sp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sR0T6FY5sp .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR0T6FY5sp .navbar {
    height: 77px;
  }
  .cid-sR0T6FY5sp .navbar.opened {
    height: auto;
  }
  .cid-sR0T6FY5sp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR0TpJchgi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR0TpJchgi a.btn > span {
  margin-left: 0.5rem;
}
.cid-sR0TpJchgi .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sR0TpJchgi .form-control {
  font-size: 16px !important;
}
.cid-sR0TpJchgi .btn-social a {
  line-height: 15px !important;
}
.cid-sR0TpJchgi .info-contact {
  font-size: 18px;
  padding-left: 15px;
  color: #000 !important;
}
.cid-sR0TpJchgi .btn-contato {
  padding: 15px 22px !important;
}
.cid-sR0TpJchgi label {
  font-size: 15px !important;
  font-family: 'Source Sans Pro', serif;
  font-weight: 600;
  color: #212121;
}
.cid-sR0TpJchgi .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sR0TpJchgi .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-sR0TpJchgi .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-sR0TpJchgi .right-side {
  max-width: 554px;
}
.cid-sR0TpJchgi .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sR0TpJchgi .margin {
  margin-right: 14px;
}
.cid-sR0TpJchgi .shadow {
  padding: 30px 30px 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 15px;
  background-color: #fff;
}
.cid-sR0TpJchgi img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sR0TpJchgi .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sR0TpJchgi .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sR0TpJchgi .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sR0TpJchgi .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #32ccfe;
  cursor: pointer;
}
.cid-sR0TpJchgi .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sR0TpJchgi .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-sR0TpJchgi .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sR0TpJchgi .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.cid-sR0TpJchgi .mbr-social-likes.small {
  display: flex;
}
.cid-sR0TpJchgi .mbr-social-likes.big {
  display: block;
}
.cid-sR0TpJchgi .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #32ccfe;
  cursor: pointer;
}
.cid-sR0TpJchgi .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sR0TpJchgi .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-sR0TpJchgi .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sR0TpJchgi .form-control,
.cid-sR0TpJchgi form .btn {
  min-height: initial;
}
.cid-sR0TpJchgi a.btn,
.cid-sR0TpJchgi button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-sR0TpJchgi input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 49px;
  margin-bottom: 18px;
  padding: 8px 26px;
}
.cid-sR0TpJchgi .form-select {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 49px;
  margin-bottom: 18px;
  padding: 8px 26px;
}
.cid-sR0TpJchgi textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sR0TpJchgi input:hover {
  border-color: #14142b !important;
}
.cid-sR0TpJchgi select:hover {
  border-color: #14142b !important;
}
.cid-sR0TpJchgi textarea:hover {
  border-color: #14142b !important;
}
.cid-sR0TpJchgi input:focus {
  border-color: #14142b !important;
}
.cid-sR0TpJchgi select:focus {
  border-color: #14142b !important;
}
.cid-sR0TpJchgi textarea:focus {
  border-color: #14142b !important;
}
.cid-sR0TpJchgi .form-group {
  margin-bottom: 0;
}
.cid-sR0TpJchgi .listen {
  margin-bottom: 24px;
}
.cid-sR0TpJchgi .phone {
  margin-bottom: 21px;
}
.cid-sR0TpJchgi .email {
  margin-bottom: 21px;
}
.cid-sR0TpJchgi .location {
  margin-bottom: 44px;
}
.cid-sR0TpJchgi .whats {
  margin-bottom: 21px;
}
.cid-sR0TpJchgi .listen,
.cid-sR0TpJchgi .big {
  text-align: left;
  color: #8c8c95;
}
.cid-sR0TpJchgi .mbr-text,
.cid-sR0TpJchgi .button-align {
  color: #000000;
}
.cid-sR0TpJchgi .email span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sR0TpJchgi .phone span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sR0TpJchgi .whats span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sR0TpJchgi .location span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sR0TpJchgi .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-sR0TpJchgi .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-sR0TpJchgi .left-side,
  .cid-sR0TpJchgi .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-sR0TpJchgi .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-sR0TpJchgi .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-sR0TpJchgi .shadow {
    padding: 25px;
  }
  .cid-sR0TpJchgi input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-sR0TpJchgi .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-sR0TpJchgi .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-sR0TpJchgi .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sR0TpJchgi .big > .socicon-bg-facebook {
  background-color: #301cab;
}
.cid-sR0TpJchgi .big > .socicon-bg-twitter {
  background-color: #7237a2;
}
.cid-sR0TpJchgi .big > .socicon-bg-pinterest {
  background-color: #5e2ced;
}
.cid-sR0TpJchgi .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-sR0TpJchgi .big > .socicon-bg-linkedin {
  background-color: #5e2ced;
}
.cid-sR0TpJchgi .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sR0TpJchgi .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sR0TpJchgi .small > .socicon-bg-linkedin {
  background-color: #c92619;
}
.cid-sR0TpJchgi .small > .socicon-bg-pinterest {
  background-color: #4da7de;
}
.cid-sR0TpJchgi .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-sR0TpJchgi .mbr-iconfont {
  margin-right: 8px;
}
.cid-sR0TpJchgi .listen,
.cid-sR0TpJchgi .mbr-social-likes {
  color: #6029cc;
}
.cid-sR0TpJchgi .mbr-section-subtitle,
.cid-sR0TpJchgi .email,
.cid-sR0TpJchgi .phone {
  color: #6029cc;
}
.cid-sR0T6GpUlX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR0T6GpUlX .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sR0T6GpUlX .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sR0T6GpUlX .footer_col_logo {
  width: 30%;
}
.cid-sR0T6GpUlX .footer_col {
  width: 20%;
}
.cid-sR0T6GpUlX .footer_col_menor {
  width: 20%;
}
.cid-sR0T6GpUlX .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sR0T6GpUlX .logo_wrap {
  max-width: 90%;
}
.cid-sR0T6GpUlX .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sR0T6GpUlX .brand_name {
  color: #ffffff;
}
.cid-sR0T6GpUlX .contacts {
  margin-top: 20px;
}
.cid-sR0T6GpUlX .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sR0T6GpUlX .contacts b {
  color: #ffffff;
}
.cid-sR0T6GpUlX .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sR0T6GpUlX .item-wrap {
  line-height: 2;
}
.cid-sR0T6GpUlX .text-white {
  color: #f6f6f6 !important;
}
.cid-sR0T6GpUlX .text-white:hover {
  color: #ffffff !important;
}
.cid-sR0T6GpUlX .item-wrap a,
.cid-sR0T6GpUlX .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0T6GpUlX .item-wrap a:before,
.cid-sR0T6GpUlX .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR0T6GpUlX .item-wrap a:hover::before,
.cid-sR0T6GpUlX .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR0T6GpUlX .form_wrap {
  display: flex;
}
.cid-sR0T6GpUlX .mbr-form {
  margin-top: 30px;
}
.cid-sR0T6GpUlX .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR0T6GpUlX .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR0T6GpUlX input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR0T6GpUlX .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sR0T6GpUlX .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sR0T6GpUlX .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sR0T6GpUlX .footer_col_logo {
    width: 100%;
  }
  .cid-sR0T6GpUlX .footer_col {
    width: 33.3%;
  }
  .cid-sR0T6GpUlX .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sR0T6GpUlX .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sR0T6GpUlX .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sR0T6GpUlX .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sR0T6GpUlX .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sR0T6GpUlX .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sR0T6GpUlX .mbr-form .form-group {
    width: 100%;
  }
  .cid-sR0T6GpUlX .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sR0T6GpUlX .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sR0T6GPyD1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR0T6GPyD1 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sR0T6GPyD1 .text-white {
  color: #f6f6f6 !important;
}
.cid-sR0T6GPyD1 .text-white:hover {
  color: #ffffff !important;
}
.cid-sR0T6GPyD1 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR0T6GPyD1 .foot-menu li {
  padding: 10px;
}
.cid-sR0T6GPyD1 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR0T6GPyD1 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR0T6GPyD1 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR0T6GPyD1 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sR0T6GPyD1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sR0T6GPyD1 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sR0T6GPyD1 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sR0T6GPyD1 .social-list a:hover {
  opacity: 1;
}
.cid-sR0T6GPyD1 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sR0T6GPyD1 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sR0T6GPyD1 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sR1imQW3B2 {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-dark-blue-1920x600.jpg");
}
.cid-sR1imQW3B2 .mbr-overlay {
  background: #000000;
}
.cid-sR1imQW3B2 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sR1imQW3B2 .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sR1imQW3B2 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sR1imQW3B2 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sR1imQW3B2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR1imQW3B2 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sR1imQW3B2 .image__block {
    margin-bottom: -100px;
  }
}
.cid-sR1q0qlDXy {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sR1q0qlDXy .pile1,
.cid-sR1q0qlDXy .pile2 {
  padding-bottom: 60px;
}
.cid-sR1q0qlDXy .pile1,
.cid-sR1q0qlDXy .pile3 {
  padding-right: 60px;
}
.cid-sR1q0qlDXy .pile2,
.cid-sR1q0qlDXy .pile4 {
  padding-right: 50px;
}
.cid-sR1q0qlDXy .text {
  display: flex;
  flex-direction: row;
}
.cid-sR1q0qlDXy .card-title {
  margin-bottom: 14px;
}
.cid-sR1q0qlDXy .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-sR1q0qlDXy a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sR1q0qlDXy rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sR1q0qlDXy .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sR1q0qlDXy svg {
  margin-left: 15px;
}
.cid-sR1q0qlDXy path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sR1q0qlDXy .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sR1q0qlDXy .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sR1q0qlDXy .link a {
  background-image: none !important;
}
.cid-sR1q0qlDXy img {
  max-width: 100%;
  padding-bottom: 20px;
  height: auto;
}
.cid-sR1q0qlDXy .card-text,
.cid-sR1q0qlDXy .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sR1q0qlDXy .dir {
    flex-direction: column;
  }
  .cid-sR1q0qlDXy .top {
    padding-top: 60px;
  }
  .cid-sR1q0qlDXy .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sR1q0qlDXy .top1 {
    padding-top: 60px;
  }
  .cid-sR1q0qlDXy .pile {
    padding-right: 0;
  }
  .cid-sR1q0qlDXy .card-title {
    text-align: center;
  }
  .cid-sR1q0qlDXy .card-text {
    text-align: center;
  }
  .cid-sR1q0qlDXy .iconfont-wrapper {
    text-align: center;
  }
  .cid-sR1q0qlDXy img {
    display: inline;
  }
  .cid-sR1q0qlDXy .link {
    text-align: center;
  }
}
.cid-sR1q0qlDXy .card-title,
.cid-sR1q0qlDXy .iconfont-wrapper {
  color: #6029cc;
}
.cid-sRvDdPOChI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg-azul-1920x800.jpg");
}
@media (max-width: 992px) {
  .cid-sRvDdPOChI {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sRvDdPOChI .text {
  padding: 0;
}
.cid-sRvDdPOChI section {
  position: relative;
}
.cid-sRvDdPOChI h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRvDdPOChI .mbr-iconfont {
  padding: 0!important;
}
.cid-sRvDdPOChI .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #6029cc;
}
.cid-sRvDdPOChI .box {
  background-image: url("../../../assets/images/screenshot-2-1125x632.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(5px 4px 10px #cccccc);
  border-radius: 12px;
}
.cid-sRvDdPOChI .icon-wrap {
  background-color: #32ccfe !important;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvDdPOChI .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRvDdPOChI .icon-wrap span {
  padding-left: 8px;
}
.cid-sRvDdPOChI .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRvDdPOChI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRvDdPOChI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRvDdPOChI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRvDdPOChI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRvDdPOChI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRvDdPOChI a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRvDdPOChI {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sRvDdPOChI .box {
    height: 250px;
  }
  .cid-sRvDdPOChI .row {
    padding: 1rem!important;
  }
}
.cid-sRvDdPOChI H2 {
  color: #ffffff;
}
.cid-sRvDdPOChI P {
  color: #ffffff;
}
.cid-sRBrjGDYfz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #8d6bcf;
  background-image: linear-gradient(360deg, rgba(141, 107, 207, 0.8) 0, #6029cc 100%);
}
.cid-sRBrjGDYfz .mbr-overlay {
  background: #4154f1;
}
.cid-sRBrjGDYfz .title_block {
  margin-bottom: 50px;
}
.cid-sRBrjGDYfz .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sRBrjGDYfz .mbr-section-title span {
  font-weight: 700;
}
.cid-sRBrjGDYfz .row {
  align-items: center;
}
.cid-sRBrjGDYfz .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sRBrjGDYfz .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRBrjGDYfz input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sRBrjGDYfz .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sRBrjGDYfz .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sRBrjGDYfz .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sRBrjGDYfz .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sRBrjGDYfz .btn {
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sRBrjGDYfz .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sRBrjGDYfz .title_block {
    margin-bottom: 30px;
  }
  .cid-sRBrjGDYfz form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sRBrjGDYfz .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sRBrjGDYfz .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sRBrjGDYfz .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sRBrjGDYfz .form-group input {
    border-radius: 0;
  }
  .cid-sRBrjGDYfz .btn {
    margin-top: 10px;
  }
}
.cid-sR1imT3uBk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1imT3uBk .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sR1imT3uBk .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sR1imT3uBk .btn-white {
  color: #32ccfe !important;
}
.cid-sR1imT3uBk .btn-white:hover {
  color: #000 !important;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR1imT3uBk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1imT3uBk .dropdown-item {
  color: #0d0025 !important;
}
.cid-sR1imT3uBk .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR1imT3uBk .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR1imT3uBk .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sR1imT3uBk .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sR1imT3uBk .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sR1imT3uBk .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sR1imT3uBk .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sR1imT3uBk .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sR1imT3uBk .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sR1imT3uBk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sR1imT3uBk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sR1imT3uBk .container {
  display: flex;
  margin: auto;
}
.cid-sR1imT3uBk .navbar.navbar-short .nav-link,
.cid-sR1imT3uBk .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sR1imT3uBk .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sR1imT3uBk .navbar-caption {
  padding-right: 3rem;
}
.cid-sR1imT3uBk .navbar.opened {
  background: #6029cc !important;
}
.cid-sR1imT3uBk .nav-item:focus,
.cid-sR1imT3uBk .nav-link:focus {
  outline: none;
}
.cid-sR1imT3uBk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR1imT3uBk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR1imT3uBk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sR1imT3uBk .navbar.opened {
  transition: all 0.3s;
}
.cid-sR1imT3uBk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR1imT3uBk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR1imT3uBk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR1imT3uBk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sR1imT3uBk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR1imT3uBk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR1imT3uBk .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: 55%;
}
.cid-sR1imT3uBk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR1imT3uBk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR1imT3uBk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR1imT3uBk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR1imT3uBk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR1imT3uBk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR1imT3uBk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR1imT3uBk .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: 55%;
  }
  .cid-sR1imT3uBk .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sR1imT3uBk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR1imT3uBk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR1imT3uBk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR1imT3uBk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR1imT3uBk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR1imT3uBk .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sR1imT3uBk .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sR1imT3uBk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR1imT3uBk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR1imT3uBk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR1imT3uBk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR1imT3uBk .dropdown-item.active,
.cid-sR1imT3uBk .dropdown-item:active {
  background-color: transparent;
}
.cid-sR1imT3uBk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR1imT3uBk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR1imT3uBk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR1imT3uBk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sR1imT3uBk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR1imT3uBk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR1imT3uBk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR1imT3uBk .navbar-buttons {
  text-align: center;
}
.cid-sR1imT3uBk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR1imT3uBk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sR1imT3uBk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR1imT3uBk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR1imT3uBk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR1imT3uBk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR1imT3uBk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR1imT3uBk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR1imT3uBk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR1imT3uBk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR1imT3uBk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR1imT3uBk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR1imT3uBk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR1imT3uBk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sR1imT3uBk .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR1imT3uBk .navbar {
    height: 77px;
  }
  .cid-sR1imT3uBk .navbar.opened {
    height: auto;
  }
  .cid-sR1imT3uBk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR1imTzum6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR1imTzum6 .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sR1imTzum6 .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sR1imTzum6 .footer_col_logo {
  width: 30%;
}
.cid-sR1imTzum6 .footer_col {
  width: 20%;
}
.cid-sR1imTzum6 .footer_col_menor {
  width: 20%;
}
.cid-sR1imTzum6 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sR1imTzum6 .logo_wrap {
  max-width: 90%;
}
.cid-sR1imTzum6 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sR1imTzum6 .brand_name {
  color: #ffffff;
}
.cid-sR1imTzum6 .contacts {
  margin-top: 20px;
}
.cid-sR1imTzum6 .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sR1imTzum6 .contacts b {
  color: #ffffff;
}
.cid-sR1imTzum6 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sR1imTzum6 .item-wrap {
  line-height: 2;
}
.cid-sR1imTzum6 .text-white {
  color: #f6f6f6 !important;
}
.cid-sR1imTzum6 .text-white:hover {
  color: #ffffff !important;
}
.cid-sR1imTzum6 .item-wrap a,
.cid-sR1imTzum6 .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1imTzum6 .item-wrap a:before,
.cid-sR1imTzum6 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR1imTzum6 .item-wrap a:hover::before,
.cid-sR1imTzum6 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR1imTzum6 .form_wrap {
  display: flex;
}
.cid-sR1imTzum6 .mbr-form {
  margin-top: 30px;
}
.cid-sR1imTzum6 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR1imTzum6 .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR1imTzum6 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR1imTzum6 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sR1imTzum6 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sR1imTzum6 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sR1imTzum6 .footer_col_logo {
    width: 100%;
  }
  .cid-sR1imTzum6 .footer_col {
    width: 33.3%;
  }
  .cid-sR1imTzum6 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sR1imTzum6 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sR1imTzum6 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sR1imTzum6 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sR1imTzum6 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sR1imTzum6 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sR1imTzum6 .mbr-form .form-group {
    width: 100%;
  }
  .cid-sR1imTzum6 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sR1imTzum6 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sR1imU2YTx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR1imU2YTx .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sR1imU2YTx .text-white {
  color: #f6f6f6 !important;
}
.cid-sR1imU2YTx .text-white:hover {
  color: #ffffff !important;
}
.cid-sR1imU2YTx .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR1imU2YTx .foot-menu li {
  padding: 10px;
}
.cid-sR1imU2YTx .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1imU2YTx .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR1imU2YTx .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR1imU2YTx .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sR1imU2YTx .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sR1imU2YTx .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sR1imU2YTx .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sR1imU2YTx .social-list a:hover {
  opacity: 1;
}
.cid-sR1imU2YTx .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sR1imU2YTx .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sR1imU2YTx .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sRef2omZhW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRef2omZhW .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sRef2omZhW .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sRef2omZhW .btn-white {
  color: #32ccfe !important;
}
.cid-sRef2omZhW .btn-white:hover {
  color: #000 !important;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRef2omZhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRef2omZhW .dropdown-item {
  color: #0d0025 !important;
}
.cid-sRef2omZhW .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRef2omZhW .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRef2omZhW .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sRef2omZhW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sRef2omZhW .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sRef2omZhW .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sRef2omZhW .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sRef2omZhW .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sRef2omZhW .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sRef2omZhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sRef2omZhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRef2omZhW .container {
  display: flex;
  margin: auto;
}
.cid-sRef2omZhW .navbar.navbar-short .nav-link,
.cid-sRef2omZhW .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sRef2omZhW .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sRef2omZhW .navbar-caption {
  padding-right: 3rem;
}
.cid-sRef2omZhW .navbar.opened {
  background: #6029cc !important;
}
.cid-sRef2omZhW .nav-item:focus,
.cid-sRef2omZhW .nav-link:focus {
  outline: none;
}
.cid-sRef2omZhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRef2omZhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRef2omZhW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sRef2omZhW .navbar.opened {
  transition: all 0.3s;
}
.cid-sRef2omZhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRef2omZhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRef2omZhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRef2omZhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRef2omZhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRef2omZhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRef2omZhW .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: 55%;
}
.cid-sRef2omZhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRef2omZhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRef2omZhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRef2omZhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRef2omZhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRef2omZhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRef2omZhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRef2omZhW .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: 55%;
  }
  .cid-sRef2omZhW .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sRef2omZhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRef2omZhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRef2omZhW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRef2omZhW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRef2omZhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRef2omZhW .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sRef2omZhW .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sRef2omZhW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRef2omZhW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRef2omZhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRef2omZhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRef2omZhW .dropdown-item.active,
.cid-sRef2omZhW .dropdown-item:active {
  background-color: transparent;
}
.cid-sRef2omZhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRef2omZhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRef2omZhW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRef2omZhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sRef2omZhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRef2omZhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRef2omZhW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRef2omZhW .navbar-buttons {
  text-align: center;
}
.cid-sRef2omZhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRef2omZhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sRef2omZhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRef2omZhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRef2omZhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRef2omZhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRef2omZhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRef2omZhW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRef2omZhW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRef2omZhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRef2omZhW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRef2omZhW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRef2omZhW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRef2omZhW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRef2omZhW .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRef2omZhW .navbar {
    height: 77px;
  }
  .cid-sRef2omZhW .navbar.opened {
    height: auto;
  }
  .cid-sRef2omZhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRef2rc0be .modal-body .close {
  background: #1b1b1b;
}
.cid-sRef2rc0be .modal-body .close span {
  font-style: normal;
}
.cid-sRef2rc0be .carousel-inner > .active,
.cid-sRef2rc0be .carousel-inner > .next,
.cid-sRef2rc0be .carousel-inner > .prev {
  display: table;
}
.cid-sRef2rc0be .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-sRef2rc0be .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-sRef2rc0be .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-sRef2rc0be .carousel-control,
.cid-sRef2rc0be .carousel-indicators li {
  background-color: #32ccfe !important;
  opacity: 0.7!important;
  border: none;
}
.cid-sRef2rc0be .carousel-control:hover,
.cid-sRef2rc0be .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sRef2rc0be .carousel-control .active,
.cid-sRef2rc0be .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sRef2rc0be .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sRef2rc0be .carousel-control .icon-next,
.cid-sRef2rc0be .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sRef2rc0be .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sRef2rc0be .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sRef2rc0be .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-sRef2rc0be .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-sRef2rc0be .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sRef2rc0be .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRef2rc0be .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sRef2rc0be .boxed-slider > div {
  position: relative;
}
.cid-sRef2rc0be .container img {
  width: 100%;
}
.cid-sRef2rc0be .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sRef2rc0be .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRef2rc0be .mbr-table-cell {
  padding: 0;
}
.cid-sRef2rc0be .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRef2rc0be .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sRef2rc0be .mbr-overlay {
  z-index: 1;
}
.cid-sRef2rc0be .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRef2rc0be .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sRef2rc0be .carousel-item .container {
    width: 100%;
  }
}
.cid-sRef2rc0be .carousel-item-next.carousel-item-left,
.cid-sRef2rc0be .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sRef2rc0be .active.carousel-item-right,
.cid-sRef2rc0be .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sRef2rc0be .active.carousel-item-left,
.cid-sRef2rc0be .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sRef2rc0be .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-sRef2rc0be .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRef2rc0be .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRef2rc0be .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sRef2rc0be .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRef2rc0be .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRef2rc0be .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sRef2rc0be .mbr-slider .carousel-indicators li.active,
.cid-sRef2rc0be .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sRef2rc0be .mbr-slider .carousel-indicators li::after,
.cid-sRef2rc0be .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sRef2rc0be .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sRef2rc0be .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sRef2rc0be .mbr-slider > .container img {
  width: 100%;
}
.cid-sRef2rc0be .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sRef2rc0be .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sRef2rc0be .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRef2rc0be .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRef2rc0be .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sRef2rc0be .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sRef2rc0be .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sRef2rc0be .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sRef2rc0be .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sRef2rc0be .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRef2rc0be .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sRef2rc0be .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sRef2rc0be .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sRef2rc0be DIV {
  text-align: left;
}
.cid-sRef2rc0be P {
  text-align: left;
}
.cid-sRef2rc0be H2 {
  text-align: left;
}
.cid-sRekbbtl1Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: -70px;
  background-color: #eeeeee;
}
.cid-sRekbbtl1Q .carousel {
  height: 550px;
}
.cid-sRekbbtl1Q .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRekbbtl1Q .carousel-item,
.cid-sRekbbtl1Q .carousel-inner {
  height: 100%;
}
.cid-sRekbbtl1Q .btn-pd {
  padding: 12px 17px !important;
}
.cid-sRekbbtl1Q .mbr-overlay {
  z-index: 1;
}
.cid-sRekbbtl1Q .carousel-caption {
  top: 50%;
  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-sRekbbtl1Q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRekbbtl1Q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRekbbtl1Q .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRekbbtl1Q .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRekbbtl1Q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRekbbtl1Q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRekbbtl1Q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRekbbtl1Q .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-sRekbbtl1Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRekbbtl1Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRekbbtl1Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRekbbtl1Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRekbbtl1Q .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-sRekbbtl1Q .carousel-indicators li.active {
  background-color: #6029cc;
}
.cid-sRekbbtl1Q .carousel-indicators li.active,
.cid-sRekbbtl1Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRekbbtl1Q .carousel-indicators li::after,
.cid-sRekbbtl1Q .carousel-indicators li::before {
  content: none;
}
.cid-sRekbbtl1Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRekbbtl1Q .carousel-indicators {
    display: none !important;
  }
}
.cid-sRekbbtl1Q .btn.btn-primary-outline {
  border: 1px solid #32ccfe;
}
.cid-sRekbbtl1Q .btn.btn-primary-outline:hover {
  background-color: #32ccfe !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-secondary-outline {
  border: 1px solid #6029cc;
}
.cid-sRekbbtl1Q .btn.btn-secondary-outline:hover {
  background-color: #6029cc !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-success-outline {
  border: 1px solid #ffc44e;
}
.cid-sRekbbtl1Q .btn.btn-success-outline:hover {
  background-color: #ffc44e !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-info-outline {
  border: 1px solid #3232ff;
}
.cid-sRekbbtl1Q .btn.btn-info-outline:hover {
  background-color: #3232ff !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-warning-outline {
  border: 1px solid #45d90d;
}
.cid-sRekbbtl1Q .btn.btn-warning-outline:hover {
  background-color: #45d90d !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-danger-outline {
  border: 1px solid #e3fcff;
}
.cid-sRekbbtl1Q .btn.btn-danger-outline:hover {
  background-color: #e3fcff !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRekbbtl1Q .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sRekbbtl1Q .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sRekbbtl1Q .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sRekbbtl1Q .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRekbbtl1Q .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRekbbtl1Q .carousel-control {
    display: none;
  }
  .cid-sRekbbtl1Q .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sRekbbtl1Q .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-sRef2rLcZM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sRef2rLcZM .title_block {
  margin-bottom: 80px;
}
.cid-sRef2rLcZM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRef2rLcZM .icon-size {
  width: 80px;
  padding-bottom: 5px;
}
.cid-sRef2rLcZM .card-text {
  font-size: 15px !important;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sRef2rLcZM .mbr-section-title,
.cid-sRef2rLcZM .card-title {
  color: #6029cc;
}
.cid-sRef2rLcZM .card_wrapper {
  border-radius: 12px;
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRef2rLcZM .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sRef2rLcZM .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRef2rLcZM .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRef2rLcZM .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRef2rLcZM .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #45d90d;
}
.cid-sRef2rLcZM .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRef2rLcZM .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #ffc44e;
}
.cid-sRef2rLcZM .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRef2rLcZM .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
}
.cid-sRef2rLcZM .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sRef2rLcZM .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sRef2rLcZM .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sRef2rLcZM .card-title {
  margin-bottom: 20px;
}
.cid-sRef2rLcZM .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sRef2rLcZM .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRef2rLcZM .btn_link:hover {
  cursor: pointer;
}
.cid-sRef2rLcZM .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sRef2rLcZM .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sRef2rLcZM .title_block {
    margin-bottom: 40px;
  }
  .cid-sRef2rLcZM .card {
    text-align: center;
  }
  .cid-sRef2rLcZM .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sRef2rLcZM .card-text,
.cid-sRef2rLcZM .btn_link {
  color: #1a1a1a;
}
.cid-sRef2snHPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sRef2snHPT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRef2snHPT .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sRef2snHPT .mbr-text {
  margin-bottom: 30px;
}
.cid-sRef2snHPT .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sRef2snHPT .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sRef2snHPT .iconfont-wrapper svg #grad_1 {
  stop-color: #6029cc;
}
.cid-sRef2snHPT .iconfont-wrapper svg #grad_2 {
  stop-color: #9c77e4;
}
.cid-sRef2snHPT .iconfont-wrapper svg #blur_svg {
  flood-color: #6029cc;
}
.cid-sRef2snHPT .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sRef2snHPT .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRef2snHPT .text-wrapper {
    text-align: center;
  }
  .cid-sRef2snHPT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRef2snHPT .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRef2snHPT .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sRef2snHPT .card-title,
.cid-sRef2snHPT .icon_block {
  color: #ffffff;
}
.cid-sRef2snHPT .mbr-text,
.cid-sRef2snHPT .mbr-section-btn {
  color: #ffffff;
}
.cid-sRef2sTZAs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sRef2sTZAs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRef2sTZAs .mbr-section-title {
  margin-bottom: 20px;
  color: #6029cc;
  text-align: center;
}
.cid-sRef2sTZAs .mbr-text {
  margin-bottom: 50px;
}
.cid-sRef2sTZAs .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sRef2sTZAs .item:nth-child(1) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRef2sTZAs .item:nth-child(1) .mbr-iconfont {
  color: #3232ff;
}
.cid-sRef2sTZAs .item:nth-child(2) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRef2sTZAs .item:nth-child(2) .mbr-iconfont {
  color: #45d90d;
}
.cid-sRef2sTZAs .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRef2sTZAs .item:nth-child(3) .mbr-iconfont {
  color: #e3fcff;
}
.cid-sRef2sTZAs .item:nth-child(4) .iconfont-wrapper {
  background-color: #f3fcff;
}
.cid-sRef2sTZAs .item:nth-child(4) .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRef2sTZAs .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sRef2sTZAs .card_info {
  display: inline-block;
}
.cid-sRef2sTZAs .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.1));
}
.cid-sRef2sTZAs .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sRef2sTZAs .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-sRef2sTZAs .card_text {
  margin-bottom: 0;
  color: #000000;
}
.cid-sRef2sTZAs .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sRef2sTZAs .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRef2sTZAs .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sRef2sTZAs .card_title {
    margin-bottom: 10px;
  }
  .cid-sRef2sTZAs .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRef2sTZAs .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sRef2sTZAs .mbr-text,
.cid-sRef2sTZAs .mbr-section-btn {
  text-align: center;
}
.cid-sRef2tT4Bb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sRef2tT4Bb .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sRef2tT4Bb .title_block {
  margin-bottom: 80px;
}
.cid-sRef2tT4Bb .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRef2tT4Bb .mbr-section-title {
  color: #6029cc;
}
.cid-sRef2tT4Bb .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-sRef2tT4Bb .user_descr {
  margin: 0;
}
.cid-sRef2tT4Bb .item {
  padding-bottom: 2rem;
}
.cid-sRef2tT4Bb .item:hover .mbr-item-subtitle {
  color: #32ccfe;
}
.cid-sRef2tT4Bb .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sRef2tT4Bb .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRef2tT4Bb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sRef2tT4Bb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sRef2tT4Bb .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sRef2tT4Bb .carousel-control,
.cid-sRef2tT4Bb .close {
  background: #1b1b1b;
}
.cid-sRef2tT4Bb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRef2tT4Bb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRef2tT4Bb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRef2tT4Bb .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRef2tT4Bb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sRef2tT4Bb .close::before {
  content: '\e91a';
}
.cid-sRef2tT4Bb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRef2tT4Bb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sRef2tT4Bb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRef2tT4Bb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRef2tT4Bb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRef2tT4Bb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRef2tT4Bb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sRef2tT4Bb .carousel-indicators li.active,
.cid-sRef2tT4Bb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRef2tT4Bb .carousel-indicators li::after,
.cid-sRef2tT4Bb .carousel-indicators li::before {
  content: none;
}
.cid-sRef2tT4Bb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRef2tT4Bb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRef2tT4Bb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRef2tT4Bb .carousel-indicators {
    display: none;
  }
}
.cid-sRef2tT4Bb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRef2tT4Bb .carousel-inner > .active {
  display: block;
}
.cid-sRef2tT4Bb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRef2tT4Bb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRef2tT4Bb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRef2tT4Bb .carousel-control,
  .cid-sRef2tT4Bb .carousel-indicators,
  .cid-sRef2tT4Bb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRef2tT4Bb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRef2tT4Bb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRef2tT4Bb .carousel-indicators .active,
.cid-sRef2tT4Bb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRef2tT4Bb .carousel-indicators .active {
  background: #fff;
}
.cid-sRef2tT4Bb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRef2tT4Bb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRef2tT4Bb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRef2tT4Bb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRef2tT4Bb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRef2tT4Bb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRef2tT4Bb .carousel {
  width: 100%;
}
.cid-sRef2tT4Bb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRef2tT4Bb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRef2tT4Bb .modal.fade .modal-dialog,
.cid-sRef2tT4Bb .modal.in .modal-dialog {
  transform: none;
}
.cid-sRef2tT4Bb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRef2tT4Bb .descr {
  color: #000000;
}
.cid-sRef2uvs9j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRef2uvs9j .mbri-left:before {
  content: "\f053";
}
.cid-sRef2uvs9j .mbri-right:before {
  content: "\f054";
}
.cid-sRef2uvs9j .carousel-control-next,
.cid-sRef2uvs9j .carousel-control-prev {
  color: #6029cc;
}
.cid-sRef2uvs9j .title-block {
  justify-content: space-between;
}
.cid-sRef2uvs9j .carousel-control {
  background: transparent !important;
  border: 2px solid #6029cc;
  opacity: 1 !important;
  transition: 0.3s;
}
.cid-sRef2uvs9j .carousel-control:hover {
  background-color: #6029cc !important;
  border: 2px solid #6029cc !important;
  color: #ffffff !important;
}
.cid-sRef2uvs9j .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRef2uvs9j .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sRef2uvs9j .carousel-item .wrap-img {
  text-align: center;
}
.cid-sRef2uvs9j .carousel-item .wrap-img img {
  width: auto;
  max-width: 70%;
}
.cid-sRef2uvs9j .carousel-controls .carousel-control {
  border-radius: 35px;
  width: 45px;
  height: 45px;
}
.cid-sRef2uvs9j .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
  left: auto;
}
.cid-sRef2uvs9j .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sRef2uvs9j .cloneditem-1,
.cid-sRef2uvs9j .cloneditem-2,
.cid-sRef2uvs9j .cloneditem-3,
.cid-sRef2uvs9j .cloneditem-4 {
  display: none;
}
.cid-sRef2uvs9j .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sRef2uvs9j .container {
  margin-bottom: 2.7rem;
}
.cid-sRef2uvs9j .controls-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sRef2uvs9j .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides2 .cloneditem-1,
  .cid-sRef2uvs9j .carousel-inner.slides2 .cloneditem-2,
  .cid-sRef2uvs9j .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides3 .cloneditem-1,
  .cid-sRef2uvs9j .carousel-inner.slides3 .cloneditem-2,
  .cid-sRef2uvs9j .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides4 .cloneditem-1,
  .cid-sRef2uvs9j .carousel-inner.slides4 .cloneditem-2,
  .cid-sRef2uvs9j .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides5 .cloneditem-1,
  .cid-sRef2uvs9j .carousel-inner.slides5 .cloneditem-2,
  .cid-sRef2uvs9j .carousel-inner.slides5 .cloneditem-3,
  .cid-sRef2uvs9j .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRef2uvs9j .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRef2uvs9j .carousel-inner.slides6 .cloneditem-1,
  .cid-sRef2uvs9j .carousel-inner.slides6 .cloneditem-2,
  .cid-sRef2uvs9j .carousel-inner.slides6 .cloneditem-3,
  .cid-sRef2uvs9j .carousel-inner.slides6 .cloneditem-4,
  .cid-sRef2uvs9j .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sRef2uvs9j .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
}
.cid-sRef2uvs9j .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sRef2uvs9j .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sRef2uvs9j .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sRef2uvs9j .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sRef2uvs9j .mbr-iconfont-2 {
  color: #6029cc !important;
}
.cid-sRef2uvs9j .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sRef2uvs9j .soc-item span {
  font-size: 1rem;
}
.cid-sRef2uvs9j .soc-item-1 {
  transition: 0.3s;
}
.cid-sRef2uvs9j .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sRef2uvs9j .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sRef2uvs9j .col-lg-2 {
    padding: 0rem;
  }
  .cid-sRef2uvs9j .title-block {
    margin: 0;
  }
  .cid-sRef2uvs9j .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sRef2uvs9j .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sRef2uvs9j .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sRef2uvs9j .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sRef2uvs9j .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 5%;
  }
}
.cid-sRef2uvs9j .col-lg-2 {
  padding: 0rem;
}
.cid-sRef2uvs9j .col-md-12 {
  padding: 0rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sRef2uvs9j .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sRef2uvs9j .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 21%;
  }
}
.cid-sRef2uvs9j .container-fluid {
  padding: 0;
}
.cid-sRef2uvs9j .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sRef2uvs9j .row {
    padding: 0 1rem;
  }
}
.cid-sRef2uvs9j .mbr-section-title {
  color: #6029cc;
  font-size: 30px !important;
}
.cid-sRef2uvs9j .clients-img {
  width: 320px !important;
}
.cid-sRef2uvs9j .icon-left {
  margin-right: 0.1rem;
}
.cid-sRef2uvs9j .icon-right {
  margin-left: 0.1rem;
}
.cid-sRef2wn7In {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0d0025;
  background-image: linear-gradient(45deg, rgba(13, 0, 37, 0.8) 0, #6029cc 100%);
}
.cid-sRef2wn7In .mbr-overlay {
  background: #4154f1;
}
.cid-sRef2wn7In .title_block {
  margin-bottom: 50px;
}
.cid-sRef2wn7In .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sRef2wn7In .mbr-section-title span {
  font-weight: 700;
}
.cid-sRef2wn7In .row {
  align-items: center;
}
.cid-sRef2wn7In .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sRef2wn7In .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRef2wn7In input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sRef2wn7In .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sRef2wn7In .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sRef2wn7In .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sRef2wn7In .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sRef2wn7In .btn {
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sRef2wn7In .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sRef2wn7In .title_block {
    margin-bottom: 30px;
  }
  .cid-sRef2wn7In form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sRef2wn7In .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sRef2wn7In .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sRef2wn7In .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sRef2wn7In .form-group input {
    border-radius: 0;
  }
  .cid-sRef2wn7In .btn {
    margin-top: 10px;
  }
}
.cid-sRef2x2DpB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRef2x2DpB .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sRef2x2DpB .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sRef2x2DpB .footer_col_logo {
  width: 30%;
}
.cid-sRef2x2DpB .footer_col {
  width: 20%;
}
.cid-sRef2x2DpB .footer_col_menor {
  width: 20%;
}
.cid-sRef2x2DpB .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sRef2x2DpB .logo_wrap {
  max-width: 90%;
}
.cid-sRef2x2DpB .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sRef2x2DpB .brand_name {
  color: #ffffff;
}
.cid-sRef2x2DpB .contacts {
  margin-top: 20px;
}
.cid-sRef2x2DpB .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sRef2x2DpB .contacts b {
  color: #ffffff;
}
.cid-sRef2x2DpB .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sRef2x2DpB .item-wrap {
  line-height: 2;
}
.cid-sRef2x2DpB .text-white {
  color: #f6f6f6 !important;
}
.cid-sRef2x2DpB .text-white:hover {
  color: #ffffff !important;
}
.cid-sRef2x2DpB .item-wrap a,
.cid-sRef2x2DpB .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRef2x2DpB .item-wrap a:before,
.cid-sRef2x2DpB .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRef2x2DpB .item-wrap a:hover::before,
.cid-sRef2x2DpB .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRef2x2DpB .form_wrap {
  display: flex;
}
.cid-sRef2x2DpB .mbr-form {
  margin-top: 30px;
}
.cid-sRef2x2DpB .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRef2x2DpB .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRef2x2DpB input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRef2x2DpB .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sRef2x2DpB .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sRef2x2DpB .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sRef2x2DpB .footer_col_logo {
    width: 100%;
  }
  .cid-sRef2x2DpB .footer_col {
    width: 33.3%;
  }
  .cid-sRef2x2DpB .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sRef2x2DpB .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sRef2x2DpB .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sRef2x2DpB .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sRef2x2DpB .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sRef2x2DpB .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sRef2x2DpB .mbr-form .form-group {
    width: 100%;
  }
  .cid-sRef2x2DpB .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sRef2x2DpB .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sRef2y9cm1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRef2y9cm1 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sRef2y9cm1 .text-white {
  color: #f6f6f6 !important;
}
.cid-sRef2y9cm1 .text-white:hover {
  color: #ffffff !important;
}
.cid-sRef2y9cm1 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRef2y9cm1 .foot-menu li {
  padding: 10px;
}
.cid-sRef2y9cm1 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRef2y9cm1 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRef2y9cm1 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRef2y9cm1 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sRef2y9cm1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sRef2y9cm1 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sRef2y9cm1 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sRef2y9cm1 .social-list a:hover {
  opacity: 1;
}
.cid-sRef2y9cm1 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sRef2y9cm1 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sRef2y9cm1 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sRqaKBsKDf {
  overflow: visible;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #6029cc;
}
.cid-sRqaKBsKDf .mbr-overlay {
  background: #000000;
}
.cid-sRqaKBsKDf .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sRqaKBsKDf .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sRqaKBsKDf .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sRqaKBsKDf .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sRqaKBsKDf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRqaKBsKDf .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sRqaKBsKDf .image__block {
    margin-bottom: -100px;
  }
}
.cid-sRqaKC30iR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRqaKC30iR .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sRqaKC30iR .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sRqaKC30iR .btn-white {
  color: #32ccfe !important;
}
.cid-sRqaKC30iR .btn-white:hover {
  color: #000 !important;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRqaKC30iR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRqaKC30iR .dropdown-item {
  color: #0d0025 !important;
}
.cid-sRqaKC30iR .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRqaKC30iR .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRqaKC30iR .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sRqaKC30iR .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sRqaKC30iR .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sRqaKC30iR .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sRqaKC30iR .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sRqaKC30iR .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sRqaKC30iR .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sRqaKC30iR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sRqaKC30iR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRqaKC30iR .container {
  display: flex;
  margin: auto;
}
.cid-sRqaKC30iR .navbar.navbar-short .nav-link,
.cid-sRqaKC30iR .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sRqaKC30iR .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sRqaKC30iR .navbar-caption {
  padding-right: 3rem;
}
.cid-sRqaKC30iR .navbar.opened {
  background: #6029cc !important;
}
.cid-sRqaKC30iR .nav-item:focus,
.cid-sRqaKC30iR .nav-link:focus {
  outline: none;
}
.cid-sRqaKC30iR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRqaKC30iR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRqaKC30iR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sRqaKC30iR .navbar.opened {
  transition: all 0.3s;
}
.cid-sRqaKC30iR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRqaKC30iR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRqaKC30iR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRqaKC30iR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRqaKC30iR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRqaKC30iR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRqaKC30iR .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: 55%;
}
.cid-sRqaKC30iR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRqaKC30iR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRqaKC30iR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRqaKC30iR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRqaKC30iR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRqaKC30iR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRqaKC30iR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRqaKC30iR .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: 55%;
  }
  .cid-sRqaKC30iR .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sRqaKC30iR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRqaKC30iR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRqaKC30iR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRqaKC30iR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRqaKC30iR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRqaKC30iR .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sRqaKC30iR .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sRqaKC30iR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRqaKC30iR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRqaKC30iR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRqaKC30iR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRqaKC30iR .dropdown-item.active,
.cid-sRqaKC30iR .dropdown-item:active {
  background-color: transparent;
}
.cid-sRqaKC30iR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRqaKC30iR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRqaKC30iR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRqaKC30iR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sRqaKC30iR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRqaKC30iR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRqaKC30iR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRqaKC30iR .navbar-buttons {
  text-align: center;
}
.cid-sRqaKC30iR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRqaKC30iR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sRqaKC30iR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRqaKC30iR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRqaKC30iR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRqaKC30iR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRqaKC30iR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRqaKC30iR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRqaKC30iR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRqaKC30iR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRqaKC30iR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRqaKC30iR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRqaKC30iR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRqaKC30iR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRqaKC30iR .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRqaKC30iR .navbar {
    height: 77px;
  }
  .cid-sRqaKC30iR .navbar.opened {
    height: auto;
  }
  .cid-sRqaKC30iR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRqaKCABXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRqaKCABXk a.btn > span {
  margin-left: 0.5rem;
}
.cid-sRqaKCABXk .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sRqaKCABXk .form-control {
  font-size: 16px !important;
}
.cid-sRqaKCABXk .mbr-text {
  line-height: 1.5;
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-sRqaKCABXk .btn-social a {
  line-height: 15px !important;
}
.cid-sRqaKCABXk .info-contact {
  font-size: 18px;
  padding-left: 15px;
  color: #000 !important;
}
.cid-sRqaKCABXk .btn-contato {
  padding: 15px 22px !important;
}
.cid-sRqaKCABXk label {
  font-size: 15px !important;
  font-family: 'Source Sans Pro', serif;
  font-weight: 600;
  color: #212121;
}
.cid-sRqaKCABXk .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sRqaKCABXk .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-sRqaKCABXk .right-side {
  max-width: 554px;
}
.cid-sRqaKCABXk .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sRqaKCABXk .margin {
  margin-right: 14px;
}
.cid-sRqaKCABXk .shadow {
  padding: 30px 30px 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 15px;
  background-color: #fff;
}
.cid-sRqaKCABXk img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sRqaKCABXk .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sRqaKCABXk .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sRqaKCABXk .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sRqaKCABXk .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #32ccfe;
  cursor: pointer;
}
.cid-sRqaKCABXk .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sRqaKCABXk .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-sRqaKCABXk .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sRqaKCABXk .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.cid-sRqaKCABXk .mbr-social-likes.small {
  display: flex;
}
.cid-sRqaKCABXk .mbr-social-likes.big {
  display: block;
}
.cid-sRqaKCABXk .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #32ccfe;
  cursor: pointer;
}
.cid-sRqaKCABXk .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sRqaKCABXk .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-sRqaKCABXk .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sRqaKCABXk .form-control,
.cid-sRqaKCABXk form .btn {
  min-height: initial;
}
.cid-sRqaKCABXk a.btn,
.cid-sRqaKCABXk button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-sRqaKCABXk input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 49px;
  margin-bottom: 18px;
  padding: 8px 26px;
}
.cid-sRqaKCABXk .form-select {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 49px;
  margin-bottom: 18px;
  padding: 8px 26px;
}
.cid-sRqaKCABXk textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sRqaKCABXk input:hover {
  border-color: #14142b !important;
}
.cid-sRqaKCABXk select:hover {
  border-color: #14142b !important;
}
.cid-sRqaKCABXk textarea:hover {
  border-color: #14142b !important;
}
.cid-sRqaKCABXk input:focus {
  border-color: #14142b !important;
}
.cid-sRqaKCABXk select:focus {
  border-color: #14142b !important;
}
.cid-sRqaKCABXk textarea:focus {
  border-color: #14142b !important;
}
.cid-sRqaKCABXk .form-group {
  margin-bottom: 0;
}
.cid-sRqaKCABXk .listen {
  margin-bottom: 24px;
}
.cid-sRqaKCABXk .phone {
  margin-bottom: 21px;
}
.cid-sRqaKCABXk .email {
  margin-bottom: 21px;
}
.cid-sRqaKCABXk .location {
  margin-bottom: 44px;
}
.cid-sRqaKCABXk .whats {
  margin-bottom: 21px;
}
.cid-sRqaKCABXk .listen,
.cid-sRqaKCABXk .big {
  text-align: left;
  color: #8c8c95;
}
.cid-sRqaKCABXk .mbr-text,
.cid-sRqaKCABXk .button-align {
  color: #000000;
}
.cid-sRqaKCABXk .email span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sRqaKCABXk .phone span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sRqaKCABXk .whats span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sRqaKCABXk .location span {
  padding: 7px;
  background-color: #6029cc;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sRqaKCABXk .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-sRqaKCABXk .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-sRqaKCABXk .left-side,
  .cid-sRqaKCABXk .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-sRqaKCABXk .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-sRqaKCABXk .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-sRqaKCABXk .shadow {
    padding: 25px;
  }
  .cid-sRqaKCABXk input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-sRqaKCABXk .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-sRqaKCABXk .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-sRqaKCABXk .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sRqaKCABXk .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sRqaKCABXk .big > .socicon-bg-twitter {
  background-color: #7237a2;
}
.cid-sRqaKCABXk .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sRqaKCABXk .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-sRqaKCABXk .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sRqaKCABXk .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sRqaKCABXk .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sRqaKCABXk .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sRqaKCABXk .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-sRqaKCABXk .mbr-iconfont {
  margin-right: 8px;
}
.cid-sRqaKCABXk .listen,
.cid-sRqaKCABXk .mbr-social-likes {
  color: #000000;
}
.cid-sRqaKD4ndy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRqaKD4ndy .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sRqaKD4ndy .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sRqaKD4ndy .footer_col_logo {
  width: 30%;
}
.cid-sRqaKD4ndy .footer_col {
  width: 20%;
}
.cid-sRqaKD4ndy .footer_col_menor {
  width: 20%;
}
.cid-sRqaKD4ndy .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sRqaKD4ndy .logo_wrap {
  max-width: 90%;
}
.cid-sRqaKD4ndy .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sRqaKD4ndy .brand_name {
  color: #ffffff;
}
.cid-sRqaKD4ndy .contacts {
  margin-top: 20px;
}
.cid-sRqaKD4ndy .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sRqaKD4ndy .contacts b {
  color: #ffffff;
}
.cid-sRqaKD4ndy .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sRqaKD4ndy .item-wrap {
  line-height: 2;
}
.cid-sRqaKD4ndy .text-white {
  color: #f6f6f6 !important;
}
.cid-sRqaKD4ndy .text-white:hover {
  color: #ffffff !important;
}
.cid-sRqaKD4ndy .item-wrap a,
.cid-sRqaKD4ndy .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRqaKD4ndy .item-wrap a:before,
.cid-sRqaKD4ndy .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRqaKD4ndy .item-wrap a:hover::before,
.cid-sRqaKD4ndy .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRqaKD4ndy .form_wrap {
  display: flex;
}
.cid-sRqaKD4ndy .mbr-form {
  margin-top: 30px;
}
.cid-sRqaKD4ndy .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRqaKD4ndy .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRqaKD4ndy input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRqaKD4ndy .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sRqaKD4ndy .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sRqaKD4ndy .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sRqaKD4ndy .footer_col_logo {
    width: 100%;
  }
  .cid-sRqaKD4ndy .footer_col {
    width: 33.3%;
  }
  .cid-sRqaKD4ndy .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sRqaKD4ndy .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sRqaKD4ndy .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sRqaKD4ndy .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sRqaKD4ndy .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sRqaKD4ndy .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sRqaKD4ndy .mbr-form .form-group {
    width: 100%;
  }
  .cid-sRqaKD4ndy .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sRqaKD4ndy .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sRqaKDpRqg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRqaKDpRqg .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sRqaKDpRqg .text-white {
  color: #f6f6f6 !important;
}
.cid-sRqaKDpRqg .text-white:hover {
  color: #ffffff !important;
}
.cid-sRqaKDpRqg .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRqaKDpRqg .foot-menu li {
  padding: 10px;
}
.cid-sRqaKDpRqg .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRqaKDpRqg .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRqaKDpRqg .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRqaKDpRqg .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sRqaKDpRqg .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sRqaKDpRqg .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sRqaKDpRqg .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sRqaKDpRqg .social-list a:hover {
  opacity: 1;
}
.cid-sRqaKDpRqg .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sRqaKDpRqg .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sRqaKDpRqg .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sRuhpye0V2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRuhpye0V2 .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sRuhpye0V2 .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sRuhpye0V2 .btn-white {
  color: #32ccfe !important;
}
.cid-sRuhpye0V2 .btn-white:hover {
  color: #000 !important;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRuhpye0V2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRuhpye0V2 .dropdown-item {
  color: #0d0025 !important;
}
.cid-sRuhpye0V2 .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRuhpye0V2 .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRuhpye0V2 .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sRuhpye0V2 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sRuhpye0V2 .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sRuhpye0V2 .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sRuhpye0V2 .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sRuhpye0V2 .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sRuhpye0V2 .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sRuhpye0V2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sRuhpye0V2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRuhpye0V2 .container {
  display: flex;
  margin: auto;
}
.cid-sRuhpye0V2 .navbar.navbar-short .nav-link,
.cid-sRuhpye0V2 .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sRuhpye0V2 .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sRuhpye0V2 .navbar-caption {
  padding-right: 3rem;
}
.cid-sRuhpye0V2 .navbar.opened {
  background: #6029cc !important;
}
.cid-sRuhpye0V2 .nav-item:focus,
.cid-sRuhpye0V2 .nav-link:focus {
  outline: none;
}
.cid-sRuhpye0V2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRuhpye0V2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRuhpye0V2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sRuhpye0V2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRuhpye0V2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRuhpye0V2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRuhpye0V2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRuhpye0V2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRuhpye0V2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRuhpye0V2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRuhpye0V2 .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: 55%;
}
.cid-sRuhpye0V2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRuhpye0V2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRuhpye0V2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRuhpye0V2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRuhpye0V2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRuhpye0V2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRuhpye0V2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRuhpye0V2 .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: 55%;
  }
  .cid-sRuhpye0V2 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sRuhpye0V2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRuhpye0V2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRuhpye0V2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRuhpye0V2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRuhpye0V2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRuhpye0V2 .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sRuhpye0V2 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sRuhpye0V2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRuhpye0V2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRuhpye0V2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRuhpye0V2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRuhpye0V2 .dropdown-item.active,
.cid-sRuhpye0V2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRuhpye0V2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRuhpye0V2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRuhpye0V2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRuhpye0V2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sRuhpye0V2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRuhpye0V2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRuhpye0V2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRuhpye0V2 .navbar-buttons {
  text-align: center;
}
.cid-sRuhpye0V2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRuhpye0V2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sRuhpye0V2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRuhpye0V2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRuhpye0V2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRuhpye0V2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRuhpye0V2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRuhpye0V2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRuhpye0V2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRuhpye0V2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRuhpye0V2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRuhpye0V2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRuhpye0V2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRuhpye0V2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRuhpye0V2 .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRuhpye0V2 .navbar {
    height: 77px;
  }
  .cid-sRuhpye0V2 .navbar.opened {
    height: auto;
  }
  .cid-sRuhpye0V2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRuhG3Mbn9 {
  padding-top: 150px;
  padding-bottom: 195px;
  overflow: hidden;
}
.cid-sRuhG3Mbn9 svg {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sRuhG3Mbn9 #e2_shape {
  fill: #ffffff !important;
}
.cid-sRuhG3Mbn9 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sRuhG3Mbn9 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sRuhG3Mbn9 img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sRujznKGww .modal-body .close {
  background: #1b1b1b;
}
.cid-sRujznKGww .modal-body .close span {
  font-style: normal;
}
.cid-sRujznKGww .carousel-inner > .active,
.cid-sRujznKGww .carousel-inner > .next,
.cid-sRujznKGww .carousel-inner > .prev {
  display: table;
}
.cid-sRujznKGww .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-sRujznKGww .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-sRujznKGww .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-sRujznKGww .carousel-control,
.cid-sRujznKGww .carousel-indicators li {
  background-color: #32ccfe !important;
  opacity: 0.7!important;
  border: none;
}
.cid-sRujznKGww .carousel-control:hover,
.cid-sRujznKGww .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sRujznKGww .carousel-control .active,
.cid-sRujznKGww .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sRujznKGww .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sRujznKGww .carousel-control .icon-next,
.cid-sRujznKGww .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sRujznKGww .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sRujznKGww .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sRujznKGww .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-sRujznKGww .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-sRujznKGww .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sRujznKGww .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRujznKGww .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sRujznKGww .boxed-slider > div {
  position: relative;
}
.cid-sRujznKGww .container img {
  width: 100%;
}
.cid-sRujznKGww .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sRujznKGww .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRujznKGww .mbr-table-cell {
  padding: 0;
}
.cid-sRujznKGww .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRujznKGww .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sRujznKGww .mbr-overlay {
  z-index: 1;
}
.cid-sRujznKGww .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRujznKGww .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sRujznKGww .carousel-item .container {
    width: 100%;
  }
}
.cid-sRujznKGww .carousel-item-next.carousel-item-left,
.cid-sRujznKGww .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sRujznKGww .active.carousel-item-right,
.cid-sRujznKGww .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sRujznKGww .active.carousel-item-left,
.cid-sRujznKGww .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sRujznKGww .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-sRujznKGww .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRujznKGww .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRujznKGww .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sRujznKGww .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRujznKGww .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRujznKGww .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sRujznKGww .mbr-slider .carousel-indicators li.active,
.cid-sRujznKGww .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sRujznKGww .mbr-slider .carousel-indicators li::after,
.cid-sRujznKGww .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sRujznKGww .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sRujznKGww .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sRujznKGww .mbr-slider > .container img {
  width: 100%;
}
.cid-sRujznKGww .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sRujznKGww .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sRujznKGww .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRujznKGww .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRujznKGww .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sRujznKGww .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sRujznKGww .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sRujznKGww .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sRujznKGww .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sRujznKGww .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRujznKGww .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sRujznKGww .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sRujznKGww .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sRujznKGww DIV {
  text-align: left;
}
.cid-sRujznKGww P {
  text-align: left;
}
.cid-sRujznKGww H2 {
  text-align: left;
}
.cid-sRuhpz3OXN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sRuhpz3OXN .title_block {
  margin-bottom: 80px;
}
.cid-sRuhpz3OXN .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRuhpz3OXN .icon-size {
  width: 80px;
  padding-bottom: 5px;
}
.cid-sRuhpz3OXN .card-text {
  font-size: 15px !important;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sRuhpz3OXN .mbr-section-title,
.cid-sRuhpz3OXN .card-title {
  color: #6029cc;
}
.cid-sRuhpz3OXN .card_wrapper {
  border-radius: 12px;
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRuhpz3OXN .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sRuhpz3OXN .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRuhpz3OXN .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRuhpz3OXN .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRuhpz3OXN .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #45d90d;
}
.cid-sRuhpz3OXN .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRuhpz3OXN .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #ffc44e;
}
.cid-sRuhpz3OXN .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRuhpz3OXN .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
}
.cid-sRuhpz3OXN .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sRuhpz3OXN .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sRuhpz3OXN .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sRuhpz3OXN .card-title {
  margin-bottom: 20px;
}
.cid-sRuhpz3OXN .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sRuhpz3OXN .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRuhpz3OXN .btn_link:hover {
  cursor: pointer;
}
.cid-sRuhpz3OXN .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sRuhpz3OXN .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sRuhpz3OXN .title_block {
    margin-bottom: 40px;
  }
  .cid-sRuhpz3OXN .card {
    text-align: center;
  }
  .cid-sRuhpz3OXN .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sRuhpz3OXN .card-text,
.cid-sRuhpz3OXN .btn_link {
  color: #1a1a1a;
}
.cid-sRuhpzy6ed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sRuhpzy6ed .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRuhpzy6ed .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sRuhpzy6ed .mbr-text {
  margin-bottom: 30px;
}
.cid-sRuhpzy6ed .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sRuhpzy6ed .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sRuhpzy6ed .iconfont-wrapper svg #grad_1 {
  stop-color: #6029cc;
}
.cid-sRuhpzy6ed .iconfont-wrapper svg #grad_2 {
  stop-color: #9c77e4;
}
.cid-sRuhpzy6ed .iconfont-wrapper svg #blur_svg {
  flood-color: #6029cc;
}
.cid-sRuhpzy6ed .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sRuhpzy6ed .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRuhpzy6ed .text-wrapper {
    text-align: center;
  }
  .cid-sRuhpzy6ed .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRuhpzy6ed .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRuhpzy6ed .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sRuhpzy6ed .card-title,
.cid-sRuhpzy6ed .icon_block {
  color: #ffffff;
}
.cid-sRuhpzy6ed .mbr-text,
.cid-sRuhpzy6ed .mbr-section-btn {
  color: #ffffff;
}
.cid-sRuhpzTcK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sRuhpzTcK5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRuhpzTcK5 .mbr-section-title {
  margin-bottom: 20px;
  color: #6029cc;
  text-align: center;
}
.cid-sRuhpzTcK5 .mbr-text {
  margin-bottom: 50px;
}
.cid-sRuhpzTcK5 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sRuhpzTcK5 .item:nth-child(1) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRuhpzTcK5 .item:nth-child(1) .mbr-iconfont {
  color: #3232ff;
}
.cid-sRuhpzTcK5 .item:nth-child(2) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRuhpzTcK5 .item:nth-child(2) .mbr-iconfont {
  color: #45d90d;
}
.cid-sRuhpzTcK5 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRuhpzTcK5 .item:nth-child(3) .mbr-iconfont {
  color: #e3fcff;
}
.cid-sRuhpzTcK5 .item:nth-child(4) .iconfont-wrapper {
  background-color: #f3fcff;
}
.cid-sRuhpzTcK5 .item:nth-child(4) .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRuhpzTcK5 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sRuhpzTcK5 .card_info {
  display: inline-block;
}
.cid-sRuhpzTcK5 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.1));
}
.cid-sRuhpzTcK5 .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sRuhpzTcK5 .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-sRuhpzTcK5 .card_text {
  margin-bottom: 0;
  color: #000000;
}
.cid-sRuhpzTcK5 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sRuhpzTcK5 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRuhpzTcK5 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sRuhpzTcK5 .card_title {
    margin-bottom: 10px;
  }
  .cid-sRuhpzTcK5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRuhpzTcK5 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sRuhpzTcK5 .mbr-text,
.cid-sRuhpzTcK5 .mbr-section-btn {
  text-align: center;
}
.cid-sRuhpAlmKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sRuhpAlmKU .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sRuhpAlmKU .title_block {
  margin-bottom: 80px;
}
.cid-sRuhpAlmKU .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRuhpAlmKU .mbr-section-title {
  color: #6029cc;
}
.cid-sRuhpAlmKU .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-sRuhpAlmKU .user_descr {
  margin: 0;
}
.cid-sRuhpAlmKU .item {
  padding-bottom: 2rem;
}
.cid-sRuhpAlmKU .item:hover .mbr-item-subtitle {
  color: #32ccfe;
}
.cid-sRuhpAlmKU .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sRuhpAlmKU .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRuhpAlmKU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sRuhpAlmKU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sRuhpAlmKU .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sRuhpAlmKU .carousel-control,
.cid-sRuhpAlmKU .close {
  background: #1b1b1b;
}
.cid-sRuhpAlmKU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRuhpAlmKU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRuhpAlmKU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRuhpAlmKU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRuhpAlmKU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sRuhpAlmKU .close::before {
  content: '\e91a';
}
.cid-sRuhpAlmKU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRuhpAlmKU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sRuhpAlmKU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRuhpAlmKU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRuhpAlmKU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRuhpAlmKU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRuhpAlmKU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sRuhpAlmKU .carousel-indicators li.active,
.cid-sRuhpAlmKU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRuhpAlmKU .carousel-indicators li::after,
.cid-sRuhpAlmKU .carousel-indicators li::before {
  content: none;
}
.cid-sRuhpAlmKU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRuhpAlmKU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRuhpAlmKU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRuhpAlmKU .carousel-indicators {
    display: none;
  }
}
.cid-sRuhpAlmKU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRuhpAlmKU .carousel-inner > .active {
  display: block;
}
.cid-sRuhpAlmKU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRuhpAlmKU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRuhpAlmKU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRuhpAlmKU .carousel-control,
  .cid-sRuhpAlmKU .carousel-indicators,
  .cid-sRuhpAlmKU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRuhpAlmKU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRuhpAlmKU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRuhpAlmKU .carousel-indicators .active,
.cid-sRuhpAlmKU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRuhpAlmKU .carousel-indicators .active {
  background: #fff;
}
.cid-sRuhpAlmKU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRuhpAlmKU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRuhpAlmKU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRuhpAlmKU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRuhpAlmKU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRuhpAlmKU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRuhpAlmKU .carousel {
  width: 100%;
}
.cid-sRuhpAlmKU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRuhpAlmKU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRuhpAlmKU .modal.fade .modal-dialog,
.cid-sRuhpAlmKU .modal.in .modal-dialog {
  transform: none;
}
.cid-sRuhpAlmKU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRuhpAlmKU .descr {
  color: #000000;
}
.cid-sRuhpAH0Ld {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sRuhpAH0Ld .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sRuhpAH0Ld .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sRuhpAUic4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-sRuhpAUic4 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #008ce3;
}
.cid-sRuhpAUic4 .mbr-text {
  margin-bottom: 20px;
}
.cid-sRuhpAUic4 .wrap {
  margin-bottom: 30px;
}
.cid-sRuhpAUic4 .card__wrap {
  display: flex;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sRuhpAUic4 .card__wrap:hover .author,
.cid-sRuhpAUic4 .card__wrap:hover .date,
.cid-sRuhpAUic4 .card__wrap:hover .category__content,
.cid-sRuhpAUic4 .card__wrap:hover .category__estimate,
.cid-sRuhpAUic4 .card__wrap:hover .content__title,
.cid-sRuhpAUic4 .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-sRuhpAUic4 .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sRuhpAUic4 .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sRuhpAUic4 .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.6));
  transform: translateY(0);
}
.cid-sRuhpAUic4 .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sRuhpAUic4 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sRuhpAUic4 .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sRuhpAUic4 .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sRuhpAUic4 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sRuhpAUic4 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sRuhpAUic4 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sRuhpAUic4 .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0;
}
.cid-sRuhpAUic4 .card__content > div {
  pointer-events: all;
}
.cid-sRuhpAUic4 .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-sRuhpAUic4 .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sRuhpAUic4 .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sRuhpAUic4 .btn {
  font-size: 17px !important;
}
.cid-sRuhpAUic4 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #32ccfe;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sRuhpAUic4 .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-sRuhpAUic4 .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-sRuhpAUic4 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRuhpAUic4 .mbr-section-title {
  color: #6029cc;
}
.cid-sRuhpAUic4 .content__title,
.cid-sRuhpAUic4 .mbr-section-btn2 {
  color: #ffffff;
}
.cid-sRuhpBoD3U {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRuhpBoD3U .mbri-left:before {
  content: "\f053";
}
.cid-sRuhpBoD3U .mbri-right:before {
  content: "\f054";
}
.cid-sRuhpBoD3U .carousel-control-next,
.cid-sRuhpBoD3U .carousel-control-prev {
  color: #6029cc;
}
.cid-sRuhpBoD3U .title-block {
  justify-content: space-between;
}
.cid-sRuhpBoD3U .carousel-control {
  background: transparent !important;
  border: 2px solid #6029cc;
  opacity: 1 !important;
  transition: 0.3s;
}
.cid-sRuhpBoD3U .carousel-control:hover {
  background-color: #6029cc !important;
  border: 2px solid #6029cc !important;
  color: #ffffff !important;
}
.cid-sRuhpBoD3U .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRuhpBoD3U .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sRuhpBoD3U .carousel-item .wrap-img {
  text-align: center;
}
.cid-sRuhpBoD3U .carousel-item .wrap-img img {
  width: auto;
  max-width: 70%;
}
.cid-sRuhpBoD3U .carousel-controls .carousel-control {
  border-radius: 35px;
  width: 45px;
  height: 45px;
}
.cid-sRuhpBoD3U .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
  left: auto;
}
.cid-sRuhpBoD3U .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sRuhpBoD3U .cloneditem-1,
.cid-sRuhpBoD3U .cloneditem-2,
.cid-sRuhpBoD3U .cloneditem-3,
.cid-sRuhpBoD3U .cloneditem-4 {
  display: none;
}
.cid-sRuhpBoD3U .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sRuhpBoD3U .container {
  margin-bottom: 2.7rem;
}
.cid-sRuhpBoD3U .controls-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sRuhpBoD3U .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides2 .cloneditem-1,
  .cid-sRuhpBoD3U .carousel-inner.slides2 .cloneditem-2,
  .cid-sRuhpBoD3U .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides3 .cloneditem-1,
  .cid-sRuhpBoD3U .carousel-inner.slides3 .cloneditem-2,
  .cid-sRuhpBoD3U .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides4 .cloneditem-1,
  .cid-sRuhpBoD3U .carousel-inner.slides4 .cloneditem-2,
  .cid-sRuhpBoD3U .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides5 .cloneditem-1,
  .cid-sRuhpBoD3U .carousel-inner.slides5 .cloneditem-2,
  .cid-sRuhpBoD3U .carousel-inner.slides5 .cloneditem-3,
  .cid-sRuhpBoD3U .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sRuhpBoD3U .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sRuhpBoD3U .carousel-inner.slides6 .cloneditem-1,
  .cid-sRuhpBoD3U .carousel-inner.slides6 .cloneditem-2,
  .cid-sRuhpBoD3U .carousel-inner.slides6 .cloneditem-3,
  .cid-sRuhpBoD3U .carousel-inner.slides6 .cloneditem-4,
  .cid-sRuhpBoD3U .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sRuhpBoD3U .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
}
.cid-sRuhpBoD3U .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sRuhpBoD3U .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sRuhpBoD3U .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sRuhpBoD3U .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sRuhpBoD3U .mbr-iconfont-2 {
  color: #6029cc !important;
}
.cid-sRuhpBoD3U .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sRuhpBoD3U .soc-item span {
  font-size: 1rem;
}
.cid-sRuhpBoD3U .soc-item-1 {
  transition: 0.3s;
}
.cid-sRuhpBoD3U .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sRuhpBoD3U .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sRuhpBoD3U .col-lg-2 {
    padding: 0rem;
  }
  .cid-sRuhpBoD3U .title-block {
    margin: 0;
  }
  .cid-sRuhpBoD3U .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sRuhpBoD3U .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sRuhpBoD3U .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sRuhpBoD3U .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sRuhpBoD3U .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 5%;
  }
}
.cid-sRuhpBoD3U .col-lg-2 {
  padding: 0rem;
}
.cid-sRuhpBoD3U .col-md-12 {
  padding: 0rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sRuhpBoD3U .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sRuhpBoD3U .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 21%;
  }
}
.cid-sRuhpBoD3U .container-fluid {
  padding: 0;
}
.cid-sRuhpBoD3U .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sRuhpBoD3U .row {
    padding: 0 1rem;
  }
}
.cid-sRuhpBoD3U .mbr-section-title {
  color: #191f23;
  font-size: 30px !important;
}
.cid-sRuhpBoD3U .clients-img {
  width: 320px !important;
}
.cid-sRuhpBoD3U .icon-left {
  margin-right: 0.1rem;
}
.cid-sRuhpBoD3U .icon-right {
  margin-left: 0.1rem;
}
.cid-sRuhpCgCg2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0d0025;
  background-image: linear-gradient(45deg, rgba(13, 0, 37, 0.8) 0, #6029cc 100%);
}
.cid-sRuhpCgCg2 .mbr-overlay {
  background: #4154f1;
}
.cid-sRuhpCgCg2 .title_block {
  margin-bottom: 50px;
}
.cid-sRuhpCgCg2 .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sRuhpCgCg2 .mbr-section-title span {
  font-weight: 700;
}
.cid-sRuhpCgCg2 .row {
  align-items: center;
}
.cid-sRuhpCgCg2 .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sRuhpCgCg2 .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRuhpCgCg2 input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sRuhpCgCg2 .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sRuhpCgCg2 .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sRuhpCgCg2 .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sRuhpCgCg2 .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sRuhpCgCg2 .btn {
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sRuhpCgCg2 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sRuhpCgCg2 .title_block {
    margin-bottom: 30px;
  }
  .cid-sRuhpCgCg2 form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sRuhpCgCg2 .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sRuhpCgCg2 .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sRuhpCgCg2 .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sRuhpCgCg2 .form-group input {
    border-radius: 0;
  }
  .cid-sRuhpCgCg2 .btn {
    margin-top: 10px;
  }
}
.cid-sRuhpCxbnI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRuhpCxbnI .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sRuhpCxbnI .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sRuhpCxbnI .footer_col_logo {
  width: 30%;
}
.cid-sRuhpCxbnI .footer_col {
  width: 20%;
}
.cid-sRuhpCxbnI .footer_col_menor {
  width: 20%;
}
.cid-sRuhpCxbnI .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sRuhpCxbnI .logo_wrap {
  max-width: 90%;
}
.cid-sRuhpCxbnI .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sRuhpCxbnI .brand_name {
  color: #ffffff;
}
.cid-sRuhpCxbnI .contacts {
  margin-top: 20px;
}
.cid-sRuhpCxbnI .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sRuhpCxbnI .contacts b {
  color: #ffffff;
}
.cid-sRuhpCxbnI .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sRuhpCxbnI .item-wrap {
  line-height: 2;
}
.cid-sRuhpCxbnI .text-white {
  color: #f6f6f6 !important;
}
.cid-sRuhpCxbnI .text-white:hover {
  color: #ffffff !important;
}
.cid-sRuhpCxbnI .item-wrap a,
.cid-sRuhpCxbnI .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRuhpCxbnI .item-wrap a:before,
.cid-sRuhpCxbnI .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRuhpCxbnI .item-wrap a:hover::before,
.cid-sRuhpCxbnI .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRuhpCxbnI .form_wrap {
  display: flex;
}
.cid-sRuhpCxbnI .mbr-form {
  margin-top: 30px;
}
.cid-sRuhpCxbnI .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRuhpCxbnI .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRuhpCxbnI input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRuhpCxbnI .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sRuhpCxbnI .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sRuhpCxbnI .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sRuhpCxbnI .footer_col_logo {
    width: 100%;
  }
  .cid-sRuhpCxbnI .footer_col {
    width: 33.3%;
  }
  .cid-sRuhpCxbnI .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sRuhpCxbnI .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sRuhpCxbnI .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sRuhpCxbnI .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sRuhpCxbnI .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sRuhpCxbnI .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sRuhpCxbnI .mbr-form .form-group {
    width: 100%;
  }
  .cid-sRuhpCxbnI .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sRuhpCxbnI .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sRuhpCVcJ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRuhpCVcJ2 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sRuhpCVcJ2 .text-white {
  color: #f6f6f6 !important;
}
.cid-sRuhpCVcJ2 .text-white:hover {
  color: #ffffff !important;
}
.cid-sRuhpCVcJ2 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRuhpCVcJ2 .foot-menu li {
  padding: 10px;
}
.cid-sRuhpCVcJ2 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRuhpCVcJ2 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRuhpCVcJ2 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRuhpCVcJ2 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sRuhpCVcJ2 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sRuhpCVcJ2 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sRuhpCVcJ2 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sRuhpCVcJ2 .social-list a:hover {
  opacity: 1;
}
.cid-sRuhpCVcJ2 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sRuhpCVcJ2 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sRuhpCVcJ2 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sRBviftmeI {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-dark-blue-1920x600.jpg");
}
.cid-sRBviftmeI .mbr-overlay {
  background: #000000;
}
.cid-sRBviftmeI .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sRBviftmeI .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sRBviftmeI .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sRBviftmeI .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sRBviftmeI .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRBviftmeI .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sRBviftmeI .image__block {
    margin-bottom: -100px;
  }
}
.cid-sV5oo8anna {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sV5oo8anna .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sV5oo8anna .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sV5oo8anna .button-align {
  text-align: center;
}
.cid-sV5oo8anna .margin {
  margin-right: 14px;
}
.cid-sV5oo8anna .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-sV5oo8anna .margin {
    margin-right: 0px;
  }
  .cid-sV5oo8anna .b {
    margin-bottom: 20px;
  }
}
.cid-sV5oo8anna .btn {
  margin-top: 20px;
}
.cid-sV5oo8anna a.btn > span {
  margin-left: 0.5rem;
}
.cid-sRBwCPaPHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sRBwCPaPHJ .user-card {
  background-color: #fff;
  padding: 35px 60px;
  border-radius: 10px;
}
.cid-sRBwCPaPHJ .mb-40 {
  margin-bottom: 40px;
}
.cid-sRBwCPaPHJ .user_image {
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.cid-sRBwCPaPHJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
}
.cid-sRBwCPaPHJ .heading {
  color: #6029cc;
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRBwCPaPHJ .user_desk {
  color: #6029cc;
  opacity: 0.8;
  line-height: 30px;
  text-align: left;
}
.cid-sRBwCPaPHJ .user_text {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #000000;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.cid-sRBwCPaPHJ .user_name {
  color: #6029cc;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sRBwCPaPHJ .user_image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .cid-sRBwCPaPHJ .user-card {
    padding: 1rem;
  }
  .cid-sRBwCPaPHJ .heading {
    padding-bottom: 25px;
  }
}
@media (max-width: 770px) {
  .cid-sRBwCPaPHJ .user_image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.cid-sRBwCPaPHJ .small {
  margin-bottom: 0;
}
.cid-sSeurfHKTG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-seusdados-3-1920x644.jpg");
}
.cid-sSeurfHKTG .mbr-overlay {
  background: #080808;
}
.cid-sSeurfHKTG .title_block {
  margin-bottom: 50px;
}
.cid-sSeurfHKTG .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sSeurfHKTG .mbr-section-title span {
  font-weight: 700;
}
.cid-sSeurfHKTG .row {
  align-items: center;
}
.cid-sSeurfHKTG .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sSeurfHKTG .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sSeurfHKTG input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sSeurfHKTG .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sSeurfHKTG .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sSeurfHKTG .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sSeurfHKTG .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sSeurfHKTG .btn {
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sSeurfHKTG .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sSeurfHKTG .title_block {
    margin-bottom: 30px;
  }
  .cid-sSeurfHKTG form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sSeurfHKTG .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sSeurfHKTG .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sSeurfHKTG .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sSeurfHKTG .form-group input {
    border-radius: 0;
  }
  .cid-sSeurfHKTG .btn {
    margin-top: 10px;
  }
}
.cid-sRBvigTsA9 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRBvigTsA9 .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sRBvigTsA9 .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sRBvigTsA9 .btn-white {
  color: #32ccfe !important;
}
.cid-sRBvigTsA9 .btn-white:hover {
  color: #000 !important;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRBvigTsA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRBvigTsA9 .dropdown-item {
  color: #0d0025 !important;
}
.cid-sRBvigTsA9 .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRBvigTsA9 .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRBvigTsA9 .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sRBvigTsA9 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sRBvigTsA9 .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sRBvigTsA9 .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sRBvigTsA9 .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sRBvigTsA9 .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sRBvigTsA9 .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sRBvigTsA9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sRBvigTsA9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRBvigTsA9 .container {
  display: flex;
  margin: auto;
}
.cid-sRBvigTsA9 .navbar.navbar-short .nav-link,
.cid-sRBvigTsA9 .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sRBvigTsA9 .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sRBvigTsA9 .navbar-caption {
  padding-right: 3rem;
}
.cid-sRBvigTsA9 .navbar.opened {
  background: #6029cc !important;
}
.cid-sRBvigTsA9 .nav-item:focus,
.cid-sRBvigTsA9 .nav-link:focus {
  outline: none;
}
.cid-sRBvigTsA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRBvigTsA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRBvigTsA9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sRBvigTsA9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRBvigTsA9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRBvigTsA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRBvigTsA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRBvigTsA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRBvigTsA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRBvigTsA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRBvigTsA9 .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: 55%;
}
.cid-sRBvigTsA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRBvigTsA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRBvigTsA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRBvigTsA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRBvigTsA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRBvigTsA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRBvigTsA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRBvigTsA9 .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: 55%;
  }
  .cid-sRBvigTsA9 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sRBvigTsA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRBvigTsA9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRBvigTsA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRBvigTsA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRBvigTsA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRBvigTsA9 .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sRBvigTsA9 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sRBvigTsA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRBvigTsA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRBvigTsA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRBvigTsA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRBvigTsA9 .dropdown-item.active,
.cid-sRBvigTsA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRBvigTsA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRBvigTsA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRBvigTsA9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRBvigTsA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sRBvigTsA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRBvigTsA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRBvigTsA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRBvigTsA9 .navbar-buttons {
  text-align: center;
}
.cid-sRBvigTsA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRBvigTsA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sRBvigTsA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRBvigTsA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRBvigTsA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRBvigTsA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRBvigTsA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRBvigTsA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRBvigTsA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRBvigTsA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRBvigTsA9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRBvigTsA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRBvigTsA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRBvigTsA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRBvigTsA9 .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRBvigTsA9 .navbar {
    height: 77px;
  }
  .cid-sRBvigTsA9 .navbar.opened {
    height: auto;
  }
  .cid-sRBvigTsA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRBvihn4KH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRBvihn4KH .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sRBvihn4KH .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sRBvihn4KH .footer_col_logo {
  width: 30%;
}
.cid-sRBvihn4KH .footer_col {
  width: 20%;
}
.cid-sRBvihn4KH .footer_col_menor {
  width: 20%;
}
.cid-sRBvihn4KH .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sRBvihn4KH .logo_wrap {
  max-width: 90%;
}
.cid-sRBvihn4KH .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sRBvihn4KH .brand_name {
  color: #ffffff;
}
.cid-sRBvihn4KH .contacts {
  margin-top: 20px;
}
.cid-sRBvihn4KH .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sRBvihn4KH .contacts b {
  color: #ffffff;
}
.cid-sRBvihn4KH .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sRBvihn4KH .item-wrap {
  line-height: 2;
}
.cid-sRBvihn4KH .text-white {
  color: #f6f6f6 !important;
}
.cid-sRBvihn4KH .text-white:hover {
  color: #ffffff !important;
}
.cid-sRBvihn4KH .item-wrap a,
.cid-sRBvihn4KH .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRBvihn4KH .item-wrap a:before,
.cid-sRBvihn4KH .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRBvihn4KH .item-wrap a:hover::before,
.cid-sRBvihn4KH .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRBvihn4KH .form_wrap {
  display: flex;
}
.cid-sRBvihn4KH .mbr-form {
  margin-top: 30px;
}
.cid-sRBvihn4KH .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRBvihn4KH .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRBvihn4KH input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRBvihn4KH .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sRBvihn4KH .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sRBvihn4KH .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sRBvihn4KH .footer_col_logo {
    width: 100%;
  }
  .cid-sRBvihn4KH .footer_col {
    width: 33.3%;
  }
  .cid-sRBvihn4KH .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sRBvihn4KH .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sRBvihn4KH .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sRBvihn4KH .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sRBvihn4KH .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sRBvihn4KH .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sRBvihn4KH .mbr-form .form-group {
    width: 100%;
  }
  .cid-sRBvihn4KH .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sRBvihn4KH .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sRBvihIbZu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRBvihIbZu .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sRBvihIbZu .text-white {
  color: #f6f6f6 !important;
}
.cid-sRBvihIbZu .text-white:hover {
  color: #ffffff !important;
}
.cid-sRBvihIbZu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRBvihIbZu .foot-menu li {
  padding: 10px;
}
.cid-sRBvihIbZu .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRBvihIbZu .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRBvihIbZu .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRBvihIbZu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sRBvihIbZu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sRBvihIbZu .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sRBvihIbZu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sRBvihIbZu .social-list a:hover {
  opacity: 1;
}
.cid-sRBvihIbZu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sRBvihIbZu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sRBvihIbZu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sRFvZm9hsf {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-dark-blue-1920x600.jpg");
}
.cid-sRFvZm9hsf .mbr-overlay {
  background: #000000;
}
.cid-sRFvZm9hsf .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sRFvZm9hsf .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sRFvZm9hsf .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sRFvZm9hsf .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sRFvZm9hsf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRFvZm9hsf .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sRFvZm9hsf .image__block {
    margin-bottom: -100px;
  }
}
.cid-sRFvZn957f .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRFvZn957f .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sRFvZn957f .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sRFvZn957f .btn-white {
  color: #32ccfe !important;
}
.cid-sRFvZn957f .btn-white:hover {
  color: #000 !important;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRFvZn957f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRFvZn957f .dropdown-item {
  color: #0d0025 !important;
}
.cid-sRFvZn957f .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRFvZn957f .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRFvZn957f .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sRFvZn957f .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sRFvZn957f .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sRFvZn957f .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sRFvZn957f .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sRFvZn957f .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sRFvZn957f .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sRFvZn957f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sRFvZn957f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRFvZn957f .container {
  display: flex;
  margin: auto;
}
.cid-sRFvZn957f .navbar.navbar-short .nav-link,
.cid-sRFvZn957f .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sRFvZn957f .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sRFvZn957f .navbar-caption {
  padding-right: 3rem;
}
.cid-sRFvZn957f .navbar.opened {
  background: #6029cc !important;
}
.cid-sRFvZn957f .nav-item:focus,
.cid-sRFvZn957f .nav-link:focus {
  outline: none;
}
.cid-sRFvZn957f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRFvZn957f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRFvZn957f .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sRFvZn957f .navbar.opened {
  transition: all 0.3s;
}
.cid-sRFvZn957f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRFvZn957f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRFvZn957f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRFvZn957f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRFvZn957f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRFvZn957f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRFvZn957f .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: 55%;
}
.cid-sRFvZn957f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRFvZn957f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRFvZn957f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRFvZn957f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRFvZn957f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRFvZn957f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRFvZn957f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRFvZn957f .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: 55%;
  }
  .cid-sRFvZn957f .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sRFvZn957f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRFvZn957f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRFvZn957f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRFvZn957f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRFvZn957f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRFvZn957f .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sRFvZn957f .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sRFvZn957f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRFvZn957f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRFvZn957f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRFvZn957f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRFvZn957f .dropdown-item.active,
.cid-sRFvZn957f .dropdown-item:active {
  background-color: transparent;
}
.cid-sRFvZn957f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRFvZn957f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRFvZn957f .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRFvZn957f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sRFvZn957f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRFvZn957f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRFvZn957f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRFvZn957f .navbar-buttons {
  text-align: center;
}
.cid-sRFvZn957f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRFvZn957f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sRFvZn957f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRFvZn957f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRFvZn957f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRFvZn957f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRFvZn957f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRFvZn957f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRFvZn957f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRFvZn957f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRFvZn957f .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRFvZn957f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRFvZn957f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRFvZn957f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRFvZn957f .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRFvZn957f .navbar {
    height: 77px;
  }
  .cid-sRFvZn957f .navbar.opened {
    height: auto;
  }
  .cid-sRFvZn957f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRFyHK6udf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRFyHK6udf .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8d6bcf;
}
.cid-sRFyHK6udf .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sRFyHK6udf .button-align {
  text-align: center;
}
.cid-sRFyHK6udf .mbr-section-btn {
  display: block;
}
.cid-sRFyHK6udf .btn {
  margin-top: 20px;
}
.cid-sRFyHK6udf a.btn > span {
  margin-left: 0.5rem;
}
.cid-sRFyHK6udf .mbr-text,
.cid-sRFyHK6udf .button-align {
  color: #1a1a1a;
  text-align: left;
}
.cid-sRFEwYkaHg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edeff0;
}
.cid-sRFEwYkaHg .mbr-section-title {
  margin-bottom: 30px;
  text-align: center;
  color: #6029cc;
}
@media (max-width: 992px) {
  .cid-sRFEwYkaHg .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-sRFEwYkaHg h3 {
  font-weight: 500 !important;
}
.cid-sRFEwYkaHg .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6029cc;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-sRFEwYkaHg .order {
    margin-right: 0;
  }
}
.cid-sRFEwYkaHg .list-item {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sRFEwYkaHg .list-item {
    padding: 3rem;
  }
}
.cid-sRFEwYkaHg .mbr-text {
  font-weight: 400;
  line-height: 1.72;
  color: #080808;
}
.cid-sRFEwYkaHg .mbr-subtitle {
  color: #6029cc;
}
@media (max-width: 768px) {
  .cid-sRFEwYkaHg .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-sRFHC2qbTO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-azul-1920x800.jpg");
}
.cid-sRFHC2qbTO .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffffff;
}
.cid-sRFHC2qbTO .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sRFHC2qbTO .button-align {
  text-align: center;
}
.cid-sRFHC2qbTO .margin {
  margin-right: 14px;
}
.cid-sRFHC2qbTO .mbr-section-btn {
  display: block;
}
.cid-sRFHC2qbTO .container {
  max-width: 1000px;
}
@media (max-width: 440px) {
  .cid-sRFHC2qbTO .margin {
    margin-right: 0px;
  }
  .cid-sRFHC2qbTO .b {
    margin-bottom: 20px;
  }
}
.cid-sRFHC2qbTO .btn {
  margin-top: 20px;
}
.cid-sRFHC2qbTO a.btn > span {
  margin-left: 0.5rem;
}
.cid-sRFVKZlKRo {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sRFVKZlKRo .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRFVKZlKRo .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRFVKZlKRo .panel-group .card .card-header {
  padding: 0 20px !important;
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRFVKZlKRo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRFVKZlKRo .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRFVKZlKRo .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRFVKZlKRo .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRFVKZlKRo .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRFVKZlKRo .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRFVKZlKRo .mbr-section-title {
  color: #6029cc;
  text-align: left;
  margin: 0;
}
.cid-sRFVKZlKRo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRFVKZlKRo .mbr-section-title DIV {
  text-align: left;
}
.cid-sRFVKZlKRo .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sRFVKZlKRo .texto-funcionalidades {
  font-size: 14px;
  color: #e6e6e6;
  margin-top: 10px;
  line-height: 24px;
}
.cid-sRFVKZlKRo .fs-titulo-box {
  font-size: 17px !important;
}
.cid-sRFVKZlKRo .card-img span {
  color: #fff;
}
.cid-sRFVKZlKRo .row-item {
  margin-bottom: 2rem;
}
.cid-sRFVKZlKRo .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sRFVKZlKRo .wrapper {
  padding: 1rem 1.5rem;
  background: #6029cc;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sRFVKZlKRo .mbr-card-title,
.cid-sRFVKZlKRo .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sRFYMTvvD3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #6029cc;
}
.cid-sRFYMTvvD3 .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRFYMTvvD3 .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRFYMTvvD3 .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRFYMTvvD3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRFYMTvvD3 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRFYMTvvD3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-sRFYMTvvD3 .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRFYMTvvD3 .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRFYMTvvD3 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-sRFYMTvvD3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sRFYMTvvD3 .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRFYMTvvD3 .mbr-section-title DIV {
  text-align: left;
}
.cid-sRFYMTvvD3 .mbr-text,
.cid-sRFYMTvvD3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sRFYMTvvD3 .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #ffffff;
}
.cid-sRFTL4Yt8L {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sRFTL4Yt8L .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRFTL4Yt8L .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRFTL4Yt8L .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRFTL4Yt8L .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRFTL4Yt8L .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRFTL4Yt8L .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRFTL4Yt8L .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRFTL4Yt8L .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRFTL4Yt8L .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRFTL4Yt8L .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRFTL4Yt8L .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRFTL4Yt8L .mbr-section-title DIV {
  text-align: left;
}
.cid-sRFTL4Yt8L ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-sRFTL4Yt8L ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-sRFTL4Yt8L ul li:hover {
  transform: translateX(10px);
}
.cid-sRFTL4Yt8L ul li:hover a {
  color: #32ccfe !important;
  background: none !important;
}
.cid-sRFTL4Yt8L h4 {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.cid-sRFTL4Yt8L .mbr-title {
  color: #6029cc;
}
.cid-sRFTL4Yt8L .mbr-text {
  color: #080808;
}
.cid-sRFZyhIaaH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-sRFZyhIaaH .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRFZyhIaaH .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRFZyhIaaH .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRFZyhIaaH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRFZyhIaaH .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRFZyhIaaH .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRFZyhIaaH .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRFZyhIaaH .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRFZyhIaaH .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRFZyhIaaH .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRFZyhIaaH .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRFZyhIaaH .mbr-section-title DIV {
  text-align: left;
}
.cid-sRFZyhIaaH .mbr-text,
.cid-sRFZyhIaaH .mbr-section-btn {
  color: #080808;
}
.cid-sRFZyhIaaH .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRG03R3jRt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-color-2-1920x727.png");
}
.cid-sRG03R3jRt td {
  padding: 10px 10px !important;
  border: 1px solid #6029cc !important;
}
.cid-sRG03R3jRt table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff !important;
}
.cid-sRG03R3jRt .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRG03R3jRt .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRG03R3jRt .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRG03R3jRt .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRG03R3jRt .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRG03R3jRt .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-sRG03R3jRt .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRG03R3jRt .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRG03R3jRt .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-sRG03R3jRt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sRG03R3jRt .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRG03R3jRt .mbr-section-title DIV {
  text-align: left;
}
.cid-sRG03R3jRt .mbr-text,
.cid-sRG03R3jRt .mbr-section-btn {
  color: #080808;
}
.cid-sRG03R3jRt .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #ffffff;
}
.cid-sRG1Uh8OhU {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sRG1Uh8OhU td {
  padding: 10px 10px !important;
  border: 1px solid #6029cc !important;
}
.cid-sRG1Uh8OhU table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000 !important;
}
.cid-sRG1Uh8OhU .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRG1Uh8OhU .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRG1Uh8OhU .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRG1Uh8OhU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRG1Uh8OhU .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRG1Uh8OhU .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRG1Uh8OhU .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRG1Uh8OhU .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRG1Uh8OhU .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRG1Uh8OhU .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRG1Uh8OhU .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRG1Uh8OhU .mbr-section-title DIV {
  text-align: left;
}
.cid-sRG1Uh8OhU .mbr-text,
.cid-sRG1Uh8OhU .mbr-section-btn {
  color: #080808;
}
.cid-sRG1Uh8OhU .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRG4eEscqb {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sRG4eEscqb .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRG4eEscqb .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRG4eEscqb .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRG4eEscqb .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRG4eEscqb .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRG4eEscqb .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRG4eEscqb .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRG4eEscqb .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRG4eEscqb .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRG4eEscqb .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRG4eEscqb .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRG4eEscqb .mbr-section-title DIV {
  text-align: left;
}
.cid-sRG4eEscqb .mbr-text,
.cid-sRG4eEscqb .mbr-section-btn {
  color: #080808;
}
.cid-sRG4eEscqb .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRG55y9jOJ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sRG55y9jOJ .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRG55y9jOJ .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRG55y9jOJ .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRG55y9jOJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRG55y9jOJ .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRG55y9jOJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRG55y9jOJ .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRG55y9jOJ .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRG55y9jOJ .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRG55y9jOJ .mbr-section-title {
  color: #6029cc;
  text-align: center;
}
.cid-sRG55y9jOJ .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRG55y9jOJ .mbr-section-title DIV {
  text-align: left;
}
.cid-sRG55y9jOJ .mbr-text,
.cid-sRG55y9jOJ .mbr-section-btn {
  color: #080808;
}
.cid-sRG55y9jOJ .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRG63domOI {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sRG63domOI td {
  padding: 10px 10px !important;
  border: 1px solid #6029cc !important;
}
.cid-sRG63domOI table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000 !important;
}
.cid-sRG63domOI .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRG63domOI .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRG63domOI .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRG63domOI .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRG63domOI .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRG63domOI .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRG63domOI .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRG63domOI .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRG63domOI .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRG63domOI .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRG63domOI .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRG63domOI .mbr-section-title DIV {
  text-align: left;
}
.cid-sRG63domOI .mbr-text,
.cid-sRG63domOI .mbr-section-btn {
  color: #080808;
}
.cid-sRG63domOI .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRG9vmLEl1 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-sRG9vmLEl1 td {
  padding: 10px 10px !important;
  border: 1px solid #6029cc !important;
}
.cid-sRG9vmLEl1 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000 !important;
}
.cid-sRG9vmLEl1 .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRG9vmLEl1 .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRG9vmLEl1 .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRG9vmLEl1 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRG9vmLEl1 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRG9vmLEl1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRG9vmLEl1 .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRG9vmLEl1 .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRG9vmLEl1 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRG9vmLEl1 .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRG9vmLEl1 .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRG9vmLEl1 .mbr-section-title DIV {
  text-align: left;
}
.cid-sRG9vmLEl1 .mbr-text,
.cid-sRG9vmLEl1 .mbr-section-btn {
  color: #080808;
}
.cid-sRG9vmLEl1 .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRGa9EIrb2 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sRGa9EIrb2 .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRGa9EIrb2 .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRGa9EIrb2 .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRGa9EIrb2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRGa9EIrb2 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRGa9EIrb2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRGa9EIrb2 .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRGa9EIrb2 .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRGa9EIrb2 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRGa9EIrb2 .mbr-section-title {
  color: #6029cc;
  text-align: left;
}
.cid-sRGa9EIrb2 .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRGa9EIrb2 .mbr-section-title DIV {
  text-align: left;
}
.cid-sRGa9EIrb2 .mbr-text,
.cid-sRGa9EIrb2 .mbr-section-btn {
  color: #080808;
}
.cid-sRGa9EIrb2 .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRGc6HHtRy {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sRGc6HHtRy .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRGc6HHtRy .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRGc6HHtRy .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRGc6HHtRy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRGc6HHtRy .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRGc6HHtRy .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sRGc6HHtRy .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRGc6HHtRy .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRGc6HHtRy .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #080808;
  text-align: left;
}
.cid-sRGc6HHtRy .mbr-section-title {
  color: #6029cc;
  text-align: center;
}
.cid-sRGc6HHtRy .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRGc6HHtRy .mbr-section-title DIV {
  text-align: left;
}
.cid-sRGc6HHtRy .mbr-text,
.cid-sRGc6HHtRy .mbr-section-btn {
  color: #080808;
}
.cid-sRGc6HHtRy .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #080808;
}
.cid-sRGcU7Y731 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-color-2-1920x727.png");
}
.cid-sRGcU7Y731 td {
  padding: 10px 10px !important;
  border: 1px solid #6029cc !important;
}
.cid-sRGcU7Y731 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff !important;
}
.cid-sRGcU7Y731 .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sRGcU7Y731 .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sRGcU7Y731 .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sRGcU7Y731 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRGcU7Y731 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sRGcU7Y731 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-sRGcU7Y731 .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sRGcU7Y731 .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sRGcU7Y731 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-sRGcU7Y731 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sRGcU7Y731 .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sRGcU7Y731 .mbr-section-title DIV {
  text-align: left;
}
.cid-sRGcU7Y731 .mbr-text,
.cid-sRGcU7Y731 .mbr-section-btn {
  color: #080808;
}
.cid-sRGcU7Y731 .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #ffffff;
}
.cid-sRFvZnx5fl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRFvZnx5fl .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sRFvZnx5fl .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sRFvZnx5fl .footer_col_logo {
  width: 30%;
}
.cid-sRFvZnx5fl .footer_col {
  width: 20%;
}
.cid-sRFvZnx5fl .footer_col_menor {
  width: 20%;
}
.cid-sRFvZnx5fl .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sRFvZnx5fl .logo_wrap {
  max-width: 90%;
}
.cid-sRFvZnx5fl .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sRFvZnx5fl .brand_name {
  color: #ffffff;
}
.cid-sRFvZnx5fl .contacts {
  margin-top: 20px;
}
.cid-sRFvZnx5fl .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sRFvZnx5fl .contacts b {
  color: #ffffff;
}
.cid-sRFvZnx5fl .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sRFvZnx5fl .item-wrap {
  line-height: 2;
}
.cid-sRFvZnx5fl .text-white {
  color: #f6f6f6 !important;
}
.cid-sRFvZnx5fl .text-white:hover {
  color: #ffffff !important;
}
.cid-sRFvZnx5fl .item-wrap a,
.cid-sRFvZnx5fl .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRFvZnx5fl .item-wrap a:before,
.cid-sRFvZnx5fl .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRFvZnx5fl .item-wrap a:hover::before,
.cid-sRFvZnx5fl .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRFvZnx5fl .form_wrap {
  display: flex;
}
.cid-sRFvZnx5fl .mbr-form {
  margin-top: 30px;
}
.cid-sRFvZnx5fl .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRFvZnx5fl .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRFvZnx5fl input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRFvZnx5fl .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sRFvZnx5fl .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sRFvZnx5fl .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sRFvZnx5fl .footer_col_logo {
    width: 100%;
  }
  .cid-sRFvZnx5fl .footer_col {
    width: 33.3%;
  }
  .cid-sRFvZnx5fl .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sRFvZnx5fl .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sRFvZnx5fl .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sRFvZnx5fl .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sRFvZnx5fl .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sRFvZnx5fl .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sRFvZnx5fl .mbr-form .form-group {
    width: 100%;
  }
  .cid-sRFvZnx5fl .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sRFvZnx5fl .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sRFvZnRv7L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRFvZnRv7L .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sRFvZnRv7L .text-white {
  color: #f6f6f6 !important;
}
.cid-sRFvZnRv7L .text-white:hover {
  color: #ffffff !important;
}
.cid-sRFvZnRv7L .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRFvZnRv7L .foot-menu li {
  padding: 10px;
}
.cid-sRFvZnRv7L .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRFvZnRv7L .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRFvZnRv7L .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRFvZnRv7L .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sRFvZnRv7L .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sRFvZnRv7L .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sRFvZnRv7L .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sRFvZnRv7L .social-list a:hover {
  opacity: 1;
}
.cid-sRFvZnRv7L .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sRFvZnRv7L .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sRFvZnRv7L .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sR1M5FNa0Z {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-2-1920x515.jpg");
}
.cid-sR1M5FNa0Z .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sR1M5FNa0Z .mbr-section-btn {
  margin-top: 50px;
}
.cid-sR1M5FNa0Z .mbr-section-btn .btn {
  font-weight: 700;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-sR1M5FNa0Z .mbr-section-btn .btn {
    height: 60px;
  }
}
.cid-sR1M5FNa0Z .mbr-section-subtitle {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-sR1M5FNa0Z .bottom__block {
  margin-top: 30px;
}
.cid-sR1M5FNa0Z .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-sR1M5FNa0Z .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-sR1M5FNa0Z .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-sR1M5FNa0Z .mbr-figure img {
  border-radius: 10px;
}
.cid-sR1M5FNa0Z .mbr-text {
  width: 40%;
}
.cid-sR1M5FNa0Z .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-sR1M5FNa0Z .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sR1M5FNa0Z .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sR1M5FNa0Z .modalWindow,
.cid-sR1M5FNa0Z .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sR1M5FNa0Z .modalWindow .modalWindow-container,
.cid-sR1M5FNa0Z .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sR1M5FNa0Z .modalWindow .modalWindow-video,
.cid-sR1M5FNa0Z .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sR1M5FNa0Z a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sR1M5FNa0Z a.close:hover {
  color: #ffffff;
}
.cid-sR1M5FNa0Z .mbr-figure {
  margin-right: 0;
  width: 220px !important;
  margin: auto;
}
.cid-sR1M5FNa0Z .mbr-media {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  .cid-sR1M5FNa0Z .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-sR1M5FNa0Z .bottom__card {
    flex-direction: column;
  }
  .cid-sR1M5FNa0Z .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-sR1M5FNa0Z .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-sR1M5FNa0Z .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sR1M5FNa0Z .bottom__block {
    flex-direction: column;
  }
}
.cid-sR1M5FNa0Z .mbr-section-subtitle,
.cid-sR1M5FNa0Z .mbr-section-btn {
  color: #ffffff;
}
.cid-sR1M5Gm4e6 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1M5Gm4e6 .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sR1M5Gm4e6 .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sR1M5Gm4e6 .btn-white {
  color: #32ccfe !important;
}
.cid-sR1M5Gm4e6 .btn-white:hover {
  color: #000 !important;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR1M5Gm4e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1M5Gm4e6 .dropdown-item {
  color: #0d0025 !important;
}
.cid-sR1M5Gm4e6 .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR1M5Gm4e6 .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR1M5Gm4e6 .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sR1M5Gm4e6 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sR1M5Gm4e6 .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sR1M5Gm4e6 .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sR1M5Gm4e6 .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sR1M5Gm4e6 .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sR1M5Gm4e6 .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sR1M5Gm4e6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sR1M5Gm4e6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sR1M5Gm4e6 .container {
  display: flex;
  margin: auto;
}
.cid-sR1M5Gm4e6 .navbar.navbar-short .nav-link,
.cid-sR1M5Gm4e6 .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sR1M5Gm4e6 .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sR1M5Gm4e6 .navbar-caption {
  padding-right: 3rem;
}
.cid-sR1M5Gm4e6 .navbar.opened {
  background: #6029cc !important;
}
.cid-sR1M5Gm4e6 .nav-item:focus,
.cid-sR1M5Gm4e6 .nav-link:focus {
  outline: none;
}
.cid-sR1M5Gm4e6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR1M5Gm4e6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR1M5Gm4e6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sR1M5Gm4e6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sR1M5Gm4e6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR1M5Gm4e6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR1M5Gm4e6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR1M5Gm4e6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sR1M5Gm4e6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR1M5Gm4e6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR1M5Gm4e6 .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: 55%;
}
.cid-sR1M5Gm4e6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR1M5Gm4e6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR1M5Gm4e6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR1M5Gm4e6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR1M5Gm4e6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR1M5Gm4e6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR1M5Gm4e6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR1M5Gm4e6 .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: 55%;
  }
  .cid-sR1M5Gm4e6 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sR1M5Gm4e6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR1M5Gm4e6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR1M5Gm4e6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR1M5Gm4e6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR1M5Gm4e6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR1M5Gm4e6 .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sR1M5Gm4e6 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sR1M5Gm4e6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR1M5Gm4e6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR1M5Gm4e6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR1M5Gm4e6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR1M5Gm4e6 .dropdown-item.active,
.cid-sR1M5Gm4e6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sR1M5Gm4e6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR1M5Gm4e6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR1M5Gm4e6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR1M5Gm4e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sR1M5Gm4e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR1M5Gm4e6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR1M5Gm4e6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR1M5Gm4e6 .navbar-buttons {
  text-align: center;
}
.cid-sR1M5Gm4e6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR1M5Gm4e6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sR1M5Gm4e6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR1M5Gm4e6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR1M5Gm4e6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR1M5Gm4e6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR1M5Gm4e6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR1M5Gm4e6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR1M5Gm4e6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR1M5Gm4e6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR1M5Gm4e6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR1M5Gm4e6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR1M5Gm4e6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR1M5Gm4e6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sR1M5Gm4e6 .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR1M5Gm4e6 .navbar {
    height: 77px;
  }
  .cid-sR1M5Gm4e6 .navbar.opened {
    height: auto;
  }
  .cid-sR1M5Gm4e6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR1Nh93qZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sR1Nh93qZj .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sR1Nh93qZj .btn {
  padding: 12px 20px !important;
}
.cid-sR1Nh93qZj .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sR1Nh93qZj .mbr-text {
  margin-bottom: 30px;
}
.cid-sR1Nh93qZj .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sR1Nh93qZj .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sR1Nh93qZj .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-sR1Nh93qZj .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-sR1Nh93qZj .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-sR1Nh93qZj .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sR1Nh93qZj .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR1Nh93qZj .text-wrapper {
    text-align: center;
  }
  .cid-sR1Nh93qZj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sR1Nh93qZj .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR1Nh93qZj .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sR1Nh93qZj .mbr-text,
.cid-sR1Nh93qZj .mbr-section-btn {
  color: #000000;
}
.cid-sR1R3Xt6PH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-dark-blue-1920x600.jpg");
}
.cid-sR1R3Xt6PH .mbr-section-title {
  color: #ffffff;
}
.cid-sR1R3Xt6PH .mbr-text,
.cid-sR1R3Xt6PH .mbr-section-btn {
  color: #ffffff;
}
.cid-sR1R3Xt6PH .btn {
  color: #fff!important;
  padding: 12px 20px !important;
  font-size: 18px !important;
}
.cid-sR1M5INCUh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-blue-1920x1200.jpg");
}
.cid-sR1M5INCUh .mbr-card-title {
  font-size: 20px !important;
}
.cid-sR1M5INCUh .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sR1M5INCUh .texto-funcionalidades {
  font-size: 16px;
  color: #e6e6e6;
  margin-top: 10px;
  line-height: 24px;
}
.cid-sR1M5INCUh .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-sR1M5INCUh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sR1M5INCUh .card-img span {
  color: #008ce3;
}
.cid-sR1M5INCUh .row-item {
  margin-bottom: 2rem;
}
.cid-sR1M5INCUh .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sR1M5INCUh .wrapper {
  padding: 1rem 1.5rem;
  background: #17161adb;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sR1M5INCUh .mbr-card-title,
.cid-sR1M5INCUh .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-sR1M5INCUh P {
  text-align: left;
  color: #000000;
}
.cid-sR1M5Le4Nn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sR1M5Le4Nn .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sR1M5Le4Nn .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sR1M5Le4Nn .fs-paragrafo {
  font-size: 20px;
}
.cid-sR1M5Le4Nn .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-sR1M5Le4Nn .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sR1M5Le4Nn ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sR1M5Le4Nn li::marker {
  color: #6029cc;
  width: 10px;
}
.cid-sR1M5Le4Nn li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-sR1M5Le4Nn img {
  width: 90%;
}
.cid-sR1M5Le4Nn .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sR1M5Le4Nn .b {
  max-width: 598px;
}
.cid-sR1M5Le4Nn .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sR1M5Le4Nn .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sR1M5Le4Nn .t {
    padding-top: 90px;
  }
  .cid-sR1M5Le4Nn .b {
    max-width: initial;
  }
  .cid-sR1M5Le4Nn .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sR1M5Le4Nn .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sR1M5Le4Nn .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sR1M5Le4Nn .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sR1M5Le4Nn .btn {
  margin-top: 20px;
}
.cid-sR1M5Le4Nn .t {
  max-width: 542px;
}
.cid-sR1M5Le4Nn .mbr-text,
.cid-sR1M5Le4Nn .button-align,
.cid-sR1M5Le4Nn .list {
  color: #000000;
}
.cid-sR1M5MrLVq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR1M5MrLVq .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sR1M5MrLVq .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sR1M5MrLVq .footer_col_logo {
  width: 30%;
}
.cid-sR1M5MrLVq .footer_col {
  width: 20%;
}
.cid-sR1M5MrLVq .footer_col_menor {
  width: 20%;
}
.cid-sR1M5MrLVq .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sR1M5MrLVq .logo_wrap {
  max-width: 90%;
}
.cid-sR1M5MrLVq .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sR1M5MrLVq .brand_name {
  color: #ffffff;
}
.cid-sR1M5MrLVq .contacts {
  margin-top: 20px;
}
.cid-sR1M5MrLVq .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sR1M5MrLVq .contacts b {
  color: #ffffff;
}
.cid-sR1M5MrLVq .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sR1M5MrLVq .item-wrap {
  line-height: 2;
}
.cid-sR1M5MrLVq .text-white {
  color: #f6f6f6 !important;
}
.cid-sR1M5MrLVq .text-white:hover {
  color: #ffffff !important;
}
.cid-sR1M5MrLVq .item-wrap a,
.cid-sR1M5MrLVq .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1M5MrLVq .item-wrap a:before,
.cid-sR1M5MrLVq .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR1M5MrLVq .item-wrap a:hover::before,
.cid-sR1M5MrLVq .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR1M5MrLVq .form_wrap {
  display: flex;
}
.cid-sR1M5MrLVq .mbr-form {
  margin-top: 30px;
}
.cid-sR1M5MrLVq .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR1M5MrLVq .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR1M5MrLVq input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR1M5MrLVq .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sR1M5MrLVq .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sR1M5MrLVq .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sR1M5MrLVq .footer_col_logo {
    width: 100%;
  }
  .cid-sR1M5MrLVq .footer_col {
    width: 33.3%;
  }
  .cid-sR1M5MrLVq .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sR1M5MrLVq .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sR1M5MrLVq .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sR1M5MrLVq .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sR1M5MrLVq .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sR1M5MrLVq .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sR1M5MrLVq .mbr-form .form-group {
    width: 100%;
  }
  .cid-sR1M5MrLVq .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sR1M5MrLVq .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sR1M5Ot5Aj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR1M5Ot5Aj .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sR1M5Ot5Aj .text-white {
  color: #f6f6f6 !important;
}
.cid-sR1M5Ot5Aj .text-white:hover {
  color: #ffffff !important;
}
.cid-sR1M5Ot5Aj .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR1M5Ot5Aj .foot-menu li {
  padding: 10px;
}
.cid-sR1M5Ot5Aj .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1M5Ot5Aj .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR1M5Ot5Aj .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR1M5Ot5Aj .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sR1M5Ot5Aj .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sR1M5Ot5Aj .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sR1M5Ot5Aj .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sR1M5Ot5Aj .social-list a:hover {
  opacity: 1;
}
.cid-sR1M5Ot5Aj .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sR1M5Ot5Aj .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sR1M5Ot5Aj .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sSev6Hnt93 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/woman-uses-cellphone-online-at-night-2021-08-28-21-10-15-utc-2000x1055.jpg");
}
.cid-sSev6Hnt93 .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sSev6Hnt93 .mbr-section-btn {
  margin-top: 50px;
}
.cid-sSev6Hnt93 .mbr-section-btn .btn {
  font-weight: 700;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-sSev6Hnt93 .mbr-section-btn .btn {
    height: 60px;
  }
}
.cid-sSev6Hnt93 .mbr-section-subtitle {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-sSev6Hnt93 .bottom__block {
  margin-top: 30px;
}
.cid-sSev6Hnt93 .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-sSev6Hnt93 .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-sSev6Hnt93 .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-sSev6Hnt93 .mbr-figure img {
  border-radius: 10px;
}
.cid-sSev6Hnt93 .mbr-text {
  width: 40%;
}
.cid-sSev6Hnt93 .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-sSev6Hnt93 .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sSev6Hnt93 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sSev6Hnt93 .modalWindow,
.cid-sSev6Hnt93 .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sSev6Hnt93 .modalWindow .modalWindow-container,
.cid-sSev6Hnt93 .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sSev6Hnt93 .modalWindow .modalWindow-video,
.cid-sSev6Hnt93 .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sSev6Hnt93 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sSev6Hnt93 a.close:hover {
  color: #ffffff;
}
.cid-sSev6Hnt93 .mbr-figure {
  margin-right: 0;
  width: 220px !important;
  margin: auto;
}
.cid-sSev6Hnt93 .mbr-media {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  .cid-sSev6Hnt93 .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-sSev6Hnt93 .bottom__card {
    flex-direction: column;
  }
  .cid-sSev6Hnt93 .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-sSev6Hnt93 .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-sSev6Hnt93 .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sSev6Hnt93 .bottom__block {
    flex-direction: column;
  }
}
.cid-sSev6Hnt93 .mbr-section-subtitle,
.cid-sSev6Hnt93 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSev6HOhTX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSev6HOhTX .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sSev6HOhTX .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sSev6HOhTX .btn-white {
  color: #32ccfe !important;
}
.cid-sSev6HOhTX .btn-white:hover {
  color: #000 !important;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sSev6HOhTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSev6HOhTX .dropdown-item {
  color: #0d0025 !important;
}
.cid-sSev6HOhTX .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sSev6HOhTX .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sSev6HOhTX .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sSev6HOhTX .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sSev6HOhTX .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sSev6HOhTX .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sSev6HOhTX .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sSev6HOhTX .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sSev6HOhTX .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sSev6HOhTX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sSev6HOhTX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSev6HOhTX .container {
  display: flex;
  margin: auto;
}
.cid-sSev6HOhTX .navbar.navbar-short .nav-link,
.cid-sSev6HOhTX .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sSev6HOhTX .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sSev6HOhTX .navbar-caption {
  padding-right: 3rem;
}
.cid-sSev6HOhTX .navbar.opened {
  background: #6029cc !important;
}
.cid-sSev6HOhTX .nav-item:focus,
.cid-sSev6HOhTX .nav-link:focus {
  outline: none;
}
.cid-sSev6HOhTX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSev6HOhTX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSev6HOhTX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sSev6HOhTX .navbar.opened {
  transition: all 0.3s;
}
.cid-sSev6HOhTX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSev6HOhTX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSev6HOhTX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSev6HOhTX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sSev6HOhTX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSev6HOhTX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSev6HOhTX .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: 55%;
}
.cid-sSev6HOhTX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSev6HOhTX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSev6HOhTX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSev6HOhTX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSev6HOhTX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSev6HOhTX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSev6HOhTX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSev6HOhTX .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: 55%;
  }
  .cid-sSev6HOhTX .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sSev6HOhTX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSev6HOhTX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSev6HOhTX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSev6HOhTX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSev6HOhTX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSev6HOhTX .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sSev6HOhTX .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sSev6HOhTX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSev6HOhTX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSev6HOhTX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSev6HOhTX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSev6HOhTX .dropdown-item.active,
.cid-sSev6HOhTX .dropdown-item:active {
  background-color: transparent;
}
.cid-sSev6HOhTX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSev6HOhTX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSev6HOhTX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSev6HOhTX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sSev6HOhTX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSev6HOhTX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSev6HOhTX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSev6HOhTX .navbar-buttons {
  text-align: center;
}
.cid-sSev6HOhTX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSev6HOhTX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sSev6HOhTX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSev6HOhTX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSev6HOhTX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSev6HOhTX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSev6HOhTX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSev6HOhTX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSev6HOhTX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSev6HOhTX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSev6HOhTX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSev6HOhTX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSev6HOhTX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSev6HOhTX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sSev6HOhTX .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSev6HOhTX .navbar {
    height: 77px;
  }
  .cid-sSev6HOhTX .navbar.opened {
    height: auto;
  }
  .cid-sSev6HOhTX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSev6IjUw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sSev6IjUw0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sSev6IjUw0 .btn {
  padding: 12px 20px !important;
}
.cid-sSev6IjUw0 .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sSev6IjUw0 .mbr-text {
  margin-bottom: 30px;
}
.cid-sSev6IjUw0 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sSev6IjUw0 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sSev6IjUw0 .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-sSev6IjUw0 .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-sSev6IjUw0 .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-sSev6IjUw0 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sSev6IjUw0 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSev6IjUw0 .text-wrapper {
    text-align: center;
  }
  .cid-sSev6IjUw0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sSev6IjUw0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sSev6IjUw0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sSev6IjUw0 .mbr-text,
.cid-sSev6IjUw0 .mbr-section-btn {
  color: #000000;
}
.cid-sSexvIPcMm {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6fbff;
}
.cid-sSexvIPcMm .title_block {
  margin-bottom: 80px;
}
.cid-sSexvIPcMm .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #45d90d;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sSexvIPcMm .icon-foto {
  width: 80px;
}
.cid-sSexvIPcMm .mbr-section-title {
  color: #6029cc;
}
.cid-sSexvIPcMm .image {
  position: relative;
}
.cid-sSexvIPcMm .image img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-sSexvIPcMm .image {
    left: -32px;
  }
}
.cid-sSexvIPcMm .card_icon {
  margin-bottom: 30px;
}
.cid-sSexvIPcMm .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-sSexvIPcMm .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-sSexvIPcMm .row .item {
  margin: auto;
}
.cid-sSexvIPcMm .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(227, 252, 255, 0.4);
  background-image: linear-gradient(-27deg, #e3fcff 0%, #ffffff 100%);
}
.cid-sSexvIPcMm .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(255, 196, 78, 0.4);
  background-image: linear-gradient(-27deg, #ffc44e 0%, #ffe6b4 100%);
}
.cid-sSexvIPcMm .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(69, 217, 13, 0.4);
  background-image: linear-gradient(-27deg, #45d90d 0%, #82f557 100%);
}
.cid-sSexvIPcMm .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(50, 204, 254, 0.4);
  background-image: linear-gradient(-27deg, #32ccfe 0%, #98e5fe 100%);
}
.cid-sSexvIPcMm .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #6029cc;
}
.cid-sSexvIPcMm .card-text {
  margin-bottom: 0;
  color: #080808;
}
@media (min-width: 992px) {
  .cid-sSexvIPcMm .card_wrapper {
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  .cid-sSexvIPcMm .image {
    margin-bottom: 35px;
  }
  .cid-sSexvIPcMm .title_block,
  .cid-sSexvIPcMm .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-sSexvIPcMm .card_icon {
    margin-bottom: 25px;
  }
  .cid-sSexvIPcMm .card-title {
    margin-bottom: 16px;
  }
}
.cid-sSez5mJnI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSez5mJnI5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSez5mJnI5 .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sSez5mJnI5 .mbr-text {
  margin-bottom: 30px;
}
.cid-sSez5mJnI5 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sSez5mJnI5 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sSez5mJnI5 .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sSez5mJnI5 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sSez5mJnI5 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sSez5mJnI5 .btn_link:hover {
  cursor: pointer;
}
.cid-sSez5mJnI5 .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sSez5mJnI5 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sSez5mJnI5 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSez5mJnI5 .text-wrapper {
    text-align: center;
  }
  .cid-sSez5mJnI5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sSez5mJnI5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sSez5mJnI5 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sSez5mJnI5 .mbr-text,
.cid-sSez5mJnI5 .btn_link {
  color: #080808;
}
.cid-sSexUVYX77 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #6b3df0);
  overflow: hidden;
  position: relative;
}
.cid-sSexUVYX77 .mbr-overlay {
  background: #5eeebb;
}
.cid-sSexUVYX77 .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-sSexUVYX77 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSexUVYX77 .card-title {
  margin-bottom: 26px;
}
.cid-sSexUVYX77 .mbr-text {
  margin-bottom: 30px;
  line-height: 1.5;
}
.cid-sSexUVYX77 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sSexUVYX77 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sSexUVYX77 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sSexUVYX77 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSexUVYX77 .text-wrapper {
    text-align: center;
  }
  .cid-sSexUVYX77 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sSexUVYX77 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sSexUVYX77 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sSev6JdT7f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-mulher-1920x884.jpg");
}
.cid-sSev6JdT7f .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSev6JdT7f .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-sSev6JdT7f .fs-paragrafo {
  font-size: 20px;
}
.cid-sSev6JdT7f .mbr-text {
  color: #fff;
  margin-bottom: 32px;
}
.cid-sSev6JdT7f .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sSev6JdT7f ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sSev6JdT7f li::marker {
  color: #6029cc;
  width: 10px;
}
.cid-sSev6JdT7f li {
  margin-bottom: 7px;
  color: #fff;
}
.cid-sSev6JdT7f img {
  width: 90%;
}
.cid-sSev6JdT7f .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sSev6JdT7f .b {
  max-width: 598px;
}
.cid-sSev6JdT7f .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sSev6JdT7f .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sSev6JdT7f .t {
    padding-top: 90px;
  }
  .cid-sSev6JdT7f .b {
    max-width: initial;
  }
  .cid-sSev6JdT7f .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sSev6JdT7f .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sSev6JdT7f .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sSev6JdT7f .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sSev6JdT7f .btn {
  margin-top: 20px;
}
.cid-sSev6JdT7f .t {
  max-width: 542px;
}
.cid-sSev6JdT7f .mbr-text,
.cid-sSev6JdT7f .button-align,
.cid-sSev6JdT7f .list {
  color: #ffffff;
}
.cid-sSev6JdT7f .list {
  color: #ffffff;
}
.cid-sSev6IDrvG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-dark-blue-1920x600.jpg");
}
.cid-sSev6IDrvG .mbr-section-title {
  color: #ffffff;
}
.cid-sSev6IDrvG .mbr-text,
.cid-sSev6IDrvG .mbr-section-btn {
  color: #ffffff;
}
.cid-sSev6IDrvG .btn {
  color: #fff!important;
  padding: 12px 20px !important;
  font-size: 18px !important;
}
.cid-sSev6Jr5t0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sSev6Jr5t0 .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sSev6Jr5t0 .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sSev6Jr5t0 .footer_col_logo {
  width: 30%;
}
.cid-sSev6Jr5t0 .footer_col {
  width: 20%;
}
.cid-sSev6Jr5t0 .footer_col_menor {
  width: 20%;
}
.cid-sSev6Jr5t0 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sSev6Jr5t0 .logo_wrap {
  max-width: 90%;
}
.cid-sSev6Jr5t0 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sSev6Jr5t0 .brand_name {
  color: #ffffff;
}
.cid-sSev6Jr5t0 .contacts {
  margin-top: 20px;
}
.cid-sSev6Jr5t0 .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sSev6Jr5t0 .contacts b {
  color: #ffffff;
}
.cid-sSev6Jr5t0 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sSev6Jr5t0 .item-wrap {
  line-height: 2;
}
.cid-sSev6Jr5t0 .text-white {
  color: #f6f6f6 !important;
}
.cid-sSev6Jr5t0 .text-white:hover {
  color: #ffffff !important;
}
.cid-sSev6Jr5t0 .item-wrap a,
.cid-sSev6Jr5t0 .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sSev6Jr5t0 .item-wrap a:before,
.cid-sSev6Jr5t0 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sSev6Jr5t0 .item-wrap a:hover::before,
.cid-sSev6Jr5t0 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sSev6Jr5t0 .form_wrap {
  display: flex;
}
.cid-sSev6Jr5t0 .mbr-form {
  margin-top: 30px;
}
.cid-sSev6Jr5t0 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSev6Jr5t0 .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sSev6Jr5t0 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sSev6Jr5t0 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sSev6Jr5t0 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sSev6Jr5t0 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sSev6Jr5t0 .footer_col_logo {
    width: 100%;
  }
  .cid-sSev6Jr5t0 .footer_col {
    width: 33.3%;
  }
  .cid-sSev6Jr5t0 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sSev6Jr5t0 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sSev6Jr5t0 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sSev6Jr5t0 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sSev6Jr5t0 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sSev6Jr5t0 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sSev6Jr5t0 .mbr-form .form-group {
    width: 100%;
  }
  .cid-sSev6Jr5t0 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sSev6Jr5t0 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sSev6JRDqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sSev6JRDqX .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sSev6JRDqX .text-white {
  color: #f6f6f6 !important;
}
.cid-sSev6JRDqX .text-white:hover {
  color: #ffffff !important;
}
.cid-sSev6JRDqX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSev6JRDqX .foot-menu li {
  padding: 10px;
}
.cid-sSev6JRDqX .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sSev6JRDqX .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sSev6JRDqX .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sSev6JRDqX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sSev6JRDqX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sSev6JRDqX .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sSev6JRDqX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sSev6JRDqX .social-list a:hover {
  opacity: 1;
}
.cid-sSev6JRDqX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sSev6JRDqX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sSev6JRDqX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sQWyGYt8J3 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQWyGYt8J3 .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sQWyGYt8J3 .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sQWyGYt8J3 .btn-white {
  color: #32ccfe !important;
}
.cid-sQWyGYt8J3 .btn-white:hover {
  color: #000 !important;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sQWyGYt8J3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQWyGYt8J3 .dropdown-item {
  color: #0d0025 !important;
}
.cid-sQWyGYt8J3 .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sQWyGYt8J3 .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sQWyGYt8J3 .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sQWyGYt8J3 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sQWyGYt8J3 .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sQWyGYt8J3 .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sQWyGYt8J3 .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sQWyGYt8J3 .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sQWyGYt8J3 .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sQWyGYt8J3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sQWyGYt8J3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQWyGYt8J3 .container {
  display: flex;
  margin: auto;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .nav-link,
.cid-sQWyGYt8J3 .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sQWyGYt8J3 .navbar-caption {
  padding-right: 3rem;
}
.cid-sQWyGYt8J3 .navbar.opened {
  background: #6029cc !important;
}
.cid-sQWyGYt8J3 .nav-item:focus,
.cid-sQWyGYt8J3 .nav-link:focus {
  outline: none;
}
.cid-sQWyGYt8J3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQWyGYt8J3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQWyGYt8J3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sQWyGYt8J3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sQWyGYt8J3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQWyGYt8J3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQWyGYt8J3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQWyGYt8J3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQWyGYt8J3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQWyGYt8J3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQWyGYt8J3 .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: 55%;
}
.cid-sQWyGYt8J3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQWyGYt8J3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQWyGYt8J3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQWyGYt8J3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQWyGYt8J3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQWyGYt8J3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQWyGYt8J3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQWyGYt8J3 .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: 55%;
  }
  .cid-sQWyGYt8J3 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sQWyGYt8J3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQWyGYt8J3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQWyGYt8J3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQWyGYt8J3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQWyGYt8J3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQWyGYt8J3 .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sQWyGYt8J3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQWyGYt8J3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQWyGYt8J3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQWyGYt8J3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQWyGYt8J3 .dropdown-item.active,
.cid-sQWyGYt8J3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQWyGYt8J3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQWyGYt8J3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQWyGYt8J3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQWyGYt8J3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sQWyGYt8J3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQWyGYt8J3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQWyGYt8J3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQWyGYt8J3 .navbar-buttons {
  text-align: center;
}
.cid-sQWyGYt8J3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQWyGYt8J3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQWyGYt8J3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQWyGYt8J3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sQWyGYt8J3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQWyGYt8J3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQWyGYt8J3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQWyGYt8J3 .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQWyGYt8J3 .navbar {
    height: 77px;
  }
  .cid-sQWyGYt8J3 .navbar.opened {
    height: auto;
  }
  .cid-sQWyGYt8J3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRujEdycwu {
  padding-top: 195px;
  padding-bottom: 225px;
  overflow: hidden;
}
.cid-sRujEdycwu svg {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sRujEdycwu #e2_shape {
  fill: #f4f9fe !important;
}
.cid-sRujEdycwu .btn {
  padding: 14px 25px !important;
  font-size: 16px !important;
}
.cid-sRujEdycwu .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sRujEdycwu .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sRujEdycwu img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sRdVxGO0d3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sRdVxGO0d3 .title_block {
  margin-bottom: 80px;
}
.cid-sRdVxGO0d3 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRdVxGO0d3 .icon-size {
  width: 80px;
  padding-bottom: 5px;
}
.cid-sRdVxGO0d3 .card-text {
  font-size: 17px !important;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sRdVxGO0d3 .mbr-section-title,
.cid-sRdVxGO0d3 .card-title {
  color: #6029cc;
}
.cid-sRdVxGO0d3 .card_wrapper {
  border-radius: 12px;
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRdVxGO0d3 .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sRdVxGO0d3 .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRdVxGO0d3 .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRdVxGO0d3 .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRdVxGO0d3 .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #45d90d;
}
.cid-sRdVxGO0d3 .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRdVxGO0d3 .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #ffc44e;
}
.cid-sRdVxGO0d3 .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRdVxGO0d3 .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
}
.cid-sRdVxGO0d3 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sRdVxGO0d3 .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sRdVxGO0d3 .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sRdVxGO0d3 .card-title {
  margin-bottom: 20px;
}
.cid-sRdVxGO0d3 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sRdVxGO0d3 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRdVxGO0d3 .btn_link:hover {
  cursor: pointer;
}
.cid-sRdVxGO0d3 .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sRdVxGO0d3 .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sRdVxGO0d3 .title_block {
    margin-bottom: 40px;
  }
  .cid-sRdVxGO0d3 .card {
    text-align: center;
  }
  .cid-sRdVxGO0d3 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sRdVxGO0d3 .card-text,
.cid-sRdVxGO0d3 .btn_link {
  color: #1a1a1a;
}
.cid-sRdVxGO0d3 .mbr-text,
.cid-sRdVxGO0d3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sk0GvbeKL2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-seusdados-1-1920x600.jpg");
}
.cid-sk0GvbeKL2 .badge-image img {
  width: 270px !important;
  margin: 25px 0;
}
.cid-sk0GvbeKL2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sk0GvbeKL2 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sk0GvbeKL2 .mbr-text {
  margin-bottom: 30px;
}
.cid-sk0GvbeKL2 .btn {
  padding: 12px 20px !important;
}
.cid-sk0GvbeKL2 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #grad_1 {
  stop-color: #6029cc;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #grad_2 {
  stop-color: #9c77e4;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #blur_svg {
  flood-color: #6029cc;
}
.cid-sk0GvbeKL2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sk0GvbeKL2 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sk0GvbeKL2 .text-wrapper {
    text-align: center;
  }
  .cid-sk0GvbeKL2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sk0GvbeKL2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0GvbeKL2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sk0GvbeKL2 .card-title,
.cid-sk0GvbeKL2 .icon_block {
  color: #ffffff;
}
.cid-sk0GvbeKL2 .mbr-text,
.cid-sk0GvbeKL2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sQzAT8D1b2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sQzAT8D1b2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQzAT8D1b2 .mbr-section-title {
  margin-bottom: 20px;
  color: #6029cc;
  text-align: center;
}
.cid-sQzAT8D1b2 .mbr-text {
  margin-bottom: 50px;
}
.cid-sQzAT8D1b2 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sQzAT8D1b2 .item:nth-child(1) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sQzAT8D1b2 .item:nth-child(1) .mbr-iconfont {
  color: #3232ff;
}
.cid-sQzAT8D1b2 .item:nth-child(2) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sQzAT8D1b2 .item:nth-child(2) .mbr-iconfont {
  color: #45d90d;
}
.cid-sQzAT8D1b2 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sQzAT8D1b2 .item:nth-child(3) .mbr-iconfont {
  color: #e3fcff;
}
.cid-sQzAT8D1b2 .item:nth-child(4) .iconfont-wrapper {
  background-color: #f3fcff;
}
.cid-sQzAT8D1b2 .item:nth-child(4) .mbr-iconfont {
  color: #32ccfe;
}
.cid-sQzAT8D1b2 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sQzAT8D1b2 .card_info {
  display: inline-block;
}
.cid-sQzAT8D1b2 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.1));
}
.cid-sQzAT8D1b2 .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sQzAT8D1b2 .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-sQzAT8D1b2 .card_text {
  margin-bottom: 0;
  color: #000000;
}
.cid-sQzAT8D1b2 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sQzAT8D1b2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQzAT8D1b2 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sQzAT8D1b2 .card_title {
    margin-bottom: 10px;
  }
  .cid-sQzAT8D1b2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sQzAT8D1b2 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sQzAT8D1b2 .mbr-text,
.cid-sQzAT8D1b2 .mbr-section-btn {
  text-align: center;
  color: #1a1a1a;
}
.cid-sk0GL9VQ9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0GL9VQ9w .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sk0GL9VQ9w .title_block {
  margin-bottom: 80px;
}
.cid-sk0GL9VQ9w .mbr-iconfont:hover {
  font-size: 50px;
}
.cid-sk0GL9VQ9w .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0GL9VQ9w .mbr-section-title {
  color: #6029cc;
}
.cid-sk0GL9VQ9w .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-sk0GL9VQ9w .user_descr {
  margin: 0;
}
.cid-sk0GL9VQ9w .item {
  padding-bottom: 2rem;
}
.cid-sk0GL9VQ9w .item:hover .mbr-item-subtitle {
  color: #32ccfe;
}
.cid-sk0GL9VQ9w .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sk0GL9VQ9w .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0GL9VQ9w .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sk0GL9VQ9w .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sk0GL9VQ9w .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sk0GL9VQ9w .carousel-control,
.cid-sk0GL9VQ9w .close {
  background: #1b1b1b;
}
.cid-sk0GL9VQ9w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sk0GL9VQ9w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control-next span {
  margin-left: 5px;
}
.cid-sk0GL9VQ9w .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sk0GL9VQ9w .close::before {
  content: '\e91a';
}
.cid-sk0GL9VQ9w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sk0GL9VQ9w .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sk0GL9VQ9w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sk0GL9VQ9w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sk0GL9VQ9w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sk0GL9VQ9w .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sk0GL9VQ9w .carousel-indicators li.active,
.cid-sk0GL9VQ9w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sk0GL9VQ9w .carousel-indicators li::after,
.cid-sk0GL9VQ9w .carousel-indicators li::before {
  content: none;
}
.cid-sk0GL9VQ9w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sk0GL9VQ9w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sk0GL9VQ9w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sk0GL9VQ9w .carousel-indicators {
    display: none;
  }
}
.cid-sk0GL9VQ9w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sk0GL9VQ9w .carousel-inner > .active {
  display: block;
}
.cid-sk0GL9VQ9w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sk0GL9VQ9w .carousel-control,
  .cid-sk0GL9VQ9w .carousel-indicators,
  .cid-sk0GL9VQ9w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sk0GL9VQ9w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sk0GL9VQ9w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sk0GL9VQ9w .carousel-indicators .active,
.cid-sk0GL9VQ9w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sk0GL9VQ9w .carousel-indicators .active {
  background: #fff;
}
.cid-sk0GL9VQ9w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sk0GL9VQ9w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sk0GL9VQ9w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sk0GL9VQ9w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sk0GL9VQ9w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sk0GL9VQ9w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sk0GL9VQ9w .carousel {
  width: 100%;
}
.cid-sk0GL9VQ9w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sk0GL9VQ9w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sk0GL9VQ9w .modal.fade .modal-dialog,
.cid-sk0GL9VQ9w .modal.in .modal-dialog {
  transform: none;
}
.cid-sk0GL9VQ9w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sk0GL9VQ9w .descr {
  color: #000000;
}
.cid-sRpnSHcRTv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRpnSHcRTv .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sRpnSHcRTv .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sRpmH7W02A {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-sRpmH7W02A .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #008ce3;
}
.cid-sRpmH7W02A .mbr-text {
  margin-bottom: 20px;
}
.cid-sRpmH7W02A .wrap {
  margin-bottom: 30px;
}
.cid-sRpmH7W02A .card__wrap {
  display: flex;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sRpmH7W02A .card__wrap:hover .author,
.cid-sRpmH7W02A .card__wrap:hover .date,
.cid-sRpmH7W02A .card__wrap:hover .category__content,
.cid-sRpmH7W02A .card__wrap:hover .category__estimate,
.cid-sRpmH7W02A .card__wrap:hover .content__title,
.cid-sRpmH7W02A .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-sRpmH7W02A .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sRpmH7W02A .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sRpmH7W02A .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.6));
  transform: translateY(0);
}
.cid-sRpmH7W02A .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sRpmH7W02A .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sRpmH7W02A .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
  background-color: #6029cc;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sRpmH7W02A .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sRpmH7W02A .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sRpmH7W02A .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sRpmH7W02A .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sRpmH7W02A .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0;
}
.cid-sRpmH7W02A .card__content > div {
  pointer-events: all;
}
.cid-sRpmH7W02A .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-sRpmH7W02A .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sRpmH7W02A .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sRpmH7W02A .btn {
  font-size: 17px !important;
}
.cid-sRpmH7W02A .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #32ccfe;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sRpmH7W02A .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-sRpmH7W02A .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-sRpmH7W02A .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRpmH7W02A .mbr-section-title {
  color: #6029cc;
}
.cid-sRpmH7W02A .content__title,
.cid-sRpmH7W02A .mbr-section-btn2 {
  color: #ffffff;
}
.cid-sRBnzblpCY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sRBnzblpCY .carousel {
  padding: 0;
}
.cid-sRBnzblpCY .figure_outline {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-sRBnzblpCY .figure_outline .img {
  position: absolute;
}
.cid-sRBnzblpCY .figure_outline .img img {
  width: 100%;
  display: block;
}
.cid-sRBnzblpCY .figure_outline .img .img_2 {
  position: absolute;
  top: -45px;
  left: 0;
  width: 104%;
}
.cid-sRBnzblpCY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #3232ff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRBnzblpCY .mbr-section-title {
  margin-bottom: 36px;
  color: #6029cc;
}
.cid-sRBnzblpCY .icon_block {
  display: inline-block;
  position: relative;
}
.cid-sRBnzblpCY .icon_block .mbr-iconfont {
  font-size: 150px;
  position: absolute;
  top: -10px;
  left: 12px;
  opacity: .2;
  color: #ffffff;
}
.cid-sRBnzblpCY .carousel-controls {
  margin-top: 30px;
  width: 100%;
  position: relative;
  height: 50px;
}
.cid-sRBnzblpCY .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRBnzblpCY .carousel-controls a span:hover {
  background-color: #3232ff;
  color: #ffffff;
}
.cid-sRBnzblpCY .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-sRBnzblpCY .carousel-control-next {
  position: static;
  width: 50px;
}
.cid-sRBnzblpCY .show_md {
  display: none;
}
.cid-sRBnzblpCY .user_text {
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
  min-height: 90px;
}
.cid-sRBnzblpCY .user_image {
  width: 80px;
  height: 80px;
  margin: 25px auto 35px auto;
  position: relative;
  z-index: 1;
  padding: 6px;
}
.cid-sRBnzblpCY .user_image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 100%;
  min-height: 100%;
}
.cid-sRBnzblpCY .user_image .shape_1 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-sRBnzblpCY .user_image .shape_2 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-sRBnzblpCY .user_image .shape_3 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0px;
  left: 7px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-sRBnzblpCY .user_name {
  margin-bottom: 8px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
}
.cid-sRBnzblpCY .user_prof {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .cid-sRBnzblpCY .carousel-item {
    justify-content: center;
  }
  .cid-sRBnzblpCY .figure_outline .img img {
    width: 87%;
  }
  .cid-sRBnzblpCY .figure_outline .img .img_2 {
    position: absolute;
    top: -45px;
    left: -13px;
    width: 88%;
  }
  .cid-sRBnzblpCY .user {
    max-width: 400px;
  }
  .cid-sRBnzblpCY .icon_block .mbr-iconfont {
    font-size: 120px;
    top: 10px;
    left: 0;
  }
  .cid-sRBnzblpCY .title_block {
    text-align: center;
    margin-top: 40px;
  }
  .cid-sRBnzblpCY .mbr-section-title {
    margin-bottom: 26px;
  }
  .cid-sRBnzblpCY .hide_md {
    display: none;
  }
  .cid-sRBnzblpCY .show_md {
    display: flex;
    justify-content: center;
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .cid-sRBnzblpCY .figure_outline,
  .cid-sRBnzblpCY .icon_block {
    display: none;
  }
  .cid-sRBnzblpCY .user_text {
    color: inherit;
    margin-bottom: 20px;
  }
  .cid-sRBnzblpCY .user_prof {
    color: inherit;
  }
  .cid-sRBnzblpCY .user_name {
    color: #6029cc;
    margin-bottom: 5px;
  }
  .cid-sRBnzblpCY .show_md {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
}
.cid-sRBnzblpCY .mbr-text {
  color: #080808;
}
.cid-sQOkQnzVkR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQOkQnzVkR .mbri-left:before {
  content: "\f053";
}
.cid-sQOkQnzVkR .mbri-right:before {
  content: "\f054";
}
.cid-sQOkQnzVkR .carousel-control-next,
.cid-sQOkQnzVkR .carousel-control-prev {
  color: #6029cc;
}
.cid-sQOkQnzVkR .title-block {
  justify-content: space-between;
}
.cid-sQOkQnzVkR .carousel-control {
  background: transparent !important;
  border: 2px solid #6029cc;
  opacity: 1 !important;
  transition: 0.3s;
}
.cid-sQOkQnzVkR .carousel-control:hover {
  background-color: #6029cc !important;
  border: 2px solid #6029cc !important;
  color: #ffffff !important;
}
.cid-sQOkQnzVkR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQOkQnzVkR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sQOkQnzVkR .carousel-item .wrap-img {
  text-align: center;
}
.cid-sQOkQnzVkR .carousel-item .wrap-img img {
  width: auto;
  max-width: 70%;
}
.cid-sQOkQnzVkR .carousel-controls .carousel-control {
  border-radius: 35px;
  width: 45px;
  height: 45px;
}
.cid-sQOkQnzVkR .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
  left: auto;
}
.cid-sQOkQnzVkR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sQOkQnzVkR .cloneditem-1,
.cid-sQOkQnzVkR .cloneditem-2,
.cid-sQOkQnzVkR .cloneditem-3,
.cid-sQOkQnzVkR .cloneditem-4 {
  display: none;
}
.cid-sQOkQnzVkR .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sQOkQnzVkR .container {
  margin-bottom: 2.7rem;
}
.cid-sQOkQnzVkR .controls-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .cid-sQOkQnzVkR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides2 .cloneditem-1,
  .cid-sQOkQnzVkR .carousel-inner.slides2 .cloneditem-2,
  .cid-sQOkQnzVkR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides3 .cloneditem-1,
  .cid-sQOkQnzVkR .carousel-inner.slides3 .cloneditem-2,
  .cid-sQOkQnzVkR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides4 .cloneditem-1,
  .cid-sQOkQnzVkR .carousel-inner.slides4 .cloneditem-2,
  .cid-sQOkQnzVkR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides5 .cloneditem-1,
  .cid-sQOkQnzVkR .carousel-inner.slides5 .cloneditem-2,
  .cid-sQOkQnzVkR .carousel-inner.slides5 .cloneditem-3,
  .cid-sQOkQnzVkR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sQOkQnzVkR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sQOkQnzVkR .carousel-inner.slides6 .cloneditem-1,
  .cid-sQOkQnzVkR .carousel-inner.slides6 .cloneditem-2,
  .cid-sQOkQnzVkR .carousel-inner.slides6 .cloneditem-3,
  .cid-sQOkQnzVkR .carousel-inner.slides6 .cloneditem-4,
  .cid-sQOkQnzVkR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sQOkQnzVkR .mbr-section-subtitle {
  font-weight: 700;
  color: #000000;
}
.cid-sQOkQnzVkR .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sQOkQnzVkR .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sQOkQnzVkR .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sQOkQnzVkR .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sQOkQnzVkR .mbr-iconfont-2 {
  color: #6029cc !important;
}
.cid-sQOkQnzVkR .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sQOkQnzVkR .soc-item span {
  font-size: 1rem;
}
.cid-sQOkQnzVkR .soc-item-1 {
  transition: 0.3s;
}
.cid-sQOkQnzVkR .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sQOkQnzVkR .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sQOkQnzVkR .col-lg-2 {
    padding: 0rem;
  }
  .cid-sQOkQnzVkR .title-block {
    margin: 0;
  }
  .cid-sQOkQnzVkR .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sQOkQnzVkR .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sQOkQnzVkR .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sQOkQnzVkR .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sQOkQnzVkR .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 5%;
  }
}
.cid-sQOkQnzVkR .col-lg-2 {
  padding: 0rem;
}
.cid-sQOkQnzVkR .col-md-12 {
  padding: 0rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sQOkQnzVkR .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sQOkQnzVkR .carousel-controls {
    position: absolute;
    top: -6.5rem;
    right: 21%;
  }
}
.cid-sQOkQnzVkR .container-fluid {
  padding: 0;
}
.cid-sQOkQnzVkR .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sQOkQnzVkR .row {
    padding: 0 1rem;
  }
}
.cid-sQOkQnzVkR .mbr-section-title {
  color: #6029cc;
  font-size: 30px !important;
}
.cid-sQOkQnzVkR .clients-img {
  width: 320px !important;
}
.cid-sQOkQnzVkR .icon-left {
  margin-right: 0.1rem;
}
.cid-sQOkQnzVkR .icon-right {
  margin-left: 0.1rem;
}
.cid-sk0MwP6Zap {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-seusdados-3-1920x644.jpg");
}
.cid-sk0MwP6Zap .mbr-overlay {
  background: #080808;
}
.cid-sk0MwP6Zap .title_block {
  margin-bottom: 50px;
}
.cid-sk0MwP6Zap .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sk0MwP6Zap .mbr-section-title span {
  font-weight: 700;
}
.cid-sk0MwP6Zap .row {
  align-items: center;
}
.cid-sk0MwP6Zap .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sk0MwP6Zap .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0MwP6Zap input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sk0MwP6Zap .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sk0MwP6Zap .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sk0MwP6Zap .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sk0MwP6Zap .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sk0MwP6Zap .btn {
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sk0MwP6Zap .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sk0MwP6Zap .title_block {
    margin-bottom: 30px;
  }
  .cid-sk0MwP6Zap form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sk0MwP6Zap .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sk0MwP6Zap .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sk0MwP6Zap .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sk0MwP6Zap .form-group input {
    border-radius: 0;
  }
  .cid-sk0MwP6Zap .btn {
    margin-top: 10px;
  }
}
.cid-sQWyRg6TR4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sQWyRg6TR4 .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sQWyRg6TR4 .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sQWyRg6TR4 .footer_col_logo {
  width: 30%;
}
.cid-sQWyRg6TR4 .footer_col {
  width: 20%;
}
.cid-sQWyRg6TR4 .footer_col_menor {
  width: 20%;
}
.cid-sQWyRg6TR4 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sQWyRg6TR4 .logo_wrap {
  max-width: 90%;
}
.cid-sQWyRg6TR4 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sQWyRg6TR4 .brand_name {
  color: #ffffff;
}
.cid-sQWyRg6TR4 .contacts {
  margin-top: 20px;
}
.cid-sQWyRg6TR4 .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sQWyRg6TR4 .contacts b {
  color: #ffffff;
}
.cid-sQWyRg6TR4 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sQWyRg6TR4 .item-wrap {
  line-height: 2;
}
.cid-sQWyRg6TR4 .text-white {
  color: #f6f6f6 !important;
}
.cid-sQWyRg6TR4 .text-white:hover {
  color: #ffffff !important;
}
.cid-sQWyRg6TR4 .item-wrap a,
.cid-sQWyRg6TR4 .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sQWyRg6TR4 .item-wrap a:before,
.cid-sQWyRg6TR4 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sQWyRg6TR4 .item-wrap a:hover::before,
.cid-sQWyRg6TR4 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sQWyRg6TR4 .form_wrap {
  display: flex;
}
.cid-sQWyRg6TR4 .mbr-form {
  margin-top: 30px;
}
.cid-sQWyRg6TR4 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWyRg6TR4 .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sQWyRg6TR4 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sQWyRg6TR4 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sQWyRg6TR4 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sQWyRg6TR4 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sQWyRg6TR4 .footer_col_logo {
    width: 100%;
  }
  .cid-sQWyRg6TR4 .footer_col {
    width: 33.3%;
  }
  .cid-sQWyRg6TR4 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sQWyRg6TR4 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sQWyRg6TR4 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sQWyRg6TR4 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sQWyRg6TR4 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sQWyRg6TR4 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sQWyRg6TR4 .mbr-form .form-group {
    width: 100%;
  }
  .cid-sQWyRg6TR4 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sQWyRg6TR4 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sQWz46jS7N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sQWz46jS7N .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sQWz46jS7N .text-white {
  color: #f6f6f6 !important;
}
.cid-sQWz46jS7N .text-white:hover {
  color: #ffffff !important;
}
.cid-sQWz46jS7N .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQWz46jS7N .foot-menu li {
  padding: 10px;
}
.cid-sQWz46jS7N .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sQWz46jS7N .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sQWz46jS7N .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sQWz46jS7N .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sQWz46jS7N .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQWz46jS7N .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sQWz46jS7N .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sQWz46jS7N .social-list a:hover {
  opacity: 1;
}
.cid-sQWz46jS7N .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sQWz46jS7N .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sQWz46jS7N .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sRMv9HcoiO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRMv9HcoiO .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sRMv9HcoiO .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sRMv9HcoiO .btn-white {
  color: #32ccfe !important;
}
.cid-sRMv9HcoiO .btn-white:hover {
  color: #000 !important;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sRMv9HcoiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRMv9HcoiO .dropdown-item {
  color: #0d0025 !important;
}
.cid-sRMv9HcoiO .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRMv9HcoiO .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sRMv9HcoiO .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sRMv9HcoiO .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sRMv9HcoiO .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sRMv9HcoiO .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sRMv9HcoiO .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sRMv9HcoiO .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sRMv9HcoiO .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sRMv9HcoiO .nav-dropdown .link {
  padding: 0 0.7em !important;
  margin: -0.333em 0.6em;
}
.cid-sRMv9HcoiO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRMv9HcoiO .container {
  display: flex;
  margin: auto;
}
.cid-sRMv9HcoiO .navbar.navbar-short .nav-link,
.cid-sRMv9HcoiO .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sRMv9HcoiO .navbar.navbar-short .hamburger span {
  background: #6029cc;
}
.cid-sRMv9HcoiO .navbar-caption {
  padding-right: 3rem;
}
.cid-sRMv9HcoiO .navbar.opened {
  background: #6029cc !important;
}
.cid-sRMv9HcoiO .nav-item:focus,
.cid-sRMv9HcoiO .nav-link:focus {
  outline: none;
}
.cid-sRMv9HcoiO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRMv9HcoiO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRMv9HcoiO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sRMv9HcoiO .navbar.opened {
  transition: all 0.3s;
}
.cid-sRMv9HcoiO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRMv9HcoiO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRMv9HcoiO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRMv9HcoiO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRMv9HcoiO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRMv9HcoiO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRMv9HcoiO .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: 55%;
}
.cid-sRMv9HcoiO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRMv9HcoiO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRMv9HcoiO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRMv9HcoiO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRMv9HcoiO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRMv9HcoiO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRMv9HcoiO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRMv9HcoiO .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: 55%;
  }
  .cid-sRMv9HcoiO .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sRMv9HcoiO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRMv9HcoiO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRMv9HcoiO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRMv9HcoiO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRMv9HcoiO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRMv9HcoiO .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sRMv9HcoiO .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sRMv9HcoiO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRMv9HcoiO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRMv9HcoiO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRMv9HcoiO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRMv9HcoiO .dropdown-item.active,
.cid-sRMv9HcoiO .dropdown-item:active {
  background-color: transparent;
}
.cid-sRMv9HcoiO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRMv9HcoiO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRMv9HcoiO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRMv9HcoiO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sRMv9HcoiO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRMv9HcoiO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRMv9HcoiO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRMv9HcoiO .navbar-buttons {
  text-align: center;
}
.cid-sRMv9HcoiO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRMv9HcoiO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sRMv9HcoiO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRMv9HcoiO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRMv9HcoiO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRMv9HcoiO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRMv9HcoiO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRMv9HcoiO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRMv9HcoiO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRMv9HcoiO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRMv9HcoiO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sRMv9HcoiO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRMv9HcoiO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRMv9HcoiO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRMv9HcoiO .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRMv9HcoiO .navbar {
    height: 77px;
  }
  .cid-sRMv9HcoiO .navbar.opened {
    height: auto;
  }
  .cid-sRMv9HcoiO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRMvr7no8q {
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-seus-dados-1920x879.jpg");
}
.cid-sRMvr7no8q .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sRMvr7no8q .mbr-text,
.cid-sRMvr7no8q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sRMvr7no8q .mbr-section-title DIV {
  text-align: left;
}
.cid-sRMvr7no8q .mbr-text {
  font-size: 23px !important;
  line-height: 1.5 !important;
}
.cid-sRMv9I2tr7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sRMv9I2tr7 .title_block {
  margin-bottom: 80px;
}
.cid-sRMv9I2tr7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRMv9I2tr7 .icon-size {
  width: 80px;
  padding-bottom: 5px;
}
.cid-sRMv9I2tr7 .card-text {
  font-size: 18px !important;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sRMv9I2tr7 .mbr-section-title,
.cid-sRMv9I2tr7 .card-title {
  color: #6029cc;
}
.cid-sRMv9I2tr7 .card_wrapper {
  border-radius: 12px;
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRMv9I2tr7 .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sRMv9I2tr7 .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRMv9I2tr7 .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRMv9I2tr7 .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRMv9I2tr7 .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #45d90d;
}
.cid-sRMv9I2tr7 .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRMv9I2tr7 .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #ffc44e;
}
.cid-sRMv9I2tr7 .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(96, 41, 204, 0.07);
}
.cid-sRMv9I2tr7 .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
}
.cid-sRMv9I2tr7 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sRMv9I2tr7 .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sRMv9I2tr7 .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sRMv9I2tr7 .card-title {
  margin-bottom: 20px;
}
.cid-sRMv9I2tr7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sRMv9I2tr7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRMv9I2tr7 .btn_link:hover {
  cursor: pointer;
}
.cid-sRMv9I2tr7 .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sRMv9I2tr7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sRMv9I2tr7 .title_block {
    margin-bottom: 40px;
  }
  .cid-sRMv9I2tr7 .card {
    text-align: center;
  }
  .cid-sRMv9I2tr7 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sRMv9I2tr7 .card-text,
.cid-sRMv9I2tr7 .btn_link {
  color: #1a1a1a;
}
.cid-sRMv9I2tr7 .mbr-text,
.cid-sRMv9I2tr7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sSeqYxqipD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-seusdados-1-1920x656.jpg");
}
.cid-sSeqYxqipD .badge-image img {
  width: 270px !important;
  margin: 25px 0;
}
.cid-sSeqYxqipD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sSeqYxqipD .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sSeqYxqipD .mbr-text {
  margin-bottom: 30px;
}
.cid-sSeqYxqipD .btn {
  padding: 12px 20px !important;
}
.cid-sSeqYxqipD .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sSeqYxqipD .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sSeqYxqipD .iconfont-wrapper svg #grad_1 {
  stop-color: #6029cc;
}
.cid-sSeqYxqipD .iconfont-wrapper svg #grad_2 {
  stop-color: #9c77e4;
}
.cid-sSeqYxqipD .iconfont-wrapper svg #blur_svg {
  flood-color: #6029cc;
}
.cid-sSeqYxqipD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sSeqYxqipD .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSeqYxqipD .text-wrapper {
    text-align: center;
  }
  .cid-sSeqYxqipD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sSeqYxqipD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sSeqYxqipD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sSeqYxqipD .card-title,
.cid-sSeqYxqipD .icon_block {
  color: #ffffff;
}
.cid-sSeqYxqipD .mbr-text,
.cid-sSeqYxqipD .mbr-section-btn {
  color: #ffffff;
}
.cid-sRMv9INsG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1-1920x909.png");
}
.cid-sRMv9INsG2 .image-wrapper img {
  width: 100%;
  border-radius: 12px;
}
.cid-sRMv9INsG2 .mbr-section-title {
  margin-bottom: 20px;
  color: #6029cc;
  text-align: center;
}
.cid-sRMv9INsG2 .mbr-text {
  margin-bottom: 50px;
}
.cid-sRMv9INsG2 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sRMv9INsG2 .item:nth-child(1) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRMv9INsG2 .item:nth-child(1) .mbr-iconfont {
  color: #3232ff;
}
.cid-sRMv9INsG2 .item:nth-child(2) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRMv9INsG2 .item:nth-child(2) .mbr-iconfont {
  color: #45d90d;
}
.cid-sRMv9INsG2 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sRMv9INsG2 .item:nth-child(3) .mbr-iconfont {
  color: #e3fcff;
}
.cid-sRMv9INsG2 .item:nth-child(4) .iconfont-wrapper {
  background-color: #f3fcff;
}
.cid-sRMv9INsG2 .item:nth-child(4) .mbr-iconfont {
  color: #32ccfe;
}
.cid-sRMv9INsG2 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sRMv9INsG2 .card_info {
  display: inline-block;
}
.cid-sRMv9INsG2 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.1));
}
.cid-sRMv9INsG2 .iconfont-wrapper .mbr-iconfont {
  color: #3232ff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sRMv9INsG2 .card_title {
  margin-bottom: 15px;
  color: #000000;
}
.cid-sRMv9INsG2 .card_text {
  margin-bottom: 0;
  color: #000000;
}
.cid-sRMv9INsG2 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sRMv9INsG2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRMv9INsG2 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sRMv9INsG2 .card_title {
    margin-bottom: 10px;
  }
  .cid-sRMv9INsG2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRMv9INsG2 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sRMv9INsG2 .mbr-text,
.cid-sRMv9INsG2 .mbr-section-btn {
  text-align: center;
  color: #1a1a1a;
}
.cid-sRMv9JcGL8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRMv9JcGL8 .item-wrapper img {
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sRMv9JcGL8 .title_block {
  margin-bottom: 80px;
}
.cid-sRMv9JcGL8 .mbr-iconfont:hover {
  font-size: 50px;
}
.cid-sRMv9JcGL8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRMv9JcGL8 .mbr-section-title {
  color: #6029cc;
}
.cid-sRMv9JcGL8 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-sRMv9JcGL8 .user_descr {
  margin: 0;
}
.cid-sRMv9JcGL8 .item {
  padding-bottom: 2rem;
}
.cid-sRMv9JcGL8 .item:hover .mbr-item-subtitle {
  color: #32ccfe;
}
.cid-sRMv9JcGL8 .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sRMv9JcGL8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRMv9JcGL8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sRMv9JcGL8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sRMv9JcGL8 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sRMv9JcGL8 .carousel-control,
.cid-sRMv9JcGL8 .close {
  background: #1b1b1b;
}
.cid-sRMv9JcGL8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sRMv9JcGL8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sRMv9JcGL8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sRMv9JcGL8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sRMv9JcGL8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sRMv9JcGL8 .close::before {
  content: '\e91a';
}
.cid-sRMv9JcGL8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRMv9JcGL8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sRMv9JcGL8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRMv9JcGL8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRMv9JcGL8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRMv9JcGL8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sRMv9JcGL8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sRMv9JcGL8 .carousel-indicators li.active,
.cid-sRMv9JcGL8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRMv9JcGL8 .carousel-indicators li::after,
.cid-sRMv9JcGL8 .carousel-indicators li::before {
  content: none;
}
.cid-sRMv9JcGL8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRMv9JcGL8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sRMv9JcGL8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRMv9JcGL8 .carousel-indicators {
    display: none;
  }
}
.cid-sRMv9JcGL8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRMv9JcGL8 .carousel-inner > .active {
  display: block;
}
.cid-sRMv9JcGL8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRMv9JcGL8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRMv9JcGL8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sRMv9JcGL8 .carousel-control,
  .cid-sRMv9JcGL8 .carousel-indicators,
  .cid-sRMv9JcGL8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sRMv9JcGL8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sRMv9JcGL8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRMv9JcGL8 .carousel-indicators .active,
.cid-sRMv9JcGL8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sRMv9JcGL8 .carousel-indicators .active {
  background: #fff;
}
.cid-sRMv9JcGL8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sRMv9JcGL8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sRMv9JcGL8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRMv9JcGL8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sRMv9JcGL8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sRMv9JcGL8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sRMv9JcGL8 .carousel {
  width: 100%;
}
.cid-sRMv9JcGL8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sRMv9JcGL8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sRMv9JcGL8 .modal.fade .modal-dialog,
.cid-sRMv9JcGL8 .modal.in .modal-dialog {
  transform: none;
}
.cid-sRMv9JcGL8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sRMv9JcGL8 .descr {
  color: #000000;
}
.cid-sUY1cFJ8We {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUY1cFJ8We .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #6029cc;
}
.cid-sUY1cFJ8We .mbr-section-title {
  margin-bottom: 0;
  color: #6029cc;
}
.cid-sUY1cFJ8We .card_wrapper {
  border-radius: 12px;
  margin-top: 40px;
  padding: 24px 30px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-sUY1cFJ8We .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-sUY1cFJ8We .card_wrapper:hover .card_title a {
  color: #32ccfe !important;
}
.cid-sUY1cFJ8We .card_wrapper:hover .card_link .mbr-iconfont {
  color: #32ccfe !important;
}
.cid-sUY1cFJ8We .icon_block {
  margin-bottom: 40px;
}
.cid-sUY1cFJ8We .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-color: #eeeeee;
}
.cid-sUY1cFJ8We .icon_block .mbr-iconfont {
  color: #6029cc;
  font-size: 34px;
  line-height: 53px;
}
.cid-sUY1cFJ8We .card_title {
  margin-bottom: 20px;
  color: #6029cc;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUY1cFJ8We .card_text {
  margin-bottom: 0;
}
.cid-sUY1cFJ8We .card_link {
  display: block;
}
.cid-sUY1cFJ8We .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-sUY1cFJ8We .card_link a:hover {
  transform: translateX(6px);
}
.cid-sUY1cFJ8We .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUY1cFJ8We .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-sUY1cFJ8We .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #ffc44e;
  border-radius: 50%;
}
.cid-sUY1cFJ8We .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #3232ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-sUY1cFJ8We .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #45d90d;
}
.cid-sUY1cFJ8We .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #e3fcff;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-sUY1cFJ8We .card_wrapper {
    padding: 24px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-sUY1cFJ8We .card_title {
    margin-bottom: 15px;
  }
  .cid-sUY1cFJ8We .card_text {
    margin-bottom: 20px;
  }
  .cid-sUY1cFJ8We .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-sUY1cFJ8We .card_text,
.cid-sUY1cFJ8We .card_link {
  color: #080808;
}
.cid-sRMv9JOrNE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-sRMv9JOrNE .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #008ce3;
}
.cid-sRMv9JOrNE .mbr-text {
  margin-bottom: 20px;
}
.cid-sRMv9JOrNE .wrap {
  margin-bottom: 30px;
}
.cid-sRMv9JOrNE .card__wrap {
  display: flex;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sRMv9JOrNE .card__wrap:hover .author,
.cid-sRMv9JOrNE .card__wrap:hover .date,
.cid-sRMv9JOrNE .card__wrap:hover .category__content,
.cid-sRMv9JOrNE .card__wrap:hover .category__estimate,
.cid-sRMv9JOrNE .card__wrap:hover .content__title,
.cid-sRMv9JOrNE .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-sRMv9JOrNE .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sRMv9JOrNE .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sRMv9JOrNE .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.6));
  transform: translateY(0);
}
.cid-sRMv9JOrNE .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sRMv9JOrNE .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sRMv9JOrNE .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.45;
  background-color: #6029cc;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sRMv9JOrNE .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sRMv9JOrNE .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sRMv9JOrNE .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sRMv9JOrNE .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sRMv9JOrNE .card__content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0;
}
.cid-sRMv9JOrNE .card__content > div {
  pointer-events: all;
}
.cid-sRMv9JOrNE .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-sRMv9JOrNE .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sRMv9JOrNE .btn-white-outline:hover {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-sRMv9JOrNE .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sRMv9JOrNE .btn {
  font-size: 17px !important;
}
.cid-sRMv9JOrNE .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #32ccfe;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sRMv9JOrNE .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-sRMv9JOrNE .mbr-section-btn .btn {
    margin-bottom: 0;
  }
}
.cid-sRMv9JOrNE .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRMv9JOrNE .mbr-section-title {
  color: #6029cc;
}
.cid-sRMv9JOrNE .content__title,
.cid-sRMv9JOrNE .mbr-section-btn2 {
  color: #ffffff;
}
.cid-sRMv9JzUwd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRMv9JzUwd .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #6029cc;
}
.cid-sRMv9JzUwd .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sRMv9KnlqI {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sRMv9KnlqI .btn {
  padding: 12px 20px !important;
}
.cid-sRMv9KnlqI .carousel {
  padding: 0;
}
.cid-sRMv9KnlqI .fs-24 {
  font-size: 24px !important;
  line-height: 1.4;
}
.cid-sRMv9KnlqI .figure_outline {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-sRMv9KnlqI .figure_outline .img {
  position: absolute;
}
.cid-sRMv9KnlqI .figure_outline .img img {
  width: 100%;
  display: block;
}
.cid-sRMv9KnlqI .figure_outline .img .img_2 {
  position: absolute;
  top: -45px;
  left: 0;
  width: 104%;
}
.cid-sRMv9KnlqI .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #3232ff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRMv9KnlqI .mbr-section-title {
  margin-bottom: 36px;
  color: #6029cc;
}
.cid-sRMv9KnlqI .icon_block {
  display: inline-block;
  position: relative;
}
.cid-sRMv9KnlqI .icon_block .mbr-iconfont {
  font-size: 150px;
  position: absolute;
  top: -10px;
  left: 12px;
  opacity: .2;
  color: #ffffff;
}
.cid-sRMv9KnlqI .carousel-controls {
  margin-top: 30px;
  width: 100%;
  position: relative;
  height: 50px;
}
.cid-sRMv9KnlqI .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #6029cc;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #6029cc;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRMv9KnlqI .carousel-controls a span:hover {
  background-color: #3232ff;
  color: #ffffff;
}
.cid-sRMv9KnlqI .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-sRMv9KnlqI .carousel-control-next {
  position: static;
  width: 50px;
}
.cid-sRMv9KnlqI .show_md {
  display: none;
}
.cid-sRMv9KnlqI .user_text {
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
  min-height: 90px;
}
.cid-sRMv9KnlqI .user_image {
  width: 80px;
  height: 80px;
  margin: 25px auto 35px auto;
  position: relative;
  z-index: 1;
  padding: 6px;
}
.cid-sRMv9KnlqI .user_image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 100%;
  min-height: 100%;
}
.cid-sRMv9KnlqI .user_image .shape_1 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-sRMv9KnlqI .user_image .shape_2 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-sRMv9KnlqI .user_image .shape_3 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0px;
  left: 7px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-sRMv9KnlqI .user_name {
  margin-bottom: 8px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
}
.cid-sRMv9KnlqI .user_prof {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .cid-sRMv9KnlqI .carousel-item {
    justify-content: center;
  }
  .cid-sRMv9KnlqI .figure_outline .img img {
    width: 87%;
  }
  .cid-sRMv9KnlqI .figure_outline .img .img_2 {
    position: absolute;
    top: -45px;
    left: -13px;
    width: 88%;
  }
  .cid-sRMv9KnlqI .user {
    max-width: 400px;
  }
  .cid-sRMv9KnlqI .icon_block .mbr-iconfont {
    font-size: 120px;
    top: 10px;
    left: 0;
  }
  .cid-sRMv9KnlqI .title_block {
    text-align: center;
    margin-top: 40px;
  }
  .cid-sRMv9KnlqI .mbr-section-title {
    margin-bottom: 26px;
  }
  .cid-sRMv9KnlqI .hide_md {
    display: none;
  }
  .cid-sRMv9KnlqI .show_md {
    display: flex;
    justify-content: center;
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .cid-sRMv9KnlqI .figure_outline,
  .cid-sRMv9KnlqI .icon_block {
    display: none;
  }
  .cid-sRMv9KnlqI .user_text {
    color: inherit;
    margin-bottom: 20px;
  }
  .cid-sRMv9KnlqI .user_prof {
    color: inherit;
  }
  .cid-sRMv9KnlqI .user_name {
    color: #6029cc;
    margin-bottom: 5px;
  }
  .cid-sRMv9KnlqI .show_md {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
}
.cid-sRMv9KnlqI .mbr-text {
  color: #080808;
}
.cid-sRMwaqM17V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRMwaqM17V img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sRMwaqM17V .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sRMwaqM17V .mbr-section-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sRMwaqM17V .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sRMwaqM17V .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sRMwaqM17V .card_box {
  margin-top: 30px;
}
.cid-sSeuhMDpQw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-seusdados-3-1920x644.jpg");
}
.cid-sSeuhMDpQw .mbr-overlay {
  background: #080808;
}
.cid-sSeuhMDpQw .title_block {
  margin-bottom: 50px;
}
.cid-sSeuhMDpQw .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sSeuhMDpQw .mbr-section-title span {
  font-weight: 700;
}
.cid-sSeuhMDpQw .row {
  align-items: center;
}
.cid-sSeuhMDpQw .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sSeuhMDpQw .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sSeuhMDpQw input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sSeuhMDpQw .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sSeuhMDpQw .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sSeuhMDpQw .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sSeuhMDpQw .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sSeuhMDpQw .btn {
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sSeuhMDpQw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sSeuhMDpQw .title_block {
    margin-bottom: 30px;
  }
  .cid-sSeuhMDpQw form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sSeuhMDpQw .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sSeuhMDpQw .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sSeuhMDpQw .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sSeuhMDpQw .form-group input {
    border-radius: 0;
  }
  .cid-sSeuhMDpQw .btn {
    margin-top: 10px;
  }
}
.cid-sRMv9LWA7b {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRMv9LWA7b .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sRMv9LWA7b .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sRMv9LWA7b .footer_col_logo {
  width: 30%;
}
.cid-sRMv9LWA7b .footer_col {
  width: 20%;
}
.cid-sRMv9LWA7b .footer_col_menor {
  width: 20%;
}
.cid-sRMv9LWA7b .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sRMv9LWA7b .logo_wrap {
  max-width: 90%;
}
.cid-sRMv9LWA7b .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sRMv9LWA7b .brand_name {
  color: #ffffff;
}
.cid-sRMv9LWA7b .contacts {
  margin-top: 20px;
}
.cid-sRMv9LWA7b .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sRMv9LWA7b .contacts b {
  color: #ffffff;
}
.cid-sRMv9LWA7b .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sRMv9LWA7b .item-wrap {
  line-height: 2;
}
.cid-sRMv9LWA7b .text-white {
  color: #f6f6f6 !important;
}
.cid-sRMv9LWA7b .text-white:hover {
  color: #ffffff !important;
}
.cid-sRMv9LWA7b .item-wrap a,
.cid-sRMv9LWA7b .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRMv9LWA7b .item-wrap a:before,
.cid-sRMv9LWA7b .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRMv9LWA7b .item-wrap a:hover::before,
.cid-sRMv9LWA7b .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRMv9LWA7b .form_wrap {
  display: flex;
}
.cid-sRMv9LWA7b .mbr-form {
  margin-top: 30px;
}
.cid-sRMv9LWA7b .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRMv9LWA7b .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRMv9LWA7b input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sRMv9LWA7b .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sRMv9LWA7b .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sRMv9LWA7b .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sRMv9LWA7b .footer_col_logo {
    width: 100%;
  }
  .cid-sRMv9LWA7b .footer_col {
    width: 33.3%;
  }
  .cid-sRMv9LWA7b .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sRMv9LWA7b .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sRMv9LWA7b .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sRMv9LWA7b .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sRMv9LWA7b .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sRMv9LWA7b .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sRMv9LWA7b .mbr-form .form-group {
    width: 100%;
  }
  .cid-sRMv9LWA7b .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sRMv9LWA7b .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sRMv9Modva {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sRMv9Modva .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sRMv9Modva .text-white {
  color: #f6f6f6 !important;
}
.cid-sRMv9Modva .text-white:hover {
  color: #ffffff !important;
}
.cid-sRMv9Modva .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRMv9Modva .foot-menu li {
  padding: 10px;
}
.cid-sRMv9Modva .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRMv9Modva .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sRMv9Modva .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sRMv9Modva .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sRMv9Modva .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sRMv9Modva .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sRMv9Modva .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sRMv9Modva .social-list a:hover {
  opacity: 1;
}
.cid-sRMv9Modva .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sRMv9Modva .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sRMv9Modva .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sU8YvFW6gl {
  overflow: visible;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6029cc;
}
.cid-sU8YvFW6gl .mbr-overlay {
  background: #000000;
}
.cid-sU8YvFW6gl .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sU8YvFW6gl .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sU8YvFW6gl .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sU8YvFW6gl .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sU8YvFW6gl .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sU8YvFW6gl .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sU8YvFW6gl .image__block {
    margin-bottom: -100px;
  }
}
.cid-sU8YvGFZZW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sU8YvGFZZW .mbr-section-title {
  margin-bottom: 0;
  color: #6029cc;
}
.cid-sU8YvGFZZW .mbr-section-btn {
  margin-top: 50px;
}
.cid-sU8YvGFZZW .mbr-section-btn .btn {
  font-weight: 700;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-sU8YvGFZZW .mbr-section-btn .btn {
    height: 60px;
  }
}
.cid-sU8YvGFZZW .mbr-section-subtitle {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sU8YvGFZZW .bottom__block {
  margin-top: 30px;
}
.cid-sU8YvGFZZW .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-sU8YvGFZZW .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-sU8YvGFZZW .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-sU8YvGFZZW .mbr-figure img {
  border-radius: 10px;
}
.cid-sU8YvGFZZW .mbr-text {
  width: 40%;
}
.cid-sU8YvGFZZW .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-sU8YvGFZZW .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sU8YvGFZZW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sU8YvGFZZW .modalWindow,
.cid-sU8YvGFZZW .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sU8YvGFZZW .modalWindow .modalWindow-container,
.cid-sU8YvGFZZW .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sU8YvGFZZW .modalWindow .modalWindow-video,
.cid-sU8YvGFZZW .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sU8YvGFZZW a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sU8YvGFZZW a.close:hover {
  color: #ffffff;
}
.cid-sU8YvGFZZW .mbr-figure {
  margin-right: 0;
  width: 220px !important;
  margin: auto;
}
.cid-sU8YvGFZZW .mbr-media {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  .cid-sU8YvGFZZW .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-sU8YvGFZZW .bottom__card {
    flex-direction: column;
  }
  .cid-sU8YvGFZZW .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-sU8YvGFZZW .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-sU8YvGFZZW .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sU8YvGFZZW .bottom__block {
    flex-direction: column;
  }
}
.cid-sU8YvGFZZW .mbr-section-subtitle,
.cid-sU8YvGFZZW .mbr-section-btn {
  color: #000000;
}
.cid-sU8YvGXOyI .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sU8YvGXOyI .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sU8YvGXOyI .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sU8YvGXOyI .btn-white {
  color: #32ccfe !important;
}
.cid-sU8YvGXOyI .btn-white:hover {
  color: #000 !important;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sU8YvGXOyI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sU8YvGXOyI .dropdown-item {
  color: #0d0025 !important;
}
.cid-sU8YvGXOyI .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sU8YvGXOyI .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sU8YvGXOyI .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sU8YvGXOyI .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sU8YvGXOyI .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sU8YvGXOyI .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sU8YvGXOyI .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sU8YvGXOyI .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sU8YvGXOyI .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sU8YvGXOyI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sU8YvGXOyI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU8YvGXOyI .container {
  display: flex;
  margin: auto;
}
.cid-sU8YvGXOyI .navbar.navbar-short .nav-link,
.cid-sU8YvGXOyI .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sU8YvGXOyI .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sU8YvGXOyI .navbar-caption {
  padding-right: 3rem;
}
.cid-sU8YvGXOyI .navbar.opened {
  background: #6029cc !important;
}
.cid-sU8YvGXOyI .nav-item:focus,
.cid-sU8YvGXOyI .nav-link:focus {
  outline: none;
}
.cid-sU8YvGXOyI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU8YvGXOyI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU8YvGXOyI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sU8YvGXOyI .navbar.opened {
  transition: all 0.3s;
}
.cid-sU8YvGXOyI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU8YvGXOyI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU8YvGXOyI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU8YvGXOyI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU8YvGXOyI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU8YvGXOyI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU8YvGXOyI .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: 55%;
}
.cid-sU8YvGXOyI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU8YvGXOyI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sU8YvGXOyI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sU8YvGXOyI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU8YvGXOyI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU8YvGXOyI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU8YvGXOyI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU8YvGXOyI .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: 55%;
  }
  .cid-sU8YvGXOyI .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sU8YvGXOyI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU8YvGXOyI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU8YvGXOyI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU8YvGXOyI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sU8YvGXOyI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sU8YvGXOyI .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sU8YvGXOyI .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sU8YvGXOyI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU8YvGXOyI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU8YvGXOyI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU8YvGXOyI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU8YvGXOyI .dropdown-item.active,
.cid-sU8YvGXOyI .dropdown-item:active {
  background-color: transparent;
}
.cid-sU8YvGXOyI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU8YvGXOyI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU8YvGXOyI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU8YvGXOyI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sU8YvGXOyI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU8YvGXOyI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU8YvGXOyI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sU8YvGXOyI .navbar-buttons {
  text-align: center;
}
.cid-sU8YvGXOyI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sU8YvGXOyI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sU8YvGXOyI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sU8YvGXOyI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sU8YvGXOyI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sU8YvGXOyI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sU8YvGXOyI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sU8YvGXOyI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sU8YvGXOyI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sU8YvGXOyI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sU8YvGXOyI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sU8YvGXOyI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sU8YvGXOyI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sU8YvGXOyI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sU8YvGXOyI .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sU8YvGXOyI .navbar {
    height: 77px;
  }
  .cid-sU8YvGXOyI .navbar.opened {
    height: auto;
  }
  .cid-sU8YvGXOyI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU8YvHovNa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sU8YvHovNa .image-wrapper img {
  width: 90%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sU8YvHovNa .paragrafo-1 {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.cid-sU8YvHovNa .amarelo-dot {
  color: #ffc44e !important;
}
.cid-sU8YvHovNa .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sU8YvHovNa .mbr-text {
  margin-bottom: 30px;
}
.cid-sU8YvHovNa .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sU8YvHovNa .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sU8YvHovNa .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sU8YvHovNa .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sU8YvHovNa .btn_link:hover {
  cursor: pointer;
}
.cid-sU8YvHovNa .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sU8YvHovNa .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sU8YvHovNa .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sU8YvHovNa .text-wrapper {
    text-align: center;
  }
  .cid-sU8YvHovNa .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sU8YvHovNa .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sU8YvHovNa .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sU8YvHovNa .mbr-text,
.cid-sU8YvHovNa .btn_link {
  color: #000000;
}
.cid-sU8YvHovNa .card-title,
.cid-sU8YvHovNa .icon_block {
  color: #6029cc;
}
.cid-sU8YvHGhHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-2-1920x1022.jpg");
}
.cid-sU8YvHGhHK .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sU8YvHGhHK .pt-70 {
  padding-top: 70px;
}
.cid-sU8YvHGhHK .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-sU8YvHGhHK .mbr-text {
  color: #fff;
  margin-bottom: 32px;
}
.cid-sU8YvHGhHK .button-align {
  text-align: center;
}
.cid-sU8YvHGhHK .mbr-section-btn {
  display: block;
  width: auto;
}
.cid-sU8YvHGhHK .center {
  text-align: center !important;
}
.cid-sU8YvHGhHK .btn {
  margin-top: 20px;
}
.cid-sU8YvHGhHK a.btn > span {
  margin-left: 0.5rem;
}
.cid-sU8YvHGhHK .mbr-text,
.cid-sU8YvHGhHK .button-align {
  color: #ffffff;
}
.cid-sU8YvHGhHK ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sU8YvHGhHK li::marker {
  color: #ffc44e;
  width: 10px;
}
.cid-sU8YvHGhHK li {
  margin-bottom: 7px;
  color: #fff;
}
.cid-sU8YvHGhHK img {
  width: 90%;
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sU8YvHGhHK .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sU8YvHGhHK .b {
  max-width: 598px;
}
.cid-sU8YvHGhHK .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sU8YvHGhHK .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sU8YvHGhHK .t {
    padding-top: 90px;
  }
  .cid-sU8YvHGhHK .b {
    max-width: initial;
  }
  .cid-sU8YvHGhHK .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sU8YvHGhHK .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sU8YvHGhHK .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sU8YvHGhHK .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sU8YvHGhHK .t {
  max-width: 542px;
}
.cid-sU8YvHGhHK .mbr-text,
.cid-sU8YvHGhHK .button-align,
.cid-sU8YvHGhHK .list {
  color: #ffffff;
}
.cid-sU8YvHGhHK .list {
  color: #ffffff;
}
.cid-sU8YvHXBc4 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-seusdados-2-1920x902.jpg");
}
.cid-sU8YvHXBc4 .mbr-card-title {
  font-size: 20px !important;
}
.cid-sU8YvHXBc4 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sU8YvHXBc4 .texto-funcionalidades {
  font-size: 16px;
  color: #e6e6e6;
  margin-top: 10px;
  line-height: 24px;
}
.cid-sU8YvHXBc4 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
}
.cid-sU8YvHXBc4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sU8YvHXBc4 .card-img span {
  color: #008ce3;
}
.cid-sU8YvHXBc4 .row-item {
  margin-bottom: 2rem;
}
.cid-sU8YvHXBc4 .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sU8YvHXBc4 .wrapper {
  padding: 2.5rem 1rem;
  background: #17161adb;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sU8YvHXBc4 .mbr-card-title,
.cid-sU8YvHXBc4 .card-img {
  color: #fff;
}
.cid-sU8YvHXBc4 P {
  text-align: center;
  color: #000000;
}
.cid-sU8YvIoGfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sU8YvIoGfd .btn {
  padding: 12px 20px !important;
}
.cid-sU8YvIoGfd .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sU8YvIoGfd .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #6029cc;
}
.cid-sU8YvIoGfd .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sU8YvIoGfd .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-sU8YvIoGfd .mbr-section-btn {
  display: inline-block;
}
.cid-sU8YvIoGfd .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-sU8YvIoGfd .popup_video:hover {
  cursor: pointer;
}
.cid-sU8YvIoGfd .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-sU8YvIoGfd .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-sU8YvIoGfd .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-sU8YvIoGfd .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-sU8YvIoGfd .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-sU8YvIoGfd .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-sU8YvIoGfd .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-sU8YvIoGfd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sU8YvIoGfd .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sU8YvIoGfd .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sU8YvIoGfd .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sU8YvIoGfd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sU8YvIoGfd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sU8YvIoGfd .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sU8YvIoGfd a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sU8YvIoGfd a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sU8YvIoGfd .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sU8YvIoGfd .image_img {
    margin-bottom: 40px;
  }
  .cid-sU8YvIoGfd .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sU8YvIoGfd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sU8YvIoGfd .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(65, 84, 241, 0.08), 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08), 0px 0px 0px 18px rgba(65, 84, 241, 0);
  }
}
.cid-sU8YvIoGfd .mbr-text,
.cid-sU8YvIoGfd .buttons_wrap {
  color: #000000;
}
.cid-sU8YvIR9Ys {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sU8YvIR9Ys .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sU8YvIR9Ys .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sU8YvIR9Ys .footer_col_logo {
  width: 30%;
}
.cid-sU8YvIR9Ys .footer_col {
  width: 20%;
}
.cid-sU8YvIR9Ys .footer_col_menor {
  width: 20%;
}
.cid-sU8YvIR9Ys .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sU8YvIR9Ys .logo_wrap {
  max-width: 90%;
}
.cid-sU8YvIR9Ys .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sU8YvIR9Ys .brand_name {
  color: #ffffff;
}
.cid-sU8YvIR9Ys .contacts {
  margin-top: 20px;
}
.cid-sU8YvIR9Ys .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sU8YvIR9Ys .contacts b {
  color: #ffffff;
}
.cid-sU8YvIR9Ys .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sU8YvIR9Ys .item-wrap {
  line-height: 2;
}
.cid-sU8YvIR9Ys .text-white {
  color: #f6f6f6 !important;
}
.cid-sU8YvIR9Ys .text-white:hover {
  color: #ffffff !important;
}
.cid-sU8YvIR9Ys .item-wrap a,
.cid-sU8YvIR9Ys .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sU8YvIR9Ys .item-wrap a:before,
.cid-sU8YvIR9Ys .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sU8YvIR9Ys .item-wrap a:hover::before,
.cid-sU8YvIR9Ys .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sU8YvIR9Ys .form_wrap {
  display: flex;
}
.cid-sU8YvIR9Ys .mbr-form {
  margin-top: 30px;
}
.cid-sU8YvIR9Ys .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sU8YvIR9Ys .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sU8YvIR9Ys input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sU8YvIR9Ys .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sU8YvIR9Ys .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sU8YvIR9Ys .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sU8YvIR9Ys .footer_col_logo {
    width: 100%;
  }
  .cid-sU8YvIR9Ys .footer_col {
    width: 33.3%;
  }
  .cid-sU8YvIR9Ys .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sU8YvIR9Ys .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sU8YvIR9Ys .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sU8YvIR9Ys .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sU8YvIR9Ys .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sU8YvIR9Ys .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sU8YvIR9Ys .mbr-form .form-group {
    width: 100%;
  }
  .cid-sU8YvIR9Ys .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sU8YvIR9Ys .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sU8YvJeNKt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sU8YvJeNKt .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sU8YvJeNKt .text-white {
  color: #f6f6f6 !important;
}
.cid-sU8YvJeNKt .text-white:hover {
  color: #ffffff !important;
}
.cid-sU8YvJeNKt .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sU8YvJeNKt .foot-menu li {
  padding: 10px;
}
.cid-sU8YvJeNKt .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sU8YvJeNKt .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sU8YvJeNKt .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sU8YvJeNKt .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sU8YvJeNKt .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sU8YvJeNKt .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sU8YvJeNKt .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sU8YvJeNKt .social-list a:hover {
  opacity: 1;
}
.cid-sU8YvJeNKt .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sU8YvJeNKt .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sU8YvJeNKt .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sVb4snWsfW {
  overflow: visible;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6029cc;
}
.cid-sVb4snWsfW .mbr-overlay {
  background: #000000;
}
.cid-sVb4snWsfW .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sVb4snWsfW .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sVb4snWsfW .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sVb4snWsfW .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sVb4snWsfW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sVb4snWsfW .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sVb4snWsfW .image__block {
    margin-bottom: -100px;
  }
}
.cid-sVb4somh1P {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sVb4somh1P .mbr-section-title {
  margin-bottom: 0;
  color: #6029cc;
}
.cid-sVb4somh1P .mbr-section-btn {
  margin-top: 50px;
}
.cid-sVb4somh1P .mbr-section-btn .btn {
  font-weight: 700;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-sVb4somh1P .mbr-section-btn .btn {
    height: 60px;
  }
}
.cid-sVb4somh1P .mbr-section-subtitle {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sVb4somh1P .bottom__block {
  margin-top: 30px;
}
.cid-sVb4somh1P .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-sVb4somh1P .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-sVb4somh1P .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-sVb4somh1P .mbr-figure img {
  border-radius: 10px;
}
.cid-sVb4somh1P .mbr-text {
  width: 40%;
}
.cid-sVb4somh1P .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-sVb4somh1P .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sVb4somh1P .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sVb4somh1P .modalWindow,
.cid-sVb4somh1P .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sVb4somh1P .modalWindow .modalWindow-container,
.cid-sVb4somh1P .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sVb4somh1P .modalWindow .modalWindow-video,
.cid-sVb4somh1P .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sVb4somh1P a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sVb4somh1P a.close:hover {
  color: #ffffff;
}
.cid-sVb4somh1P .mbr-figure {
  margin-right: 0;
  width: 220px !important;
  margin: auto;
}
.cid-sVb4somh1P .mbr-media {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  .cid-sVb4somh1P .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-sVb4somh1P .bottom__card {
    flex-direction: column;
  }
  .cid-sVb4somh1P .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-sVb4somh1P .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-sVb4somh1P .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sVb4somh1P .bottom__block {
    flex-direction: column;
  }
}
.cid-sVb4somh1P .mbr-section-subtitle,
.cid-sVb4somh1P .mbr-section-btn {
  color: #000000;
}
.cid-sVb4soxqoy .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVb4soxqoy .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sVb4soxqoy .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sVb4soxqoy .btn-white {
  color: #32ccfe !important;
}
.cid-sVb4soxqoy .btn-white:hover {
  color: #000 !important;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sVb4soxqoy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVb4soxqoy .dropdown-item {
  color: #0d0025 !important;
}
.cid-sVb4soxqoy .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sVb4soxqoy .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sVb4soxqoy .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sVb4soxqoy .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sVb4soxqoy .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sVb4soxqoy .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sVb4soxqoy .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sVb4soxqoy .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sVb4soxqoy .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sVb4soxqoy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sVb4soxqoy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVb4soxqoy .container {
  display: flex;
  margin: auto;
}
.cid-sVb4soxqoy .navbar.navbar-short .nav-link,
.cid-sVb4soxqoy .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sVb4soxqoy .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sVb4soxqoy .navbar-caption {
  padding-right: 3rem;
}
.cid-sVb4soxqoy .navbar.opened {
  background: #6029cc !important;
}
.cid-sVb4soxqoy .nav-item:focus,
.cid-sVb4soxqoy .nav-link:focus {
  outline: none;
}
.cid-sVb4soxqoy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVb4soxqoy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVb4soxqoy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sVb4soxqoy .navbar.opened {
  transition: all 0.3s;
}
.cid-sVb4soxqoy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVb4soxqoy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVb4soxqoy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVb4soxqoy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sVb4soxqoy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVb4soxqoy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVb4soxqoy .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: 55%;
}
.cid-sVb4soxqoy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVb4soxqoy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVb4soxqoy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVb4soxqoy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVb4soxqoy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVb4soxqoy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVb4soxqoy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVb4soxqoy .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: 55%;
  }
  .cid-sVb4soxqoy .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sVb4soxqoy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVb4soxqoy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVb4soxqoy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVb4soxqoy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVb4soxqoy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVb4soxqoy .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sVb4soxqoy .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sVb4soxqoy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVb4soxqoy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVb4soxqoy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVb4soxqoy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVb4soxqoy .dropdown-item.active,
.cid-sVb4soxqoy .dropdown-item:active {
  background-color: transparent;
}
.cid-sVb4soxqoy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVb4soxqoy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVb4soxqoy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVb4soxqoy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sVb4soxqoy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVb4soxqoy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVb4soxqoy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVb4soxqoy .navbar-buttons {
  text-align: center;
}
.cid-sVb4soxqoy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVb4soxqoy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sVb4soxqoy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVb4soxqoy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVb4soxqoy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVb4soxqoy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVb4soxqoy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVb4soxqoy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVb4soxqoy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVb4soxqoy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVb4soxqoy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sVb4soxqoy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVb4soxqoy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sVb4soxqoy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sVb4soxqoy .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVb4soxqoy .navbar {
    height: 77px;
  }
  .cid-sVb4soxqoy .navbar.opened {
    height: auto;
  }
  .cid-sVb4soxqoy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVb4soX6HH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sVb4soX6HH .image-wrapper img {
  width: 90%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sVb4soX6HH .paragrafo-1 {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.cid-sVb4soX6HH .amarelo-dot {
  color: #ffc44e !important;
}
.cid-sVb4soX6HH .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sVb4soX6HH .mbr-text {
  margin-bottom: 30px;
}
.cid-sVb4soX6HH .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sVb4soX6HH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sVb4soX6HH .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sVb4soX6HH .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVb4soX6HH .btn_link:hover {
  cursor: pointer;
}
.cid-sVb4soX6HH .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sVb4soX6HH .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sVb4soX6HH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVb4soX6HH .text-wrapper {
    text-align: center;
  }
  .cid-sVb4soX6HH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sVb4soX6HH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sVb4soX6HH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sVb4soX6HH .mbr-text,
.cid-sVb4soX6HH .btn_link {
  color: #000000;
}
.cid-sVb4soX6HH .card-title,
.cid-sVb4soX6HH .icon_block {
  color: #6029cc;
}
.cid-sVb4spgTkd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-2-1920x1022.jpg");
}
.cid-sVb4spgTkd .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sVb4spgTkd .pt-70 {
  padding-top: 70px;
}
.cid-sVb4spgTkd .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-sVb4spgTkd .mbr-text {
  color: #fff;
  margin-bottom: 32px;
}
.cid-sVb4spgTkd .button-align {
  text-align: center;
}
.cid-sVb4spgTkd .mbr-section-btn {
  display: block;
  width: auto;
}
.cid-sVb4spgTkd .center {
  text-align: center !important;
}
.cid-sVb4spgTkd .btn {
  margin-top: 20px;
}
.cid-sVb4spgTkd a.btn > span {
  margin-left: 0.5rem;
}
.cid-sVb4spgTkd .mbr-text,
.cid-sVb4spgTkd .button-align {
  color: #ffffff;
}
.cid-sVb4spgTkd ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sVb4spgTkd li::marker {
  color: #ffc44e;
  width: 10px;
}
.cid-sVb4spgTkd li {
  margin-bottom: 7px;
  color: #fff;
}
.cid-sVb4spgTkd img {
  width: 90%;
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sVb4spgTkd .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sVb4spgTkd .b {
  max-width: 598px;
}
.cid-sVb4spgTkd .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sVb4spgTkd .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sVb4spgTkd .t {
    padding-top: 90px;
  }
  .cid-sVb4spgTkd .b {
    max-width: initial;
  }
  .cid-sVb4spgTkd .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sVb4spgTkd .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sVb4spgTkd .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sVb4spgTkd .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sVb4spgTkd .t {
  max-width: 542px;
}
.cid-sVb4spgTkd .mbr-text,
.cid-sVb4spgTkd .button-align,
.cid-sVb4spgTkd .list {
  color: #ffffff;
}
.cid-sVb4spgTkd .list {
  color: #ffffff;
}
.cid-sVb4spwvhG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-sVb4spwvhG .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 16px;
  color: #191f23;
}
.cid-sVb4spwvhG .mbr-text {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e5ff;
}
.cid-sVb4spwvhG .wrap {
  margin-top: 20px;
}
.cid-sVb4spwvhG .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-sVb4spwvhG .wrap__card {
    padding: 20px;
  }
}
.cid-sVb4spwvhG .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-sVb4spwvhG .item2 {
  color: #000000;
  background-color: #ffffff;
}
.cid-sVb4spwvhG .item3 {
  color: #000000;
  background-color: #ffffff;
}
.cid-sVb4spwvhG .card__title {
  margin: 0px 0px 10px;
  color: #080808;
}
.cid-sVb4spwvhG .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-sVb4spwvhG .mbr-text,
.cid-sVb4spwvhG .mbr-section-btn,
.cid-sVb4spwvhG .price__list_check {
  margin-top: 25px;
}
.cid-sVb4spwvhG .mbr-text,
.cid-sVb4spwvhG .card__time {
  margin-bottom: 0;
}
.cid-sVb4spwvhG .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sVb4spwvhG .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
  color: #080808;
  font-size: 16px;
  line-height: 1.4;
}
.cid-sVb4spwvhG .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
  color: #b2b2b2;
}
.cid-sVb4spwvhG .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 20px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
  color: #080808;
}
.cid-sVb4spwvhG .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-sVb4spwvhG .footnote {
    margin-bottom: 30px;
  }
}
.cid-sVb4spwvhG .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-sVb4spwvhG .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-sVb4spwvhG .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-sVb4spwvhG .card__price {
  color: #6029cc;
}
.cid-sVb4spwvhG .mbr-text,
.cid-sVb4spwvhG .mbr-section-btn,
.cid-sVb4spwvhG .price__list_check,
.cid-sVb4spwvhG .price__list_close,
.cid-sVb4spwvhG .time__block {
  color: #080808;
}
.cid-sVb4spwvhG .mbr-section-title {
  color: #6029cc;
}
.cid-sVb4sq1fer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVb4sq1fer .btn {
  padding: 12px 20px !important;
}
.cid-sVb4sq1fer .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sVb4sq1fer .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #6029cc;
}
.cid-sVb4sq1fer .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sVb4sq1fer .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-sVb4sq1fer .mbr-section-btn {
  display: inline-block;
}
.cid-sVb4sq1fer .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-sVb4sq1fer .popup_video:hover {
  cursor: pointer;
}
.cid-sVb4sq1fer .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-sVb4sq1fer .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-sVb4sq1fer .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-sVb4sq1fer .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-sVb4sq1fer .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-sVb4sq1fer .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-sVb4sq1fer .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-sVb4sq1fer .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sVb4sq1fer .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVb4sq1fer .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sVb4sq1fer .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sVb4sq1fer .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sVb4sq1fer .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sVb4sq1fer .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sVb4sq1fer a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sVb4sq1fer a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVb4sq1fer .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sVb4sq1fer .image_img {
    margin-bottom: 40px;
  }
  .cid-sVb4sq1fer .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sVb4sq1fer .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sVb4sq1fer .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(65, 84, 241, 0.08), 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08), 0px 0px 0px 18px rgba(65, 84, 241, 0);
  }
}
.cid-sVb4sq1fer .mbr-text,
.cid-sVb4sq1fer .buttons_wrap {
  color: #000000;
}
.cid-sVb4sqojHS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sVb4sqojHS .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sVb4sqojHS .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sVb4sqojHS .footer_col_logo {
  width: 30%;
}
.cid-sVb4sqojHS .footer_col {
  width: 20%;
}
.cid-sVb4sqojHS .footer_col_menor {
  width: 20%;
}
.cid-sVb4sqojHS .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sVb4sqojHS .logo_wrap {
  max-width: 90%;
}
.cid-sVb4sqojHS .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sVb4sqojHS .brand_name {
  color: #ffffff;
}
.cid-sVb4sqojHS .contacts {
  margin-top: 20px;
}
.cid-sVb4sqojHS .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sVb4sqojHS .contacts b {
  color: #ffffff;
}
.cid-sVb4sqojHS .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sVb4sqojHS .item-wrap {
  line-height: 2;
}
.cid-sVb4sqojHS .text-white {
  color: #f6f6f6 !important;
}
.cid-sVb4sqojHS .text-white:hover {
  color: #ffffff !important;
}
.cid-sVb4sqojHS .item-wrap a,
.cid-sVb4sqojHS .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVb4sqojHS .item-wrap a:before,
.cid-sVb4sqojHS .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sVb4sqojHS .item-wrap a:hover::before,
.cid-sVb4sqojHS .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sVb4sqojHS .form_wrap {
  display: flex;
}
.cid-sVb4sqojHS .mbr-form {
  margin-top: 30px;
}
.cid-sVb4sqojHS .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVb4sqojHS .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sVb4sqojHS input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sVb4sqojHS .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sVb4sqojHS .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sVb4sqojHS .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sVb4sqojHS .footer_col_logo {
    width: 100%;
  }
  .cid-sVb4sqojHS .footer_col {
    width: 33.3%;
  }
  .cid-sVb4sqojHS .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sVb4sqojHS .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sVb4sqojHS .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sVb4sqojHS .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sVb4sqojHS .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sVb4sqojHS .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sVb4sqojHS .mbr-form .form-group {
    width: 100%;
  }
  .cid-sVb4sqojHS .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sVb4sqojHS .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sVb4sqOZBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sVb4sqOZBu .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sVb4sqOZBu .text-white {
  color: #f6f6f6 !important;
}
.cid-sVb4sqOZBu .text-white:hover {
  color: #ffffff !important;
}
.cid-sVb4sqOZBu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVb4sqOZBu .foot-menu li {
  padding: 10px;
}
.cid-sVb4sqOZBu .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sVb4sqOZBu .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sVb4sqOZBu .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sVb4sqOZBu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sVb4sqOZBu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sVb4sqOZBu .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sVb4sqOZBu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sVb4sqOZBu .social-list a:hover {
  opacity: 1;
}
.cid-sVb4sqOZBu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sVb4sqOZBu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sVb4sqOZBu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sR1vgUQ2VD {
  overflow: visible;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6029cc;
}
.cid-sR1vgUQ2VD .mbr-overlay {
  background: #000000;
}
.cid-sR1vgUQ2VD .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sR1vgUQ2VD .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sR1vgUQ2VD .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sR1vgUQ2VD .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sR1vgUQ2VD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR1vgUQ2VD .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sR1vgUQ2VD .image__block {
    margin-bottom: -100px;
  }
}
.cid-sR1zvU6bBM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sR1zvU6bBM .mbr-section-title {
  margin-bottom: 0;
  color: #6029cc;
}
.cid-sR1zvU6bBM .mbr-section-btn {
  margin-top: 50px;
}
.cid-sR1zvU6bBM .mbr-section-btn .btn {
  font-weight: 700;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-sR1zvU6bBM .mbr-section-btn .btn {
    height: 60px;
  }
}
.cid-sR1zvU6bBM .mbr-section-subtitle {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sR1zvU6bBM .bottom__block {
  margin-top: 30px;
}
.cid-sR1zvU6bBM .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-sR1zvU6bBM .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-sR1zvU6bBM .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-sR1zvU6bBM .mbr-figure img {
  border-radius: 10px;
}
.cid-sR1zvU6bBM .mbr-text {
  width: 40%;
}
.cid-sR1zvU6bBM .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-sR1zvU6bBM .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sR1zvU6bBM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sR1zvU6bBM .modalWindow,
.cid-sR1zvU6bBM .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sR1zvU6bBM .modalWindow .modalWindow-container,
.cid-sR1zvU6bBM .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sR1zvU6bBM .modalWindow .modalWindow-video,
.cid-sR1zvU6bBM .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sR1zvU6bBM a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sR1zvU6bBM a.close:hover {
  color: #ffffff;
}
.cid-sR1zvU6bBM .mbr-figure {
  margin-right: 0;
  width: 220px !important;
  margin: auto;
}
.cid-sR1zvU6bBM .mbr-media {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  .cid-sR1zvU6bBM .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-sR1zvU6bBM .bottom__card {
    flex-direction: column;
  }
  .cid-sR1zvU6bBM .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-sR1zvU6bBM .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-sR1zvU6bBM .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sR1zvU6bBM .bottom__block {
    flex-direction: column;
  }
}
.cid-sR1zvU6bBM .mbr-section-subtitle,
.cid-sR1zvU6bBM .mbr-section-btn {
  color: #000000;
}
.cid-sR1vgYgRxN .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1vgYgRxN .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sR1vgYgRxN .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sR1vgYgRxN .btn-white {
  color: #32ccfe !important;
}
.cid-sR1vgYgRxN .btn-white:hover {
  color: #000 !important;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sR1vgYgRxN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sR1vgYgRxN .dropdown-item {
  color: #0d0025 !important;
}
.cid-sR1vgYgRxN .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR1vgYgRxN .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sR1vgYgRxN .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sR1vgYgRxN .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sR1vgYgRxN .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sR1vgYgRxN .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sR1vgYgRxN .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sR1vgYgRxN .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sR1vgYgRxN .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sR1vgYgRxN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sR1vgYgRxN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sR1vgYgRxN .container {
  display: flex;
  margin: auto;
}
.cid-sR1vgYgRxN .navbar.navbar-short .nav-link,
.cid-sR1vgYgRxN .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sR1vgYgRxN .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sR1vgYgRxN .navbar-caption {
  padding-right: 3rem;
}
.cid-sR1vgYgRxN .navbar.opened {
  background: #6029cc !important;
}
.cid-sR1vgYgRxN .nav-item:focus,
.cid-sR1vgYgRxN .nav-link:focus {
  outline: none;
}
.cid-sR1vgYgRxN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sR1vgYgRxN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sR1vgYgRxN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sR1vgYgRxN .navbar.opened {
  transition: all 0.3s;
}
.cid-sR1vgYgRxN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR1vgYgRxN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sR1vgYgRxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR1vgYgRxN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sR1vgYgRxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR1vgYgRxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR1vgYgRxN .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: 55%;
}
.cid-sR1vgYgRxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR1vgYgRxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sR1vgYgRxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sR1vgYgRxN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sR1vgYgRxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR1vgYgRxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR1vgYgRxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR1vgYgRxN .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: 55%;
  }
  .cid-sR1vgYgRxN .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sR1vgYgRxN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR1vgYgRxN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sR1vgYgRxN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sR1vgYgRxN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR1vgYgRxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sR1vgYgRxN .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sR1vgYgRxN .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sR1vgYgRxN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sR1vgYgRxN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sR1vgYgRxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR1vgYgRxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR1vgYgRxN .dropdown-item.active,
.cid-sR1vgYgRxN .dropdown-item:active {
  background-color: transparent;
}
.cid-sR1vgYgRxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sR1vgYgRxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR1vgYgRxN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR1vgYgRxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sR1vgYgRxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sR1vgYgRxN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR1vgYgRxN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sR1vgYgRxN .navbar-buttons {
  text-align: center;
}
.cid-sR1vgYgRxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR1vgYgRxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sR1vgYgRxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR1vgYgRxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR1vgYgRxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sR1vgYgRxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR1vgYgRxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR1vgYgRxN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sR1vgYgRxN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sR1vgYgRxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR1vgYgRxN .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sR1vgYgRxN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sR1vgYgRxN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sR1vgYgRxN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sR1vgYgRxN .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sR1vgYgRxN .navbar {
    height: 77px;
  }
  .cid-sR1vgYgRxN .navbar.opened {
    height: auto;
  }
  .cid-sR1vgYgRxN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR1A2zfTte {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sR1A2zfTte .image-wrapper img {
  width: 90%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sR1A2zfTte .paragrafo-1 {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.cid-sR1A2zfTte .amarelo-dot {
  color: #ffc44e !important;
}
.cid-sR1A2zfTte .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sR1A2zfTte .mbr-text {
  margin-bottom: 30px;
}
.cid-sR1A2zfTte .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sR1A2zfTte .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sR1A2zfTte .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sR1A2zfTte .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1A2zfTte .btn_link:hover {
  cursor: pointer;
}
.cid-sR1A2zfTte .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sR1A2zfTte .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sR1A2zfTte .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR1A2zfTte .text-wrapper {
    text-align: center;
  }
  .cid-sR1A2zfTte .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sR1A2zfTte .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR1A2zfTte .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sR1A2zfTte .mbr-text,
.cid-sR1A2zfTte .btn_link {
  color: #000000;
}
.cid-sR1A2zfTte .card-title,
.cid-sR1A2zfTte .icon_block {
  color: #6029cc;
}
.cid-sR1J1DlIoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-2-1920x1022.jpg");
}
.cid-sR1J1DlIoo .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sR1J1DlIoo .pt-70 {
  padding-top: 70px;
}
.cid-sR1J1DlIoo .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-sR1J1DlIoo .mbr-text {
  color: #fff;
  margin-bottom: 32px;
}
.cid-sR1J1DlIoo .button-align {
  text-align: center;
}
.cid-sR1J1DlIoo .mbr-section-btn {
  display: block;
  width: auto;
}
.cid-sR1J1DlIoo .center {
  text-align: center !important;
}
.cid-sR1J1DlIoo .btn {
  margin-top: 20px;
}
.cid-sR1J1DlIoo a.btn > span {
  margin-left: 0.5rem;
}
.cid-sR1J1DlIoo .mbr-text,
.cid-sR1J1DlIoo .button-align {
  color: #ffffff;
}
.cid-sR1J1DlIoo ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sR1J1DlIoo li::marker {
  color: #ffc44e;
  width: 10px;
}
.cid-sR1J1DlIoo li {
  margin-bottom: 7px;
  color: #fff;
}
.cid-sR1J1DlIoo img {
  width: 90%;
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sR1J1DlIoo .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sR1J1DlIoo .b {
  max-width: 598px;
}
.cid-sR1J1DlIoo .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sR1J1DlIoo .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sR1J1DlIoo .t {
    padding-top: 90px;
  }
  .cid-sR1J1DlIoo .b {
    max-width: initial;
  }
  .cid-sR1J1DlIoo .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sR1J1DlIoo .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sR1J1DlIoo .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sR1J1DlIoo .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sR1J1DlIoo .t {
  max-width: 542px;
}
.cid-sR1J1DlIoo .mbr-text,
.cid-sR1J1DlIoo .button-align,
.cid-sR1J1DlIoo .list {
  color: #ffffff;
}
.cid-sR1J1DlIoo .list {
  color: #ffffff;
}
.cid-sU9eOepZFW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-sU9eOepZFW .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-sU9eOepZFW .mbr-text {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e5ff;
}
.cid-sU9eOepZFW .wrap {
  margin-top: 20px;
}
.cid-sU9eOepZFW .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-sU9eOepZFW .wrap__card {
    padding: 20px;
  }
}
.cid-sU9eOepZFW .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-sU9eOepZFW .item2 {
  color: #000000;
  background-color: #ffffff;
}
.cid-sU9eOepZFW .item3 {
  color: #000000;
  background-color: #ffffff;
}
.cid-sU9eOepZFW .card__title {
  margin: 0px 0px 10px;
  color: #080808;
}
.cid-sU9eOepZFW .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-sU9eOepZFW .mbr-text,
.cid-sU9eOepZFW .mbr-section-btn,
.cid-sU9eOepZFW .price__list_check {
  margin-top: 25px;
}
.cid-sU9eOepZFW .mbr-text,
.cid-sU9eOepZFW .card__time {
  margin-bottom: 0;
}
.cid-sU9eOepZFW .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sU9eOepZFW .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 1.4;
}
.cid-sU9eOepZFW .price__list_check .item:before {
  content: '\e97c';
  font-family: 'Moririse2' !important;
  margin-left: 20px;
  font-size: 14px;
  float: right;
  vertical-align: middle;
  font-weight: bold;
  color: #32ccfe;
}
.cid-sU9eOepZFW .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.6;
  color: #b2b2b2;
}
.cid-sU9eOepZFW .price__list_close .item:before {
  content: '\e91a';
  font-family: 'Moririse2' !important;
  margin-right: 20px;
  font-size: 13px;
  vertical-align: text-bottom;
  font-weight: bold;
  color: #080808;
}
.cid-sU9eOepZFW .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-sU9eOepZFW .footnote {
    margin-bottom: 30px;
  }
}
.cid-sU9eOepZFW .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-sU9eOepZFW .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-sU9eOepZFW .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-sU9eOepZFW .card__price {
  color: #6029cc;
}
.cid-sU9eOepZFW .mbr-text,
.cid-sU9eOepZFW .mbr-section-btn,
.cid-sU9eOepZFW .price__list_check,
.cid-sU9eOepZFW .price__list_close,
.cid-sU9eOepZFW .time__block {
  color: #080808;
}
.cid-sU9eOepZFW .mbr-section-title {
  color: #6029cc;
}
.cid-sR1ECb2kpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR1ECb2kpS .btn {
  padding: 12px 20px !important;
}
.cid-sR1ECb2kpS .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sR1ECb2kpS .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #6029cc;
}
.cid-sR1ECb2kpS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sR1ECb2kpS .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-sR1ECb2kpS .mbr-section-btn {
  display: inline-block;
}
.cid-sR1ECb2kpS .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-sR1ECb2kpS .popup_video:hover {
  cursor: pointer;
}
.cid-sR1ECb2kpS .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-sR1ECb2kpS .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-sR1ECb2kpS .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-sR1ECb2kpS .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-sR1ECb2kpS .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-sR1ECb2kpS .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-sR1ECb2kpS .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-sR1ECb2kpS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sR1ECb2kpS .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1ECb2kpS .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sR1ECb2kpS .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sR1ECb2kpS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sR1ECb2kpS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sR1ECb2kpS .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sR1ECb2kpS a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sR1ECb2kpS a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sR1ECb2kpS .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sR1ECb2kpS .image_img {
    margin-bottom: 40px;
  }
  .cid-sR1ECb2kpS .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sR1ECb2kpS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR1ECb2kpS .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-sR1ECb2kpS .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(65, 84, 241, 0.08), 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08), 0px 0px 0px 18px rgba(65, 84, 241, 0);
  }
}
.cid-sR1ECb2kpS .mbr-text,
.cid-sR1ECb2kpS .buttons_wrap {
  color: #000000;
}
.cid-sR1vgZwsaZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR1vgZwsaZ .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sR1vgZwsaZ .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sR1vgZwsaZ .footer_col_logo {
  width: 30%;
}
.cid-sR1vgZwsaZ .footer_col {
  width: 20%;
}
.cid-sR1vgZwsaZ .footer_col_menor {
  width: 20%;
}
.cid-sR1vgZwsaZ .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sR1vgZwsaZ .logo_wrap {
  max-width: 90%;
}
.cid-sR1vgZwsaZ .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sR1vgZwsaZ .brand_name {
  color: #ffffff;
}
.cid-sR1vgZwsaZ .contacts {
  margin-top: 20px;
}
.cid-sR1vgZwsaZ .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sR1vgZwsaZ .contacts b {
  color: #ffffff;
}
.cid-sR1vgZwsaZ .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sR1vgZwsaZ .item-wrap {
  line-height: 2;
}
.cid-sR1vgZwsaZ .text-white {
  color: #f6f6f6 !important;
}
.cid-sR1vgZwsaZ .text-white:hover {
  color: #ffffff !important;
}
.cid-sR1vgZwsaZ .item-wrap a,
.cid-sR1vgZwsaZ .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1vgZwsaZ .item-wrap a:before,
.cid-sR1vgZwsaZ .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR1vgZwsaZ .item-wrap a:hover::before,
.cid-sR1vgZwsaZ .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR1vgZwsaZ .form_wrap {
  display: flex;
}
.cid-sR1vgZwsaZ .mbr-form {
  margin-top: 30px;
}
.cid-sR1vgZwsaZ .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR1vgZwsaZ .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR1vgZwsaZ input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sR1vgZwsaZ .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sR1vgZwsaZ .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sR1vgZwsaZ .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sR1vgZwsaZ .footer_col_logo {
    width: 100%;
  }
  .cid-sR1vgZwsaZ .footer_col {
    width: 33.3%;
  }
  .cid-sR1vgZwsaZ .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sR1vgZwsaZ .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sR1vgZwsaZ .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sR1vgZwsaZ .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sR1vgZwsaZ .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sR1vgZwsaZ .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sR1vgZwsaZ .mbr-form .form-group {
    width: 100%;
  }
  .cid-sR1vgZwsaZ .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sR1vgZwsaZ .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sR1vh0Syt3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sR1vh0Syt3 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sR1vh0Syt3 .text-white {
  color: #f6f6f6 !important;
}
.cid-sR1vh0Syt3 .text-white:hover {
  color: #ffffff !important;
}
.cid-sR1vh0Syt3 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sR1vh0Syt3 .foot-menu li {
  padding: 10px;
}
.cid-sR1vh0Syt3 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR1vh0Syt3 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sR1vh0Syt3 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sR1vh0Syt3 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sR1vh0Syt3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sR1vh0Syt3 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sR1vh0Syt3 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sR1vh0Syt3 .social-list a:hover {
  opacity: 1;
}
.cid-sR1vh0Syt3 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sR1vh0Syt3 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sR1vh0Syt3 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sW6bfDAvVW {
  overflow: visible;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6029cc;
}
.cid-sW6bfDAvVW .mbr-overlay {
  background: #000000;
}
.cid-sW6bfDAvVW .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sW6bfDAvVW .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sW6bfDAvVW .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sW6bfDAvVW .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sW6bfDAvVW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sW6bfDAvVW .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sW6bfDAvVW .image__block {
    margin-bottom: -100px;
  }
}
.cid-sW6bfDX230 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sW6bfDX230 .mbr-section-title {
  margin-bottom: 0;
  color: #6029cc;
}
.cid-sW6bfDX230 .mbr-section-btn {
  margin-top: 50px;
}
.cid-sW6bfDX230 .mbr-section-btn .btn {
  font-weight: 700;
  height: 70px;
}
@media (max-width: 767px) {
  .cid-sW6bfDX230 .mbr-section-btn .btn {
    height: 60px;
  }
}
.cid-sW6bfDX230 .mbr-section-subtitle {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-sW6bfDX230 .bottom__block {
  margin-top: 30px;
}
.cid-sW6bfDX230 .bottom__card {
  margin-top: 30px;
  transition: all .2s ease;
  display: flex;
}
.cid-sW6bfDX230 .bottom__card:hover {
  opacity: .7;
  cursor: pointer;
}
.cid-sW6bfDX230 .mbr-figure {
  margin-right: 20px;
  width: 170px !important;
  align-self: flex-start;
  position: relative;
}
.cid-sW6bfDX230 .mbr-figure img {
  border-radius: 10px;
}
.cid-sW6bfDX230 .mbr-text {
  width: 40%;
}
.cid-sW6bfDX230 .mbr-media {
  position: absolute;
  left: 44%;
  top: 40%;
}
.cid-sW6bfDX230 .mbr-media span {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sW6bfDX230 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sW6bfDX230 .modalWindow,
.cid-sW6bfDX230 .modalWindow2 {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sW6bfDX230 .modalWindow .modalWindow-container,
.cid-sW6bfDX230 .modalWindow2 .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sW6bfDX230 .modalWindow .modalWindow-video,
.cid-sW6bfDX230 .modalWindow2 .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sW6bfDX230 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sW6bfDX230 a.close:hover {
  color: #ffffff;
}
.cid-sW6bfDX230 .mbr-figure {
  margin-right: 0;
  width: 220px !important;
  margin: auto;
}
.cid-sW6bfDX230 .mbr-media {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  .cid-sW6bfDX230 .bottom__block {
    align-items: center;
    margin-top: 20px;
  }
  .cid-sW6bfDX230 .bottom__card {
    flex-direction: column;
  }
  .cid-sW6bfDX230 .mbr-text {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .cid-sW6bfDX230 .mbr-section-btn {
    margin-top: 50px;
  }
  .cid-sW6bfDX230 .mbr-figure {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sW6bfDX230 .bottom__block {
    flex-direction: column;
  }
}
.cid-sW6bfDX230 .mbr-section-subtitle,
.cid-sW6bfDX230 .mbr-section-btn {
  color: #000000;
}
.cid-sW6bfE7Mi6 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW6bfE7Mi6 .dropdown-item-panel {
  width: 60%;
  padding: 5px 19px;
}
.cid-sW6bfE7Mi6 .btn-white-outline:hover {
  color: #000 !important;
}
.cid-sW6bfE7Mi6 .btn-white {
  color: #32ccfe !important;
}
.cid-sW6bfE7Mi6 .btn-white:hover {
  color: #000 !important;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:hover {
  font-size: 35px;
  color: #6029cc;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item:hover {
  font-size: 20px;
  color: #212121 !important;
  z-index: 99999;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 0.5rem;
  font-size: 19px;
  color: #6029cc;
}
.cid-sW6bfE7Mi6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW6bfE7Mi6 .dropdown-item {
  color: #0d0025 !important;
}
.cid-sW6bfE7Mi6 .dropdown-image-bg img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sW6bfE7Mi6 .dropdown-image-bg2 img {
  width: 40%;
  display: inline-block;
  top: 14px;
  position: absolute;
  right: 7px;
}
.cid-sW6bfE7Mi6 .nav-dropdown .dropdown-menu {
  width: 383px;
  height: 147px;
  border-radius: 6px;
  box-shadow: -4px 0px 60px -28px #000000;
}
.cid-sW6bfE7Mi6 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sW6bfE7Mi6 .nav-link {
  position: relative;
  font-weight: 400;
}
.cid-sW6bfE7Mi6 .nav-link:hover {
  color: #b4dfe5 !important;
}
.cid-sW6bfE7Mi6 .btn-warning:hover {
  border-color: #45d90d;
  color: #fff !important;
  background: #45d90d;
}
.cid-sW6bfE7Mi6 .btn {
  font-weight: 400 !important;
  padding: 6px 13px!important;
  font-size: 15px!important;
}
.cid-sW6bfE7Mi6 .btn:hover {
  border-color: #45d90d;
  color: #fff;
  background: #45d90d;
}
.cid-sW6bfE7Mi6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: -0.333em 0.6em !important;
}
.cid-sW6bfE7Mi6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sW6bfE7Mi6 .container {
  display: flex;
  margin: auto;
}
.cid-sW6bfE7Mi6 .navbar.navbar-short .nav-link,
.cid-sW6bfE7Mi6 .navbar.navbar-short .navbar-caption {
  color: #fff!important;
  border-color: #fff;
}
.cid-sW6bfE7Mi6 .navbar.navbar-short .hamburger span {
  background: #6029cc !important;
}
.cid-sW6bfE7Mi6 .navbar-caption {
  padding-right: 3rem;
}
.cid-sW6bfE7Mi6 .navbar.opened {
  background: #6029cc !important;
}
.cid-sW6bfE7Mi6 .nav-item:focus,
.cid-sW6bfE7Mi6 .nav-link:focus {
  outline: none;
}
.cid-sW6bfE7Mi6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sW6bfE7Mi6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sW6bfE7Mi6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6029cc;
  background: none;
}
.cid-sW6bfE7Mi6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sW6bfE7Mi6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sW6bfE7Mi6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sW6bfE7Mi6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sW6bfE7Mi6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sW6bfE7Mi6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sW6bfE7Mi6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sW6bfE7Mi6 .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: 55%;
}
.cid-sW6bfE7Mi6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sW6bfE7Mi6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sW6bfE7Mi6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sW6bfE7Mi6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sW6bfE7Mi6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sW6bfE7Mi6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sW6bfE7Mi6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sW6bfE7Mi6 .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: 55%;
  }
  .cid-sW6bfE7Mi6 .navbar .navbar-logo img {
    height: auto !important;
  }
  .cid-sW6bfE7Mi6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sW6bfE7Mi6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sW6bfE7Mi6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sW6bfE7Mi6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW6bfE7Mi6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sW6bfE7Mi6 .navbar.navbar-short {
  background: #6029cc !important;
  min-height: 60px;
}
.cid-sW6bfE7Mi6 .navbar.navbar-short .navbar-logo img {
  height: auto !important;
}
.cid-sW6bfE7Mi6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sW6bfE7Mi6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sW6bfE7Mi6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sW6bfE7Mi6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sW6bfE7Mi6 .dropdown-item.active,
.cid-sW6bfE7Mi6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sW6bfE7Mi6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sW6bfE7Mi6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sW6bfE7Mi6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sW6bfE7Mi6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6029cc;
}
.cid-sW6bfE7Mi6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sW6bfE7Mi6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sW6bfE7Mi6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sW6bfE7Mi6 .navbar-buttons {
  text-align: center;
}
.cid-sW6bfE7Mi6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW6bfE7Mi6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d6bcf;
}
.cid-sW6bfE7Mi6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sW6bfE7Mi6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sW6bfE7Mi6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sW6bfE7Mi6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sW6bfE7Mi6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sW6bfE7Mi6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sW6bfE7Mi6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sW6bfE7Mi6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sW6bfE7Mi6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sW6bfE7Mi6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sW6bfE7Mi6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sW6bfE7Mi6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sW6bfE7Mi6 .icons-menu span {
  font-size: 20px;
  color: #004a00 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sW6bfE7Mi6 .navbar {
    height: 77px;
  }
  .cid-sW6bfE7Mi6 .navbar.opened {
    height: auto;
  }
  .cid-sW6bfE7Mi6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sW6bfErR4S {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-1920x909.png");
}
.cid-sW6bfErR4S .image-wrapper img {
  width: 90%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sW6bfErR4S .paragrafo-1 {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.cid-sW6bfErR4S .amarelo-dot {
  color: #ffc44e !important;
}
.cid-sW6bfErR4S .card-title {
  margin-bottom: 26px;
  color: #6029cc;
}
.cid-sW6bfErR4S .mbr-text {
  margin-bottom: 30px;
}
.cid-sW6bfErR4S .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sW6bfErR4S .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sW6bfErR4S .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sW6bfErR4S .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sW6bfErR4S .btn_link:hover {
  cursor: pointer;
}
.cid-sW6bfErR4S .btn_link:hover a {
  color: #32ccfe !important;
}
.cid-sW6bfErR4S .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sW6bfErR4S .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sW6bfErR4S .text-wrapper {
    text-align: center;
  }
  .cid-sW6bfErR4S .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sW6bfErR4S .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sW6bfErR4S .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sW6bfErR4S .mbr-text,
.cid-sW6bfErR4S .btn_link {
  color: #000000;
}
.cid-sW6bfErR4S .card-title,
.cid-sW6bfErR4S .icon_block {
  color: #6029cc;
}
.cid-sW6bfEGdVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-2-1920x1022.jpg");
}
.cid-sW6bfEGdVJ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sW6bfEGdVJ .pt-70 {
  padding-top: 70px;
}
.cid-sW6bfEGdVJ .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #ffffff;
}
.cid-sW6bfEGdVJ .mbr-text {
  color: #fff;
  margin-bottom: 32px;
}
.cid-sW6bfEGdVJ .button-align {
  text-align: center;
}
.cid-sW6bfEGdVJ .mbr-section-btn {
  display: block;
  width: auto;
}
.cid-sW6bfEGdVJ .center {
  text-align: center !important;
}
.cid-sW6bfEGdVJ .btn {
  margin-top: 20px;
}
.cid-sW6bfEGdVJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sW6bfEGdVJ .mbr-text,
.cid-sW6bfEGdVJ .button-align {
  color: #ffffff;
}
.cid-sW6bfEGdVJ ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sW6bfEGdVJ li::marker {
  color: #ffc44e;
  width: 10px;
}
.cid-sW6bfEGdVJ li {
  margin-bottom: 7px;
  color: #fff;
}
.cid-sW6bfEGdVJ img {
  width: 90%;
  box-shadow: -8px 10px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cid-sW6bfEGdVJ .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sW6bfEGdVJ .b {
  max-width: 598px;
}
.cid-sW6bfEGdVJ .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sW6bfEGdVJ .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sW6bfEGdVJ .t {
    padding-top: 90px;
  }
  .cid-sW6bfEGdVJ .b {
    max-width: initial;
  }
  .cid-sW6bfEGdVJ .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sW6bfEGdVJ .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sW6bfEGdVJ .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sW6bfEGdVJ .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sW6bfEGdVJ .t {
  max-width: 542px;
}
.cid-sW6bfEGdVJ .mbr-text,
.cid-sW6bfEGdVJ .button-align,
.cid-sW6bfEGdVJ .list {
  color: #ffffff;
}
.cid-sW6bfEGdVJ .list {
  color: #ffffff;
}
.cid-sW6bfFi8co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sW6bfFi8co .btn {
  padding: 12px 20px !important;
}
.cid-sW6bfFi8co .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sW6bfFi8co .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #6029cc;
}
.cid-sW6bfFi8co .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #32ccfe;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sW6bfFi8co .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-sW6bfFi8co .mbr-section-btn {
  display: inline-block;
}
.cid-sW6bfFi8co .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-sW6bfFi8co .popup_video:hover {
  cursor: pointer;
}
.cid-sW6bfFi8co .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-sW6bfFi8co .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-sW6bfFi8co .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-sW6bfFi8co .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-sW6bfFi8co .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-sW6bfFi8co .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-sW6bfFi8co .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-sW6bfFi8co .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sW6bfFi8co .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sW6bfFi8co .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sW6bfFi8co .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sW6bfFi8co .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sW6bfFi8co .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sW6bfFi8co .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sW6bfFi8co a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sW6bfFi8co a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sW6bfFi8co .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sW6bfFi8co .image_img {
    margin-bottom: 40px;
  }
  .cid-sW6bfFi8co .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sW6bfFi8co .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sW6bfFi8co .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(65, 84, 241, 0.08), 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08), 0px 0px 0px 18px rgba(65, 84, 241, 0);
  }
}
.cid-sW6bfFi8co .mbr-text,
.cid-sW6bfFi8co .buttons_wrap {
  color: #000000;
}
.cid-sW6bfFDG8T {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sW6bfFDG8T .footer_col span {
  font-size: 12px;
  color: #f6f6f6 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.cid-sW6bfFDG8T .logos-badges img {
  width: 64px;
  display: inline-block;
  margin: 20px 5px;
}
.cid-sW6bfFDG8T .footer_col_logo {
  width: 30%;
}
.cid-sW6bfFDG8T .footer_col {
  width: 20%;
}
.cid-sW6bfFDG8T .footer_col_menor {
  width: 20%;
}
.cid-sW6bfFDG8T .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6f6f6;
}
.cid-sW6bfFDG8T .logo_wrap {
  max-width: 90%;
}
.cid-sW6bfFDG8T .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sW6bfFDG8T .brand_name {
  color: #ffffff;
}
.cid-sW6bfFDG8T .contacts {
  margin-top: 20px;
}
.cid-sW6bfFDG8T .contacts p {
  line-height: 1.2;
  margin-bottom: 0;
}
.cid-sW6bfFDG8T .contacts b {
  color: #ffffff;
}
.cid-sW6bfFDG8T .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sW6bfFDG8T .item-wrap {
  line-height: 2;
}
.cid-sW6bfFDG8T .text-white {
  color: #f6f6f6 !important;
}
.cid-sW6bfFDG8T .text-white:hover {
  color: #ffffff !important;
}
.cid-sW6bfFDG8T .item-wrap a,
.cid-sW6bfFDG8T .contacts a {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sW6bfFDG8T .item-wrap a:before,
.cid-sW6bfFDG8T .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sW6bfFDG8T .item-wrap a:hover::before,
.cid-sW6bfFDG8T .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sW6bfFDG8T .form_wrap {
  display: flex;
}
.cid-sW6bfFDG8T .mbr-form {
  margin-top: 30px;
}
.cid-sW6bfFDG8T .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sW6bfFDG8T .mbr-form input {
  height: 50px;
  background-color: rgba(8, 8, 8, 0.5);
  border: 1px solid rgba(8, 8, 8, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sW6bfFDG8T input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sW6bfFDG8T .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sW6bfFDG8T .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sW6bfFDG8T .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sW6bfFDG8T .footer_col_logo {
    width: 100%;
  }
  .cid-sW6bfFDG8T .footer_col {
    width: 33.3%;
  }
  .cid-sW6bfFDG8T .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sW6bfFDG8T .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sW6bfFDG8T .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sW6bfFDG8T .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sW6bfFDG8T .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sW6bfFDG8T .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sW6bfFDG8T .mbr-form .form-group {
    width: 100%;
  }
  .cid-sW6bfFDG8T .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sW6bfFDG8T .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sW6bfFZGKs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1d;
}
.cid-sW6bfFZGKs .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sW6bfFZGKs .text-white {
  color: #f6f6f6 !important;
}
.cid-sW6bfFZGKs .text-white:hover {
  color: #ffffff !important;
}
.cid-sW6bfFZGKs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sW6bfFZGKs .foot-menu li {
  padding: 10px;
}
.cid-sW6bfFZGKs .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sW6bfFZGKs .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sW6bfFZGKs .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sW6bfFZGKs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sW6bfFZGKs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sW6bfFZGKs .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sW6bfFZGKs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .8;
}
.cid-sW6bfFZGKs .social-list a:hover {
  opacity: 1;
}
.cid-sW6bfFZGKs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sW6bfFZGKs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sW6bfFZGKs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
