@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=Quicksand:300,400,500,600,700&display=swap);





body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #c1f7d5 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #354463 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c1f7d5 !important;
  border-color: #c1f7d5 !important;
  color: #354463 !important;
}
.btn-primary:hover {
  color: #354463 !important;
  background-color: #7deea7 !important;
  border-color: #7deea7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #354463 !important;
  background-color: #7deea7 !important;
  border-color: #7deea7 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #eefdf4 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00032c !important;
  border-color: #00032c !important;
  color: #354463 !important;
}
.btn-secondary:hover {
  color: #354463 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #354463 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #354463 !important;
  border-color: #354463 !important;
  color: #354463 !important;
}
.btn-info:hover {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #354463 !important;
}
.btn-success:hover {
  color: #354463 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #354463 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #354463 !important;
}
.btn-warning:hover {
  color: #354463 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #354463 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #354463 !important;
}
.btn-danger:hover {
  color: #354463 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #354463 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #354463 !important;
}
.btn-white:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #354463 !important;
}
.btn-black:hover {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #c1f7d5 !important;
  color: #ffffff !important;
  color: #c1f7d5 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c1f7d5;
  color: #c1f7d5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #15a44a;
  background-color: #c1f7d5;
  border-color: #c1f7d5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #15a44a !important;
  background-color: #c1f7d5 !important;
  border-color: #c1f7d5 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #c1f7d5 !important;
  color: #354463 !important;
}
.btn-primary-outline:hover {
  color: #354463 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #00032c !important;
  color: #ffffff !important;
  color: #00032c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #00032c;
  color: #00032c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00032c;
  border-color: #00032c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00032c !important;
  border-color: #00032c !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #00032c !important;
  color: #354463 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #354463 !important;
  color: #ffffff !important;
  color: #354463 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #354463;
  color: #354463;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #354463;
  border-color: #354463;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #354463 !important;
  border-color: #354463 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #354463 !important;
  color: #354463 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #f7ed4a !important;
  color: #ffffff !important;
  color: #f7ed4a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #f7ed4a !important;
  color: #354463 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #354463 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #354463 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #354463 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c1f7d5 !important;
}
.text-secondary {
  color: #00032c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #354463 !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000a92 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #354463 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c1f7d5;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #354463;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1f7d5;
  border-color: #c1f7d5;
  color: #18ba54;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c1f7d5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6980af;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c1f7d5;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #c1f7d5;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1f7d5;
  border-bottom-color: #c1f7d5;
}
.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: #c1f7d5 !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: #00032c !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='%23c1f7d5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTktMYfIo {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-rUTktMYfIo .navbar {
  background-color: transparent !important;
}
.cid-rUTktMYfIo .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-rUTktMYfIo .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-rUTktMYfIo .container {
    max-width: 1400px !important;
  }
}
.cid-rUTktMYfIo .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-rUTktMYfIo .nav-item:focus,
.cid-rUTktMYfIo .nav-link:focus {
  outline: none;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTktMYfIo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTktMYfIo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTktMYfIo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTktMYfIo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTktMYfIo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTktMYfIo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTktMYfIo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTktMYfIo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTktMYfIo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTktMYfIo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTktMYfIo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTktMYfIo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTktMYfIo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTktMYfIo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTktMYfIo .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTktMYfIo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTktMYfIo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTktMYfIo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTktMYfIo .dropdown-item.active,
.cid-rUTktMYfIo .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTktMYfIo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTktMYfIo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-rUTktMYfIo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTktMYfIo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTktMYfIo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTktMYfIo .navbar-nav {
  margin: auto;
}
.cid-rUTktMYfIo .navbar-buttons {
  text-align: center;
}
.cid-rUTktMYfIo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTktMYfIo .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTktMYfIo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTktMYfIo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTktMYfIo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTktMYfIo .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTktMYfIo .navbar {
    height: 77px;
  }
  .cid-rUTktMYfIo .navbar.opened {
    height: auto;
  }
}
.cid-rUTktMYfIo .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTktMYfIo .text-btn {
  transition: transform 0.3s;
}
.cid-rUTktMYfIo .btn:hover {
  transform: scale(0.8);
}
.cid-rUTktMYfIo .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTktMYfIo .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTktMYfIo .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTktMYfIo .nav-link:hover::before {
  width: 100%;
}
.cid-rUTktMYfIo .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTktMYfIo .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTktMYfIo .link {
  margin: 0rem 1.2rem;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTktMYfIo .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTktMYfIo .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTktMYfIo .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTktMYfIo .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTktMYfIo .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTktMYfIo .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTktMYfIo .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTktMYfIo .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTktMYfIo .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTktMYfIo .nav-link::before {
    display: none;
  }
  .cid-rUTktMYfIo .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTktMYfIo .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTktMYfIo .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:focus,
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTktMYfIo .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTktMYfIo .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTktMYfIo .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTktMYfIo .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTktMYfIo .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTktMYfIo .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:focus,
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTktMYfIo .btn-primary {
  color: #354463 !important;
}
.cid-rUTktMYfIo .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTktMYfIo .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTktMYfIo .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rUTku9qO5J {
  padding-top: 60px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.cid-rUTku9qO5J img {
  filter: grayscale(1);
}
.cid-rUTku9qO5J .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rUTku9qO5J .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rUTku9qO5J .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-rUTku9qO5J .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(42, 80, 63, 0.5);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTku9qO5J .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTku9qO5J .element-2 {
  font-family: 'Quicksand', sans-serif;
}
.cid-rUTku9qO5J .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-rUTku9qO5J .image-element .img-wrap {
  width: 100% !important;
}
.cid-rUTku9qO5J .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUTku9qO5J .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTku9qO5J .carousel-item.active,
.cid-rUTku9qO5J .carousel-item-next,
.cid-rUTku9qO5J .carousel-item-prev {
  display: flex;
}
.cid-rUTku9qO5J .carousel-controls {
  display: block;
}
.cid-rUTku9qO5J .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #a5d3be;
  border-radius: 50%;
}
.cid-rUTku9qO5J .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rUTku9qO5J .carousel-controls a:hover {
  background: #a5d3be;
}
.cid-rUTku9qO5J .carousel-controls a:hover span {
  color: #354463;
}
.cid-rUTku9qO5J .text-content {
  position: absolute;
  z-index: 10;
}
.cid-rUTku9qO5J .text-element-3 {
  text-align: center;
}
.cid-rUTku9qO5J .mbr-text-3 {
  text-align: center;
}
.cid-rUTku9qO5J .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-rUTku9qO5J .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-rUTku9qO5J .carousel {
  display: flex;
  justify-content: center;
}
.cid-rUTku9qO5J .carousel-control-next,
.cid-rUTku9qO5J .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-rUTku9qO5J .title-2 {
  font-family: 'Quicksand', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTku9qO5J .image-element {
    min-width: 50%;
  }
  .cid-rUTku9qO5J .media-container-row {
    width: 100%;
  }
}
.cid-rUTku9qO5J .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-rUTku9qO5J .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-rUTku9qO5J .text-bottom-3 {
  margin-left: 4rem;
}
.cid-rUTku9qO5J .box {
  background-image: url("../../../assets/images/attorney5.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUTku9qO5J .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rUTku9qO5J .icon-wrap span {
  padding-left: 4px;
}
.cid-rUTku9qO5J .video-title {
  margin-right: 1.2rem;
}
.cid-rUTku9qO5J .mbr-media {
  display: flex;
  align-items: center;
}
.cid-rUTku9qO5J .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #354463 !important;
}
.cid-rUTku9qO5J .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rUTku9qO5J .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUTku9qO5J .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUTku9qO5J .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUTku9qO5J a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUTku9qO5J a.close:hover {
  color: #ffffff;
}
.cid-rUTku9qO5J ul {
  padding-left: 0rem;
}
.cid-rUTku9qO5J li {
  list-style: none;
}
.cid-rUTku9qO5J .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rUTku9qO5J .mbr-iconfont {
  transition: 0.3s;
}
.cid-rUTku9qO5J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTku9qO5J .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rUTku9qO5J .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-rUTku9qO5J .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rUTku9qO5J .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rUTku9qO5J .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rUTku9qO5J .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rUTku9qO5J .item-wrap {
  margin-bottom: 14px;
}
.cid-rUTku9qO5J .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-rUTku9qO5J .wrap {
  height: 660px;
}
@media (max-width: 767px) {
  .cid-rUTku9qO5J .bottom-block {
    display: none;
  }
  .cid-rUTku9qO5J .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTku9qO5J .text-content {
    top: 3rem;
    padding: 0rem;
  }
  .cid-rUTku9qO5J .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-rUTku9qO5J .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-rUTku9qO5J .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTku9qO5J .btn-primary-outline:hover {
  color: #354463 !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTku9qO5J .bottom-block {
    display: none;
  }
  .cid-rUTku9qO5J .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTku9qO5J .text-content {
    top: 10rem;
  }
  .cid-rUTku9qO5J .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-rUTku9qO5J .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-rUTku9qO5J .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTku9qO5J .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-rUTku9qO5J .text-content {
    top: 13rem;
  }
  .cid-rUTku9qO5J .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-rUTku9qO5J .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-rUTku9qO5J .block-wrap {
    padding: 0;
  }
}
.cid-rUTku9qO5J .btn {
  margin-left: 0rem;
}
.cid-rUTku9qO5J .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTku9qO5J .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTku9qO5J .video-title,
.cid-rUTku9qO5J .icon-wrap {
  z-index: 10;
}
.cid-rUTku9qO5J .col-title3 {
  color: #ffffff;
}
.cid-rUTku9qO5J .col-title4 {
  color: #ffffff;
}
.cid-rUTku9qO5J .col-title5 {
  color: #ffffff;
}
.cid-sfEMgA8Snp {
  background-color: #ffffff;
}
.cid-sfEMgA8Snp .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sfEMgA8Snp .mbr-figure img {
  height: 375px;
  width: 375px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sfEMgA8Snp .mbr-text,
.cid-sfEMgA8Snp .mbr-section-btn {
  color: #00032c;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-sfEMgA8Snp img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-ser59lZL1X {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ser59lZL1X .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-ser59lZL1X .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-ser2CYLTRI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-ser2CYLTRI .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-ser2CYLTRI .mbr-section-subtitle {
  color: #3c3e6b;
}
.cid-seqWYTkbVz {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-seqWYTkbVz .team-card .image-wrap {
  overflow: hidden;
}
.cid-seqWYTkbVz .team-card .image-wrap img {
  transition: all 0.5s;
}
.cid-seqWYTkbVz .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-seqWYTkbVz .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-seqWYTkbVz img {
  filter: grayscale(1);
}
.cid-seqWYTkbVz .image-wrap {
  position: relative;
}
.cid-seqWYTkbVz .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-seqWYTkbVz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-seqWYTkbVz .card-wrap {
  background: #354463;
}
.cid-seqWYTkbVz .card-wrap .image-wrap img {
  width: 100%;
}
.cid-seqWYTkbVz .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-seqWYTkbVz .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-seqWYTkbVz .mbr-role {
  margin-bottom: 1rem;
}
.cid-seqWYTkbVz .main-heading {
  margin-bottom: 2.2rem;
}
.cid-seqWYTkbVz .btn {
  margin-top: 3rem;
}
.cid-seqWYTkbVz .mbr-text {
  color: #777777;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-seqWYTkbVz .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-seqWYTkbVz .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-seqWYTkbVz .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-seqWYTkbVz .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-seqWYTkbVz .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-seqWYTkbVz .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-seqWYTkbVz .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTkEn28fL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-rUTkEn28fL a {
  transition: 0.3s;
}
.cid-rUTkEn28fL h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTkEn28fL .card-img2 span {
  padding-top: 6px;
}
.cid-rUTkEn28fL .soc-item a {
  padding-top: 5px;
}
.cid-rUTkEn28fL .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTkEn28fL .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-rUTkEn28fL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTkEn28fL .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTkEn28fL .soc-item span {
  font-size: 1rem;
}
.cid-rUTkEn28fL .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-rUTkEn28fL .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTkEn28fL .item h4 {
  margin: 0;
}
.cid-rUTkEn28fL .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTkEn28fL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTkEn28fL img {
  width: 80%;
}
.cid-rUTkEn28fL .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTkEn28fL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTkEn28fL .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTkEn28fL .container {
  padding: 0;
}
.cid-rUTkEn28fL .btn-primary {
  color: #333333 !important;
}
.cid-rUTkEn28fL .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-sfFvXws0HN {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-sfFvXws0HN .navbar {
  background-color: transparent !important;
}
.cid-sfFvXws0HN .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-sfFvXws0HN .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-sfFvXws0HN .container {
    max-width: 1400px !important;
  }
}
.cid-sfFvXws0HN .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-sfFvXws0HN .nav-item:focus,
.cid-sfFvXws0HN .nav-link:focus {
  outline: none;
}
.cid-sfFvXws0HN .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-sfFvXws0HN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfFvXws0HN .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-sfFvXws0HN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfFvXws0HN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfFvXws0HN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfFvXws0HN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfFvXws0HN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfFvXws0HN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfFvXws0HN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sfFvXws0HN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfFvXws0HN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfFvXws0HN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfFvXws0HN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sfFvXws0HN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfFvXws0HN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfFvXws0HN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfFvXws0HN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfFvXws0HN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfFvXws0HN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfFvXws0HN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfFvXws0HN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sfFvXws0HN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfFvXws0HN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfFvXws0HN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfFvXws0HN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfFvXws0HN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sfFvXws0HN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfFvXws0HN .navbar.navbar-short {
  background: #ffffff;
}
.cid-sfFvXws0HN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfFvXws0HN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfFvXws0HN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfFvXws0HN .dropdown-item.active,
.cid-sfFvXws0HN .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-sfFvXws0HN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfFvXws0HN .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-sfFvXws0HN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-sfFvXws0HN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-sfFvXws0HN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfFvXws0HN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfFvXws0HN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sfFvXws0HN .navbar-nav {
  margin: auto;
}
.cid-sfFvXws0HN .navbar-buttons {
  text-align: center;
}
.cid-sfFvXws0HN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfFvXws0HN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-sfFvXws0HN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfFvXws0HN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfFvXws0HN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfFvXws0HN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfFvXws0HN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfFvXws0HN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfFvXws0HN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfFvXws0HN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfFvXws0HN .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-sfFvXws0HN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfFvXws0HN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfFvXws0HN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sfFvXws0HN .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfFvXws0HN .navbar {
    height: 77px;
  }
  .cid-sfFvXws0HN .navbar.opened {
    height: auto;
  }
}
.cid-sfFvXws0HN .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-sfFvXws0HN .text-btn {
  transition: transform 0.3s;
}
.cid-sfFvXws0HN .btn:hover {
  transform: scale(0.8);
}
.cid-sfFvXws0HN .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-sfFvXws0HN .nav-link {
  position: relative;
  display: inline-block;
}
.cid-sfFvXws0HN .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-sfFvXws0HN .nav-link:hover::before {
  width: 100%;
}
.cid-sfFvXws0HN .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-sfFvXws0HN .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-sfFvXws0HN .link {
  margin: 0rem 1.2rem;
}
.cid-sfFvXws0HN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-sfFvXws0HN .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-sfFvXws0HN .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-sfFvXws0HN .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-sfFvXws0HN .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-sfFvXws0HN .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-sfFvXws0HN .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-sfFvXws0HN .dropdown-menu::before {
    display: none !important;
  }
  .cid-sfFvXws0HN .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-sfFvXws0HN .dropdown-menu > a::after {
    display: none;
  }
  .cid-sfFvXws0HN .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sfFvXws0HN .nav-link::before {
    display: none;
  }
  .cid-sfFvXws0HN .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-sfFvXws0HN .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-sfFvXws0HN .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-sfFvXws0HN .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-sfFvXws0HN .nav-dropdown .dropdown-item:focus,
  .cid-sfFvXws0HN .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-sfFvXws0HN .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sfFvXws0HN .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfFvXws0HN .container-fluid {
    padding-right: 0rem;
  }
  .cid-sfFvXws0HN .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-sfFvXws0HN .btn {
    padding: 1.8rem 6rem;
  }
  .cid-sfFvXws0HN .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-sfFvXws0HN .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-sfFvXws0HN .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-sfFvXws0HN .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-sfFvXws0HN .nav-dropdown .dropdown-item:focus,
  .cid-sfFvXws0HN .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-sfFvXws0HN .btn-primary {
  color: #354463 !important;
}
.cid-sfFvXws0HN .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-sfFvXws0HN .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-sfFvXws0HN .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sfFvXxaD9d {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-sfFvXxaD9d .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sfFvXxaD9d .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sfFvXxaD9d .card-img span {
  font-size: 100px;
}
.cid-sfFvXxaD9d .mbr-text,
.cid-sfFvXxaD9d .mbr-section-btn {
  color: #efefef;
}
.cid-sfFByTsX6I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfFByTsX6I .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sfFByTsX6I .icon2 {
  color: #ffffff;
}
.cid-sfFByTsX6I .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfFByTsX6I p {
  font-weight: 400;
}
.cid-sfFByTsX6I .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfFByTsX6I .line2 {
  background: #ffffff;
}
.cid-sfFByTsX6I .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3c3e6b;
}
.cid-sfFByTsX6I .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sfFByTsX6I .card2 {
  background: #00032c;
}
.cid-sfFByTsX6I .card-title,
.cid-sfFByTsX6I .card-ico,
.cid-sfFByTsX6I .line-wrap {
  text-align: center;
}
.cid-sfFByTsX6I .mbr-text,
.cid-sfFByTsX6I .card-link {
  text-align: center;
}
.cid-sfFBEL1CKv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfFBEL1CKv .google-map {
  height: 25rem;
  position: relative;
}
.cid-sfFBEL1CKv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfFBEL1CKv .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sfFBEL1CKv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfFBEL1CKv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sfFBEL1CKv .container-fluid {
  padding: 0;
}
.cid-sfFBEL1CKv .relative {
  position: relative;
  width: 100%;
}
.cid-sfFBEL1CKv .mbr-section-title {
  color: #656565;
}
.cid-sfFBEL1CKv .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sfFBEL1CKv .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sfFBEL1CKv .title {
  text-align: center;
  color: #ffffff;
}
.cid-sfFBEL1CKv .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sfFBEL1CKv .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-smDXZwxjvq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXZwxjvq a {
  transition: 0.3s;
}
.cid-smDXZwxjvq h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXZwxjvq .card-img2 span {
  padding-top: 6px;
}
.cid-smDXZwxjvq .soc-item a {
  padding-top: 5px;
}
.cid-smDXZwxjvq .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXZwxjvq .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXZwxjvq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXZwxjvq .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXZwxjvq .soc-item span {
  font-size: 1rem;
}
.cid-smDXZwxjvq .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXZwxjvq .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXZwxjvq .item h4 {
  margin: 0;
}
.cid-smDXZwxjvq .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXZwxjvq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXZwxjvq img {
  width: 80%;
}
.cid-smDXZwxjvq .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXZwxjvq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXZwxjvq .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXZwxjvq .container {
  padding: 0;
}
.cid-smDXZwxjvq .btn-primary {
  color: #333333 !important;
}
.cid-smDXZwxjvq .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slg8wJN9UE {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slg8wJN9UE .navbar {
  background-color: transparent !important;
}
.cid-slg8wJN9UE .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slg8wJN9UE .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slg8wJN9UE .container {
    max-width: 1400px !important;
  }
}
.cid-slg8wJN9UE .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-slg8wJN9UE .nav-item:focus,
.cid-slg8wJN9UE .nav-link:focus {
  outline: none;
}
.cid-slg8wJN9UE .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-slg8wJN9UE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slg8wJN9UE .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-slg8wJN9UE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slg8wJN9UE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slg8wJN9UE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slg8wJN9UE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slg8wJN9UE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slg8wJN9UE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slg8wJN9UE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slg8wJN9UE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slg8wJN9UE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slg8wJN9UE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slg8wJN9UE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slg8wJN9UE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slg8wJN9UE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slg8wJN9UE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slg8wJN9UE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slg8wJN9UE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slg8wJN9UE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slg8wJN9UE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slg8wJN9UE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slg8wJN9UE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slg8wJN9UE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slg8wJN9UE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slg8wJN9UE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slg8wJN9UE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slg8wJN9UE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slg8wJN9UE .navbar.navbar-short {
  background: #ffffff;
}
.cid-slg8wJN9UE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slg8wJN9UE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slg8wJN9UE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slg8wJN9UE .dropdown-item.active,
.cid-slg8wJN9UE .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slg8wJN9UE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slg8wJN9UE .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slg8wJN9UE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slg8wJN9UE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slg8wJN9UE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slg8wJN9UE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slg8wJN9UE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slg8wJN9UE .navbar-nav {
  margin: auto;
}
.cid-slg8wJN9UE .navbar-buttons {
  text-align: center;
}
.cid-slg8wJN9UE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slg8wJN9UE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slg8wJN9UE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slg8wJN9UE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slg8wJN9UE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slg8wJN9UE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slg8wJN9UE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slg8wJN9UE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slg8wJN9UE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slg8wJN9UE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slg8wJN9UE .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slg8wJN9UE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slg8wJN9UE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slg8wJN9UE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slg8wJN9UE .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slg8wJN9UE .navbar {
    height: 77px;
  }
  .cid-slg8wJN9UE .navbar.opened {
    height: auto;
  }
}
.cid-slg8wJN9UE .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slg8wJN9UE .text-btn {
  transition: transform 0.3s;
}
.cid-slg8wJN9UE .btn:hover {
  transform: scale(0.8);
}
.cid-slg8wJN9UE .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slg8wJN9UE .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slg8wJN9UE .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slg8wJN9UE .nav-link:hover::before {
  width: 100%;
}
.cid-slg8wJN9UE .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slg8wJN9UE .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slg8wJN9UE .link {
  margin: 0rem 1.2rem;
}
.cid-slg8wJN9UE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slg8wJN9UE .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slg8wJN9UE .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slg8wJN9UE .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slg8wJN9UE .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slg8wJN9UE .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slg8wJN9UE .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slg8wJN9UE .dropdown-menu::before {
    display: none !important;
  }
  .cid-slg8wJN9UE .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slg8wJN9UE .dropdown-menu > a::after {
    display: none;
  }
  .cid-slg8wJN9UE .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slg8wJN9UE .nav-link::before {
    display: none;
  }
  .cid-slg8wJN9UE .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slg8wJN9UE .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slg8wJN9UE .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slg8wJN9UE .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slg8wJN9UE .nav-dropdown .dropdown-item:focus,
  .cid-slg8wJN9UE .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slg8wJN9UE .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slg8wJN9UE .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slg8wJN9UE .container-fluid {
    padding-right: 0rem;
  }
  .cid-slg8wJN9UE .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slg8wJN9UE .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slg8wJN9UE .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slg8wJN9UE .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slg8wJN9UE .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slg8wJN9UE .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slg8wJN9UE .nav-dropdown .dropdown-item:focus,
  .cid-slg8wJN9UE .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slg8wJN9UE .btn-primary {
  color: #354463 !important;
}
.cid-slg8wJN9UE .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slg8wJN9UE .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slg8wJN9UE .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slg8wKdtkV {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slg8wKdtkV .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slg8wKdtkV .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slg8wKdtkV .card-img span {
  font-size: 100px;
}
.cid-slg8wKdtkV .mbr-text,
.cid-slg8wKdtkV .mbr-section-btn {
  color: #efefef;
}
.cid-slg8wKzhc3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-slg8wKzhc3 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slg8wKzhc3 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slg8wKzhc3 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slg8wKQQOc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slg8wKQQOc .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slg8wKQQOc .mbr-section-subtitle {
  color: #3c3e6b;
}
.cid-slg8wL2Cpj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-slg8wL2Cpj .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-slg8wL2Cpj .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-slg8wL2Cpj .mbr-text,
.cid-slg8wL2Cpj .mbr-section-btn {
  color: #3c3e6b;
}
.cid-slg8wLiOqq {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slg8wLiOqq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slg8wLiOqq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slg8wLiOqq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slg8wLiOqq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slg8wLiOqq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slg8wLiOqq .icon-focus {
  display: none;
}
.cid-slg8wLiOqq .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slg8wLiOqq ul {
  font-size: 0;
}
.cid-slg8wLiOqq .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slg8wLiOqq .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slg8wLiOqq .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slg8wLiOqq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slg8wLiOqq .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slg8wLiOqq .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slg8wLiOqq .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slg8wLiOqq .btn:hover {
  background: transparent !important;
}
.cid-slg8wLiOqq .btn:hover:before {
  background: transparent !important;
}
.cid-slg8wLiOqq .btn:before {
  background-color: transparent !important;
}
.cid-slg8wLiOqq .btn:focus {
  box-shadow: none;
}
.cid-slg8wLiOqq .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-slg8wLOd2Z {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-slg8wLOd2Z .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-slg8wLOd2Z .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-slg8wLOd2Z .mbr-text,
.cid-slg8wLOd2Z .mbr-section-btn {
  color: #3c3e6b;
}
.cid-slg8wM4LPs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slg8wM4LPs .counter-container {
  color: #464646;
}
.cid-slg8wM4LPs .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-slg8wM4LPs .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-slg8wM4LPs .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-slg8wM4LPs P {
  text-align: left;
  color: #767676;
}
.cid-slg8wMsQ8h {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slg8wMsQ8h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slg8wMsQ8h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slg8wMsQ8h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slg8wMsQ8h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slg8wMsQ8h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slg8wMsQ8h .icon-focus {
  display: none;
}
.cid-slg8wMsQ8h .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slg8wMsQ8h ul {
  font-size: 0;
}
.cid-slg8wMsQ8h .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slg8wMsQ8h .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slg8wMsQ8h .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slg8wMsQ8h .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slg8wMsQ8h .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slg8wMsQ8h .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slg8wMsQ8h .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slg8wMsQ8h .btn:hover {
  background: transparent !important;
}
.cid-slg8wMsQ8h .btn:hover:before {
  background: transparent !important;
}
.cid-slg8wMsQ8h .btn:before {
  background-color: transparent !important;
}
.cid-slg8wMsQ8h .btn:focus {
  box-shadow: none;
}
.cid-slg8wMsQ8h .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDX9hlGwg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDX9hlGwg a {
  transition: 0.3s;
}
.cid-smDX9hlGwg h5 {
  margin-bottom: 1.6rem;
}
.cid-smDX9hlGwg .card-img2 span {
  padding-top: 6px;
}
.cid-smDX9hlGwg .soc-item a {
  padding-top: 5px;
}
.cid-smDX9hlGwg .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDX9hlGwg .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDX9hlGwg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDX9hlGwg .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDX9hlGwg .soc-item span {
  font-size: 1rem;
}
.cid-smDX9hlGwg .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDX9hlGwg .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDX9hlGwg .item h4 {
  margin: 0;
}
.cid-smDX9hlGwg .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDX9hlGwg .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDX9hlGwg img {
  width: 80%;
}
.cid-smDX9hlGwg .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDX9hlGwg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDX9hlGwg .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDX9hlGwg .container {
  padding: 0;
}
.cid-smDX9hlGwg .btn-primary {
  color: #333333 !important;
}
.cid-smDX9hlGwg .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slh6BQ59m7 {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slh6BQ59m7 .navbar {
  background-color: transparent !important;
}
.cid-slh6BQ59m7 .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slh6BQ59m7 .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slh6BQ59m7 .container {
    max-width: 1400px !important;
  }
}
.cid-slh6BQ59m7 .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-slh6BQ59m7 .nav-item:focus,
.cid-slh6BQ59m7 .nav-link:focus {
  outline: none;
}
.cid-slh6BQ59m7 .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-slh6BQ59m7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slh6BQ59m7 .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-slh6BQ59m7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slh6BQ59m7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slh6BQ59m7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slh6BQ59m7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slh6BQ59m7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slh6BQ59m7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slh6BQ59m7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slh6BQ59m7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slh6BQ59m7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slh6BQ59m7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slh6BQ59m7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slh6BQ59m7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slh6BQ59m7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slh6BQ59m7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slh6BQ59m7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slh6BQ59m7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slh6BQ59m7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slh6BQ59m7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slh6BQ59m7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slh6BQ59m7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slh6BQ59m7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slh6BQ59m7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slh6BQ59m7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slh6BQ59m7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slh6BQ59m7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slh6BQ59m7 .navbar.navbar-short {
  background: #ffffff;
}
.cid-slh6BQ59m7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slh6BQ59m7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slh6BQ59m7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slh6BQ59m7 .dropdown-item.active,
.cid-slh6BQ59m7 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slh6BQ59m7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slh6BQ59m7 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slh6BQ59m7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slh6BQ59m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slh6BQ59m7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slh6BQ59m7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slh6BQ59m7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slh6BQ59m7 .navbar-nav {
  margin: auto;
}
.cid-slh6BQ59m7 .navbar-buttons {
  text-align: center;
}
.cid-slh6BQ59m7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slh6BQ59m7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slh6BQ59m7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slh6BQ59m7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slh6BQ59m7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slh6BQ59m7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slh6BQ59m7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slh6BQ59m7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slh6BQ59m7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slh6BQ59m7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slh6BQ59m7 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slh6BQ59m7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slh6BQ59m7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slh6BQ59m7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slh6BQ59m7 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slh6BQ59m7 .navbar {
    height: 77px;
  }
  .cid-slh6BQ59m7 .navbar.opened {
    height: auto;
  }
}
.cid-slh6BQ59m7 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slh6BQ59m7 .text-btn {
  transition: transform 0.3s;
}
.cid-slh6BQ59m7 .btn:hover {
  transform: scale(0.8);
}
.cid-slh6BQ59m7 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slh6BQ59m7 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slh6BQ59m7 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slh6BQ59m7 .nav-link:hover::before {
  width: 100%;
}
.cid-slh6BQ59m7 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slh6BQ59m7 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slh6BQ59m7 .link {
  margin: 0rem 1.2rem;
}
.cid-slh6BQ59m7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slh6BQ59m7 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slh6BQ59m7 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slh6BQ59m7 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slh6BQ59m7 .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slh6BQ59m7 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slh6BQ59m7 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slh6BQ59m7 .dropdown-menu::before {
    display: none !important;
  }
  .cid-slh6BQ59m7 .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slh6BQ59m7 .dropdown-menu > a::after {
    display: none;
  }
  .cid-slh6BQ59m7 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slh6BQ59m7 .nav-link::before {
    display: none;
  }
  .cid-slh6BQ59m7 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slh6BQ59m7 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slh6BQ59m7 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slh6BQ59m7 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slh6BQ59m7 .nav-dropdown .dropdown-item:focus,
  .cid-slh6BQ59m7 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slh6BQ59m7 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slh6BQ59m7 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slh6BQ59m7 .container-fluid {
    padding-right: 0rem;
  }
  .cid-slh6BQ59m7 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slh6BQ59m7 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slh6BQ59m7 .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slh6BQ59m7 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slh6BQ59m7 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slh6BQ59m7 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slh6BQ59m7 .nav-dropdown .dropdown-item:focus,
  .cid-slh6BQ59m7 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slh6BQ59m7 .btn-primary {
  color: #354463 !important;
}
.cid-slh6BQ59m7 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slh6BQ59m7 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slh6BQ59m7 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slh6BQx8SK {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slh6BQx8SK .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slh6BQx8SK .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slh6BQx8SK .card-img span {
  font-size: 100px;
}
.cid-slh6BQx8SK .mbr-text,
.cid-slh6BQx8SK .mbr-section-btn {
  color: #efefef;
}
.cid-slh6BR8hgj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slh6BR8hgj .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slh6BR8hgj .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: center;
}
.cid-slh6BRAjlO {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slh6BRAjlO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slh6BRAjlO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slh6BRAjlO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slh6BRAjlO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slh6BRAjlO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slh6BRAjlO .icon-focus {
  display: none;
}
.cid-slh6BRAjlO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slh6BRAjlO ul {
  font-size: 0;
}
.cid-slh6BRAjlO .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slh6BRAjlO .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slh6BRAjlO .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slh6BRAjlO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slh6BRAjlO .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slh6BRAjlO .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slh6BRAjlO .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slh6BRAjlO .btn:hover {
  background: transparent !important;
}
.cid-slh6BRAjlO .btn:hover:before {
  background: transparent !important;
}
.cid-slh6BRAjlO .btn:before {
  background-color: transparent !important;
}
.cid-slh6BRAjlO .btn:focus {
  box-shadow: none;
}
.cid-slh6BRAjlO .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXe4hSgT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXe4hSgT a {
  transition: 0.3s;
}
.cid-smDXe4hSgT h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXe4hSgT .card-img2 span {
  padding-top: 6px;
}
.cid-smDXe4hSgT .soc-item a {
  padding-top: 5px;
}
.cid-smDXe4hSgT .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXe4hSgT .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXe4hSgT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXe4hSgT .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXe4hSgT .soc-item span {
  font-size: 1rem;
}
.cid-smDXe4hSgT .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXe4hSgT .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXe4hSgT .item h4 {
  margin: 0;
}
.cid-smDXe4hSgT .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXe4hSgT .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXe4hSgT img {
  width: 80%;
}
.cid-smDXe4hSgT .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXe4hSgT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXe4hSgT .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXe4hSgT .container {
  padding: 0;
}
.cid-smDXe4hSgT .btn-primary {
  color: #333333 !important;
}
.cid-smDXe4hSgT .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slhb1jsQzC {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slhb1jsQzC .navbar {
  background-color: transparent !important;
}
.cid-slhb1jsQzC .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slhb1jsQzC .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slhb1jsQzC .container {
    max-width: 1400px !important;
  }
}
.cid-slhb1jsQzC .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-slhb1jsQzC .nav-item:focus,
.cid-slhb1jsQzC .nav-link:focus {
  outline: none;
}
.cid-slhb1jsQzC .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-slhb1jsQzC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slhb1jsQzC .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-slhb1jsQzC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slhb1jsQzC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slhb1jsQzC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slhb1jsQzC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slhb1jsQzC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slhb1jsQzC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slhb1jsQzC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slhb1jsQzC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slhb1jsQzC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slhb1jsQzC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slhb1jsQzC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slhb1jsQzC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slhb1jsQzC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slhb1jsQzC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slhb1jsQzC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slhb1jsQzC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slhb1jsQzC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slhb1jsQzC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slhb1jsQzC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slhb1jsQzC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slhb1jsQzC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slhb1jsQzC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slhb1jsQzC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slhb1jsQzC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slhb1jsQzC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slhb1jsQzC .navbar.navbar-short {
  background: #ffffff;
}
.cid-slhb1jsQzC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slhb1jsQzC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slhb1jsQzC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slhb1jsQzC .dropdown-item.active,
.cid-slhb1jsQzC .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slhb1jsQzC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slhb1jsQzC .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slhb1jsQzC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slhb1jsQzC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slhb1jsQzC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slhb1jsQzC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slhb1jsQzC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slhb1jsQzC .navbar-nav {
  margin: auto;
}
.cid-slhb1jsQzC .navbar-buttons {
  text-align: center;
}
.cid-slhb1jsQzC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slhb1jsQzC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slhb1jsQzC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slhb1jsQzC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slhb1jsQzC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slhb1jsQzC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slhb1jsQzC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhb1jsQzC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slhb1jsQzC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slhb1jsQzC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhb1jsQzC .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slhb1jsQzC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slhb1jsQzC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slhb1jsQzC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slhb1jsQzC .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slhb1jsQzC .navbar {
    height: 77px;
  }
  .cid-slhb1jsQzC .navbar.opened {
    height: auto;
  }
}
.cid-slhb1jsQzC .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slhb1jsQzC .text-btn {
  transition: transform 0.3s;
}
.cid-slhb1jsQzC .btn:hover {
  transform: scale(0.8);
}
.cid-slhb1jsQzC .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slhb1jsQzC .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slhb1jsQzC .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slhb1jsQzC .nav-link:hover::before {
  width: 100%;
}
.cid-slhb1jsQzC .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slhb1jsQzC .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slhb1jsQzC .link {
  margin: 0rem 1.2rem;
}
.cid-slhb1jsQzC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slhb1jsQzC .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slhb1jsQzC .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slhb1jsQzC .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slhb1jsQzC .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slhb1jsQzC .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slhb1jsQzC .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slhb1jsQzC .dropdown-menu::before {
    display: none !important;
  }
  .cid-slhb1jsQzC .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slhb1jsQzC .dropdown-menu > a::after {
    display: none;
  }
  .cid-slhb1jsQzC .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slhb1jsQzC .nav-link::before {
    display: none;
  }
  .cid-slhb1jsQzC .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slhb1jsQzC .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slhb1jsQzC .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slhb1jsQzC .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slhb1jsQzC .nav-dropdown .dropdown-item:focus,
  .cid-slhb1jsQzC .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slhb1jsQzC .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slhb1jsQzC .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slhb1jsQzC .container-fluid {
    padding-right: 0rem;
  }
  .cid-slhb1jsQzC .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slhb1jsQzC .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slhb1jsQzC .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slhb1jsQzC .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slhb1jsQzC .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slhb1jsQzC .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slhb1jsQzC .nav-dropdown .dropdown-item:focus,
  .cid-slhb1jsQzC .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slhb1jsQzC .btn-primary {
  color: #354463 !important;
}
.cid-slhb1jsQzC .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slhb1jsQzC .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slhb1jsQzC .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slhb1jWOdh {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slhb1jWOdh .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slhb1jWOdh .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slhb1jWOdh .card-img span {
  font-size: 100px;
}
.cid-slhb1jWOdh .mbr-text,
.cid-slhb1jWOdh .mbr-section-btn {
  color: #efefef;
}
.cid-slhb1khb2g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slhb1khb2g .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slhb1khb2g .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-slhb1kujaj {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slhb1kujaj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slhb1kujaj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slhb1kujaj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slhb1kujaj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slhb1kujaj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slhb1kujaj .icon-focus {
  display: none;
}
.cid-slhb1kujaj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slhb1kujaj ul {
  font-size: 0;
}
.cid-slhb1kujaj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slhb1kujaj .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slhb1kujaj .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slhb1kujaj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slhb1kujaj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slhb1kujaj .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slhb1kujaj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slhb1kujaj .btn:hover {
  background: transparent !important;
}
.cid-slhb1kujaj .btn:hover:before {
  background: transparent !important;
}
.cid-slhb1kujaj .btn:before {
  background-color: transparent !important;
}
.cid-slhb1kujaj .btn:focus {
  box-shadow: none;
}
.cid-slhb1kujaj .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXhtr6Ll {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXhtr6Ll a {
  transition: 0.3s;
}
.cid-smDXhtr6Ll h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXhtr6Ll .card-img2 span {
  padding-top: 6px;
}
.cid-smDXhtr6Ll .soc-item a {
  padding-top: 5px;
}
.cid-smDXhtr6Ll .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXhtr6Ll .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXhtr6Ll .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXhtr6Ll .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXhtr6Ll .soc-item span {
  font-size: 1rem;
}
.cid-smDXhtr6Ll .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXhtr6Ll .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXhtr6Ll .item h4 {
  margin: 0;
}
.cid-smDXhtr6Ll .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXhtr6Ll .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXhtr6Ll img {
  width: 80%;
}
.cid-smDXhtr6Ll .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXhtr6Ll .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXhtr6Ll .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXhtr6Ll .container {
  padding: 0;
}
.cid-smDXhtr6Ll .btn-primary {
  color: #333333 !important;
}
.cid-smDXhtr6Ll .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slhhxkPCmP {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slhhxkPCmP .navbar {
  background-color: transparent !important;
}
.cid-slhhxkPCmP .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slhhxkPCmP .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slhhxkPCmP .container {
    max-width: 1400px !important;
  }
}
.cid-slhhxkPCmP .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-slhhxkPCmP .nav-item:focus,
.cid-slhhxkPCmP .nav-link:focus {
  outline: none;
}
.cid-slhhxkPCmP .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-slhhxkPCmP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slhhxkPCmP .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-slhhxkPCmP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slhhxkPCmP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slhhxkPCmP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slhhxkPCmP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slhhxkPCmP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slhhxkPCmP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slhhxkPCmP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slhhxkPCmP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slhhxkPCmP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slhhxkPCmP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slhhxkPCmP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slhhxkPCmP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slhhxkPCmP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slhhxkPCmP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slhhxkPCmP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slhhxkPCmP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slhhxkPCmP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slhhxkPCmP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slhhxkPCmP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slhhxkPCmP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slhhxkPCmP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slhhxkPCmP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slhhxkPCmP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slhhxkPCmP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slhhxkPCmP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slhhxkPCmP .navbar.navbar-short {
  background: #ffffff;
}
.cid-slhhxkPCmP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slhhxkPCmP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slhhxkPCmP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slhhxkPCmP .dropdown-item.active,
.cid-slhhxkPCmP .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slhhxkPCmP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slhhxkPCmP .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slhhxkPCmP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slhhxkPCmP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slhhxkPCmP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slhhxkPCmP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slhhxkPCmP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slhhxkPCmP .navbar-nav {
  margin: auto;
}
.cid-slhhxkPCmP .navbar-buttons {
  text-align: center;
}
.cid-slhhxkPCmP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slhhxkPCmP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slhhxkPCmP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slhhxkPCmP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slhhxkPCmP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slhhxkPCmP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slhhxkPCmP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhhxkPCmP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slhhxkPCmP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slhhxkPCmP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhhxkPCmP .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slhhxkPCmP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slhhxkPCmP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slhhxkPCmP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slhhxkPCmP .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slhhxkPCmP .navbar {
    height: 77px;
  }
  .cid-slhhxkPCmP .navbar.opened {
    height: auto;
  }
}
.cid-slhhxkPCmP .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slhhxkPCmP .text-btn {
  transition: transform 0.3s;
}
.cid-slhhxkPCmP .btn:hover {
  transform: scale(0.8);
}
.cid-slhhxkPCmP .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slhhxkPCmP .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slhhxkPCmP .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slhhxkPCmP .nav-link:hover::before {
  width: 100%;
}
.cid-slhhxkPCmP .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slhhxkPCmP .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slhhxkPCmP .link {
  margin: 0rem 1.2rem;
}
.cid-slhhxkPCmP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slhhxkPCmP .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slhhxkPCmP .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slhhxkPCmP .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slhhxkPCmP .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slhhxkPCmP .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slhhxkPCmP .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slhhxkPCmP .dropdown-menu::before {
    display: none !important;
  }
  .cid-slhhxkPCmP .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slhhxkPCmP .dropdown-menu > a::after {
    display: none;
  }
  .cid-slhhxkPCmP .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slhhxkPCmP .nav-link::before {
    display: none;
  }
  .cid-slhhxkPCmP .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slhhxkPCmP .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slhhxkPCmP .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slhhxkPCmP .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slhhxkPCmP .nav-dropdown .dropdown-item:focus,
  .cid-slhhxkPCmP .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slhhxkPCmP .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slhhxkPCmP .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slhhxkPCmP .container-fluid {
    padding-right: 0rem;
  }
  .cid-slhhxkPCmP .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slhhxkPCmP .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slhhxkPCmP .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slhhxkPCmP .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slhhxkPCmP .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slhhxkPCmP .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slhhxkPCmP .nav-dropdown .dropdown-item:focus,
  .cid-slhhxkPCmP .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slhhxkPCmP .btn-primary {
  color: #354463 !important;
}
.cid-slhhxkPCmP .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slhhxkPCmP .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slhhxkPCmP .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slhhxlkZPF {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slhhxlkZPF .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slhhxlkZPF .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slhhxlkZPF .card-img span {
  font-size: 100px;
}
.cid-slhhxlkZPF .mbr-text,
.cid-slhhxlkZPF .mbr-section-btn {
  color: #efefef;
}
.cid-slhhxlE5Mb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slhhxlE5Mb .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slhhxlE5Mb .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-slhhxlSHN6 {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slhhxlSHN6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slhhxlSHN6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slhhxlSHN6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slhhxlSHN6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slhhxlSHN6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slhhxlSHN6 .icon-focus {
  display: none;
}
.cid-slhhxlSHN6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slhhxlSHN6 ul {
  font-size: 0;
}
.cid-slhhxlSHN6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slhhxlSHN6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slhhxlSHN6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slhhxlSHN6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slhhxlSHN6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slhhxlSHN6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slhhxlSHN6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slhhxlSHN6 .btn:hover {
  background: transparent !important;
}
.cid-slhhxlSHN6 .btn:hover:before {
  background: transparent !important;
}
.cid-slhhxlSHN6 .btn:before {
  background-color: transparent !important;
}
.cid-slhhxlSHN6 .btn:focus {
  box-shadow: none;
}
.cid-slhhxlSHN6 .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXkNdXJY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXkNdXJY a {
  transition: 0.3s;
}
.cid-smDXkNdXJY h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXkNdXJY .card-img2 span {
  padding-top: 6px;
}
.cid-smDXkNdXJY .soc-item a {
  padding-top: 5px;
}
.cid-smDXkNdXJY .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXkNdXJY .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXkNdXJY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXkNdXJY .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXkNdXJY .soc-item span {
  font-size: 1rem;
}
.cid-smDXkNdXJY .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXkNdXJY .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXkNdXJY .item h4 {
  margin: 0;
}
.cid-smDXkNdXJY .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXkNdXJY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXkNdXJY img {
  width: 80%;
}
.cid-smDXkNdXJY .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXkNdXJY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXkNdXJY .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXkNdXJY .container {
  padding: 0;
}
.cid-smDXkNdXJY .btn-primary {
  color: #333333 !important;
}
.cid-smDXkNdXJY .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slhkv7dvCe {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slhkv7dvCe .navbar {
  background-color: transparent !important;
}
.cid-slhkv7dvCe .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slhkv7dvCe .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slhkv7dvCe .container {
    max-width: 1400px !important;
  }
}
.cid-slhkv7dvCe .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-slhkv7dvCe .nav-item:focus,
.cid-slhkv7dvCe .nav-link:focus {
  outline: none;
}
.cid-slhkv7dvCe .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-slhkv7dvCe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slhkv7dvCe .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-slhkv7dvCe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slhkv7dvCe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slhkv7dvCe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slhkv7dvCe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slhkv7dvCe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slhkv7dvCe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slhkv7dvCe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slhkv7dvCe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slhkv7dvCe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slhkv7dvCe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slhkv7dvCe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slhkv7dvCe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slhkv7dvCe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slhkv7dvCe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slhkv7dvCe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slhkv7dvCe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slhkv7dvCe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slhkv7dvCe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slhkv7dvCe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slhkv7dvCe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slhkv7dvCe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slhkv7dvCe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slhkv7dvCe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slhkv7dvCe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slhkv7dvCe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slhkv7dvCe .navbar.navbar-short {
  background: #ffffff;
}
.cid-slhkv7dvCe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slhkv7dvCe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slhkv7dvCe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slhkv7dvCe .dropdown-item.active,
.cid-slhkv7dvCe .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slhkv7dvCe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slhkv7dvCe .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slhkv7dvCe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slhkv7dvCe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slhkv7dvCe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slhkv7dvCe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slhkv7dvCe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slhkv7dvCe .navbar-nav {
  margin: auto;
}
.cid-slhkv7dvCe .navbar-buttons {
  text-align: center;
}
.cid-slhkv7dvCe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slhkv7dvCe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slhkv7dvCe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slhkv7dvCe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slhkv7dvCe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slhkv7dvCe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slhkv7dvCe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhkv7dvCe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slhkv7dvCe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slhkv7dvCe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhkv7dvCe .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slhkv7dvCe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slhkv7dvCe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slhkv7dvCe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slhkv7dvCe .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slhkv7dvCe .navbar {
    height: 77px;
  }
  .cid-slhkv7dvCe .navbar.opened {
    height: auto;
  }
}
.cid-slhkv7dvCe .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slhkv7dvCe .text-btn {
  transition: transform 0.3s;
}
.cid-slhkv7dvCe .btn:hover {
  transform: scale(0.8);
}
.cid-slhkv7dvCe .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slhkv7dvCe .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slhkv7dvCe .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slhkv7dvCe .nav-link:hover::before {
  width: 100%;
}
.cid-slhkv7dvCe .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slhkv7dvCe .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slhkv7dvCe .link {
  margin: 0rem 1.2rem;
}
.cid-slhkv7dvCe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slhkv7dvCe .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slhkv7dvCe .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slhkv7dvCe .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slhkv7dvCe .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slhkv7dvCe .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slhkv7dvCe .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slhkv7dvCe .dropdown-menu::before {
    display: none !important;
  }
  .cid-slhkv7dvCe .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slhkv7dvCe .dropdown-menu > a::after {
    display: none;
  }
  .cid-slhkv7dvCe .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slhkv7dvCe .nav-link::before {
    display: none;
  }
  .cid-slhkv7dvCe .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slhkv7dvCe .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slhkv7dvCe .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slhkv7dvCe .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slhkv7dvCe .nav-dropdown .dropdown-item:focus,
  .cid-slhkv7dvCe .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slhkv7dvCe .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slhkv7dvCe .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slhkv7dvCe .container-fluid {
    padding-right: 0rem;
  }
  .cid-slhkv7dvCe .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slhkv7dvCe .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slhkv7dvCe .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slhkv7dvCe .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slhkv7dvCe .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slhkv7dvCe .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slhkv7dvCe .nav-dropdown .dropdown-item:focus,
  .cid-slhkv7dvCe .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slhkv7dvCe .btn-primary {
  color: #354463 !important;
}
.cid-slhkv7dvCe .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slhkv7dvCe .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slhkv7dvCe .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slhkv7E70Y {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slhkv7E70Y .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slhkv7E70Y .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slhkv7E70Y .card-img span {
  font-size: 100px;
}
.cid-slhkv7E70Y .mbr-text,
.cid-slhkv7E70Y .mbr-section-btn {
  color: #efefef;
}
.cid-slhkv80lXL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slhkv80lXL .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slhkv80lXL .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-slhkv80lXL .mbr-section-title DIV {
  text-align: center;
}
.cid-slhkv80lXL .mbr-section-title {
  text-align: center;
  color: #3c3e6b;
}
.cid-slhkv8d3rh {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slhkv8d3rh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slhkv8d3rh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slhkv8d3rh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slhkv8d3rh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slhkv8d3rh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slhkv8d3rh .icon-focus {
  display: none;
}
.cid-slhkv8d3rh .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slhkv8d3rh ul {
  font-size: 0;
}
.cid-slhkv8d3rh .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slhkv8d3rh .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slhkv8d3rh .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slhkv8d3rh .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slhkv8d3rh .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slhkv8d3rh .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slhkv8d3rh .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slhkv8d3rh .btn:hover {
  background: transparent !important;
}
.cid-slhkv8d3rh .btn:hover:before {
  background: transparent !important;
}
.cid-slhkv8d3rh .btn:before {
  background-color: transparent !important;
}
.cid-slhkv8d3rh .btn:focus {
  box-shadow: none;
}
.cid-slhkv8d3rh .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXot5mHa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXot5mHa a {
  transition: 0.3s;
}
.cid-smDXot5mHa h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXot5mHa .card-img2 span {
  padding-top: 6px;
}
.cid-smDXot5mHa .soc-item a {
  padding-top: 5px;
}
.cid-smDXot5mHa .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXot5mHa .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXot5mHa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXot5mHa .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXot5mHa .soc-item span {
  font-size: 1rem;
}
.cid-smDXot5mHa .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXot5mHa .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXot5mHa .item h4 {
  margin: 0;
}
.cid-smDXot5mHa .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXot5mHa .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXot5mHa img {
  width: 80%;
}
.cid-smDXot5mHa .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXot5mHa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXot5mHa .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXot5mHa .container {
  padding: 0;
}
.cid-smDXot5mHa .btn-primary {
  color: #333333 !important;
}
.cid-smDXot5mHa .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slhns3MyjL {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slhns3MyjL .navbar {
  background-color: transparent !important;
}
.cid-slhns3MyjL .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slhns3MyjL .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slhns3MyjL .container {
    max-width: 1400px !important;
  }
}
.cid-slhns3MyjL .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-slhns3MyjL .nav-item:focus,
.cid-slhns3MyjL .nav-link:focus {
  outline: none;
}
.cid-slhns3MyjL .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-slhns3MyjL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slhns3MyjL .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-slhns3MyjL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slhns3MyjL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slhns3MyjL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slhns3MyjL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slhns3MyjL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slhns3MyjL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slhns3MyjL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slhns3MyjL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slhns3MyjL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slhns3MyjL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slhns3MyjL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slhns3MyjL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slhns3MyjL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slhns3MyjL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slhns3MyjL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slhns3MyjL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slhns3MyjL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slhns3MyjL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slhns3MyjL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slhns3MyjL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slhns3MyjL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slhns3MyjL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slhns3MyjL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slhns3MyjL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slhns3MyjL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slhns3MyjL .navbar.navbar-short {
  background: #ffffff;
}
.cid-slhns3MyjL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slhns3MyjL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slhns3MyjL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slhns3MyjL .dropdown-item.active,
.cid-slhns3MyjL .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slhns3MyjL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slhns3MyjL .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slhns3MyjL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slhns3MyjL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slhns3MyjL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slhns3MyjL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slhns3MyjL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slhns3MyjL .navbar-nav {
  margin: auto;
}
.cid-slhns3MyjL .navbar-buttons {
  text-align: center;
}
.cid-slhns3MyjL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slhns3MyjL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slhns3MyjL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slhns3MyjL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slhns3MyjL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slhns3MyjL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slhns3MyjL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhns3MyjL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slhns3MyjL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slhns3MyjL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhns3MyjL .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slhns3MyjL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slhns3MyjL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slhns3MyjL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slhns3MyjL .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slhns3MyjL .navbar {
    height: 77px;
  }
  .cid-slhns3MyjL .navbar.opened {
    height: auto;
  }
}
.cid-slhns3MyjL .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slhns3MyjL .text-btn {
  transition: transform 0.3s;
}
.cid-slhns3MyjL .btn:hover {
  transform: scale(0.8);
}
.cid-slhns3MyjL .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slhns3MyjL .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slhns3MyjL .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slhns3MyjL .nav-link:hover::before {
  width: 100%;
}
.cid-slhns3MyjL .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slhns3MyjL .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slhns3MyjL .link {
  margin: 0rem 1.2rem;
}
.cid-slhns3MyjL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slhns3MyjL .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slhns3MyjL .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slhns3MyjL .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slhns3MyjL .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slhns3MyjL .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slhns3MyjL .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slhns3MyjL .dropdown-menu::before {
    display: none !important;
  }
  .cid-slhns3MyjL .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slhns3MyjL .dropdown-menu > a::after {
    display: none;
  }
  .cid-slhns3MyjL .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slhns3MyjL .nav-link::before {
    display: none;
  }
  .cid-slhns3MyjL .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slhns3MyjL .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slhns3MyjL .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slhns3MyjL .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slhns3MyjL .nav-dropdown .dropdown-item:focus,
  .cid-slhns3MyjL .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slhns3MyjL .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slhns3MyjL .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slhns3MyjL .container-fluid {
    padding-right: 0rem;
  }
  .cid-slhns3MyjL .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slhns3MyjL .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slhns3MyjL .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slhns3MyjL .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slhns3MyjL .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slhns3MyjL .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slhns3MyjL .nav-dropdown .dropdown-item:focus,
  .cid-slhns3MyjL .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slhns3MyjL .btn-primary {
  color: #354463 !important;
}
.cid-slhns3MyjL .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slhns3MyjL .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slhns3MyjL .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slhns4iXAP {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slhns4iXAP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slhns4iXAP .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slhns4iXAP .card-img span {
  font-size: 100px;
}
.cid-slhns4iXAP .mbr-text,
.cid-slhns4iXAP .mbr-section-btn {
  color: #efefef;
}
.cid-slhns4FaXO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slhns4FaXO .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slhns4FaXO .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-slhns4FaXO .mbr-section-title DIV {
  text-align: center;
}
.cid-slhns4FaXO .mbr-section-title {
  text-align: center;
  color: #3c3e6b;
}
.cid-slhns4QXGG {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slhns4QXGG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slhns4QXGG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slhns4QXGG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slhns4QXGG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slhns4QXGG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slhns4QXGG .icon-focus {
  display: none;
}
.cid-slhns4QXGG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slhns4QXGG ul {
  font-size: 0;
}
.cid-slhns4QXGG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slhns4QXGG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slhns4QXGG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slhns4QXGG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slhns4QXGG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slhns4QXGG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slhns4QXGG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slhns4QXGG .btn:hover {
  background: transparent !important;
}
.cid-slhns4QXGG .btn:hover:before {
  background: transparent !important;
}
.cid-slhns4QXGG .btn:before {
  background-color: transparent !important;
}
.cid-slhns4QXGG .btn:focus {
  box-shadow: none;
}
.cid-slhns4QXGG .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXrV7k3E {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXrV7k3E a {
  transition: 0.3s;
}
.cid-smDXrV7k3E h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXrV7k3E .card-img2 span {
  padding-top: 6px;
}
.cid-smDXrV7k3E .soc-item a {
  padding-top: 5px;
}
.cid-smDXrV7k3E .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXrV7k3E .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXrV7k3E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXrV7k3E .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXrV7k3E .soc-item span {
  font-size: 1rem;
}
.cid-smDXrV7k3E .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXrV7k3E .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXrV7k3E .item h4 {
  margin: 0;
}
.cid-smDXrV7k3E .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXrV7k3E .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXrV7k3E img {
  width: 80%;
}
.cid-smDXrV7k3E .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXrV7k3E .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXrV7k3E .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXrV7k3E .container {
  padding: 0;
}
.cid-smDXrV7k3E .btn-primary {
  color: #333333 !important;
}
.cid-smDXrV7k3E .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slhrGLFEEW {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slhrGLFEEW .navbar {
  background-color: transparent !important;
}
.cid-slhrGLFEEW .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slhrGLFEEW .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slhrGLFEEW .container {
    max-width: 1400px !important;
  }
}
.cid-slhrGLFEEW .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-slhrGLFEEW .nav-item:focus,
.cid-slhrGLFEEW .nav-link:focus {
  outline: none;
}
.cid-slhrGLFEEW .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-slhrGLFEEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slhrGLFEEW .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-slhrGLFEEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slhrGLFEEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slhrGLFEEW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slhrGLFEEW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slhrGLFEEW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slhrGLFEEW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slhrGLFEEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slhrGLFEEW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slhrGLFEEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slhrGLFEEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slhrGLFEEW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slhrGLFEEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slhrGLFEEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slhrGLFEEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slhrGLFEEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slhrGLFEEW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slhrGLFEEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slhrGLFEEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slhrGLFEEW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slhrGLFEEW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slhrGLFEEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slhrGLFEEW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slhrGLFEEW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slhrGLFEEW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slhrGLFEEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slhrGLFEEW .navbar.navbar-short {
  background: #ffffff;
}
.cid-slhrGLFEEW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slhrGLFEEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slhrGLFEEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slhrGLFEEW .dropdown-item.active,
.cid-slhrGLFEEW .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slhrGLFEEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slhrGLFEEW .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slhrGLFEEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slhrGLFEEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slhrGLFEEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slhrGLFEEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slhrGLFEEW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slhrGLFEEW .navbar-nav {
  margin: auto;
}
.cid-slhrGLFEEW .navbar-buttons {
  text-align: center;
}
.cid-slhrGLFEEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slhrGLFEEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slhrGLFEEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slhrGLFEEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slhrGLFEEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slhrGLFEEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slhrGLFEEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhrGLFEEW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slhrGLFEEW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slhrGLFEEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhrGLFEEW .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slhrGLFEEW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slhrGLFEEW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slhrGLFEEW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slhrGLFEEW .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slhrGLFEEW .navbar {
    height: 77px;
  }
  .cid-slhrGLFEEW .navbar.opened {
    height: auto;
  }
}
.cid-slhrGLFEEW .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slhrGLFEEW .text-btn {
  transition: transform 0.3s;
}
.cid-slhrGLFEEW .btn:hover {
  transform: scale(0.8);
}
.cid-slhrGLFEEW .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slhrGLFEEW .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slhrGLFEEW .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slhrGLFEEW .nav-link:hover::before {
  width: 100%;
}
.cid-slhrGLFEEW .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slhrGLFEEW .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slhrGLFEEW .link {
  margin: 0rem 1.2rem;
}
.cid-slhrGLFEEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slhrGLFEEW .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slhrGLFEEW .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slhrGLFEEW .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slhrGLFEEW .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slhrGLFEEW .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slhrGLFEEW .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slhrGLFEEW .dropdown-menu::before {
    display: none !important;
  }
  .cid-slhrGLFEEW .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slhrGLFEEW .dropdown-menu > a::after {
    display: none;
  }
  .cid-slhrGLFEEW .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slhrGLFEEW .nav-link::before {
    display: none;
  }
  .cid-slhrGLFEEW .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slhrGLFEEW .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slhrGLFEEW .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slhrGLFEEW .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slhrGLFEEW .nav-dropdown .dropdown-item:focus,
  .cid-slhrGLFEEW .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slhrGLFEEW .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slhrGLFEEW .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slhrGLFEEW .container-fluid {
    padding-right: 0rem;
  }
  .cid-slhrGLFEEW .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slhrGLFEEW .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slhrGLFEEW .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slhrGLFEEW .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slhrGLFEEW .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slhrGLFEEW .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slhrGLFEEW .nav-dropdown .dropdown-item:focus,
  .cid-slhrGLFEEW .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slhrGLFEEW .btn-primary {
  color: #354463 !important;
}
.cid-slhrGLFEEW .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slhrGLFEEW .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slhrGLFEEW .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slhrGM9ZMC {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slhrGM9ZMC .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slhrGM9ZMC .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slhrGM9ZMC .card-img span {
  font-size: 100px;
}
.cid-slhrGM9ZMC .mbr-text,
.cid-slhrGM9ZMC .mbr-section-btn {
  color: #efefef;
}
.cid-slhrGMuP4O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slhrGMuP4O .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slhrGMuP4O .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-slhrGMuP4O .mbr-section-title DIV {
  text-align: center;
}
.cid-slhrGMuP4O .mbr-section-title {
  text-align: left;
  color: #3c3e6b;
}
.cid-slhrGMH48k {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slhrGMH48k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slhrGMH48k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slhrGMH48k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slhrGMH48k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slhrGMH48k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slhrGMH48k .icon-focus {
  display: none;
}
.cid-slhrGMH48k .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slhrGMH48k ul {
  font-size: 0;
}
.cid-slhrGMH48k .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slhrGMH48k .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slhrGMH48k .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slhrGMH48k .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slhrGMH48k .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slhrGMH48k .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slhrGMH48k .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slhrGMH48k .btn:hover {
  background: transparent !important;
}
.cid-slhrGMH48k .btn:hover:before {
  background: transparent !important;
}
.cid-slhrGMH48k .btn:before {
  background-color: transparent !important;
}
.cid-slhrGMH48k .btn:focus {
  box-shadow: none;
}
.cid-slhrGMH48k .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXxjPTMH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXxjPTMH a {
  transition: 0.3s;
}
.cid-smDXxjPTMH h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXxjPTMH .card-img2 span {
  padding-top: 6px;
}
.cid-smDXxjPTMH .soc-item a {
  padding-top: 5px;
}
.cid-smDXxjPTMH .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXxjPTMH .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXxjPTMH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXxjPTMH .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXxjPTMH .soc-item span {
  font-size: 1rem;
}
.cid-smDXxjPTMH .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXxjPTMH .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXxjPTMH .item h4 {
  margin: 0;
}
.cid-smDXxjPTMH .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXxjPTMH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXxjPTMH img {
  width: 80%;
}
.cid-smDXxjPTMH .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXxjPTMH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXxjPTMH .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXxjPTMH .container {
  padding: 0;
}
.cid-smDXxjPTMH .btn-primary {
  color: #333333 !important;
}
.cid-smDXxjPTMH .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-slhuwbcIJF {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-slhuwbcIJF .navbar {
  background-color: transparent !important;
}
.cid-slhuwbcIJF .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-slhuwbcIJF .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-slhuwbcIJF .container {
    max-width: 1400px !important;
  }
}
.cid-slhuwbcIJF .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-slhuwbcIJF .nav-item:focus,
.cid-slhuwbcIJF .nav-link:focus {
  outline: none;
}
.cid-slhuwbcIJF .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-slhuwbcIJF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slhuwbcIJF .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-slhuwbcIJF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slhuwbcIJF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slhuwbcIJF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-slhuwbcIJF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-slhuwbcIJF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-slhuwbcIJF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slhuwbcIJF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-slhuwbcIJF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slhuwbcIJF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slhuwbcIJF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slhuwbcIJF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-slhuwbcIJF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slhuwbcIJF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-slhuwbcIJF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slhuwbcIJF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slhuwbcIJF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slhuwbcIJF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slhuwbcIJF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slhuwbcIJF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-slhuwbcIJF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slhuwbcIJF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slhuwbcIJF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slhuwbcIJF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slhuwbcIJF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slhuwbcIJF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slhuwbcIJF .navbar.navbar-short {
  background: #ffffff;
}
.cid-slhuwbcIJF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slhuwbcIJF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slhuwbcIJF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slhuwbcIJF .dropdown-item.active,
.cid-slhuwbcIJF .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-slhuwbcIJF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slhuwbcIJF .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-slhuwbcIJF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-slhuwbcIJF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-slhuwbcIJF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slhuwbcIJF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slhuwbcIJF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slhuwbcIJF .navbar-nav {
  margin: auto;
}
.cid-slhuwbcIJF .navbar-buttons {
  text-align: center;
}
.cid-slhuwbcIJF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slhuwbcIJF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-slhuwbcIJF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slhuwbcIJF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slhuwbcIJF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slhuwbcIJF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slhuwbcIJF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhuwbcIJF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slhuwbcIJF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slhuwbcIJF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slhuwbcIJF .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-slhuwbcIJF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slhuwbcIJF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-slhuwbcIJF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-slhuwbcIJF .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slhuwbcIJF .navbar {
    height: 77px;
  }
  .cid-slhuwbcIJF .navbar.opened {
    height: auto;
  }
}
.cid-slhuwbcIJF .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-slhuwbcIJF .text-btn {
  transition: transform 0.3s;
}
.cid-slhuwbcIJF .btn:hover {
  transform: scale(0.8);
}
.cid-slhuwbcIJF .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-slhuwbcIJF .nav-link {
  position: relative;
  display: inline-block;
}
.cid-slhuwbcIJF .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-slhuwbcIJF .nav-link:hover::before {
  width: 100%;
}
.cid-slhuwbcIJF .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-slhuwbcIJF .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-slhuwbcIJF .link {
  margin: 0rem 1.2rem;
}
.cid-slhuwbcIJF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-slhuwbcIJF .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-slhuwbcIJF .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-slhuwbcIJF .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-slhuwbcIJF .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-slhuwbcIJF .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-slhuwbcIJF .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-slhuwbcIJF .dropdown-menu::before {
    display: none !important;
  }
  .cid-slhuwbcIJF .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-slhuwbcIJF .dropdown-menu > a::after {
    display: none;
  }
  .cid-slhuwbcIJF .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-slhuwbcIJF .nav-link::before {
    display: none;
  }
  .cid-slhuwbcIJF .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-slhuwbcIJF .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-slhuwbcIJF .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-slhuwbcIJF .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-slhuwbcIJF .nav-dropdown .dropdown-item:focus,
  .cid-slhuwbcIJF .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-slhuwbcIJF .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-slhuwbcIJF .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slhuwbcIJF .container-fluid {
    padding-right: 0rem;
  }
  .cid-slhuwbcIJF .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-slhuwbcIJF .btn {
    padding: 1.8rem 6rem;
  }
  .cid-slhuwbcIJF .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-slhuwbcIJF .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-slhuwbcIJF .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-slhuwbcIJF .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-slhuwbcIJF .nav-dropdown .dropdown-item:focus,
  .cid-slhuwbcIJF .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-slhuwbcIJF .btn-primary {
  color: #354463 !important;
}
.cid-slhuwbcIJF .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-slhuwbcIJF .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-slhuwbcIJF .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-slhuwbDdT6 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-slhuwbDdT6 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-slhuwbDdT6 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-slhuwbDdT6 .card-img span {
  font-size: 100px;
}
.cid-slhuwbDdT6 .mbr-text,
.cid-slhuwbDdT6 .mbr-section-btn {
  color: #efefef;
}
.cid-slhuwbY90K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-slhuwbY90K .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-slhuwbY90K .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-slhuwbY90K .mbr-section-title DIV {
  text-align: center;
}
.cid-slhuwbY90K .mbr-section-title {
  text-align: left;
  color: #3c3e6b;
}
.cid-slhuwcaOQE {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slhuwcaOQE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slhuwcaOQE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slhuwcaOQE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slhuwcaOQE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slhuwcaOQE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slhuwcaOQE .icon-focus {
  display: none;
}
.cid-slhuwcaOQE .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slhuwcaOQE ul {
  font-size: 0;
}
.cid-slhuwcaOQE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slhuwcaOQE .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-slhuwcaOQE .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-slhuwcaOQE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-slhuwcaOQE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-slhuwcaOQE .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slhuwcaOQE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-slhuwcaOQE .btn:hover {
  background: transparent !important;
}
.cid-slhuwcaOQE .btn:hover:before {
  background: transparent !important;
}
.cid-slhuwcaOQE .btn:before {
  background-color: transparent !important;
}
.cid-slhuwcaOQE .btn:focus {
  box-shadow: none;
}
.cid-slhuwcaOQE .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXIZeV1n {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXIZeV1n a {
  transition: 0.3s;
}
.cid-smDXIZeV1n h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXIZeV1n .card-img2 span {
  padding-top: 6px;
}
.cid-smDXIZeV1n .soc-item a {
  padding-top: 5px;
}
.cid-smDXIZeV1n .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXIZeV1n .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXIZeV1n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXIZeV1n .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXIZeV1n .soc-item span {
  font-size: 1rem;
}
.cid-smDXIZeV1n .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXIZeV1n .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXIZeV1n .item h4 {
  margin: 0;
}
.cid-smDXIZeV1n .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXIZeV1n .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXIZeV1n img {
  width: 80%;
}
.cid-smDXIZeV1n .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXIZeV1n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXIZeV1n .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXIZeV1n .container {
  padding: 0;
}
.cid-smDXIZeV1n .btn-primary {
  color: #333333 !important;
}
.cid-smDXIZeV1n .btn-primary:hover {
  background-color: #94f1b6 !important;
}
.cid-sllMFYZUAj {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-sllMFYZUAj .navbar {
  background-color: transparent !important;
}
.cid-sllMFYZUAj .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-sllMFYZUAj .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-sllMFYZUAj .container {
    max-width: 1400px !important;
  }
}
.cid-sllMFYZUAj .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-sllMFYZUAj .nav-item:focus,
.cid-sllMFYZUAj .nav-link:focus {
  outline: none;
}
.cid-sllMFYZUAj .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-sllMFYZUAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sllMFYZUAj .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-sllMFYZUAj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sllMFYZUAj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sllMFYZUAj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sllMFYZUAj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sllMFYZUAj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sllMFYZUAj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sllMFYZUAj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sllMFYZUAj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sllMFYZUAj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sllMFYZUAj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sllMFYZUAj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sllMFYZUAj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sllMFYZUAj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sllMFYZUAj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sllMFYZUAj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sllMFYZUAj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sllMFYZUAj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sllMFYZUAj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sllMFYZUAj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sllMFYZUAj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sllMFYZUAj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sllMFYZUAj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sllMFYZUAj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sllMFYZUAj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sllMFYZUAj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sllMFYZUAj .navbar.navbar-short {
  background: #ffffff;
}
.cid-sllMFYZUAj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sllMFYZUAj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sllMFYZUAj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sllMFYZUAj .dropdown-item.active,
.cid-sllMFYZUAj .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-sllMFYZUAj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sllMFYZUAj .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-sllMFYZUAj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-sllMFYZUAj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c3e6b;
}
.cid-sllMFYZUAj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sllMFYZUAj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sllMFYZUAj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sllMFYZUAj .navbar-nav {
  margin: auto;
}
.cid-sllMFYZUAj .navbar-buttons {
  text-align: center;
}
.cid-sllMFYZUAj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sllMFYZUAj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-sllMFYZUAj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sllMFYZUAj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sllMFYZUAj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sllMFYZUAj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sllMFYZUAj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sllMFYZUAj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sllMFYZUAj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sllMFYZUAj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sllMFYZUAj .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-sllMFYZUAj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sllMFYZUAj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sllMFYZUAj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sllMFYZUAj .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sllMFYZUAj .navbar {
    height: 77px;
  }
  .cid-sllMFYZUAj .navbar.opened {
    height: auto;
  }
}
.cid-sllMFYZUAj .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-sllMFYZUAj .text-btn {
  transition: transform 0.3s;
}
.cid-sllMFYZUAj .btn:hover {
  transform: scale(0.8);
}
.cid-sllMFYZUAj .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-sllMFYZUAj .nav-link {
  position: relative;
  display: inline-block;
}
.cid-sllMFYZUAj .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-sllMFYZUAj .nav-link:hover::before {
  width: 100%;
}
.cid-sllMFYZUAj .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-sllMFYZUAj .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-sllMFYZUAj .link {
  margin: 0rem 1.2rem;
}
.cid-sllMFYZUAj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-sllMFYZUAj .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #3c3e6b;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-sllMFYZUAj .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-sllMFYZUAj .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #3c3e6b;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-sllMFYZUAj .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-sllMFYZUAj .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-sllMFYZUAj .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-sllMFYZUAj .dropdown-menu::before {
    display: none !important;
  }
  .cid-sllMFYZUAj .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-sllMFYZUAj .dropdown-menu > a::after {
    display: none;
  }
  .cid-sllMFYZUAj .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sllMFYZUAj .nav-link::before {
    display: none;
  }
  .cid-sllMFYZUAj .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-sllMFYZUAj .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-sllMFYZUAj .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-sllMFYZUAj .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-sllMFYZUAj .nav-dropdown .dropdown-item:focus,
  .cid-sllMFYZUAj .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-sllMFYZUAj .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sllMFYZUAj .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sllMFYZUAj .container-fluid {
    padding-right: 0rem;
  }
  .cid-sllMFYZUAj .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-sllMFYZUAj .btn {
    padding: 1.8rem 6rem;
  }
  .cid-sllMFYZUAj .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-sllMFYZUAj .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-sllMFYZUAj .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-sllMFYZUAj .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-sllMFYZUAj .nav-dropdown .dropdown-item:focus,
  .cid-sllMFYZUAj .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-sllMFYZUAj .btn-primary {
  color: #354463 !important;
}
.cid-sllMFYZUAj .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-sllMFYZUAj .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-sllMFYZUAj .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sllMFZsnEA {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
}
.cid-sllMFZsnEA .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sllMFZsnEA .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sllMFZsnEA .card-img span {
  font-size: 100px;
}
.cid-sllMFZsnEA .mbr-text,
.cid-sllMFZsnEA .mbr-section-btn {
  color: #efefef;
}
.cid-sllMFZJway {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sllMFZJway .mbr-text {
  text-align: justify;
  color: #3c3e6b;
}
.cid-sllMFZJway .mbr-section-subtitle {
  color: #3c3e6b;
  text-align: left;
}
.cid-sllMFZJway .mbr-section-title DIV {
  text-align: center;
}
.cid-sllMFZJway .mbr-section-title {
  text-align: left;
  color: #3c3e6b;
}
.cid-sllMFZUdmN {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sllMFZUdmN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sllMFZUdmN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sllMFZUdmN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sllMFZUdmN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sllMFZUdmN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3e6b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sllMFZUdmN .icon-focus {
  display: none;
}
.cid-sllMFZUdmN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sllMFZUdmN ul {
  font-size: 0;
}
.cid-sllMFZUdmN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sllMFZUdmN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sllMFZUdmN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1f7d5, #00032c);
}
.cid-sllMFZUdmN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sllMFZUdmN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sllMFZUdmN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sllMFZUdmN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sllMFZUdmN .btn:hover {
  background: transparent !important;
}
.cid-sllMFZUdmN .btn:hover:before {
  background: transparent !important;
}
.cid-sllMFZUdmN .btn:before {
  background-color: transparent !important;
}
.cid-sllMFZUdmN .btn:focus {
  box-shadow: none;
}
.cid-sllMFZUdmN .mbr-section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cid-smDXFbsqfd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3c3e6b;
  position: relative;
  overflow: hidden;
}
.cid-smDXFbsqfd a {
  transition: 0.3s;
}
.cid-smDXFbsqfd h5 {
  margin-bottom: 1.6rem;
}
.cid-smDXFbsqfd .card-img2 span {
  padding-top: 6px;
}
.cid-smDXFbsqfd .soc-item a {
  padding-top: 5px;
}
.cid-smDXFbsqfd .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-smDXFbsqfd .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-smDXFbsqfd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-smDXFbsqfd .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-smDXFbsqfd .soc-item span {
  font-size: 1rem;
}
.cid-smDXFbsqfd .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-smDXFbsqfd .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-smDXFbsqfd .item h4 {
  margin: 0;
}
.cid-smDXFbsqfd .media-wrap {
  margin-bottom: 1rem;
}
.cid-smDXFbsqfd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smDXFbsqfd img {
  width: 80%;
}
.cid-smDXFbsqfd .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-smDXFbsqfd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-smDXFbsqfd .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-smDXFbsqfd .container {
  padding: 0;
}
.cid-smDXFbsqfd .btn-primary {
  color: #333333 !important;
}
.cid-smDXFbsqfd .btn-primary:hover {
  background-color: #94f1b6 !important;
}
