body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5 !important;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((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: #28efaa !important;
}
.bg-success {
  background-color: #dedede !important;
}
.bg-info {
  background-color: #28efaa !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #e8384f !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #28efaa !important;
  border-color: #28efaa !important;
  color: #02160f !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #10d490 !important;
  border-color: #10d490 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #02160f !important;
  background-color: #10d490 !important;
  border-color: #10d490 !important;
}
.btn-primary:before {
  background: #28efaa;
}
.btn-primary:hover {
  color: #000000 !important;
  border-color: #28efaa !important;
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(55, 52, 53, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #373435 !important;
  border-color: #373435 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1d1b1c !important;
  border-color: #1d1b1c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d1b1c !important;
  border-color: #1d1b1c !important;
}
.btn-secondary:before {
  background: #373435;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #373435 !important;
  box-shadow: 0 15px 30px 0 rgba(55, 52, 53, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #28efaa !important;
  border-color: #28efaa !important;
  color: #02160f !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #10d490 !important;
  border-color: #10d490 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #02160f !important;
  background-color: #10d490 !important;
  border-color: #10d490 !important;
}
.btn-info:before {
  background: #28efaa;
}
.btn-info:hover {
  color: #000000 !important;
  border-color: #28efaa !important;
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(222, 222, 222, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #5f5f5f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5f5f5f !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-success:before {
  background: #dedede;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #dedede !important;
  box-shadow: 0 15px 30px 0 rgba(222, 222, 222, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(187, 187, 187, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-warning:before {
  background: #bbbbbb;
}
.btn-warning:hover {
  color: #000000 !important;
  border-color: #bbbbbb !important;
  box-shadow: 0 15px 30px 0 rgba(187, 187, 187, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #e8384f !important;
  border-color: #e8384f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d41931 !important;
  border-color: #d41931 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d41931 !important;
  border-color: #d41931 !important;
}
.btn-danger:before {
  background: #e8384f;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #e8384f !important;
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-white {
  color: #28efaa !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 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: #28efaa;
}
.btn-white:hover {
  color: #000000 !important;
  border-color: #28efaa !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: #28efaa;
  color: #28efaa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02160f !important;
  background-color: #28efaa !important;
  border-color: #28efaa !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #02160f !important;
  background-color: #28efaa !important;
  border-color: #28efaa !important;
}
.btn-primary-outline:before {
  background: #28efaa;
}
.btn-primary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #373435;
  color: #373435;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #373435 !important;
  border-color: #373435 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #373435 !important;
  border-color: #373435 !important;
}
.btn-secondary-outline:before {
  background: #373435;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(55, 52, 53, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #28efaa;
  color: #28efaa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #02160f !important;
  background-color: #28efaa !important;
  border-color: #28efaa !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #02160f !important;
  background-color: #28efaa !important;
  border-color: #28efaa !important;
}
.btn-info-outline:before {
  background: #28efaa;
}
.btn-info-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(40, 239, 170, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dedede;
  color: #dedede;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5f5f5f !important;
  background-color: #dedede !important;
  border-color: #dedede !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5f5f5f !important;
  background-color: #dedede !important;
  border-color: #dedede !important;
}
.btn-success-outline:before {
  background: #dedede;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(222, 222, 222, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline:before {
  background: #bbbbbb;
}
.btn-warning-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(187, 187, 187, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e8384f;
  color: #e8384f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger-outline:before {
  background: #e8384f;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 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: #28efaa !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: #28efaa !important;
}
.text-secondary {
  color: #373435 !important;
}
.text-success {
  color: #dedede !important;
}
.text-info {
  color: #28efaa !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #e8384f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0ca570 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #030202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ababab !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0ca570 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a71327 !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: #28efaa;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #28efaa;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #e8384f;
}
.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: #28efaa;
  border-color: #28efaa;
  color: #032e1f;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #28efaa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e6fdf5;
}
.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: #e6fdf5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdeff1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #28efaa;
}
/* 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: #28efaa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #28efaa;
}
.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: #28efaa;
  border-bottom-color: #28efaa;
}
.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: #28efaa !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: #373435 !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='%2328efaa' %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: #28efaa !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(40, 239, 170, 0.6);
}
.mbr-arrow-up a:hover {
  background: #28efaa;
}
.cid-sHAMOURtNY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sHAMOURtNY .nav-item,
.cid-sHAMOURtNY .nav-link,
.cid-sHAMOURtNY .navbar-caption {
  font-weight: normal;
}
.cid-sHAMOURtNY .btn-topo {
  padding: 6px 22px !important;
  font-size: 15px !important;
}
.cid-sHAMOURtNY .nav-item:focus,
.cid-sHAMOURtNY .nav-link:focus {
  outline: none;
}
.cid-sHAMOURtNY .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sHAMOURtNY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sHAMOURtNY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHAMOURtNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHAMOURtNY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHAMOURtNY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHAMOURtNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHAMOURtNY .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-sHAMOURtNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHAMOURtNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHAMOURtNY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-sHAMOURtNY .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-sHAMOURtNY .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHAMOURtNY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHAMOURtNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHAMOURtNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHAMOURtNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHAMOURtNY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHAMOURtNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHAMOURtNY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHAMOURtNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHAMOURtNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHAMOURtNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHAMOURtNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHAMOURtNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHAMOURtNY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHAMOURtNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHAMOURtNY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHAMOURtNY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sHAMOURtNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHAMOURtNY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sHAMOURtNY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHAMOURtNY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHAMOURtNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHAMOURtNY .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sHAMOURtNY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sHAMOURtNY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHAMOURtNY .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-sHAMOURtNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHAMOURtNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHAMOURtNY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHAMOURtNY .dropdown-item.active,
.cid-sHAMOURtNY .dropdown-item:active {
  background-color: transparent;
}
.cid-sHAMOURtNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHAMOURtNY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHAMOURtNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sHAMOURtNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHAMOURtNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHAMOURtNY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHAMOURtNY .navbar-buttons {
  text-align: center;
}
.cid-sHAMOURtNY 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-sHAMOURtNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHAMOURtNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHAMOURtNY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHAMOURtNY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHAMOURtNY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHAMOURtNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHAMOURtNY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHAMOURtNY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHAMOURtNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHAMOURtNY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHAMOURtNY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHAMOURtNY .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHAMOURtNY .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sHAMOURtNY .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHAMOURtNY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHAMOURtNY .navbar {
    height: 77px;
  }
  .cid-sHAMOURtNY .navbar.opened {
    height: auto;
  }
  .cid-sHAMOURtNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sG09SV1RrB {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/banner-3-1920x1076.jpg");
}
.cid-sG09SV1RrB .mbr-overlay {
  background: #000000;
}
.cid-sG09SV1RrB .animation {
  pointer-events: none;
}
.cid-sG09SV1RrB .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}
.cid-sG09SV1RrB .mbr-section-title {
  margin-bottom: 27px;
  text-align: left;
}
.cid-sG09SV1RrB .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sG09SV1RrB .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sG09SV1RrB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sG09SV1RrB .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sG09SV1RrB .image__block {
    margin-bottom: -100px;
  }
}
.cid-sG09SV1RrB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sG09SV1RrB .mbr-text,
.cid-sG09SV1RrB .mbr-section-btn {
  color: #f9f9f9;
}
.cid-sHAHF12Ptl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #17161a;
}
.cid-sHAHF12Ptl .centralizado {
  margin: 0 auto;
  text-align: center;
}
.cid-sHAHF12Ptl .card-box img {
  display: inline-block !important;
}
.cid-sHAHF12Ptl .icones-img {
  width: 45px;
  padding-bottom: 10px;
}
.cid-sHAHF12Ptl .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #103178;
  background: #fafafa;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-sHAHF12Ptl .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #103178;
}
.cid-sHAHF12Ptl .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-sHAHF12Ptl .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-sHAHF12Ptl .card {
    max-width: 25%;
  }
}
.cid-sHAHF12Ptl .card-title,
.cid-sHAHF12Ptl .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-sHAHF12Ptl .mbr-section-title {
  color: #ffffff;
}
.cid-sHAHF12Ptl H3 {
  color: #ea5501;
}
.cid-sHvXn33NGM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHvXn33NGM img {
  width: 100%;
  border-radius: 10px;
}
.cid-sHvXn33NGM .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sHvXn33NGM .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sHvXn33NGM .panel-group .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-sHvXn33NGM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHvXn33NGM .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sHvXn33NGM .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sHvXn33NGM .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sHvXn33NGM .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sHvXn33NGM .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-sHvXn33NGM .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sHvXn33NGM .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #000000;
}
.cid-sHvXn33NGM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #28efaa;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sHvXn33NGM .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-sHvXn33NGM .mbr-section-btn {
  display: inline-block;
}
.cid-sHvXn33NGM .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
}
.cid-sHvXn33NGM .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-sHvXn33NGM .btn_link: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-sHvXn33NGM .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #28efaa;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sHvXn33NGM .btn_link:hover {
  cursor: pointer;
}
.cid-sHvXn33NGM .btn_link:hover a {
  color: #28efaa !important;
}
.cid-sHvXn33NGM .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-sHvXn33NGM .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-sHvXn33NGM .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sHvXn33NGM .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sHvXn33NGM .image_img {
    margin-bottom: 40px;
  }
  .cid-sHvXn33NGM .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sHvXn33NGM .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sHvXn33NGM .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-sHvXn33NGM .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-sHvXn33NGM .mbr-text,
.cid-sHvXn33NGM .buttons_wrap {
  color: #000000;
}
.cid-sHvXn33NGM .panel-group .card .panel-collapse .panel-body .panel-text {
  color: #000000;
}
.cid-sHvQnWd8w9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHvQnWd8w9 .card {
  padding: 3rem 3rem 3rem;
}
.cid-sHvQnWd8w9 .card-img {
  padding: 0 0 3rem;
}
@media (min-width: 992px) {
  .cid-sHvQnWd8w9 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sHvQnWd8w9 .card-title {
  color: #000000;
}
.cid-sHvQnWd8w9 .mbr-text,
.cid-sHvQnWd8w9 .mbr-section-btn {
  color: #1a1a1a;
  line-height: 1.5 !important;
}
.cid-sHvQnWd8w9 .mbr-section-title {
  color: #000000;
}
.cid-sHvVqmMz3J {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/8325-21-identidade-ra1-apres-slides-1800x1049.jpg");
}
.cid-sHvVqmMz3J .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHvVqmMz3J .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-sHvVqmMz3J .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-sHvVqmMz3J .fs-14 {
  font-size: 14px !important;
}
.cid-sHvVqmMz3J .card-text {
  margin-top: 2rem;
}
.cid-sHvVqmMz3J .card-box {
  margin-bottom: 1rem;
}
.cid-sHvVqmMz3J .num {
  color: #0da671;
}
.cid-sHvVqmMz3J .btn {
  color: #076db5 !important;
}
@media (max-width: 767px) {
  .cid-sHvVqmMz3J .num,
  .cid-sHvVqmMz3J .card-title,
  .cid-sHvVqmMz3J .mbr-text,
  .cid-sHvVqmMz3J .mbr-title,
  .cid-sHvVqmMz3J .mbr-section-subtitle,
  .cid-sHvVqmMz3J .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sHvVqmMz3J .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sHvVqmMz3J .card-title,
.cid-sHvVqmMz3J .card-img {
  color: #ffffff;
}
.cid-sHvVqmMz3J .mbr-section-subtitle {
  color: #28efaa;
}
.cid-sHwou4CNoJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #373435;
}
.cid-sHwou4CNoJ .mbr-section-title {
  color: #ffffff;
}
.cid-sHwou4CNoJ .mbr-text,
.cid-sHwou4CNoJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sHwou4CNoJ .btn {
  color: #373435!important;
}
.cid-sHw05ryQSb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHw05ryQSb .title_block {
  margin-bottom: 20px;
}
.cid-sHw05ryQSb .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #28efaa;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sHw05ryQSb .mbr-section-title,
.cid-sHw05ryQSb .card-title {
  color: #373435;
}
.cid-sHw05ryQSb .card_wrapper {
  border-radius: 10px;
  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-sHw05ryQSb .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sHw05ryQSb .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(40, 239, 170, 0.07);
}
.cid-sHw05ryQSb .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #28efaa;
}
.cid-sHw05ryQSb .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(40, 239, 170, 0.07);
}
.cid-sHw05ryQSb .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #bbbbbb;
}
.cid-sHw05ryQSb .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(40, 239, 170, 0.07);
}
.cid-sHw05ryQSb .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #dedede;
}
.cid-sHw05ryQSb .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(40, 239, 170, 0.07);
}
.cid-sHw05ryQSb .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #28efaa;
}
.cid-sHw05ryQSb .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sHw05ryQSb .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-sHw05ryQSb .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sHw05ryQSb .card-title {
  margin-bottom: 20px;
}
.cid-sHw05ryQSb .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sHw05ryQSb .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sHw05ryQSb .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-sHw05ryQSb .btn_link:hover {
  cursor: pointer;
}
.cid-sHw05ryQSb .btn_link:hover a {
  color: #28efaa !important;
}
.cid-sHw05ryQSb .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sHw05ryQSb .title_block {
    margin-bottom: 40px;
  }
  .cid-sHw05ryQSb .card {
    text-align: center;
  }
  .cid-sHw05ryQSb .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sHw05ryQSb .mbr-text,
.cid-sHw05ryQSb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sHw05ryQSb .card-text,
.cid-sHw05ryQSb .btn_link {
  color: #000000;
}
.cid-sHw05ryQSb .mbr-section-title {
  text-align: left;
}
.cid-sHvLRr86R4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sHvLRr86R4 .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-sHvLRr86R4 img {
  width: 100%;
  border-radius: 10px;
}
.cid-sHvLRr86R4 .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sHvLRr86R4 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHvLRr86R4 .wrapper {
    max-width: 465px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sHvLRr86R4 img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sHvLRr86R4 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sHvLRr86R4 img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sHvLRr86R4 img {
    width: 100%;
  }
}
.cid-sHvLRr86R4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sHvLRr86R4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sHvLRr86R4 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #28efaa;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "✓";
}
.cid-sHvLRr86R4 .mbr-text,
.cid-sHvLRr86R4 .mbr-section-btn {
  color: #464646;
}
.cid-sHvLRr86R4 .mbr-section-subtitle {
  color: #28efaa;
}
.cid-sHvLRr86R4 .mbr-section-title {
  color: #1a1a1a;
}
.cid-sHvLRr86R4 .mbr-list {
  color: #000000;
}
.cid-sHvUcsDMfK {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-logo-clara-3-1800x625.jpg");
}
.cid-sHvUcsDMfK .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHvUcsDMfK .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #000000;
}
.cid-sHvUcsDMfK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sHvUcsDMfK .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sHvUcsDMfK .process-icon,
.cid-sHvUcsDMfK .process-icon-without-before {
  width: 100%;
  padding-bottom: 10px;
}
.cid-sHvUcsDMfK .wrapper,
.cid-sHvUcsDMfK .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sHvUcsDMfK .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sHvUcsDMfK .icon-container a {
  display: inherit;
}
.cid-sHvUcsDMfK .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #f9f9f9 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-sHvUcsDMfK .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sHvUcsDMfK .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  font-size: 50px;
  color: #ffffff;
  background-color: #fff !important;
}
.cid-sHvUcsDMfK .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sHvUcsDMfK .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sHvUcsDMfK .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sHvUcsDMfK .mbr-section-title {
  margin: 0;
}
.cid-sHvUcsDMfK .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sHvUcsDMfK .mbr-section-title,
.cid-sHvUcsDMfK .underline {
  color: #000000;
}
.cid-sHvF9ZxAO2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHvF9ZxAO2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHvF9ZxAO2 .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
}
.cid-sHvF9ZxAO2 .fs-info {
  font-size: 16px !important;
  line-height: 1.3 !important;
}
.cid-sHvF9ZxAO2 .card-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sHvF9ZxAO2 .mbr-iconfont {
  color: #28efaa;
  font-size: 2rem;
}
.cid-sHvF9ZxAO2 .list-block h4,
.cid-sHvF9ZxAO2 .list-block p {
  padding-left: 3.5rem;
}
.cid-sHvF9ZxAO2 .list-block {
  position: relative;
}
.cid-sHvF9ZxAO2 textarea {
  height: 100px;
}
.cid-sHvF9ZxAO2 .form-control-select {
  height: 30px;
  padding: 2px 20px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff;
  min-height: 48px;
}
.cid-sHvF9ZxAO2 .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #97a2ae;
}
.cid-sHvF9ZxAO2 .mbr-section-title {
  color: #373435;
  margin-bottom: 60px;
}
.cid-sHvF9ZxAO2 .mbr-section-subtitle {
  color: #373435;
  margin-bottom: 35px;
}
.cid-sHvF9ZxAO2 .card_body {
  margin-bottom: 40px;
}
.cid-sHvF9ZxAO2 .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sHvF9ZxAO2 .card_body .list li {
  margin-bottom: 15px;
}
.cid-sHvF9ZxAO2 .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-sHvF9ZxAO2 .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #28efaa;
  font-size: inherit;
}
.cid-sHvF9ZxAO2 .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #373435;
}
.cid-sHvF9ZxAO2 .form_wrap {
  padding: 0px 65px;
}
.cid-sHvF9ZxAO2 .form-group {
  margin-bottom: 20px;
}
.cid-sHvF9ZxAO2 .form-control-label {
  margin-bottom: 10px;
  color: #373435;
  font-weight: 700;
}
.cid-sHvF9ZxAO2 input.form-control {
  height: 30px;
  padding: 0px 10px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #97a2ae !important;
  background-color: #ffffff;
}
.cid-sHvF9ZxAO2 select.form-control {
  height: 30px;
  padding: 0px 10px;
  border-radius: 45px !important;
  width: 100%;
  box-shadow: none;
  border: 1px solid #97a2ae !important;
  background-color: #ffffff;
}
.cid-sHvF9ZxAO2 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sHvF9ZxAO2 form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-sHvF9ZxAO2 textarea,
.cid-sHvF9ZxAO2 .jqselect {
  border: 1px solid #97a2ae !important;
}
@media (max-width: 991px) {
  .cid-sHvF9ZxAO2 .signup_wrap {
    padding: 50px 0;
  }
  .cid-sHvF9ZxAO2 .form_wrap,
  .cid-sHvF9ZxAO2 .title_block {
    padding: 0px 45px;
  }
  .cid-sHvF9ZxAO2 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-sHvF9ZxAO2 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sHvF9ZxAO2 .signup_wrap {
    padding: 15px 30px;
  }
  .cid-sHvF9ZxAO2 .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-sHvF9ZxAO2 .form_wrap,
  .cid-sHvF9ZxAO2 .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-sHvF9ZxAO2 .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-sHvF9ZxAO2 H4 {
  color: #000000;
}
.cid-sHvF9ZxAO2 P {
  color: #212121;
}
.cid-sHvF9ZxAO2 label {
  color: #000000 !important;
}
.cid-sHRgfe36rn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sHRgfe36rn ul {
  padding: 0;
  margin: 0;
}
.cid-sHRgfe36rn ul li {
  list-style: none;
}
.cid-sHRgfe36rn ul li h4 {
  margin: 0;
}
.cid-sHRgfe36rn ul li h4.display-4 {
  line-height: 1.75;
}
.cid-sHRgfe36rn .item {
  color: #cacaca;
}
.cid-sHRgfe36rn .col-title {
  color: #ffffff;
  font-weight: 600;
}
.cid-sHRgfe36rn .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
.cid-sHRgfe36rn .centralizado {
  text-align: center !important;
  margin: 0 auto !important;
}
.cid-sHRgfe36rn .centralizado img {
  display: inline-block !important;
  width: 80px !important;
}
.cid-sHRgfe36rn .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHRgfe36rn .icons-wrapper ul li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.cid-sHRgfe36rn .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
}
.cid-sHRgfe36rn .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
