.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0px 0px 25px 25px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 400px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 400px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 40Opx;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 400px;
}
.bg-primary {
  background-color: #3d348b !important;
}
.bg-success {
  background-color: #ffeb00 !important;
}
.bg-info {
  background-color: #2ba9fe !important;
}
.bg-warning {
  background-color: #ff9500 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d348b !important;
  border-color: #3d348b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4d42b0 !important;
  border-color: #4d42b0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4d42b0 !important;
  border-color: #4d42b0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #505050 !important;
  border-color: #505050 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
}
.btn-info,
.btn-info:active {
  background-color: #2ba9fe !important;
  border-color: #2ba9fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ebefe !important;
  border-color: #5ebefe !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ebefe !important;
  border-color: #5ebefe !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffeb00 !important;
  border-color: #ffeb00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffef33 !important;
  border-color: #ffef33 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffef33 !important;
  border-color: #ffef33 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9500 !important;
  border-color: #ff9500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3d348b;
  color: #3d348b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #211c4c !important;
  background-color: transparent !important;
  border-color: #211c4c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d348b !important;
  border-color: #3d348b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #505050;
  color: #505050;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #252525 !important;
  background-color: transparent !important;
  border-color: #252525 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2ba9fe;
  color: #2ba9fe;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #017dd1 !important;
  background-color: transparent !important;
  border-color: #017dd1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2ba9fe !important;
  border-color: #2ba9fe !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffeb00;
  color: #ffeb00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a89b00 !important;
  background-color: transparent !important;
  border-color: #a89b00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffeb00 !important;
  border-color: #ffeb00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9500;
  color: #ff9500;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a86200 !important;
  background-color: transparent !important;
  border-color: #a86200 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9500 !important;
  border-color: #ff9500 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3d348b !important;
}
.text-secondary {
  color: #505050 !important;
}
.text-success {
  color: #ffeb00 !important;
}
.text-info {
  color: #2ba9fe !important;
}
.text-warning {
  color: #ff9500 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c1841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1d1d1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #998d00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0174c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #995900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
/* 

& when not (@underlinedLinks) {
    a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
        position: relative;
        background-image: transparent;
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0px 1.2em;
        background-position: -10000px 1.2em;

        &:hover {
            transition: background-position 2s ease-in-out;
            background-image: linear-gradient(currentColor 50%, currentColor 50%);
            background-position: 0px 1.2em;
        }
    }
}

*/
.nav-tabs .nav-link.active {
  color: #3d348b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2ba9fe;
}
.alert-warning {
  background-color: #ff9500;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d348b;
  border-color: #3d348b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3d348b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7d74cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffbcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6fbff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeacc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3d348b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #3d348b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d348b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3d348b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d348b;
  border-bottom-color: #3d348b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3d348b !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: #505050 !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='%233d348b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: 3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #ff9500 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
img {
  border-radius: .3rem !important;
}
.cid-uijg9gl37T .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-uijg9gl37T .nav-item:focus,
.cid-uijg9gl37T .nav-link:focus {
  outline: none;
}
.cid-uijg9gl37T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uijg9gl37T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uijg9gl37T .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uijg9gl37T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uijg9gl37T .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-uijg9gl37T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uijg9gl37T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uijg9gl37T .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uijg9gl37T .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uijg9gl37T .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uijg9gl37T .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uijg9gl37T .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uijg9gl37T .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uijg9gl37T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uijg9gl37T .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uijg9gl37T .navbar.collapsed .navbar-collapse.show,
.cid-uijg9gl37T .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uijg9gl37T .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uijg9gl37T .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uijg9gl37T .navbar.collapsed .dropdown-menu {
  background: #ffffff !important;
}
.cid-uijg9gl37T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uijg9gl37T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uijg9gl37T .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-uijg9gl37T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uijg9gl37T .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uijg9gl37T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uijg9gl37T .navbar.collapsed .right-menu,
.cid-uijg9gl37T .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uijg9gl37T .navbar .navbar-collapse.show,
  .cid-uijg9gl37T .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uijg9gl37T .navbar .navbar-collapse.show .brand-container,
  .cid-uijg9gl37T .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uijg9gl37T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uijg9gl37T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uijg9gl37T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uijg9gl37T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uijg9gl37T .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-uijg9gl37T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uijg9gl37T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uijg9gl37T .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uijg9gl37T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uijg9gl37T .navbar .right-menu,
  .cid-uijg9gl37T .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uijg9gl37T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uijg9gl37T .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-uijg9gl37T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uijg9gl37T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uijg9gl37T .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uijg9gl37T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uijg9gl37T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uijg9gl37T .dropdown-item.active,
.cid-uijg9gl37T .dropdown-item:active {
  background-color: transparent;
}
.cid-uijg9gl37T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uijg9gl37T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uijg9gl37T .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uijg9gl37T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uijg9gl37T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uijg9gl37T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uijg9gl37T ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uijg9gl37T ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uijg9gl37T .navbar-buttons {
  margin-left: auto;
}
.cid-uijg9gl37T button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uijg9gl37T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uijg9gl37T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uijg9gl37T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uijg9gl37T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uijg9gl37T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uijg9gl37T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uijg9gl37T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uijg9gl37T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uijg9gl37T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uijg9gl37T .navbar-dropdown {
  position: fixed;
}
.cid-uijg9gl37T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uijg9gl37T .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uijg9gl37T .right-menu,
.cid-uijg9gl37T .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uijg9gl37T .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uijg9gl37T .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uijg9gl37T .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uijg9gl37T .menu-top {
  text-align: center;
  width: 100%;
  background-color: #02195c;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-uijg9gl37T .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uijg9gl37T .card-wrapper {
  z-index: 3;
}
.cid-uijg9gl37T .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uijg9gl37T .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uijg9gl37T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui8efyi4kr {
  position: relative;
  overflow: hidden;
}
.cid-ui8efyi4kr svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-ui8efyi4kr #e2_shape {
  fill: #ffffff !important;
}
.cid-ui8efyi4kr .main-text {
  color: #606060;
}
.cid-ui8efyi4kr .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 50rem;
}
.cid-ui8efyi4kr .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(57%);
}
.cid-ui8efyi4kr .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-ui8efyi4kr .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-ui8efyi4kr .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-ui8efyi4kr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ui8efyi4kr .carousel-item.active,
.cid-ui8efyi4kr .carousel-item-next,
.cid-ui8efyi4kr .carousel-item-prev {
  display: flex;
}
.cid-ui8efyi4kr .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-ui8efyi4kr .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #e50c06;
  transition: all 200ms ease-in-out;
}
.cid-ui8efyi4kr .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-ui8efyi4kr .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-ui8efyi4kr .carousel-controls {
    display: block;
  }
  .cid-ui8efyi4kr .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-ui8efyi4kr .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.5;
  }
  .cid-ui8efyi4kr .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-ui8efyi4kr .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-ui8efyi4kr .text-element {
    padding: 1rem;
  }
  .cid-ui8efyi4kr .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui8efyi4kr .image-element {
    min-width: 50%;
  }
  .cid-ui8efyi4kr .media-container-row {
    width: 100%;
  }
}
.cid-ui8efyi4kr .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ui8efyi4kr .wrapper .content-block .mbr-section-subtitle {
  color: #ff9500;
}
.cid-ui7elhZTob {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ui7elhZTob .title_block {
  margin-bottom: 80px;
}
.cid-ui7elhZTob .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.cid-ui7elhZTob .mbr-section-title,
.cid-ui7elhZTob .card-title {
  color: #505050;
}
.cid-ui7elhZTob .card-title {
  margin-bottom: 22px;
  color: #000000;
}
.cid-ui7elhZTob .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-ui7elhZTob .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-ui7elhZTob .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-ui7elhZTob .btn_link:hover {
  cursor: pointer;
}
.cid-ui7elhZTob .btn_link:hover a {
  color: #3d348b !important;
}
.cid-ui7elhZTob .btn_link:hover span {
  transform: translatex(5px);
}
.cid-ui7elhZTob .item-img {
  margin-bottom: 40px;
}
.cid-ui7elhZTob img,
.cid-ui7elhZTob .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-ui7elhZTob .item:focus,
.cid-ui7elhZTob span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-ui7elhZTob .title_block {
    margin-bottom: 40px;
  }
  .cid-ui7elhZTob .card-title,
  .cid-ui7elhZTob .card-text {
    margin-bottom: 16px;
  }
  .cid-ui7elhZTob .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-ui7elhZTob .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7elhZTob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui7elhZTob .mbr-section-title {
  text-align: left;
}
.cid-ui7elhZTob .card-text,
.cid-ui7elhZTob .btn_link {
  color: #323337;
}
.cid-ui7j0m53Yg {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ui7j0m53Yg .title_block {
  margin-bottom: 80px;
}
.cid-ui7j0m53Yg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #3d348b;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ui7j0m53Yg .mbr-section-title,
.cid-ui7j0m53Yg .card-title {
  color: #505050;
}
.cid-ui7j0m53Yg .card-title {
  margin-bottom: 22px;
  color: #000000;
}
.cid-ui7j0m53Yg .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-ui7j0m53Yg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-ui7j0m53Yg .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-ui7j0m53Yg .btn_link:hover {
  cursor: pointer;
}
.cid-ui7j0m53Yg .btn_link:hover a {
  color: #3d348b !important;
}
.cid-ui7j0m53Yg .btn_link:hover span {
  transform: translatex(5px);
}
.cid-ui7j0m53Yg .item-img {
  margin-bottom: 40px;
}
.cid-ui7j0m53Yg img,
.cid-ui7j0m53Yg .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-ui7j0m53Yg .item:focus,
.cid-ui7j0m53Yg span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-ui7j0m53Yg .title_block {
    margin-bottom: 40px;
  }
  .cid-ui7j0m53Yg .card-title,
  .cid-ui7j0m53Yg .card-text {
    margin-bottom: 16px;
  }
  .cid-ui7j0m53Yg .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-ui7j0m53Yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7j0m53Yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui7j0m53Yg .card-text,
.cid-ui7j0m53Yg .btn_link {
  color: #323337;
}
.cid-uikkbdYQIu {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uikkbdYQIu .container,
.cid-uikkbdYQIu .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uikkbdYQIu .title__block,
.cid-uikkbdYQIu .card {
  pointer-events: all;
}
.cid-uikkbdYQIu .mbr-section-title {
  color: #2ba9fe;
  text-decoration: underline;
  margin-bottom: 25px;
}
.cid-uikkbdYQIu .title__block {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uikkbdYQIu .title__block {
    margin-bottom: 30px;
  }
}
.cid-uikkbdYQIu .card-inner {
  background: #ffffff;
  border-radius: 25px;
  padding: 50px 10px 60px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.cid-uikkbdYQIu .card:nth-child(1) .icon__block {
  background: #2ba9fe;
}
.cid-uikkbdYQIu .card:nth-child(2) .icon__block {
  background: #2ba9fe;
}
.cid-uikkbdYQIu .card:nth-child(3) .icon__block {
  background: #2ba9fe;
}
.cid-uikkbdYQIu .card:nth-child(4) .icon__block {
  background: #2ba9fe;
}
.cid-uikkbdYQIu .card:hover .card-inner {
  box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}
.cid-uikkbdYQIu .card:hover .icon__block:after {
  animation: wave__scale 1.5s linear infinite;
}
.cid-uikkbdYQIu .card:hover .icon__block:before {
  animation: wave__scale2 1.5s linear infinite;
}
.cid-uikkbdYQIu .icon__block {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uikkbdYQIu .icon__block:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: 0.5;
}
.cid-uikkbdYQIu .icon__block:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: inherit;
  opacity: 0.5;
}
.cid-uikkbdYQIu .icon__block .mbr-iconfont {
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uikkbdYQIu .card-box {
  margin-top: 30px;
}
.cid-uikkbdYQIu .card-title {
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.cid-uikkbdYQIu .animation__background .triangle {
  position: absolute;
  top: 15%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
  height: 200px;
  width: 200px;
}
.cid-uikkbdYQIu .animation__background .triangle2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
  animation: animationTwo 40s infinite linear;
  width: 70px;
  height: 70px;
}
.cid-uikkbdYQIu .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #ffeb00;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uikkbdYQIu .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff9500;
  animation: animationOne 29s infinite linear;
}
.cid-uikkbdYQIu .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #87e7eb;
  animation: animationTwo 28s infinite linear;
}
.cid-uikkbdYQIu .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #87e7eb;
  animation: animationOne 25s infinite linear;
}
.cid-uikkbdYQIu .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 19%;
  position: absolute;
  border-radius: 50%;
  background-color: #87e7eb;
  animation: animationTwo 21s infinite linear;
}
@keyframes wave__scale {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0.1;
  }
}
@keyframes wave__scale2 {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uikkbdYQIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uikkbdYQIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uikkbdYQIu .mbr-section-subtitle {
  color: #000000;
}
.cid-uidZdgnvq4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uidZdgnvq4 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uidZdgnvq4 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uidZdgnvq4 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uidZdgnvq4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uidZdgnvq4 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uidZdgnvq4 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uidZdgnvq4 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uidZdgnvq4 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uidZdgnvq4 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uidZdgnvq4 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uidZdgnvq4 .mbr-section-subtitle {
  color: #ffd751;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-uidZdgnvq4 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uidZdgnvq4 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uidZdgnvq4 .mbr-section-button {
  margin-top: 25px;
}
.cid-uidZdgnvq4 .desc1,
.cid-uidZdgnvq4 .mbr-section-btn {
  color: #000000;
}
.cid-uidZdgnvq4 .desc2,
.cid-uidZdgnvq4 .mbr-section-btn {
  color: #000000;
}
.cid-ui8dYi732c {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #f4f4f4;
}
@media (min-width: 992px) {
  .cid-ui8dYi732c .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-ui8dYi732c .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-ui8dYi732c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui8dYi732c .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-ui8dYi732c .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-ui8dYi732c .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-ui8dYi732c .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-ui8dYi732c .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-ui8dYi732c .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-ui8dYi732c .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-ui8dYi732c .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-ui8dYi732c .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-ui8dYi732c .mbr-section-button {
  margin-top: 25px;
}
.cid-ui8dYi732c .desc1,
.cid-ui8dYi732c .mbr-section-btn {
  color: #000000;
}
.cid-ui8dYi732c .desc2,
.cid-ui8dYi732c .mbr-section-btn {
  color: #000000;
}
.cid-uiehBKc42F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uiehBKc42F .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uiehBKc42F .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uiehBKc42F .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uiehBKc42F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiehBKc42F .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uiehBKc42F .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uiehBKc42F .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uiehBKc42F .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uiehBKc42F .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uiehBKc42F .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uiehBKc42F .mbr-section-subtitle {
  color: #ff3631;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-uiehBKc42F .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uiehBKc42F .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uiehBKc42F .mbr-section-button {
  margin-top: 25px;
}
.cid-uiehBKc42F .desc1,
.cid-uiehBKc42F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uiehBKc42F .desc2,
.cid-uiehBKc42F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uiezJSYqsQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/untitled-design-2000x2828.webp");
}
@media (min-width: 992px) {
  .cid-uiezJSYqsQ .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uiezJSYqsQ .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uiezJSYqsQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiezJSYqsQ .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uiezJSYqsQ .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uiezJSYqsQ .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uiezJSYqsQ .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uiezJSYqsQ .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uiezJSYqsQ .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uiezJSYqsQ .mbr-section-subtitle {
  color: #ff3631;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-uiezJSYqsQ .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uiezJSYqsQ .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uiezJSYqsQ .mbr-section-button {
  margin-top: 25px;
}
.cid-uiezJSYqsQ .desc1,
.cid-uiezJSYqsQ .mbr-section-btn {
  color: #000000;
}
.cid-uiezJSYqsQ .desc2,
.cid-uiezJSYqsQ .mbr-section-btn {
  color: #000000;
}
.cid-uiezKL9jsT {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uiezKL9jsT .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uiezKL9jsT .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-uiezKL9jsT .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-uiezKL9jsT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiezKL9jsT .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-uiezKL9jsT .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-uiezKL9jsT .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-uiezKL9jsT .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-uiezKL9jsT .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-uiezKL9jsT .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-uiezKL9jsT .mbr-section-subtitle {
  color: #ff3631;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-uiezKL9jsT .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-uiezKL9jsT .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uiezKL9jsT .mbr-section-button {
  margin-top: 25px;
}
.cid-uiezKL9jsT .desc1,
.cid-uiezKL9jsT .mbr-section-btn {
  color: #000000;
}
.cid-uiezKL9jsT .desc2,
.cid-uiezKL9jsT .mbr-section-btn {
  color: #000000;
}
.cid-uiBzARl64G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/15574-1500x857.webp");
}
.cid-uiBzARl64G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBzARl64G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBzARl64G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uiBzARl64G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uiBzARl64G .container {
    padding: 0 24px;
  }
}
.cid-uiBzARl64G .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uiBzARl64G .title-wrapper {
    padding: 0;
  }
}
.cid-uiBzARl64G .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uiBzARl64G .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uiBzARl64G .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e50c06 0%, transparent 100%);
}
.cid-uiBzARl64G .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uiBzARl64G .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uiBzARl64G .mbr-section-title,
.cid-uiBzARl64G .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uiBzARl64G .mbr-section-title,
.cid-uiBzARl64G .title-wrapper,
.cid-uiBzARl64G .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uiATOovoRJ {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #f4f4f4;
}
.cid-uiATOovoRJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiATOovoRJ .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-uiATOovoRJ .col-auto {
  margin: auto;
  padding-top: 2rem;
}
.cid-uiATOovoRJ h5 {
  padding-bottom: 2rem;
}
.cid-uiATOovoRJ .form-control,
.cid-uiATOovoRJ .field-input {
  padding: 0.5rem;
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}
.cid-uiATOovoRJ .form-control::-webkit-input-placeholder,
.cid-uiATOovoRJ .field-input::-webkit-input-placeholder,
.cid-uiATOovoRJ .form-control::-webkit-input-placeholder,
.cid-uiATOovoRJ .field-input::-webkit-input-placeholder {
  color: #00004c;
}
.cid-uiATOovoRJ .form-control:-moz-placeholder,
.cid-uiATOovoRJ .field-input:-moz-placeholder,
.cid-uiATOovoRJ .form-control:-moz-placeholder,
.cid-uiATOovoRJ .field-input:-moz-placeholder {
  color: #00004c;
}
.cid-uiATOovoRJ .form-control:hover,
.cid-uiATOovoRJ .field-input:hover,
.cid-uiATOovoRJ .form-control:focus,
.cid-uiATOovoRJ .field-input:focus {
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  box-shadow: none;
  outline: none;
}
.cid-uiATOovoRJ .form-control:hover::-webkit-input-placeholder,
.cid-uiATOovoRJ .field-input:hover::-webkit-input-placeholder,
.cid-uiATOovoRJ .form-control:focus::-webkit-input-placeholder,
.cid-uiATOovoRJ .field-input:focus::-webkit-input-placeholder,
.cid-uiATOovoRJ .form-control:hover::-webkit-input-placeholder,
.cid-uiATOovoRJ .field-input:hover::-webkit-input-placeholder,
.cid-uiATOovoRJ .form-control:focus::-webkit-input-placeholder,
.cid-uiATOovoRJ .field-input:focus::-webkit-input-placeholder {
  color: #00004c;
}
.cid-uiATOovoRJ .form-control:hover:-moz-placeholder,
.cid-uiATOovoRJ .field-input:hover:-moz-placeholder,
.cid-uiATOovoRJ .form-control:focus:-moz-placeholder,
.cid-uiATOovoRJ .field-input:focus:-moz-placeholder,
.cid-uiATOovoRJ .form-control:hover:-moz-placeholder,
.cid-uiATOovoRJ .field-input:hover:-moz-placeholder,
.cid-uiATOovoRJ .form-control:focus:-moz-placeholder,
.cid-uiATOovoRJ .field-input:focus:-moz-placeholder {
  color: #00004c;
}
.cid-uiATOovoRJ .jq-number__spin:hover,
.cid-uiATOovoRJ .jq-number__spin:focus {
  border-bottom: 1px solid #48525c !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uiATOovoRJ .jq-number__spin {
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uiATOovoRJ textarea {
  min-height: 200px;
}
.cid-uiATOovoRJ input::-webkit-clear-button {
  display: none;
}
.cid-uiATOovoRJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uiATOovoRJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uiATOovoRJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uiATOovoRJ LABEL {
  color: #767676;
}
.cid-uiATOovoRJ H5 {
  text-align: center;
}
.cid-uiiZrCKgXg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uiiZrCKgXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiZrCKgXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiiZrCKgXg .container {
    padding: 0 20px;
  }
}
.cid-uiiZrCKgXg .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uiiZrCKgXg .text-wrapper .mbr-text span {
  color: #000000;
}
.cid-uiiZrCKgXg .mbr-text {
  color: #b10500;
  text-align: center;
}
.cid-uiiRm9uMin {
  padding-top: 2rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiiRm9uMin .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiiRm9uMin .container {
    padding: 0 16px;
  }
}
.cid-uiiRm9uMin .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uiiRm9uMin .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uiiRm9uMin .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uiiRm9uMin .embla__button--next,
.cid-uiiRm9uMin .embla__button--prev {
  display: flex;
}
.cid-uiiRm9uMin .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #3d348b !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uiiRm9uMin .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiiRm9uMin .embla__button:hover {
  opacity: .7 !important;
}
.cid-uiiRm9uMin .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uiiRm9uMin .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uiiRm9uMin .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-uiiRm9uMin .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uiiRm9uMin .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-uiiRm9uMin .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-uiiRm9uMin .embla {
  position: relative;
  width: 100%;
}
.cid-uiiRm9uMin .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uiiRm9uMin .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiiRm9uMin .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiiRm9uMin .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uiiRm9uMin .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uiHqsmsS6h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ccccccccccc-1451x745.webp");
}
.cid-uiHqsmsS6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHqsmsS6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiHqsmsS6h .text-wrap {
  width: 100%;
}
.cid-uiHqsmsS6h .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uiHqsmsS6h .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-uiHqsmsS6h .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-uiHqsmsS6h .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-uiHqsmsS6h .item-row {
  row-gap: 50px;
}
.cid-uiHqsmsS6h .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-uiHqsmsS6h .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-uiHqsmsS6h .img-box img {
  width: 100%;
  height: auto;
}
.cid-uiHqsmsS6h .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-uiHqsmsS6h .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-uiHqsmsS6h .item-text {
    margin: 16px 0 0;
  }
}
.cid-uiHqsmsS6h .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiHqsmsS6h .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-uiHqsmsS6h .item-text,
.cid-uiHqsmsS6h .mbr-section-btn {
  color: #ffffff;
}
.cid-uiN7ojmo5x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uiN7ojmo5x .media-container-row .mbr-text {
  text-align: center;
  color: #000000;
}
