@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Dosis;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #4c8f5b !important;
}
.bg-info {
  background-color: #9e3145 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4c8f5b !important;
  border-color: #4c8f5b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #315d3b !important;
  border-color: #315d3b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #315d3b !important;
  border-color: #315d3b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #9e3145 !important;
  border-color: #9e3145 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #641f2b !important;
  border-color: #641f2b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #641f2b !important;
  border-color: #641f2b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4c8f5b !important;
  border-color: #4c8f5b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #315d3b !important;
  border-color: #315d3b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #315d3b !important;
  border-color: #315d3b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #294c31;
  color: #294c31 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #4c8f5b;
  border-color: #4c8f5b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c8f5b !important;
  border-color: #4c8f5b !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #501923;
  color: #501923 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #9e3145;
  border-color: #9e3145;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e3145 !important;
  border-color: #9e3145 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #294c31;
  color: #294c31 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #4c8f5b;
  border-color: #4c8f5b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4c8f5b !important;
  border-color: #4c8f5b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #4c8f5b !important;
}
.text-success {
  color: #4c8f5b !important;
}
.text-info {
  color: #9e3145 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #294c31 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #294c31 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #501923 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e3145;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94c69f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5798a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #9e3145;
  opacity: .5;
}
#scrollToTop a:hover {
  opacity: .7;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: #9e3145;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.43;
  min-height: 2.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ffbc00;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ffbc00;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffbc00;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !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: #4c8f5b !important;
  box-shadow: none !important;
}
.cid-s3FIkMOnk9 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s3FIkMOnk9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-s3FIkMOnk9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s3FIkMOnk9 .dropdown-item {
  padding: 0;
}
.cid-s3FIkMOnk9 .dropdown-menu {
  border: 0px solid lightgray;
  background: #4c8f5b !important;
}
.cid-s3FIkMOnk9 .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s3FIkMOnk9 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #4c8f5b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3FIkMOnk9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3FIkMOnk9 a {
  font-style: normal;
}
.cid-s3FIkMOnk9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s3FIkMOnk9 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-s3FIkMOnk9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-s3FIkMOnk9 .content-text {
  margin-bottom: 0;
}
.cid-s3FIkMOnk9 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s3FIkMOnk9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffbc00;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s3FIkMOnk9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s3FIkMOnk9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s3FIkMOnk9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s3FIkMOnk9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s3FIkMOnk9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s3FIkMOnk9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s3FIkMOnk9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3FIkMOnk9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-s3FIkMOnk9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s3FIkMOnk9 .content-right-side {
  text-align: center;
}
.cid-s3FIkMOnk9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s3FIkMOnk9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s3FIkMOnk9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s3FIkMOnk9 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-s3FIkMOnk9 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3FIkMOnk9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s3FIkMOnk9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s3FIkMOnk9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s3FIkMOnk9 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s3FIkMOnk9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s3FIkMOnk9 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s3FIkMOnk9 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s3FIkMOnk9 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s3FIkMOnk9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-s3FIkMOnk9 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s3FIkMOnk9 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-s3FIkMOnk9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s3FIkMOnk9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s3FIkMOnk9 .navbar-toggler {
    display: none;
  }
  .cid-s3FIkMOnk9 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s3FIkMOnk9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s3FIkMOnk9 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3FIkMOnk9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s3FIkMOnk9 .menu-logo {
  margin-right: auto;
}
.cid-s3FIkMOnk9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3FIkMOnk9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3FIkMOnk9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3FIkMOnk9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3FIkMOnk9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3FIkMOnk9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3FIkMOnk9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s3FIkMOnk9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3FIkMOnk9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3FIkMOnk9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3FIkMOnk9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s3FIkMOnk9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s3FIkMOnk9 .dropdown .dropdown-menu .dropdown-item {
  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-s3FIkMOnk9 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-s3FIkMOnk9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3FIkMOnk9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3FIkMOnk9 .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-s3FIkMOnk9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3FIkMOnk9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3FIkMOnk9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s3FIkMOnk9 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s3FIkMOnk9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3FIkMOnk9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3FIkMOnk9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3FIkMOnk9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3FIkMOnk9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3FIkMOnk9 button.navbar-toggler:focus {
  outline: none;
}
.cid-s3FIkMOnk9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s3FIkMOnk9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3FIkMOnk9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3FIkMOnk9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3FIkMOnk9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3FIkMOnk9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3FIkMOnk9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3FIkMOnk9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3FIkMOnk9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3FIkMOnk9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3FIkMOnk9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3FIkMOnk9 .collapsed .btn {
  display: flex;
}
.cid-s3FIkMOnk9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.collapsing,
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3FIkMOnk9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s3FIkMOnk9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s3FIkMOnk9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3FIkMOnk9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s3FIkMOnk9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3FIkMOnk9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3FIkMOnk9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3FIkMOnk9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3FIkMOnk9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s3FIkMOnk9 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s3FIkMOnk9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3FIkMOnk9 .navbar-collapse.collapsing,
  .cid-s3FIkMOnk9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3FIkMOnk9 .navbar-collapse.collapsing .navbar-nav,
  .cid-s3FIkMOnk9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3FIkMOnk9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3FIkMOnk9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3FIkMOnk9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3FIkMOnk9 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s3FIkMOnk9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3FIkMOnk9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3FIkMOnk9 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3FIkMOnk9 img {
    height: 3.8rem !important;
  }
  .cid-s3FIkMOnk9 .btn {
    display: flex;
  }
  .cid-s3FIkMOnk9 button.navbar-toggler {
    display: block;
  }
  .cid-s3FIkMOnk9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s3FIkMOnk9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s3FIkMOnk9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3FIkMOnk9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3FIkMOnk9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3FIkMOnk9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-s3FIkMOnk9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s3FIkMOnk9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s3FIkMOnk9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s3FIkMOnk9 .nav-link:focus {
  outline: none;
}
.cid-s3FIkMOnk9 .navbar-toggler {
  position: relative;
}
.cid-s3FIkMOnk9 .dropdown-item.active,
.cid-s3FIkMOnk9 .dropdown-item:active {
  background: #4c8f5b;
  color: initial;
}
.cid-s3G6teMvRi {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-s3G6teMvRi .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-s3G6teMvRi .mbr-section-title,
.cid-s3G6teMvRi .mbr-section-subtitle {
  color: #232323;
}
.cid-s3G6teMvRi .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-s3G6teMvRi .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-s3G6teMvRi .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-s3G6teMvRi .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3G6teMvRi .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-s3G6teMvRi .mbr-section-title {
  color: #4c8f5b;
}
.cid-s3G7p2Vc5j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4c8f5b;
}
.cid-s3G7p2Vc5j .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-s3G7dYLBDZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3G7dYLBDZ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s3G7dYLBDZ .text-block {
  position: relative;
  z-index: 0;
}
.cid-s3G7dYLBDZ .box {
  width: 25%;
  height: 40%;
  background: #9e3145;
  position: absolute;
  top: 4%;
}
.cid-s3G7dYLBDZ .box {
  left: 20%;
}
.cid-s3G7dYLBDZ .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-s3G7dYLBDZ .mbr-section-text,
.cid-s3G7dYLBDZ .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-s3G7dYLBDZ .text-box {
    display: none;
  }
  .cid-s3G7dYLBDZ .mbr-section-title,
  .cid-s3G7dYLBDZ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s3G7dYLBDZ .box {
    display: none;
  }
  .cid-s3G7dYLBDZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s3G7dYLBDZ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3G7dYLBDZ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s3G7dYLBDZ .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-s3G7dYLBDZ .mbr-section-text DIV {
  text-align: left;
}
.cid-s3GshJpVBe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s3GshJpVBe img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3GshJpVBe img:hover {
  transform: scale(1.1);
}
.cid-s3GshJpVBe .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3GshJpVBe h2 {
  padding: 0;
  margin: 0;
}
.cid-s3GshJpVBe .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3GshJpVBe .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3GshJpVBe .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-s3GshJpVBe .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s3GshJpVBe .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s3GshJpVBe .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s3GshJpVBe .mbr-iconfont {
  margin: 0!important;
}
.cid-s3GshJpVBe .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3GshJpVBe .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3GshJpVBe .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s3GshJpVBe .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s3GshJpVBe .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3GshJpVBe H2 {
  color: #333333;
}
.cid-s3GshJpVBe .mbr-text {
  color: #767676;
}
.cid-s3GshJpVBe H1 {
  color: #9e3145;
}
.cid-s3GrD7D7G5 {
  padding-top: 15px;
  padding-bottom: 75px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s3GrD7D7G5 .carousel {
  z-index: 2;
  position: relative;
}
.cid-s3GrD7D7G5 .user {
  padding: 0!important;
}
.cid-s3GrD7D7G5 .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #149dcc;
  opacity: 0.5;
}
.cid-s3GrD7D7G5 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-s3GrD7D7G5 .carousel-item.active,
.cid-s3GrD7D7G5 .carousel-item-next,
.cid-s3GrD7D7G5 .carousel-item-prev {
  display: flex;
}
.cid-s3GrD7D7G5 .user_name {
  margin: 0;
}
.cid-s3GrD7D7G5 .carousel-controls a {
  font-size: 2rem;
}
.cid-s3GrD7D7G5 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-s3GrD7D7G5 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s3GrD7D7G5 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s3GrD7D7G5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-s3GrD7D7G5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s3GrD7D7G5 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-s3GrD7D7G5 .user_text {
  color: #232323;
  text-align: left;
}
.cid-s3GrD7D7G5 .user_desk {
  color: #767676;
}
.cid-s3GrD7D7G5 .user_desk,
.cid-s3GrD7D7G5 .carousel-item {
  text-align: left;
}
.cid-s3GrD7D7G5 .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-s3GrD7D7G5 .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-s3GrD7D7G5 .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-s3GrD7D7G5 .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s3GrD7D7G5 .title,
.cid-s3GrD7D7G5 .line-align {
  color: #9e3145;
}
.cid-s3GwdJnb8i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3GwdJnb8i img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3GwdJnb8i img:hover {
  transform: scale(1.1);
}
.cid-s3GwdJnb8i .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3GwdJnb8i h2 {
  padding: 0;
  margin: 0;
}
.cid-s3GwdJnb8i .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3GwdJnb8i .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3GwdJnb8i .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s3GwdJnb8i .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s3GwdJnb8i .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s3GwdJnb8i .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3GwdJnb8i .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3GwdJnb8i .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s3GwdJnb8i .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3GwdJnb8i H2 {
  color: #333333;
}
.cid-s3GwdJnb8i .mbr-text {
  color: #767676;
}
.cid-s3GwdJnb8i H1 {
  color: #9e3145;
}
.cid-s3Gwh3arsC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3Gwh3arsC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s3Gwh3arsC img:hover {
  transform: scale(1.1);
}
.cid-s3Gwh3arsC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s3Gwh3arsC h2 {
  padding: 0;
  margin: 0;
}
.cid-s3Gwh3arsC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s3Gwh3arsC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s3Gwh3arsC .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s3Gwh3arsC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s3Gwh3arsC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s3Gwh3arsC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s3Gwh3arsC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s3Gwh3arsC .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s3Gwh3arsC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s3Gwh3arsC H2 {
  color: #333333;
}
.cid-s3Gwh3arsC .mbr-text {
  color: #767676;
}
.cid-s3Gwh3arsC H1 {
  color: #9e3145;
}
.cid-s3QOMLfpYR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4c8f5b;
}
.cid-s3QOMLfpYR .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-s3QMepAaax {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3QMepAaax p {
  line-height: 1.6;
}
.cid-s3QMepAaax .card-box {
  width: -webkit-fill-available;
}
.cid-s3QMepAaax .card-img {
  width: auto;
}
.cid-s3QMepAaax .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-s3QMepAaax .mbr-iconfont {
  font-size: 3.5rem !important;
}
.cid-s3QMepAaax .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-s3QMepAaax .card {
  height: 100%;
  margin: auto;
}
.cid-s3QMepAaax img {
  width: 100%;
  heigth: auto;
}
.cid-s3QMepAaax .card-title1 {
  color: #073b4c;
}
.cid-s3QMepAaax .mbr-text1 {
  color: #767676;
}
.cid-s3QMepAaax .card-title2 {
  color: #7f1933;
}
.cid-s3QMepAaax .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-s3QMepAaax .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-s3QMepAaax .card-img {
    order: 1;
  }
  .cid-s3QMepAaax .card-box {
    order: 2;
  }
}
.cid-s3GB9MKEz8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-s3GB9MKEz8 .container-fluid {
  padding: 0 3rem;
}
.cid-s3GB9MKEz8 .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #9e3145;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-s3GB9MKEz8 .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4c8f5b;
}
.cid-s3GB9MKEz8 .table-wrap:hover .table-pricing,
.cid-s3GB9MKEz8 .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-s3GB9MKEz8 .table-wrap:hover .table-heading,
.cid-s3GB9MKEz8 .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-s3GB9MKEz8 .section-heading {
  margin-bottom: 2rem;
}
.cid-s3GB9MKEz8 .table-heading {
  margin-bottom: 2em;
}
.cid-s3GB9MKEz8 .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-s3GB9MKEz8 .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #ffbc00, #4c8f5b);
  display: inline-block;
}
.cid-s3GB9MKEz8 ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-s3GB9MKEz8 ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s3GB9MKEz8 ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-s3GB9MKEz8 hr {
  display: none;
  background: #9e3145;
}
.cid-s3GB9MKEz8 hr {
  display: block;
}
.cid-s3GB9MKEz8 .table-heading,
.cid-s3GB9MKEz8 .table-pricing,
.cid-s3GB9MKEz8 .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-s3GB9MKEz8 .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-s3GB9MKEz8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s3GB9MKEz8 .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-s3GB9MKEz8 .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-s3GB9MKEz8 .container-fluid {
    padding: 0 0rem;
  }
}
.cid-s3GB9MKEz8 .mbr-section-title,
.cid-s3GB9MKEz8 .underline {
  color: #9e3145;
}
.cid-s3GB9MKEz8 .table-pricing,
.cid-s3GB9MKEz8 .table-icon {
  text-align: center;
  color: #9e3145;
}
.cid-s3GChL5KIF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s3GChL5KIF .container-fluid {
  padding: 0 3rem;
}
.cid-s3GChL5KIF .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #9e3145;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-s3GChL5KIF .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4c8f5b;
}
.cid-s3GChL5KIF .table-wrap:hover .table-pricing,
.cid-s3GChL5KIF .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-s3GChL5KIF .table-wrap:hover .table-heading,
.cid-s3GChL5KIF .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-s3GChL5KIF .section-heading {
  margin-bottom: 2rem;
}
.cid-s3GChL5KIF .table-heading {
  margin-bottom: 2em;
}
.cid-s3GChL5KIF .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-s3GChL5KIF .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #ffbc00, #4c8f5b);
  display: inline-block;
}
.cid-s3GChL5KIF ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-s3GChL5KIF ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-s3GChL5KIF ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-s3GChL5KIF hr {
  display: none;
  background: #9e3145;
}
.cid-s3GChL5KIF hr {
  display: block;
}
.cid-s3GChL5KIF .table-heading,
.cid-s3GChL5KIF .table-pricing,
.cid-s3GChL5KIF .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-s3GChL5KIF .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-s3GChL5KIF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s3GChL5KIF .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-s3GChL5KIF .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-s3GChL5KIF .container-fluid {
    padding: 0 0rem;
  }
}
.cid-s3GChL5KIF .table-pricing,
.cid-s3GChL5KIF .table-icon {
  text-align: center;
  color: #9e3145;
}
.cid-s3GQHmXxYM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4c8f5b;
}
.cid-s3GQHmXxYM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-s3GQ1vp5KM {
  padding-top: 30px;
  padding-bottom: 75px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s3GQ1vp5KM .carousel {
  z-index: 2;
  position: relative;
}
.cid-s3GQ1vp5KM .user {
  padding: 0!important;
}
.cid-s3GQ1vp5KM .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #4c8f5b;
  opacity: 0.5;
}
.cid-s3GQ1vp5KM .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-s3GQ1vp5KM .carousel-item.active,
.cid-s3GQ1vp5KM .carousel-item-next,
.cid-s3GQ1vp5KM .carousel-item-prev {
  display: flex;
}
.cid-s3GQ1vp5KM .user_name {
  margin: 0;
}
.cid-s3GQ1vp5KM .carousel-controls a {
  font-size: 2rem;
}
.cid-s3GQ1vp5KM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-s3GQ1vp5KM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s3GQ1vp5KM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s3GQ1vp5KM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-s3GQ1vp5KM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s3GQ1vp5KM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-s3GQ1vp5KM .user_text {
  color: #232323;
  text-align: left;
}
.cid-s3GQ1vp5KM .user_desk {
  color: #767676;
}
.cid-s3GQ1vp5KM .user_desk,
.cid-s3GQ1vp5KM .carousel-item {
  text-align: left;
}
.cid-s3GQ1vp5KM .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-s3GQ1vp5KM .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-s3GQ1vp5KM .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-s3GQ1vp5KM .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-s3HOIoiZru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3HOIoiZru .mbr-section-subtitle {
  color: #767676;
}
.cid-s3HOIoiZru .container-table {
  margin: 0 auto;
}
.cid-s3HOIoiZru .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3HOIoiZru .dataTables_wrapper {
  display: block;
}
.cid-s3HOIoiZru .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3HOIoiZru .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3HOIoiZru table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-s3HOIoiZru table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-s3HOIoiZru table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-s3HOIoiZru table td {
  border: 1px solid #efefef;
}
.cid-s3HOIoiZru .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3HOIoiZru .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3HOIoiZru .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3HOIoiZru .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3HOIoiZru .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3HOIoiZru .dataTables_filter {
    text-align: center;
  }
  .cid-s3HOIoiZru .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3HOIoiZru .head-item,
.cid-s3HOIoiZru .body-item {
  text-align: center;
}
.cid-s3HOIoiZru .body-item1 {
  text-align: right;
}
.cid-s3HOIoiZru .head-item1 {
  text-align: right;
  color: #9e3145;
}
.cid-s3OnkW2Vup {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3OnkW2Vup span {
  color: #c1c1c1;
}
.cid-s3OnkW2Vup .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s3OnkW2Vup .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-s3OnkW2Vup .flex-block span {
    margin-left: 2rem;
  }
}
.cid-s3GPTH11q1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #9e3145;
}
.cid-s3GPTH11q1 .container-fluid {
  padding: 0 3rem;
}
.cid-s3GPTH11q1 .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-s3GPTH11q1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s3GPTH11q1 .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-s3GPTH11q1 textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-s3GPTH11q1 .text-block {
  background: #4c8f5b;
  padding: 2rem;
  outline: 1px dashed #9e3145;
  outline-offset: -15px;
}
.cid-s3GPTH11q1 .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-s3GPTH11q1 .time-block-title {
  color: #ffffff;
}
.cid-s3GPTH11q1 .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-s3GPTH11q1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-s3GPTH11q1 .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-s3GPTH11q1 .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3GPTH11q1 .text-block {
    border: 1px dashed #9e3145;
    outline: 15px solid #4c8f5b;
  }
}
.cid-s3GTYqJg54 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s3GTYqJg54 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-s3GTYqJg54 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s3GTYqJg54 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s3GTYqJg54 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-s3GTYqJg54 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #4c8f5b;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-s3GTYqJg54 .icon-transition span:hover {
  background-color: #9e3145;
}
.cid-s3GTYqJg54 .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-s3GTYqJg54 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-s3GTYqJg54 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-s3GTYqJg54 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
