.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.4rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #394c59 !important;
}
.bg-success {
  background-color: #859276 !important;
}
.bg-info {
  background-color: #8b634b !important;
}
.bg-warning {
  background-color: #a3b988 !important;
}
.bg-danger {
  background-color: #2e7595 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #394c59 !important;
  border-color: #394c59 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #171f24 !important;
  border-color: #171f24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #171f24 !important;
  border-color: #171f24 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea580c !important;
  border-color: #ea580c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #983908 !important;
  border-color: #983908 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #983908 !important;
  border-color: #983908 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8b634b !important;
  border-color: #8b634b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #533b2d !important;
  border-color: #533b2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #533b2d !important;
  border-color: #533b2d !important;
}
.btn-success,
.btn-success:active {
  background-color: #859276 !important;
  border-color: #859276 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #59634f !important;
  border-color: #59634f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #59634f !important;
  border-color: #59634f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a3b988 !important;
  border-color: #a3b988 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #789457 !important;
  border-color: #789457 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #789457 !important;
  border-color: #789457 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2e7595 !important;
  border-color: #2e7595 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a4153 !important;
  border-color: #1a4153 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a4153 !important;
  border-color: #1a4153 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #394c59;
  color: #394c59;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #171f24 !important;
  background-color: transparent!important;
  border-color: #171f24 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #394c59 !important;
  border-color: #394c59 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea580c;
  color: #ea580c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #983908 !important;
  background-color: transparent!important;
  border-color: #983908 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea580c !important;
  border-color: #ea580c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8b634b;
  color: #8b634b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #533b2d !important;
  background-color: transparent!important;
  border-color: #533b2d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8b634b !important;
  border-color: #8b634b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #859276;
  color: #859276;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #59634f !important;
  background-color: transparent!important;
  border-color: #59634f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #859276 !important;
  border-color: #859276 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a3b988;
  color: #a3b988;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #789457 !important;
  background-color: transparent!important;
  border-color: #789457 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a3b988 !important;
  border-color: #a3b988 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #2e7595;
  color: #2e7595;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1a4153 !important;
  background-color: transparent!important;
  border-color: #1a4153 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2e7595 !important;
  border-color: #2e7595 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #394c59 !important;
}
.text-secondary {
  color: #ea580c !important;
}
.text-success {
  color: #859276 !important;
}
.text-info {
  color: #8b634b !important;
}
.text-warning {
  color: #a3b988 !important;
}
.text-danger {
  color: #2e7595 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #11171b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #893407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #525a48 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #493427 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #708a51 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #163847 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #394c59;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8b634b;
}
.alert-warning {
  background-color: #a3b988;
}
.alert-danger {
  background-color: #2e7595;
}
.mbr-gallery-filter li.active .btn {
  background-color: #394c59;
  border-color: #394c59;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #394c59;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6f8ea3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4cabd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c4a492;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1e8d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #70b4d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #394c59 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #394c59;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #394c59;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #394c59;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #394c59;
  border-bottom-color: #394c59;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #394c59 !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: #ea580c !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='%23394c59' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #394c59 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #394c59;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #ea580c;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #859276;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #8b634b;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #a3b988;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #2e7595;
}
.cid-v16LKeb3Oa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v16LKeb3Oa nav.navbar {
  position: fixed;
}
.cid-v16LKeb3Oa .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v16LKeb3Oa .dropdown-item:hover,
.cid-v16LKeb3Oa .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v16LKeb3Oa .nav-link {
  position: relative;
  padding: 0;
}
.cid-v16LKeb3Oa .container {
  display: flex;
  margin: auto;
}
.cid-v16LKeb3Oa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v16LKeb3Oa .dropdown-menu,
.cid-v16LKeb3Oa .navbar.opened {
  background: #ffffff !important;
}
.cid-v16LKeb3Oa .nav-item:focus,
.cid-v16LKeb3Oa .nav-link:focus {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v16LKeb3Oa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v16LKeb3Oa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.opened {
  transition: all 0.3s;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v16LKeb3Oa .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar,
  .cid-v16LKeb3Oa .navbar .navbar-brand,
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v16LKeb3Oa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v16LKeb3Oa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v16LKeb3Oa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v16LKeb3Oa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v16LKeb3Oa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v16LKeb3Oa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar.collapsed {
  justify-content: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v16LKeb3Oa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v16LKeb3Oa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v16LKeb3Oa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v16LKeb3Oa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown-item.active,
.cid-v16LKeb3Oa .dropdown-item:active {
  background-color: transparent;
}
.cid-v16LKeb3Oa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v16LKeb3Oa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v16LKeb3Oa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v16LKeb3Oa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v16LKeb3Oa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v16LKeb3Oa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v16LKeb3Oa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v16LKeb3Oa .navbar {
    height: 70px;
  }
  .cid-v16LKeb3Oa .navbar.opened {
    height: auto;
  }
  .cid-v16LKeb3Oa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v16LKeb3Oa .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v16LKeb3Oa .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v16LKeb3Oa a {
  display: inline;
  font-weight: bold;
}
.cid-v16LKeb3Oa img {
  display: inline;
  padding-right: 10px;
}
.cid-v16LKeb3Oa .text-black:hover {
  color: #000000 !important;
}
.cid-v16LKeb3Oa .dropdown-toggle:after {
  display: none;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v16LKeb3Oa .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa a.text-black:hover,
.cid-v16LKeb3Oa a.text-black:focus,
.cid-v16LKeb3Oa a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v16LKeb3Oa .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-uZ78CcRzuB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-uZ78CcRzuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ78CcRzuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ78CcRzuB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ78CcRzuB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uZ78CcRzuB .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ78CcRzuB .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-uZ78CcRzuB .mbr-section-title {
  color: #0f0f0f;
}
.cid-uZ78CcRzuB .mbr-text {
  color: #232323;
}
.cid-uZ78CcRzuB .mbr-section-title,
.cid-uZ78CcRzuB .mbr-section-btn,
.cid-uZ78CcRzuB .title-wrapper {
  color: #000000;
}
.cid-uZ78CcRzuB .typewriter-title {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
.cid-uZ78CcRzuB .typewriter-title::after {
  content: '|';
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.cid-uEXsOTfUso {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEXsOTfUso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEXsOTfUso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEXsOTfUso .row {
  justify-content: center;
}
.cid-uEXsOTfUso .item-wrap {
  z-index: 1;
}
.cid-uEXsOTfUso .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-uEXsOTfUso .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-uEXsOTfUso .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uEXsOTfUso .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-uEXsOTfUso .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uEXsOTfUso .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uEXsOTfUso .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .card {
    margin-bottom: 65px;
  }
}
.cid-uEXsOTfUso .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-uEXsOTfUso .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-uEXsOTfUso .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-uEXsOTfUso .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEXsOTfUso .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-uEXsOTfUso .mbr-section-title {
  color: #141414;
}
.cid-uEXsOTfUso .mbr-text {
  color: #181818;
}
.cid-uEXsOTfUso .mbr-card-title {
  color: #ffffff;
}
.cid-uEXsOTfUso .mbr-card-text {
  color: #141414;
}
.cid-uEXsOTfUso .mbr-card-title,
.cid-uEXsOTfUso .mbr-iconfont {
  color: #141414;
}
.cid-uEXsOTfUso .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uEXsOTfUso .mbr-section-subtitle {
  color: #2e7595;
}
.cid-uEXsOTfUso .typewriter-title {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
.cid-uEXsOTfUso .typewriter-title::after {
  content: '|';
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.cid-uMRgl9dAV9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMRgl9dAV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRgl9dAV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRgl9dAV9 .row {
  justify-content: center;
}
.cid-uMRgl9dAV9 .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-uMRgl9dAV9 .item {
    padding: 0 12px !important;
  }
}
.cid-uMRgl9dAV9 .link-wrapper {
  display: block;
}
.cid-uMRgl9dAV9 .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-uMRgl9dAV9 .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-uMRgl9dAV9 .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-uMRgl9dAV9 .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uMRgl9dAV9 .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uMRgl9dAV9 .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-uMRgl9dAV9 .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-uMRgl9dAV9 .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMRgl9dAV9 .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-uMRgl9dAV9 .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMRgl9dAV9 .mbr-section-title {
  color: #181818;
}
.cid-uMRgl9dAV9 .mbr-date,
.cid-uMRgl9dAV9 .mbr-dot {
  color: #181818;
}
.cid-uMRgl9dAV9 .mbr-section-title,
.cid-uMRgl9dAV9 .date-container {
  color: #000000;
}
.cid-uMRgl9dAV9 P {
  color: #181818;
}
.cid-uFkwG5kJJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFkwG5kJJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkwG5kJJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkwG5kJJ3 .row {
  justify-content: center;
}
.cid-uFkwG5kJJ3 .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-uFkwG5kJJ3 .item {
    padding: 0 12px !important;
  }
}
.cid-uFkwG5kJJ3 .link-wrapper {
  display: block;
}
.cid-uFkwG5kJJ3 .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-uFkwG5kJJ3 .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-uFkwG5kJJ3 .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-uFkwG5kJJ3 .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uFkwG5kJJ3 .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uFkwG5kJJ3 .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-uFkwG5kJJ3 .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-uFkwG5kJJ3 .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uFkwG5kJJ3 .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-uFkwG5kJJ3 .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uFkwG5kJJ3 .mbr-section-title {
  color: #181818;
}
.cid-uFkwG5kJJ3 .mbr-date,
.cid-uFkwG5kJJ3 .mbr-dot {
  color: #181818;
}
.cid-uFkwG5kJJ3 .mbr-section-title,
.cid-uFkwG5kJJ3 .date-container {
  color: #000000;
}
.cid-uFkwG5kJJ3 P {
  color: #181818;
}
.cid-uGbvXAao1D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbvXAao1D .container-fluid {
  padding-right: 0;
}
.cid-uGbvXAao1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbvXAao1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbvXAao1D .title {
  display: flex;
  align-items: center;
}
.cid-uGbvXAao1D .title-wrapper {
  width: 100%;
}
.cid-uGbvXAao1D .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uGbvXAao1D .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uGbvXAao1D .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uGbvXAao1D .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uGbvXAao1D .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGbvXAao1D .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uGbvXAao1D .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uGbvXAao1D .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGbvXAao1D .mbr-section-subtitle {
  color: #454545;
}
.cid-uGbvXAao1D .mbr-section-title {
  color: #181818;
}
.cid-uGbvXAao1D .mbr-text {
  color: #454545;
}
.cid-uGbvXAao1D .mbr-section-title,
.cid-uGbvXAao1D .mbr-section-btn {
  color: #141414;
}
.cid-uGbvXAao1D .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uGbvXAao1D .typewriter-title {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
.cid-uGbvXAao1D .typewriter-title::after {
  content: '|';
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.cid-uZ7fJwR6DD {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ7fJwR6DD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7fJwR6DD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ7fJwR6DD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-uZ7fJwR6DD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZ7fJwR6DD .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-uZ7fJwR6DD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uZ7fJwR6DD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ7fJwR6DD .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ7fJwR6DD .embla__slide .slide-content:hover .item-wrapper,
.cid-uZ7fJwR6DD .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-uZ7fJwR6DD .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uZ7fJwR6DD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZ7fJwR6DD .embla__button--next,
.cid-uZ7fJwR6DD .embla__button--prev {
  display: flex;
}
.cid-uZ7fJwR6DD .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ7fJwR6DD .embla__button {
    display: none;
  }
}
.cid-uZ7fJwR6DD .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uZ7fJwR6DD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ7fJwR6DD .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ7fJwR6DD .embla {
  position: relative;
  width: 100%;
}
.cid-uZ7fJwR6DD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZ7fJwR6DD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ7fJwR6DD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ7fJwR6DD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ7fJwR6DD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ7fJwR6DD .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-uZiRRa6mzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZiRRa6mzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiRRa6mzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiRRa6mzn .content-head {
  max-width: 800px;
}
.cid-uZiRRa6mzn .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uZiRRa6mzn .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZiRRa6mzn .item {
    min-height: 45px;
  }
}
.cid-uZeUl94HBk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/creazione-siti-internet.webp");
}
.cid-uZeUl94HBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeUl94HBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZeUl94HBk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uZeUl94HBk .container {
    padding: 0 12px;
  }
}
.cid-uZeUl94HBk .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uZeUl94HBk .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uZeUl94HBk .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uZeUl94HBk .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uZeUl94HBk .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uZeUl94HBk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uZeUl94HBk .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uZeUl94HBk .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uZeUl94HBk .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZeUl94HBk .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uZeUl94HBk .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uZeUl94HBk .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uZeUl94HBk .mbr-form .form-conrol {
  color: #181818;
}
.cid-uZeUl94HBk .mbr-section-title {
  color: #ffffff;
}
.cid-uZeUl94HBk .mbr-text {
  color: #000000;
}
.cid-uZeUl94HBk label {
  color: #ffffff;
}
.cid-uZeUl94HBk .mbr-section-title,
.cid-uZeUl94HBk .mbr-section-btn {
  color: #000000;
}
.cid-uZeUl94HBk .card-contacts {
  color: #000000;
}
.cid-uZiStbkO53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZiStbkO53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiStbkO53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiStbkO53 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZiStbkO53 .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uZiStbkO53 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uZiStbkO53 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZiStbkO53 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZiStbkO53 .mbr-label {
  color: #000000;
}
.cid-uZiStbkO53 .panel-title-edit {
  color: #000000;
}
.cid-uZiStbkO53 .panel-text {
  color: #000000;
}
.cid-uZiStbkO53 .typewriter-title {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
.cid-uZiStbkO53 .typewriter-title::after {
  content: '|';
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.cid-uZ2gnDWCUc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-uZ2gnDWCUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2gnDWCUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2gnDWCUc .title-wrapper {
  display: block;
}
.cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-uZ2gnDWCUc .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-section-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-list-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-soc-title {
  color: #a1a1a1;
}
.cid-uZ2gnDWCUc .list {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-soc {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-num {
  color: #ffffff;
}
.cid-uZ2gnDWCUc .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-soc-title,
.cid-uZ2gnDWCUc .soc-item {
  color: #141414;
}
.cid-uZjEhpcejj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e7595;
}
.cid-uZjEhpcejj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjEhpcejj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjEhpcejj .row {
  justify-content: center;
}
.cid-uZjEhpcejj .item-wrap {
  z-index: 1;
}
.cid-uZjEhpcejj .mbr-section-title {
  color: #ffffff;
}
.cid-uZjEhpcejj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZjEhpcejj .mbr-section-title,
.cid-uZjEhpcejj .image-wrapper {
  text-align: center;
}
.cid-v16LKeb3Oa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v16LKeb3Oa nav.navbar {
  position: fixed;
}
.cid-v16LKeb3Oa .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v16LKeb3Oa .dropdown-item:hover,
.cid-v16LKeb3Oa .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v16LKeb3Oa .nav-link {
  position: relative;
  padding: 0;
}
.cid-v16LKeb3Oa .container {
  display: flex;
  margin: auto;
}
.cid-v16LKeb3Oa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v16LKeb3Oa .dropdown-menu,
.cid-v16LKeb3Oa .navbar.opened {
  background: #ffffff !important;
}
.cid-v16LKeb3Oa .nav-item:focus,
.cid-v16LKeb3Oa .nav-link:focus {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v16LKeb3Oa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v16LKeb3Oa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.opened {
  transition: all 0.3s;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v16LKeb3Oa .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar,
  .cid-v16LKeb3Oa .navbar .navbar-brand,
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v16LKeb3Oa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v16LKeb3Oa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v16LKeb3Oa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v16LKeb3Oa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v16LKeb3Oa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v16LKeb3Oa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar.collapsed {
  justify-content: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v16LKeb3Oa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v16LKeb3Oa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v16LKeb3Oa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v16LKeb3Oa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown-item.active,
.cid-v16LKeb3Oa .dropdown-item:active {
  background-color: transparent;
}
.cid-v16LKeb3Oa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v16LKeb3Oa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v16LKeb3Oa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v16LKeb3Oa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v16LKeb3Oa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v16LKeb3Oa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v16LKeb3Oa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v16LKeb3Oa .navbar {
    height: 70px;
  }
  .cid-v16LKeb3Oa .navbar.opened {
    height: auto;
  }
  .cid-v16LKeb3Oa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v16LKeb3Oa .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v16LKeb3Oa .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v16LKeb3Oa a {
  display: inline;
  font-weight: bold;
}
.cid-v16LKeb3Oa img {
  display: inline;
  padding-right: 10px;
}
.cid-v16LKeb3Oa .text-black:hover {
  color: #000000 !important;
}
.cid-v16LKeb3Oa .dropdown-toggle:after {
  display: none;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v16LKeb3Oa .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa a.text-black:hover,
.cid-v16LKeb3Oa a.text-black:focus,
.cid-v16LKeb3Oa a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v16LKeb3Oa .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-uMSO4Z1nRC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/web-design-6.jpeg");
}
.cid-uMSO4Z1nRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSO4Z1nRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSO4Z1nRC .row {
  justify-content: center;
}
.cid-uMSO4Z1nRC .item-wrap {
  z-index: 1;
}
.cid-uMSO4Z1nRC .title-wrapper {
  max-width: 46.5rem;
  margin: 0 auto 34px;
}
@media (max-width: 992px) {
  .cid-uMSO4Z1nRC .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uMSO4Z1nRC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMSO4Z1nRC .title-wrapper .mbr-section-title {
    margin-bottom: 13px;
    text-align: center;
  }
}
.cid-uMSO4Z1nRC .mbr-text ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uMSO4Z1nRC .mbr-text ul {
    display: block;
    text-align: center;
  }
}
.cid-uMSO4Z1nRC .mbr-text ul li {
  margin: 0 12px 26px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.cid-uMSO4Z1nRC .mbr-text ul li::before {
  content: "✔";
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #181818;
  padding-top: 3px;
}
@media (max-width: 992px) {
  .cid-uMSO4Z1nRC .mbr-text ul li::before {
    display: none;
  }
}
.cid-uMSO4Z1nRC .mbr-section-btn {
  max-width: 46.5rem;
  margin: 0 auto;
}
.cid-uMSO4Z1nRC .mbr-section-title {
  color: #181818;
}
.cid-uMSO4Z1nRC .mbr-text,
.cid-uMSO4Z1nRC .mbr-iconfont {
  color: #000000;
}
.cid-uMSO4Z1nRC .mbr-section-title,
.cid-uMSO4Z1nRC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMSO4Z1nRC .block-separator {
  border-top: 3px solid #eb9928;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMSO4Z1nRC .mbr-text,
.cid-uMSO4Z1nRC .mbr-iconfont DIV {
  text-align: left;
}
.cid-uMSO4Z1nRC .typewriter-title {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
}
.cid-uMSO4Z1nRC .typewriter-title::after {
  content: '|';
  margin-left: 2px;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.cid-uMShgaVr6i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #dde4e7;
}
.cid-uMShgaVr6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMShgaVr6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMShgaVr6i .row {
  justify-content: center;
}
.cid-uMShgaVr6i .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMShgaVr6i .row {
    padding: 0 12px;
  }
}
.cid-uMShgaVr6i .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-uMShgaVr6i .item {
    padding: 0 12px !important;
  }
}
.cid-uMShgaVr6i .link-wrapper {
  display: block;
}
.cid-uMShgaVr6i .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uMShgaVr6i .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (min-width: 768px) {
  .cid-uMShgaVr6i .link-wrapper .image-wrapper img {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .cid-uMShgaVr6i .link-wrapper .image-wrapper img[data-aos] {
    opacity: 0;
    transform: translateY(30px) scale(1);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .cid-uMShgaVr6i .link-wrapper .image-wrapper img[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 768px) {
  .cid-uMShgaVr6i .link-wrapper:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .cid-uMShgaVr6i .link-wrapper:hover img {
    transform: translateY(0) scale(1.1);
  }
}
.cid-uMShgaVr6i .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-uMShgaVr6i .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-uMShgaVr6i .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-uMShgaVr6i .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-uMShgaVr6i .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMShgaVr6i .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-uMShgaVr6i .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMShgaVr6i .mbr-section-title {
  color: #181818;
}
.cid-uMShgaVr6i .mbr-date,
.cid-uMShgaVr6i .mbr-dot {
  color: #181818;
}
.cid-uMSr129b7i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #dde4e7;
}
.cid-uMSr129b7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSr129b7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSr129b7i .row {
  justify-content: center;
}
.cid-uMSr129b7i .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMSr129b7i .row {
    padding: 0 12px;
  }
}
.cid-uMSr129b7i .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-uMSr129b7i .item {
    padding: 0 12px !important;
  }
}
.cid-uMSr129b7i .link-wrapper {
  display: block;
}
.cid-uMSr129b7i .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-uMSr129b7i .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-uMSr129b7i .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-uMSr129b7i .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uMSr129b7i .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uMSr129b7i .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-uMSr129b7i .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-uMSr129b7i .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMSr129b7i .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-uMSr129b7i .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMSr129b7i .mbr-section-title {
  color: #181818;
}
.cid-uMSr129b7i .mbr-date,
.cid-uMSr129b7i .mbr-dot {
  color: #181818;
}
.cid-uZiCSDDM2d {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-uZiCSDDM2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiCSDDM2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZiCSDDM2d .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uZiCSDDM2d .container {
    padding: 0 12px;
  }
}
.cid-uZiCSDDM2d .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uZiCSDDM2d .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uZiCSDDM2d .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uZiCSDDM2d .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uZiCSDDM2d .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uZiCSDDM2d .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uZiCSDDM2d .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uZiCSDDM2d .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uZiCSDDM2d .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZiCSDDM2d .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uZiCSDDM2d .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uZiCSDDM2d .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uZiCSDDM2d .mbr-form .form-conrol {
  color: #181818;
}
.cid-uZiCSDDM2d .mbr-section-title {
  color: #ffffff;
}
.cid-uZiCSDDM2d .mbr-text {
  color: #000000;
}
.cid-uZiCSDDM2d label {
  color: #ffffff;
}
.cid-uZiCSDDM2d .mbr-section-title,
.cid-uZiCSDDM2d .mbr-section-btn {
  color: #000000;
}
.cid-uZiCSDDM2d .card-contacts {
  color: #000000;
}
.cid-uZiOCzWKhy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZiOCzWKhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiOCzWKhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZiOCzWKhy .content-head {
  max-width: 800px;
}
.cid-uZiOCzWKhy .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uZiOCzWKhy .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZiOCzWKhy .item {
    min-height: 45px;
  }
}
.cid-uZ2gnDWCUc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-uZ2gnDWCUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2gnDWCUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2gnDWCUc .title-wrapper {
  display: block;
}
.cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-uZ2gnDWCUc .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-section-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-list-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-soc-title {
  color: #a1a1a1;
}
.cid-uZ2gnDWCUc .list {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-soc {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-num {
  color: #ffffff;
}
.cid-uZ2gnDWCUc .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-soc-title,
.cid-uZ2gnDWCUc .soc-item {
  color: #141414;
}
.cid-vc3M9DAHG7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e7595;
}
.cid-vc3M9DAHG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3M9DAHG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3M9DAHG7 .row {
  justify-content: center;
}
.cid-vc3M9DAHG7 .item-wrap {
  z-index: 1;
}
.cid-vc3M9DAHG7 .mbr-section-title {
  color: #ffffff;
}
.cid-vc3M9DAHG7 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vc3M9DAHG7 .mbr-section-title,
.cid-vc3M9DAHG7 .image-wrapper {
  text-align: center;
}
.cid-v16LKeb3Oa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v16LKeb3Oa nav.navbar {
  position: fixed;
}
.cid-v16LKeb3Oa .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v16LKeb3Oa .dropdown-item:hover,
.cid-v16LKeb3Oa .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v16LKeb3Oa .nav-link {
  position: relative;
  padding: 0;
}
.cid-v16LKeb3Oa .container {
  display: flex;
  margin: auto;
}
.cid-v16LKeb3Oa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v16LKeb3Oa .dropdown-menu,
.cid-v16LKeb3Oa .navbar.opened {
  background: #ffffff !important;
}
.cid-v16LKeb3Oa .nav-item:focus,
.cid-v16LKeb3Oa .nav-link:focus {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v16LKeb3Oa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v16LKeb3Oa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.opened {
  transition: all 0.3s;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v16LKeb3Oa .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar,
  .cid-v16LKeb3Oa .navbar .navbar-brand,
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v16LKeb3Oa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v16LKeb3Oa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v16LKeb3Oa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v16LKeb3Oa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v16LKeb3Oa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v16LKeb3Oa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar.collapsed {
  justify-content: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v16LKeb3Oa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v16LKeb3Oa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v16LKeb3Oa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v16LKeb3Oa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown-item.active,
.cid-v16LKeb3Oa .dropdown-item:active {
  background-color: transparent;
}
.cid-v16LKeb3Oa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v16LKeb3Oa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v16LKeb3Oa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v16LKeb3Oa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v16LKeb3Oa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v16LKeb3Oa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v16LKeb3Oa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v16LKeb3Oa .navbar {
    height: 70px;
  }
  .cid-v16LKeb3Oa .navbar.opened {
    height: auto;
  }
  .cid-v16LKeb3Oa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v16LKeb3Oa .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v16LKeb3Oa .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v16LKeb3Oa a {
  display: inline;
  font-weight: bold;
}
.cid-v16LKeb3Oa img {
  display: inline;
  padding-right: 10px;
}
.cid-v16LKeb3Oa .text-black:hover {
  color: #000000 !important;
}
.cid-v16LKeb3Oa .dropdown-toggle:after {
  display: none;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v16LKeb3Oa .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa a.text-black:hover,
.cid-v16LKeb3Oa a.text-black:focus,
.cid-v16LKeb3Oa a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v16LKeb3Oa .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-uZjuQgcKM2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-uZjuQgcKM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjuQgcKM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjuQgcKM2 .row {
  justify-content: center;
}
.cid-uZjuQgcKM2 .item-wrap {
  z-index: 1;
}
.cid-uZjuQgcKM2 .title-wrapper {
  max-width: 46.5rem;
  margin: 0 auto 34px;
}
@media (max-width: 992px) {
  .cid-uZjuQgcKM2 .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZjuQgcKM2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZjuQgcKM2 .title-wrapper .mbr-section-title {
    margin-bottom: 13px;
    text-align: center;
  }
}
.cid-uZjuQgcKM2 .mbr-text ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uZjuQgcKM2 .mbr-text ul {
    display: block;
    text-align: center;
  }
}
.cid-uZjuQgcKM2 .mbr-text ul li {
  margin: 0 12px 26px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.cid-uZjuQgcKM2 .mbr-text ul li::before {
  content: "✔";
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #181818;
  padding-top: 3px;
}
@media (max-width: 992px) {
  .cid-uZjuQgcKM2 .mbr-text ul li::before {
    display: none;
  }
}
.cid-uZjuQgcKM2 .mbr-section-btn {
  max-width: 46.5rem;
  margin: 0 auto;
}
.cid-uZjuQgcKM2 .mbr-section-title {
  color: #181818;
}
.cid-uZjuQgcKM2 .mbr-text,
.cid-uZjuQgcKM2 .mbr-iconfont {
  color: #454545;
}
@media (max-width: 767px) {
  .cid-uZjuQgcKM2 .mbr-text,
  .cid-uZjuQgcKM2 .mbr-iconfont {
    margin: 10px;
  }
}
.cid-uZjuQgcKM2 .mbr-section-title,
.cid-uZjuQgcKM2 .mbr-section-btn {
  text-align: center;
  color: #394c59;
}
.cid-uZjuQgcKM2 .block-separator {
  border-top: 3px solid #eb9928;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uZjuQgcKM2 .mbr-text,
.cid-uZjuQgcKM2 .mbr-iconfont DIV {
  text-align: center;
}
.cid-uZjuQgcKM2 img {
  width: 40%;
  height: auto;
  display: block;
  margin: 35px auto;
}
@media (max-width: 767px) {
  .cid-uZjuQgcKM2 img {
    width: 60%;
    height: auto;
    margin-top: 20px;
  }
}
.cid-uZjuQgcKM2 .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-uMRYfsykPt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uMRYfsykPt .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMRYfsykPt .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uMRYfsykPt .card-title {
  color: #45494E;
}
.cid-uMRYfsykPt .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uMRYfsykPt .mbr-text {
    margin-top: 24px;
  }
}
.cid-uMRYfsykPt .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -30px;
}
.cid-uMRYfsykPt .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uMRYfsykPt .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uMRYfsykPt .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uMRYfsykPt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uMRYfsykPt .google-map [data-state-details] {
  color: #6b6763;
  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-uMRYfsykPt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMRYfsykPt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMRYfsykPt .mobile {
  margin-top: 30px;
  text-align: center;
}
.cid-uZjpDqR3de {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-uZjpDqR3de .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjpDqR3de .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZjpDqR3de .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uZjpDqR3de .container {
    padding: 0 12px;
  }
}
.cid-uZjpDqR3de .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uZjpDqR3de .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uZjpDqR3de .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uZjpDqR3de .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uZjpDqR3de .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uZjpDqR3de .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uZjpDqR3de .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uZjpDqR3de .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uZjpDqR3de .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZjpDqR3de .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uZjpDqR3de .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uZjpDqR3de .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uZjpDqR3de .mbr-form .form-conrol {
  color: #181818;
}
.cid-uZjpDqR3de .mbr-section-title {
  color: #ffffff;
}
.cid-uZjpDqR3de .mbr-text {
  color: #000000;
}
.cid-uZjpDqR3de label {
  color: #ffffff;
}
.cid-uZjpDqR3de .mbr-section-title,
.cid-uZjpDqR3de .mbr-section-btn {
  color: #000000;
}
.cid-uZjpDqR3de .card-contacts {
  color: #000000;
}
.cid-uZjuoetCYe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZjuoetCYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZjuoetCYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZjuoetCYe .content-head {
  max-width: 800px;
}
.cid-uZjuoetCYe .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uZjuoetCYe .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZjuoetCYe .item {
    min-height: 45px;
  }
}
.cid-uZ2gnDWCUc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-uZ2gnDWCUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2gnDWCUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2gnDWCUc .title-wrapper {
  display: block;
}
.cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-uZ2gnDWCUc .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-section-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-list-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-soc-title {
  color: #a1a1a1;
}
.cid-uZ2gnDWCUc .list {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-soc {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-num {
  color: #ffffff;
}
.cid-uZ2gnDWCUc .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-soc-title,
.cid-uZ2gnDWCUc .soc-item {
  color: #141414;
}
.cid-vc3MkPPzb7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e7595;
}
.cid-vc3MkPPzb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3MkPPzb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3MkPPzb7 .row {
  justify-content: center;
}
.cid-vc3MkPPzb7 .item-wrap {
  z-index: 1;
}
.cid-vc3MkPPzb7 .mbr-section-title {
  color: #ffffff;
}
.cid-vc3MkPPzb7 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vc3MkPPzb7 .mbr-section-title,
.cid-vc3MkPPzb7 .image-wrapper {
  text-align: center;
}
.cid-v16LKeb3Oa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v16LKeb3Oa nav.navbar {
  position: fixed;
}
.cid-v16LKeb3Oa .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v16LKeb3Oa .dropdown-item:hover,
.cid-v16LKeb3Oa .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v16LKeb3Oa .nav-link {
  position: relative;
  padding: 0;
}
.cid-v16LKeb3Oa .container {
  display: flex;
  margin: auto;
}
.cid-v16LKeb3Oa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v16LKeb3Oa .dropdown-menu,
.cid-v16LKeb3Oa .navbar.opened {
  background: #ffffff !important;
}
.cid-v16LKeb3Oa .nav-item:focus,
.cid-v16LKeb3Oa .nav-link:focus {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v16LKeb3Oa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16LKeb3Oa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v16LKeb3Oa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v16LKeb3Oa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.opened {
  transition: all 0.3s;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v16LKeb3Oa .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar,
  .cid-v16LKeb3Oa .navbar .navbar-brand,
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v16LKeb3Oa .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v16LKeb3Oa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v16LKeb3Oa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v16LKeb3Oa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v16LKeb3Oa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v16LKeb3Oa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v16LKeb3Oa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v16LKeb3Oa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar.collapsed {
  justify-content: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v16LKeb3Oa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v16LKeb3Oa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v16LKeb3Oa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v16LKeb3Oa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v16LKeb3Oa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v16LKeb3Oa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v16LKeb3Oa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v16LKeb3Oa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v16LKeb3Oa .dropdown-item.active,
.cid-v16LKeb3Oa .dropdown-item:active {
  background-color: transparent;
}
.cid-v16LKeb3Oa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v16LKeb3Oa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v16LKeb3Oa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v16LKeb3Oa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v16LKeb3Oa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v16LKeb3Oa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v16LKeb3Oa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16LKeb3Oa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v16LKeb3Oa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16LKeb3Oa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v16LKeb3Oa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v16LKeb3Oa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v16LKeb3Oa .navbar {
    height: 70px;
  }
  .cid-v16LKeb3Oa .navbar.opened {
    height: auto;
  }
  .cid-v16LKeb3Oa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v16LKeb3Oa .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v16LKeb3Oa .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v16LKeb3Oa a {
  display: inline;
  font-weight: bold;
}
.cid-v16LKeb3Oa img {
  display: inline;
  padding-right: 10px;
}
.cid-v16LKeb3Oa .text-black:hover {
  color: #000000 !important;
}
.cid-v16LKeb3Oa .dropdown-toggle:after {
  display: none;
}
.cid-v16LKeb3Oa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v16LKeb3Oa .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v16LKeb3Oa a.text-black:hover,
.cid-v16LKeb3Oa a.text-black:focus,
.cid-v16LKeb3Oa a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v16LKeb3Oa .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v16LKeb3Oa .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v16LKeb3Oa .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-uMRr3ISjDX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-uMRr3ISjDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMRr3ISjDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMRr3ISjDX .row {
  justify-content: center;
}
.cid-uMRr3ISjDX .item-wrap {
  z-index: 1;
}
.cid-uMRr3ISjDX .title-wrapper {
  max-width: 46.5rem;
  margin: 0 auto 34px;
}
@media (max-width: 992px) {
  .cid-uMRr3ISjDX .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uMRr3ISjDX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMRr3ISjDX .title-wrapper .mbr-section-title {
    margin-bottom: 13px;
    text-align: center;
  }
}
.cid-uMRr3ISjDX .mbr-text ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-uMRr3ISjDX .mbr-text ul {
    display: block;
    text-align: center;
  }
}
.cid-uMRr3ISjDX .mbr-text ul li {
  margin: 0 12px 26px;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.cid-uMRr3ISjDX .mbr-text ul li::before {
  content: "✔";
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #181818;
  padding-top: 3px;
}
@media (max-width: 992px) {
  .cid-uMRr3ISjDX .mbr-text ul li::before {
    display: none;
  }
}
.cid-uMRr3ISjDX .mbr-section-btn {
  max-width: 46.5rem;
  margin: 0 auto;
}
.cid-uMRr3ISjDX .mbr-section-title {
  color: #181818;
}
.cid-uMRr3ISjDX .mbr-text,
.cid-uMRr3ISjDX .mbr-iconfont {
  color: #454545;
}
@media (max-width: 767px) {
  .cid-uMRr3ISjDX .mbr-text,
  .cid-uMRr3ISjDX .mbr-iconfont {
    margin: 10px;
  }
}
.cid-uMRr3ISjDX .mbr-section-title,
.cid-uMRr3ISjDX .mbr-section-btn {
  text-align: center;
  color: #394c59;
}
.cid-uMRr3ISjDX .block-separator {
  border-top: 3px solid #eb9928;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uMRr3ISjDX .mbr-text,
.cid-uMRr3ISjDX .mbr-iconfont DIV {
  text-align: left;
}
.cid-uMRr3ISjDX img {
  width: 50%;
  height: auto;
  display: block;
  margin: 35px auto;
}
@media (max-width: 767px) {
  .cid-uMRr3ISjDX img {
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uMRr3ISjDX .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-uZiBm6ko8A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZiBm6ko8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZiBm6ko8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZiBm6ko8A .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uZiBm6ko8A .container {
    padding: 0 12px;
  }
}
.cid-uZiBm6ko8A .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uZiBm6ko8A .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uZiBm6ko8A .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uZiBm6ko8A .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uZiBm6ko8A .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uZiBm6ko8A .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uZiBm6ko8A .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uZiBm6ko8A .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uZiBm6ko8A .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uZiBm6ko8A .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uZiBm6ko8A .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uZiBm6ko8A .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uZiBm6ko8A .mbr-form .form-conrol {
  color: #181818;
}
.cid-uZiBm6ko8A .mbr-section-title {
  color: #ffffff;
}
.cid-uZiBm6ko8A .mbr-text {
  color: #000000;
}
.cid-uZiBm6ko8A label {
  color: #ffffff;
}
.cid-uZiBm6ko8A .mbr-section-title,
.cid-uZiBm6ko8A .mbr-section-btn {
  color: #000000;
}
.cid-uZiBm6ko8A .card-contacts {
  color: #000000;
}
.cid-uZ2gnDWCUc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-uZ2gnDWCUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2gnDWCUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2gnDWCUc .title-wrapper {
  display: block;
}
.cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-uZ2gnDWCUc .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-uZ2gnDWCUc .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ2gnDWCUc .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-uZ2gnDWCUc .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-uZ2gnDWCUc .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-section-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-list-title {
  color: #141414;
}
.cid-uZ2gnDWCUc .mbr-soc-title {
  color: #a1a1a1;
}
.cid-uZ2gnDWCUc .list {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-soc {
  color: #181818;
}
.cid-uZ2gnDWCUc .mbr-num {
  color: #ffffff;
}
.cid-uZ2gnDWCUc .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-uZ2gnDWCUc .mbr-soc-title,
.cid-uZ2gnDWCUc .soc-item {
  color: #141414;
}
.cid-vc3M2QjrbW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e7595;
}
.cid-vc3M2QjrbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3M2QjrbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3M2QjrbW .row {
  justify-content: center;
}
.cid-vc3M2QjrbW .item-wrap {
  z-index: 1;
}
.cid-vc3M2QjrbW .mbr-section-title {
  color: #ffffff;
}
.cid-vc3M2QjrbW .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vc3M2QjrbW .mbr-section-title,
.cid-vc3M2QjrbW .image-wrapper {
  text-align: center;
}
.cid-v1M93DU0rH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1M93DU0rH nav.navbar {
  position: fixed;
}
.cid-v1M93DU0rH .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M93DU0rH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v1M93DU0rH .dropdown-item:hover,
.cid-v1M93DU0rH .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v1M93DU0rH .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v1M93DU0rH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1M93DU0rH .nav-link {
  position: relative;
  padding: 0;
}
.cid-v1M93DU0rH .container {
  display: flex;
  margin: auto;
}
.cid-v1M93DU0rH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1M93DU0rH .dropdown-menu,
.cid-v1M93DU0rH .navbar.opened {
  background: #ffffff !important;
}
.cid-v1M93DU0rH .nav-item:focus,
.cid-v1M93DU0rH .nav-link:focus {
  outline: none;
}
.cid-v1M93DU0rH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v1M93DU0rH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M93DU0rH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M93DU0rH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M93DU0rH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M93DU0rH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v1M93DU0rH .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M93DU0rH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M93DU0rH .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v1M93DU0rH .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v1M93DU0rH .navbar .navbar,
  .cid-v1M93DU0rH .navbar .navbar-brand,
  .cid-v1M93DU0rH .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v1M93DU0rH .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v1M93DU0rH .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v1M93DU0rH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M93DU0rH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1M93DU0rH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1M93DU0rH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M93DU0rH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1M93DU0rH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M93DU0rH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1M93DU0rH .navbar.collapsed {
  justify-content: center;
}
.cid-v1M93DU0rH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M93DU0rH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1M93DU0rH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1M93DU0rH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M93DU0rH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v1M93DU0rH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1M93DU0rH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1M93DU0rH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1M93DU0rH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M93DU0rH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M93DU0rH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M93DU0rH .dropdown-item.active,
.cid-v1M93DU0rH .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M93DU0rH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M93DU0rH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M93DU0rH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M93DU0rH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1M93DU0rH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1M93DU0rH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M93DU0rH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M93DU0rH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M93DU0rH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M93DU0rH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M93DU0rH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M93DU0rH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M93DU0rH .navbar {
    height: 70px;
  }
  .cid-v1M93DU0rH .navbar.opened {
    height: auto;
  }
  .cid-v1M93DU0rH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1M93DU0rH .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v1M93DU0rH .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v1M93DU0rH a {
  display: inline;
  font-weight: bold;
}
.cid-v1M93DU0rH img {
  display: inline;
  padding-right: 10px;
}
.cid-v1M93DU0rH .text-black:hover {
  color: #000000 !important;
}
.cid-v1M93DU0rH .dropdown-toggle:after {
  display: none;
}
.cid-v1M93DU0rH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v1M93DU0rH .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v1M93DU0rH a.text-black:hover,
.cid-v1M93DU0rH a.text-black:focus,
.cid-v1M93DU0rH a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v1M93DU0rH .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v1M93DU0rH .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v1M93DU0rH .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v1M93EfBc1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v1M93EfBc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93EfBc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93EfBc1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1M93EfBc1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v1M93EfBc1 .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v1M93EfBc1 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v1M93EfBc1 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v1M93EfBc1 .mbr-text {
  color: #232323;
}
.cid-v1M93EfBc1 .mbr-section-title,
.cid-v1M93EfBc1 .mbr-section-btn,
.cid-v1M93EfBc1 .title-wrapper {
  color: #000000;
}
.cid-v1M93EwqSi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M93EwqSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93EwqSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93EwqSi .row {
  justify-content: center;
}
.cid-v1M93EwqSi .item-wrap {
  z-index: 1;
}
.cid-v1M93EwqSi .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-v1M93EwqSi .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-v1M93EwqSi .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v1M93EwqSi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1M93EwqSi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v1M93EwqSi .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1M93EwqSi .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .card {
    margin-bottom: 65px;
  }
}
.cid-v1M93EwqSi .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v1M93EwqSi .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1M93EwqSi .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1M93EwqSi .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1M93EwqSi .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-v1M93EwqSi .mbr-section-title {
  color: #141414;
}
.cid-v1M93EwqSi .mbr-text {
  color: #181818;
}
.cid-v1M93EwqSi .mbr-card-title {
  color: #ffffff;
}
.cid-v1M93EwqSi .mbr-card-text {
  color: #141414;
}
.cid-v1M93EwqSi .mbr-card-title,
.cid-v1M93EwqSi .mbr-iconfont {
  color: #141414;
}
.cid-v1M93EwqSi .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v1M93EwqSi .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v1M93EKtIP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M93EKtIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93EKtIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93EKtIP .row {
  justify-content: center;
}
.cid-v1M93EKtIP .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v1M93EKtIP .item {
    padding: 0 12px !important;
  }
}
.cid-v1M93EKtIP .link-wrapper {
  display: block;
}
.cid-v1M93EKtIP .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v1M93EKtIP .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v1M93EKtIP .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v1M93EKtIP .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v1M93EKtIP .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v1M93EKtIP .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v1M93EKtIP .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v1M93EKtIP .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1M93EKtIP .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v1M93EKtIP .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1M93EKtIP .mbr-section-title {
  color: #181818;
}
.cid-v1M93EKtIP .mbr-date,
.cid-v1M93EKtIP .mbr-dot {
  color: #181818;
}
.cid-v1M93EKtIP .mbr-section-title,
.cid-v1M93EKtIP .date-container {
  color: #000000;
}
.cid-v1M93EKtIP P {
  color: #181818;
}
.cid-v1M93F1ZQs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M93F1ZQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93F1ZQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93F1ZQs .row {
  justify-content: center;
}
.cid-v1M93F1ZQs .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v1M93F1ZQs .item {
    padding: 0 12px !important;
  }
}
.cid-v1M93F1ZQs .link-wrapper {
  display: block;
}
.cid-v1M93F1ZQs .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v1M93F1ZQs .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v1M93F1ZQs .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v1M93F1ZQs .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v1M93F1ZQs .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v1M93F1ZQs .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v1M93F1ZQs .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v1M93F1ZQs .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1M93F1ZQs .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v1M93F1ZQs .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1M93F1ZQs .mbr-section-title {
  color: #181818;
}
.cid-v1M93F1ZQs .mbr-date,
.cid-v1M93F1ZQs .mbr-dot {
  color: #181818;
}
.cid-v1M93F1ZQs .mbr-section-title,
.cid-v1M93F1ZQs .date-container {
  color: #000000;
}
.cid-v1M93F1ZQs P {
  color: #181818;
}
.cid-v1M93FiSy2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1M93FiSy2 .container-fluid {
  padding-right: 0;
}
.cid-v1M93FiSy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93FiSy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93FiSy2 .title {
  display: flex;
  align-items: center;
}
.cid-v1M93FiSy2 .title-wrapper {
  width: 100%;
}
.cid-v1M93FiSy2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1M93FiSy2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v1M93FiSy2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1M93FiSy2 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v1M93FiSy2 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1M93FiSy2 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v1M93FiSy2 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v1M93FiSy2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1M93FiSy2 .mbr-section-subtitle {
  color: #454545;
}
.cid-v1M93FiSy2 .mbr-section-title {
  color: #181818;
}
.cid-v1M93FiSy2 .mbr-text {
  color: #454545;
}
.cid-v1M93FiSy2 .mbr-section-title,
.cid-v1M93FiSy2 .mbr-section-btn {
  color: #141414;
}
.cid-v1M93FiSy2 .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v1M93Fx2MA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1M93Fx2MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93Fx2MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93Fx2MA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-v1M93Fx2MA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1M93Fx2MA .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v1M93Fx2MA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1M93Fx2MA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1M93Fx2MA .embla__slide .slide-content {
  width: 100%;
}
.cid-v1M93Fx2MA .embla__slide .slide-content:hover .item-wrapper,
.cid-v1M93Fx2MA .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-v1M93Fx2MA .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1M93Fx2MA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1M93Fx2MA .embla__button--next,
.cid-v1M93Fx2MA .embla__button--prev {
  display: flex;
}
.cid-v1M93Fx2MA .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v1M93Fx2MA .embla__button {
    display: none;
  }
}
.cid-v1M93Fx2MA .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1M93Fx2MA .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1M93Fx2MA .embla__button.embla__button--next {
  right: 0;
}
.cid-v1M93Fx2MA .embla {
  position: relative;
  width: 100%;
}
.cid-v1M93Fx2MA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1M93Fx2MA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1M93Fx2MA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1M93Fx2MA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1M93Fx2MA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1M93Fx2MA .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-v1M93FXhkY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1M93FXhkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93FXhkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93FXhkY .content-head {
  max-width: 800px;
}
.cid-v1M93FXhkY .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v1M93FXhkY .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v1M93FXhkY .item {
    min-height: 45px;
  }
}
.cid-v1M93GeAPQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-v1M93GeAPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93GeAPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1M93GeAPQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v1M93GeAPQ .container {
    padding: 0 12px;
  }
}
.cid-v1M93GeAPQ .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v1M93GeAPQ .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v1M93GeAPQ .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v1M93GeAPQ .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v1M93GeAPQ .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v1M93GeAPQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v1M93GeAPQ .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v1M93GeAPQ .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v1M93GeAPQ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v1M93GeAPQ .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v1M93GeAPQ .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v1M93GeAPQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v1M93GeAPQ .mbr-form .form-conrol {
  color: #181818;
}
.cid-v1M93GeAPQ .mbr-section-title {
  color: #ffffff;
}
.cid-v1M93GeAPQ .mbr-text {
  color: #000000;
}
.cid-v1M93GeAPQ label {
  color: #ffffff;
}
.cid-v1M93GeAPQ .mbr-section-title,
.cid-v1M93GeAPQ .mbr-section-btn {
  color: #000000;
}
.cid-v1M93GeAPQ .card-contacts {
  color: #000000;
}
.cid-v1M93GCD6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1M93GCD6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93GCD6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93GCD6w .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1M93GCD6w .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v1M93GCD6w .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v1M93GCD6w .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1M93GCD6w .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v1M93GCD6w .mbr-label {
  color: #000000;
}
.cid-v1M93GCD6w .panel-title-edit {
  color: #000000;
}
.cid-v1M93GCD6w .panel-text {
  color: #000000;
}
.cid-v1M93GCD6w .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v1M93GWQiL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v1M93GWQiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93GWQiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93GWQiL .title-wrapper {
  display: block;
}
.cid-v1M93GWQiL .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v1M93GWQiL .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v1M93GWQiL .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v1M93GWQiL .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v1M93GWQiL .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v1M93GWQiL .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v1M93GWQiL .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v1M93GWQiL .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v1M93GWQiL .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v1M93GWQiL .mbr-section-title {
  color: #141414;
}
.cid-v1M93GWQiL .mbr-list-title {
  color: #141414;
}
.cid-v1M93GWQiL .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v1M93GWQiL .list {
  color: #181818;
}
.cid-v1M93GWQiL .mbr-soc {
  color: #181818;
}
.cid-v1M93GWQiL .mbr-num {
  color: #ffffff;
}
.cid-v1M93GWQiL .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v1M93GWQiL .mbr-soc-title,
.cid-v1M93GWQiL .soc-item {
  color: #141414;
}
.cid-v1M93Hlc1H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e7595;
}
.cid-v1M93Hlc1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93Hlc1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93Hlc1H .row {
  justify-content: center;
}
.cid-v1M93Hlc1H .item-wrap {
  z-index: 1;
}
.cid-v1M93Hlc1H .mbr-section-title {
  color: #ffffff;
}
.cid-v1M93Hlc1H .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v1M93Hlc1H .mbr-section-title,
.cid-v1M93Hlc1H .image-wrapper {
  text-align: center;
}
.cid-v1M93DU0rH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1M93DU0rH nav.navbar {
  position: fixed;
}
.cid-v1M93DU0rH .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M93DU0rH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v1M93DU0rH .dropdown-item:hover,
.cid-v1M93DU0rH .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v1M93DU0rH .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v1M93DU0rH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1M93DU0rH .nav-link {
  position: relative;
  padding: 0;
}
.cid-v1M93DU0rH .container {
  display: flex;
  margin: auto;
}
.cid-v1M93DU0rH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1M93DU0rH .dropdown-menu,
.cid-v1M93DU0rH .navbar.opened {
  background: #ffffff !important;
}
.cid-v1M93DU0rH .nav-item:focus,
.cid-v1M93DU0rH .nav-link:focus {
  outline: none;
}
.cid-v1M93DU0rH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v1M93DU0rH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M93DU0rH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M93DU0rH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M93DU0rH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M93DU0rH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v1M93DU0rH .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M93DU0rH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M93DU0rH .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v1M93DU0rH .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v1M93DU0rH .navbar .navbar,
  .cid-v1M93DU0rH .navbar .navbar-brand,
  .cid-v1M93DU0rH .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v1M93DU0rH .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v1M93DU0rH .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v1M93DU0rH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M93DU0rH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1M93DU0rH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1M93DU0rH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1M93DU0rH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1M93DU0rH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1M93DU0rH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1M93DU0rH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1M93DU0rH .navbar.collapsed {
  justify-content: center;
}
.cid-v1M93DU0rH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M93DU0rH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1M93DU0rH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1M93DU0rH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M93DU0rH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M93DU0rH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v1M93DU0rH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1M93DU0rH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1M93DU0rH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1M93DU0rH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M93DU0rH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M93DU0rH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M93DU0rH .dropdown-item.active,
.cid-v1M93DU0rH .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M93DU0rH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M93DU0rH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M93DU0rH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M93DU0rH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1M93DU0rH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1M93DU0rH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M93DU0rH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M93DU0rH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M93DU0rH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M93DU0rH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M93DU0rH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M93DU0rH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M93DU0rH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M93DU0rH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M93DU0rH .navbar {
    height: 70px;
  }
  .cid-v1M93DU0rH .navbar.opened {
    height: auto;
  }
  .cid-v1M93DU0rH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1M93DU0rH .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v1M93DU0rH .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v1M93DU0rH a {
  display: inline;
  font-weight: bold;
}
.cid-v1M93DU0rH img {
  display: inline;
  padding-right: 10px;
}
.cid-v1M93DU0rH .text-black:hover {
  color: #000000 !important;
}
.cid-v1M93DU0rH .dropdown-toggle:after {
  display: none;
}
.cid-v1M93DU0rH .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v1M93DU0rH .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v1M93DU0rH a.text-black:hover,
.cid-v1M93DU0rH a.text-black:focus,
.cid-v1M93DU0rH a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v1M93DU0rH .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v1M93DU0rH .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v1M93DU0rH .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v1MbMvdQ1h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1MbMvdQ1h .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-v1MbMvdQ1h .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-v1MbMvdQ1h .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-v1MbMvdQ1h .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v1MbMvdQ1h .row {
  flex-direction: row-reverse;
}
.cid-v1MbMvdQ1h .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-v1MbMvdQ1h .mbr-section-title {
    margin-top: 25px;
  }
  .cid-v1MbMvdQ1h .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-v1MbMvdQ1h .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-v1MbMvdQ1h .button-align {
  width: 100%;
}
.cid-v1MbMvdQ1h .mbr-text {
  padding-top: 10px;
}
.cid-v1MbMvdQ1h .mbr-section-title {
  color: #91a697;
}
.cid-v1MdAKYgC0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-v1MdAKYgC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MdAKYgC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MdAKYgC0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v1MdAKYgC0 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1MdAKYgC0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v1MdAKYgC0 .items-wrapper {
  margin: 0;
}
.cid-v1MdAKYgC0 .items-wrapper .item {
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v1MdAKYgC0 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper {
  display: block;
  padding: 0 40px 0 0;
  height: 100%;
  padding: 0 40px 20px 0;
  border-bottom: 1px solid #2e7595;
}
@media (max-width: 992px) {
  .cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1MdAKYgC0 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1MdAKYgC0 .mbr-section-title {
  color: #093388;
}
.cid-v1MdAKYgC0 .item-number {
  color: #093388;
}
.cid-v1MdAKYgC0 .item-title {
  color: #093388;
}
.cid-v1MdAKYgC0 .item-text {
  color: #58595b;
}
.cid-v1MdAKYgC0 .item-title,
.cid-v1MdAKYgC0 .mbr-section-btn {
  color: #141414;
}
.cid-v1MdAKYgC0 .mbr-section-title,
.cid-v1MdAKYgC0 .title-wrapper {
  color: #2e7595;
}
.cid-v1MdAKYgC0 .item-text,
.cid-v1MdAKYgC0 .text-wrapper {
  color: #606d73;
}
.cid-v1M93GWQiL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v1M93GWQiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M93GWQiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M93GWQiL .title-wrapper {
  display: block;
}
.cid-v1M93GWQiL .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v1M93GWQiL .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v1M93GWQiL .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v1M93GWQiL .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v1M93GWQiL .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v1M93GWQiL .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v1M93GWQiL .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v1M93GWQiL .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1M93GWQiL .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v1M93GWQiL .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v1M93GWQiL .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v1M93GWQiL .mbr-section-title {
  color: #141414;
}
.cid-v1M93GWQiL .mbr-list-title {
  color: #141414;
}
.cid-v1M93GWQiL .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v1M93GWQiL .list {
  color: #181818;
}
.cid-v1M93GWQiL .mbr-soc {
  color: #181818;
}
.cid-v1M93GWQiL .mbr-num {
  color: #ffffff;
}
.cid-v1M93GWQiL .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v1M93GWQiL .mbr-soc-title,
.cid-v1M93GWQiL .soc-item {
  color: #141414;
}
.cid-vc3Mz3wtAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e7595;
}
.cid-vc3Mz3wtAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3Mz3wtAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3Mz3wtAT .row {
  justify-content: center;
}
.cid-vc3Mz3wtAT .item-wrap {
  z-index: 1;
}
.cid-vc3Mz3wtAT .mbr-section-title {
  color: #ffffff;
}
.cid-vc3Mz3wtAT .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vc3Mz3wtAT .mbr-section-title,
.cid-vc3Mz3wtAT .image-wrapper {
  text-align: center;
}
.cid-v1MsjVjPdd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1MsjVjPdd nav.navbar {
  position: fixed;
}
.cid-v1MsjVjPdd .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1MsjVjPdd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v1MsjVjPdd .dropdown-item:hover,
.cid-v1MsjVjPdd .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v1MsjVjPdd .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v1MsjVjPdd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1MsjVjPdd .nav-link {
  position: relative;
  padding: 0;
}
.cid-v1MsjVjPdd .container {
  display: flex;
  margin: auto;
}
.cid-v1MsjVjPdd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1MsjVjPdd .dropdown-menu,
.cid-v1MsjVjPdd .navbar.opened {
  background: #ffffff !important;
}
.cid-v1MsjVjPdd .nav-item:focus,
.cid-v1MsjVjPdd .nav-link:focus {
  outline: none;
}
.cid-v1MsjVjPdd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v1MsjVjPdd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1MsjVjPdd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1MsjVjPdd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1MsjVjPdd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1MsjVjPdd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v1MsjVjPdd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1MsjVjPdd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1MsjVjPdd .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v1MsjVjPdd .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v1MsjVjPdd .navbar .navbar,
  .cid-v1MsjVjPdd .navbar .navbar-brand,
  .cid-v1MsjVjPdd .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v1MsjVjPdd .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v1MsjVjPdd .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v1MsjVjPdd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1MsjVjPdd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1MsjVjPdd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1MsjVjPdd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1MsjVjPdd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1MsjVjPdd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1MsjVjPdd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1MsjVjPdd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1MsjVjPdd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1MsjVjPdd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1MsjVjPdd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1MsjVjPdd .navbar.collapsed {
  justify-content: center;
}
.cid-v1MsjVjPdd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1MsjVjPdd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1MsjVjPdd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1MsjVjPdd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1MsjVjPdd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1MsjVjPdd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1MsjVjPdd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1MsjVjPdd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1MsjVjPdd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v1MsjVjPdd .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1MsjVjPdd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1MsjVjPdd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1MsjVjPdd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1MsjVjPdd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1MsjVjPdd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1MsjVjPdd .dropdown-item.active,
.cid-v1MsjVjPdd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1MsjVjPdd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1MsjVjPdd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1MsjVjPdd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1MsjVjPdd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1MsjVjPdd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1MsjVjPdd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1MsjVjPdd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1MsjVjPdd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1MsjVjPdd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1MsjVjPdd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1MsjVjPdd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1MsjVjPdd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1MsjVjPdd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1MsjVjPdd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1MsjVjPdd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1MsjVjPdd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1MsjVjPdd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1MsjVjPdd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1MsjVjPdd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1MsjVjPdd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1MsjVjPdd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1MsjVjPdd .navbar {
    height: 70px;
  }
  .cid-v1MsjVjPdd .navbar.opened {
    height: auto;
  }
  .cid-v1MsjVjPdd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1MsjVjPdd .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v1MsjVjPdd .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v1MsjVjPdd a {
  display: inline;
  font-weight: bold;
}
.cid-v1MsjVjPdd img {
  display: inline;
  padding-right: 10px;
}
.cid-v1MsjVjPdd .text-black:hover {
  color: #000000 !important;
}
.cid-v1MsjVjPdd .dropdown-toggle:after {
  display: none;
}
.cid-v1MsjVjPdd .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v1MsjVjPdd .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v1MsjVjPdd a.text-black:hover,
.cid-v1MsjVjPdd a.text-black:focus,
.cid-v1MsjVjPdd a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v1MsjVjPdd .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v1MsjVjPdd .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v1MsjVjPdd .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v1MsjVDAiZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v1MsjVDAiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjVDAiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjVDAiZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MsjVDAiZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v1MsjVDAiZ .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v1MsjVDAiZ .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v1MsjVDAiZ .mbr-section-title {
  color: #0f0f0f;
}
.cid-v1MsjVDAiZ .mbr-text {
  color: #232323;
}
.cid-v1MsjVDAiZ .mbr-section-title,
.cid-v1MsjVDAiZ .mbr-section-btn,
.cid-v1MsjVDAiZ .title-wrapper {
  color: #000000;
}
.cid-v1MsjVTxjE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MsjVTxjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjVTxjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjVTxjE .row {
  justify-content: center;
}
.cid-v1MsjVTxjE .item-wrap {
  z-index: 1;
}
.cid-v1MsjVTxjE .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-v1MsjVTxjE .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-v1MsjVTxjE .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v1MsjVTxjE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1MsjVTxjE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v1MsjVTxjE .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1MsjVTxjE .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .card {
    margin-bottom: 65px;
  }
}
.cid-v1MsjVTxjE .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v1MsjVTxjE .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1MsjVTxjE .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1MsjVTxjE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MsjVTxjE .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-v1MsjVTxjE .mbr-section-title {
  color: #141414;
}
.cid-v1MsjVTxjE .mbr-text {
  color: #181818;
}
.cid-v1MsjVTxjE .mbr-card-title {
  color: #ffffff;
}
.cid-v1MsjVTxjE .mbr-card-text {
  color: #141414;
}
.cid-v1MsjVTxjE .mbr-card-title,
.cid-v1MsjVTxjE .mbr-iconfont {
  color: #141414;
}
.cid-v1MsjVTxjE .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v1MsjVTxjE .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v1MsjW7HI8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MsjW7HI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjW7HI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjW7HI8 .row {
  justify-content: center;
}
.cid-v1MsjW7HI8 .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v1MsjW7HI8 .item {
    padding: 0 12px !important;
  }
}
.cid-v1MsjW7HI8 .link-wrapper {
  display: block;
}
.cid-v1MsjW7HI8 .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v1MsjW7HI8 .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v1MsjW7HI8 .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v1MsjW7HI8 .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v1MsjW7HI8 .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v1MsjW7HI8 .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v1MsjW7HI8 .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v1MsjW7HI8 .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MsjW7HI8 .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v1MsjW7HI8 .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MsjW7HI8 .mbr-section-title {
  color: #181818;
}
.cid-v1MsjW7HI8 .mbr-date,
.cid-v1MsjW7HI8 .mbr-dot {
  color: #181818;
}
.cid-v1MsjW7HI8 .mbr-section-title,
.cid-v1MsjW7HI8 .date-container {
  color: #000000;
}
.cid-v1MsjW7HI8 P {
  color: #181818;
}
.cid-v1MsjWnxmv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MsjWnxmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjWnxmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjWnxmv .row {
  justify-content: center;
}
.cid-v1MsjWnxmv .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v1MsjWnxmv .item {
    padding: 0 12px !important;
  }
}
.cid-v1MsjWnxmv .link-wrapper {
  display: block;
}
.cid-v1MsjWnxmv .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v1MsjWnxmv .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v1MsjWnxmv .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v1MsjWnxmv .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v1MsjWnxmv .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v1MsjWnxmv .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v1MsjWnxmv .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v1MsjWnxmv .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MsjWnxmv .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v1MsjWnxmv .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MsjWnxmv .mbr-section-title {
  color: #181818;
}
.cid-v1MsjWnxmv .mbr-date,
.cid-v1MsjWnxmv .mbr-dot {
  color: #181818;
}
.cid-v1MsjWnxmv .mbr-section-title,
.cid-v1MsjWnxmv .date-container {
  color: #000000;
}
.cid-v1MsjWnxmv P {
  color: #181818;
}
.cid-v1MsjWE2pY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1MsjWE2pY .container-fluid {
  padding-right: 0;
}
.cid-v1MsjWE2pY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjWE2pY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjWE2pY .title {
  display: flex;
  align-items: center;
}
.cid-v1MsjWE2pY .title-wrapper {
  width: 100%;
}
.cid-v1MsjWE2pY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1MsjWE2pY .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v1MsjWE2pY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1MsjWE2pY .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v1MsjWE2pY .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1MsjWE2pY .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v1MsjWE2pY .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v1MsjWE2pY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MsjWE2pY .mbr-section-subtitle {
  color: #454545;
}
.cid-v1MsjWE2pY .mbr-section-title {
  color: #181818;
}
.cid-v1MsjWE2pY .mbr-text {
  color: #454545;
}
.cid-v1MsjWE2pY .mbr-section-title,
.cid-v1MsjWE2pY .mbr-section-btn {
  color: #141414;
}
.cid-v1MsjWE2pY .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v1MsjWU6XW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1MsjWU6XW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjWU6XW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjWU6XW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-v1MsjWU6XW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1MsjWU6XW .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v1MsjWU6XW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1MsjWU6XW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1MsjWU6XW .embla__slide .slide-content {
  width: 100%;
}
.cid-v1MsjWU6XW .embla__slide .slide-content:hover .item-wrapper,
.cid-v1MsjWU6XW .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-v1MsjWU6XW .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1MsjWU6XW .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MsjWU6XW .embla__button--next,
.cid-v1MsjWU6XW .embla__button--prev {
  display: flex;
}
.cid-v1MsjWU6XW .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v1MsjWU6XW .embla__button {
    display: none;
  }
}
.cid-v1MsjWU6XW .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1MsjWU6XW .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1MsjWU6XW .embla__button.embla__button--next {
  right: 0;
}
.cid-v1MsjWU6XW .embla {
  position: relative;
  width: 100%;
}
.cid-v1MsjWU6XW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1MsjWU6XW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1MsjWU6XW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1MsjWU6XW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1MsjWU6XW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1MsjWU6XW .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-v1MsjXmZFo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1MsjXmZFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjXmZFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjXmZFo .content-head {
  max-width: 800px;
}
.cid-v1MsjXmZFo .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v1MsjXmZFo .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v1MsjXmZFo .item {
    min-height: 45px;
  }
}
.cid-v1MsjXDPy1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-v1MsjXDPy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjXDPy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1MsjXDPy1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v1MsjXDPy1 .container {
    padding: 0 12px;
  }
}
.cid-v1MsjXDPy1 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v1MsjXDPy1 .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v1MsjXDPy1 .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v1MsjXDPy1 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v1MsjXDPy1 .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v1MsjXDPy1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v1MsjXDPy1 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v1MsjXDPy1 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v1MsjXDPy1 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v1MsjXDPy1 .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v1MsjXDPy1 .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v1MsjXDPy1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v1MsjXDPy1 .mbr-form .form-conrol {
  color: #181818;
}
.cid-v1MsjXDPy1 .mbr-section-title {
  color: #ffffff;
}
.cid-v1MsjXDPy1 .mbr-text {
  color: #000000;
}
.cid-v1MsjXDPy1 label {
  color: #ffffff;
}
.cid-v1MsjXDPy1 .mbr-section-title,
.cid-v1MsjXDPy1 .mbr-section-btn {
  color: #000000;
}
.cid-v1MsjXDPy1 .card-contacts {
  color: #000000;
}
.cid-v1MsjY0GJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1MsjY0GJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjY0GJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjY0GJt .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MsjY0GJt .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v1MsjY0GJt .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v1MsjY0GJt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1MsjY0GJt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v1MsjY0GJt .mbr-label {
  color: #000000;
}
.cid-v1MsjY0GJt .panel-title-edit {
  color: #000000;
}
.cid-v1MsjY0GJt .panel-text {
  color: #000000;
}
.cid-v1MsjY0GJt .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v1MsjYmZEL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v1MsjYmZEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjYmZEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjYmZEL .title-wrapper {
  display: block;
}
.cid-v1MsjYmZEL .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v1MsjYmZEL .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v1MsjYmZEL .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v1MsjYmZEL .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v1MsjYmZEL .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v1MsjYmZEL .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v1MsjYmZEL .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v1MsjYmZEL .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v1MsjYmZEL .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1MsjYmZEL .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v1MsjYmZEL .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v1MsjYmZEL .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v1MsjYmZEL .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v1MsjYmZEL .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v1MsjYmZEL .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v1MsjYmZEL .mbr-section-title {
  color: #141414;
}
.cid-v1MsjYmZEL .mbr-list-title {
  color: #141414;
}
.cid-v1MsjYmZEL .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v1MsjYmZEL .list {
  color: #181818;
}
.cid-v1MsjYmZEL .mbr-soc {
  color: #181818;
}
.cid-v1MsjYmZEL .mbr-num {
  color: #ffffff;
}
.cid-v1MsjYmZEL .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v1MsjYmZEL .mbr-soc-title,
.cid-v1MsjYmZEL .soc-item {
  color: #141414;
}
.cid-v1MsjYNORZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e7595;
}
.cid-v1MsjYNORZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MsjYNORZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MsjYNORZ .row {
  justify-content: center;
}
.cid-v1MsjYNORZ .item-wrap {
  z-index: 1;
}
.cid-v1MsjYNORZ .mbr-section-title {
  color: #ffffff;
}
.cid-v1MsjYNORZ .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v1MsjYNORZ .mbr-section-title,
.cid-v1MsjYNORZ .image-wrapper {
  text-align: center;
}
.cid-v1MvIxWiav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1MvIxWiav nav.navbar {
  position: fixed;
}
.cid-v1MvIxWiav .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1MvIxWiav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v1MvIxWiav .dropdown-item:hover,
.cid-v1MvIxWiav .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v1MvIxWiav .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v1MvIxWiav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1MvIxWiav .nav-link {
  position: relative;
  padding: 0;
}
.cid-v1MvIxWiav .container {
  display: flex;
  margin: auto;
}
.cid-v1MvIxWiav .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1MvIxWiav .dropdown-menu,
.cid-v1MvIxWiav .navbar.opened {
  background: #ffffff !important;
}
.cid-v1MvIxWiav .nav-item:focus,
.cid-v1MvIxWiav .nav-link:focus {
  outline: none;
}
.cid-v1MvIxWiav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v1MvIxWiav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1MvIxWiav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1MvIxWiav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1MvIxWiav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1MvIxWiav .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v1MvIxWiav .navbar.opened {
  transition: all 0.3s;
}
.cid-v1MvIxWiav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1MvIxWiav .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v1MvIxWiav .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v1MvIxWiav .navbar .navbar,
  .cid-v1MvIxWiav .navbar .navbar-brand,
  .cid-v1MvIxWiav .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v1MvIxWiav .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v1MvIxWiav .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v1MvIxWiav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1MvIxWiav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1MvIxWiav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1MvIxWiav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1MvIxWiav .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1MvIxWiav .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1MvIxWiav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1MvIxWiav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1MvIxWiav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1MvIxWiav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1MvIxWiav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1MvIxWiav .navbar.collapsed {
  justify-content: center;
}
.cid-v1MvIxWiav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1MvIxWiav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1MvIxWiav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1MvIxWiav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1MvIxWiav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1MvIxWiav .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1MvIxWiav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1MvIxWiav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1MvIxWiav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v1MvIxWiav .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1MvIxWiav .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1MvIxWiav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1MvIxWiav .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1MvIxWiav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1MvIxWiav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1MvIxWiav .dropdown-item.active,
.cid-v1MvIxWiav .dropdown-item:active {
  background-color: transparent;
}
.cid-v1MvIxWiav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1MvIxWiav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1MvIxWiav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1MvIxWiav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1MvIxWiav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1MvIxWiav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1MvIxWiav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1MvIxWiav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1MvIxWiav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1MvIxWiav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1MvIxWiav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1MvIxWiav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1MvIxWiav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1MvIxWiav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1MvIxWiav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1MvIxWiav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1MvIxWiav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1MvIxWiav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1MvIxWiav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1MvIxWiav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1MvIxWiav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1MvIxWiav .navbar {
    height: 70px;
  }
  .cid-v1MvIxWiav .navbar.opened {
    height: auto;
  }
  .cid-v1MvIxWiav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1MvIxWiav .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v1MvIxWiav .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v1MvIxWiav a {
  display: inline;
  font-weight: bold;
}
.cid-v1MvIxWiav img {
  display: inline;
  padding-right: 10px;
}
.cid-v1MvIxWiav .text-black:hover {
  color: #000000 !important;
}
.cid-v1MvIxWiav .dropdown-toggle:after {
  display: none;
}
.cid-v1MvIxWiav .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v1MvIxWiav .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v1MvIxWiav a.text-black:hover,
.cid-v1MvIxWiav a.text-black:focus,
.cid-v1MvIxWiav a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v1MvIxWiav .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v1MvIxWiav .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v1MvIxWiav .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v1MvIyfKOI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v1MvIyfKOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIyfKOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIyfKOI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MvIyfKOI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v1MvIyfKOI .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v1MvIyfKOI .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v1MvIyfKOI .mbr-section-title {
  color: #0f0f0f;
}
.cid-v1MvIyfKOI .mbr-text {
  color: #232323;
}
.cid-v1MvIyfKOI .mbr-section-title,
.cid-v1MvIyfKOI .mbr-section-btn,
.cid-v1MvIyfKOI .title-wrapper {
  color: #000000;
}
.cid-v1MvIyz7tG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MvIyz7tG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIyz7tG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIyz7tG .row {
  justify-content: center;
}
.cid-v1MvIyz7tG .item-wrap {
  z-index: 1;
}
.cid-v1MvIyz7tG .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-v1MvIyz7tG .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-v1MvIyz7tG .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v1MvIyz7tG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v1MvIyz7tG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v1MvIyz7tG .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1MvIyz7tG .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .card {
    margin-bottom: 65px;
  }
}
.cid-v1MvIyz7tG .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v1MvIyz7tG .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v1MvIyz7tG .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1MvIyz7tG .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MvIyz7tG .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-v1MvIyz7tG .mbr-section-title {
  color: #141414;
}
.cid-v1MvIyz7tG .mbr-text {
  color: #181818;
}
.cid-v1MvIyz7tG .mbr-card-title {
  color: #ffffff;
}
.cid-v1MvIyz7tG .mbr-card-text {
  color: #141414;
}
.cid-v1MvIyz7tG .mbr-card-title,
.cid-v1MvIyz7tG .mbr-iconfont {
  color: #141414;
}
.cid-v1MvIyz7tG .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v1MvIyz7tG .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v1MvIyOq3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MvIyOq3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIyOq3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIyOq3V .row {
  justify-content: center;
}
.cid-v1MvIyOq3V .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v1MvIyOq3V .item {
    padding: 0 12px !important;
  }
}
.cid-v1MvIyOq3V .link-wrapper {
  display: block;
}
.cid-v1MvIyOq3V .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v1MvIyOq3V .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v1MvIyOq3V .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v1MvIyOq3V .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v1MvIyOq3V .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v1MvIyOq3V .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v1MvIyOq3V .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v1MvIyOq3V .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MvIyOq3V .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v1MvIyOq3V .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MvIyOq3V .mbr-section-title {
  color: #181818;
}
.cid-v1MvIyOq3V .mbr-date,
.cid-v1MvIyOq3V .mbr-dot {
  color: #181818;
}
.cid-v1MvIyOq3V .mbr-section-title,
.cid-v1MvIyOq3V .date-container {
  color: #000000;
}
.cid-v1MvIyOq3V P {
  color: #181818;
}
.cid-v1MvIz3trI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MvIz3trI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIz3trI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIz3trI .row {
  justify-content: center;
}
.cid-v1MvIz3trI .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v1MvIz3trI .item {
    padding: 0 12px !important;
  }
}
.cid-v1MvIz3trI .link-wrapper {
  display: block;
}
.cid-v1MvIz3trI .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v1MvIz3trI .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v1MvIz3trI .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v1MvIz3trI .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v1MvIz3trI .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v1MvIz3trI .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v1MvIz3trI .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v1MvIz3trI .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MvIz3trI .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v1MvIz3trI .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v1MvIz3trI .mbr-section-title {
  color: #181818;
}
.cid-v1MvIz3trI .mbr-date,
.cid-v1MvIz3trI .mbr-dot {
  color: #181818;
}
.cid-v1MvIz3trI .mbr-section-title,
.cid-v1MvIz3trI .date-container {
  color: #000000;
}
.cid-v1MvIz3trI P {
  color: #181818;
}
.cid-v1MvIzkrV0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1MvIzkrV0 .container-fluid {
  padding-right: 0;
}
.cid-v1MvIzkrV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIzkrV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIzkrV0 .title {
  display: flex;
  align-items: center;
}
.cid-v1MvIzkrV0 .title-wrapper {
  width: 100%;
}
.cid-v1MvIzkrV0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1MvIzkrV0 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v1MvIzkrV0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v1MvIzkrV0 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v1MvIzkrV0 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v1MvIzkrV0 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v1MvIzkrV0 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v1MvIzkrV0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MvIzkrV0 .mbr-section-subtitle {
  color: #454545;
}
.cid-v1MvIzkrV0 .mbr-section-title {
  color: #181818;
}
.cid-v1MvIzkrV0 .mbr-text {
  color: #454545;
}
.cid-v1MvIzkrV0 .mbr-section-title,
.cid-v1MvIzkrV0 .mbr-section-btn {
  color: #141414;
}
.cid-v1MvIzkrV0 .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v1MvIzA7XQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1MvIzA7XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIzA7XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIzA7XQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-v1MvIzA7XQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1MvIzA7XQ .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v1MvIzA7XQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1MvIzA7XQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1MvIzA7XQ .embla__slide .slide-content {
  width: 100%;
}
.cid-v1MvIzA7XQ .embla__slide .slide-content:hover .item-wrapper,
.cid-v1MvIzA7XQ .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-v1MvIzA7XQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1MvIzA7XQ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1MvIzA7XQ .embla__button--next,
.cid-v1MvIzA7XQ .embla__button--prev {
  display: flex;
}
.cid-v1MvIzA7XQ .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v1MvIzA7XQ .embla__button {
    display: none;
  }
}
.cid-v1MvIzA7XQ .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1MvIzA7XQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1MvIzA7XQ .embla__button.embla__button--next {
  right: 0;
}
.cid-v1MvIzA7XQ .embla {
  position: relative;
  width: 100%;
}
.cid-v1MvIzA7XQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1MvIzA7XQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1MvIzA7XQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1MvIzA7XQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1MvIzA7XQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1MvIzA7XQ .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-v1MvIA4SCO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1MvIA4SCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIA4SCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIA4SCO .content-head {
  max-width: 800px;
}
.cid-v1MvIA4SCO .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v1MvIA4SCO .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v1MvIA4SCO .item {
    min-height: 45px;
  }
}
.cid-v1MvIAja1y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-v1MvIAja1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIAja1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1MvIAja1y .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v1MvIAja1y .container {
    padding: 0 12px;
  }
}
.cid-v1MvIAja1y .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v1MvIAja1y .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v1MvIAja1y .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v1MvIAja1y .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v1MvIAja1y .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v1MvIAja1y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v1MvIAja1y .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v1MvIAja1y .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v1MvIAja1y .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v1MvIAja1y .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v1MvIAja1y .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v1MvIAja1y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v1MvIAja1y .mbr-form .form-conrol {
  color: #181818;
}
.cid-v1MvIAja1y .mbr-section-title {
  color: #ffffff;
}
.cid-v1MvIAja1y .mbr-text {
  color: #000000;
}
.cid-v1MvIAja1y label {
  color: #ffffff;
}
.cid-v1MvIAja1y .mbr-section-title,
.cid-v1MvIAja1y .mbr-section-btn {
  color: #000000;
}
.cid-v1MvIAja1y .card-contacts {
  color: #000000;
}
.cid-v1MvIAHdFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1MvIAHdFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIAHdFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIAHdFn .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1MvIAHdFn .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v1MvIAHdFn .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v1MvIAHdFn .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1MvIAHdFn .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v1MvIAHdFn .mbr-label {
  color: #000000;
}
.cid-v1MvIAHdFn .panel-title-edit {
  color: #000000;
}
.cid-v1MvIAHdFn .panel-text {
  color: #000000;
}
.cid-v1MvIAHdFn .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v1MvIB4Ibv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v1MvIB4Ibv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIB4Ibv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIB4Ibv .title-wrapper {
  display: block;
}
.cid-v1MvIB4Ibv .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v1MvIB4Ibv .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v1MvIB4Ibv .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v1MvIB4Ibv .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v1MvIB4Ibv .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v1MvIB4Ibv .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v1MvIB4Ibv .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v1MvIB4Ibv .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v1MvIB4Ibv .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1MvIB4Ibv .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v1MvIB4Ibv .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v1MvIB4Ibv .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v1MvIB4Ibv .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v1MvIB4Ibv .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v1MvIB4Ibv .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v1MvIB4Ibv .mbr-section-title {
  color: #141414;
}
.cid-v1MvIB4Ibv .mbr-list-title {
  color: #141414;
}
.cid-v1MvIB4Ibv .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v1MvIB4Ibv .list {
  color: #181818;
}
.cid-v1MvIB4Ibv .mbr-soc {
  color: #181818;
}
.cid-v1MvIB4Ibv .mbr-num {
  color: #ffffff;
}
.cid-v1MvIB4Ibv .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v1MvIB4Ibv .mbr-soc-title,
.cid-v1MvIB4Ibv .soc-item {
  color: #141414;
}
.cid-v1MvIBvH3u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e7595;
}
.cid-v1MvIBvH3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MvIBvH3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MvIBvH3u .row {
  justify-content: center;
}
.cid-v1MvIBvH3u .item-wrap {
  z-index: 1;
}
.cid-v1MvIBvH3u .mbr-section-title {
  color: #ffffff;
}
.cid-v1MvIBvH3u .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v1MvIBvH3u .mbr-section-title,
.cid-v1MvIBvH3u .image-wrapper {
  text-align: center;
}
.cid-v29xFHOmi8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v29xFHOmi8 nav.navbar {
  position: fixed;
}
.cid-v29xFHOmi8 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29xFHOmi8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v29xFHOmi8 .dropdown-item:hover,
.cid-v29xFHOmi8 .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v29xFHOmi8 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v29xFHOmi8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v29xFHOmi8 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v29xFHOmi8 .container {
  display: flex;
  margin: auto;
}
.cid-v29xFHOmi8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29xFHOmi8 .dropdown-menu,
.cid-v29xFHOmi8 .navbar.opened {
  background: #ffffff !important;
}
.cid-v29xFHOmi8 .nav-item:focus,
.cid-v29xFHOmi8 .nav-link:focus {
  outline: none;
}
.cid-v29xFHOmi8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v29xFHOmi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29xFHOmi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29xFHOmi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29xFHOmi8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29xFHOmi8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v29xFHOmi8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v29xFHOmi8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29xFHOmi8 .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v29xFHOmi8 .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v29xFHOmi8 .navbar .navbar,
  .cid-v29xFHOmi8 .navbar .navbar-brand,
  .cid-v29xFHOmi8 .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v29xFHOmi8 .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v29xFHOmi8 .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v29xFHOmi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29xFHOmi8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29xFHOmi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29xFHOmi8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29xFHOmi8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v29xFHOmi8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v29xFHOmi8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v29xFHOmi8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29xFHOmi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v29xFHOmi8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29xFHOmi8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v29xFHOmi8 .navbar.collapsed {
  justify-content: center;
}
.cid-v29xFHOmi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29xFHOmi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v29xFHOmi8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v29xFHOmi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29xFHOmi8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29xFHOmi8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v29xFHOmi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29xFHOmi8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29xFHOmi8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v29xFHOmi8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v29xFHOmi8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v29xFHOmi8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v29xFHOmi8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29xFHOmi8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29xFHOmi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29xFHOmi8 .dropdown-item.active,
.cid-v29xFHOmi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v29xFHOmi8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29xFHOmi8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29xFHOmi8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29xFHOmi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v29xFHOmi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v29xFHOmi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v29xFHOmi8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29xFHOmi8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v29xFHOmi8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29xFHOmi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29xFHOmi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29xFHOmi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29xFHOmi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29xFHOmi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29xFHOmi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29xFHOmi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29xFHOmi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29xFHOmi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29xFHOmi8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v29xFHOmi8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29xFHOmi8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v29xFHOmi8 .navbar {
    height: 70px;
  }
  .cid-v29xFHOmi8 .navbar.opened {
    height: auto;
  }
  .cid-v29xFHOmi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29xFHOmi8 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v29xFHOmi8 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v29xFHOmi8 a {
  display: inline;
  font-weight: bold;
}
.cid-v29xFHOmi8 img {
  display: inline;
  padding-right: 10px;
}
.cid-v29xFHOmi8 .text-black:hover {
  color: #000000 !important;
}
.cid-v29xFHOmi8 .dropdown-toggle:after {
  display: none;
}
.cid-v29xFHOmi8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v29xFHOmi8 .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v29xFHOmi8 a.text-black:hover,
.cid-v29xFHOmi8 a.text-black:focus,
.cid-v29xFHOmi8 a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v29xFHOmi8 .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v29xFHOmi8 .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v29xFHOmi8 .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v29xFIaquT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v29xFIaquT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFIaquT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFIaquT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29xFIaquT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v29xFIaquT .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v29xFIaquT .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v29xFIaquT .mbr-section-title {
  color: #0f0f0f;
}
.cid-v29xFIaquT .mbr-text {
  color: #232323;
}
.cid-v29xFIaquT .mbr-section-title,
.cid-v29xFIaquT .mbr-section-btn,
.cid-v29xFIaquT .title-wrapper {
  color: #000000;
}
.cid-v29xFIsu3a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v29xFIsu3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFIsu3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFIsu3a .row {
  justify-content: center;
}
.cid-v29xFIsu3a .item-wrap {
  z-index: 1;
}
.cid-v29xFIsu3a .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-v29xFIsu3a .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-v29xFIsu3a .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v29xFIsu3a .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v29xFIsu3a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v29xFIsu3a .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v29xFIsu3a .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .card {
    margin-bottom: 65px;
  }
}
.cid-v29xFIsu3a .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v29xFIsu3a .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v29xFIsu3a .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v29xFIsu3a .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29xFIsu3a .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-v29xFIsu3a .mbr-section-title {
  color: #141414;
}
.cid-v29xFIsu3a .mbr-text {
  color: #181818;
}
.cid-v29xFIsu3a .mbr-card-title {
  color: #ffffff;
}
.cid-v29xFIsu3a .mbr-card-text {
  color: #141414;
}
.cid-v29xFIsu3a .mbr-card-title,
.cid-v29xFIsu3a .mbr-iconfont {
  color: #141414;
}
.cid-v29xFIsu3a .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v29xFIsu3a .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v29xFIIihs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v29xFIIihs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFIIihs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFIIihs .row {
  justify-content: center;
}
.cid-v29xFIIihs .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v29xFIIihs .item {
    padding: 0 12px !important;
  }
}
.cid-v29xFIIihs .link-wrapper {
  display: block;
}
.cid-v29xFIIihs .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v29xFIIihs .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v29xFIIihs .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v29xFIIihs .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v29xFIIihs .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v29xFIIihs .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v29xFIIihs .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v29xFIIihs .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v29xFIIihs .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v29xFIIihs .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v29xFIIihs .mbr-section-title {
  color: #181818;
}
.cid-v29xFIIihs .mbr-date,
.cid-v29xFIIihs .mbr-dot {
  color: #181818;
}
.cid-v29xFIIihs .mbr-section-title,
.cid-v29xFIIihs .date-container {
  color: #000000;
}
.cid-v29xFIIihs P {
  color: #181818;
}
.cid-v29xFIY2Y8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v29xFIY2Y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFIY2Y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFIY2Y8 .row {
  justify-content: center;
}
.cid-v29xFIY2Y8 .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v29xFIY2Y8 .item {
    padding: 0 12px !important;
  }
}
.cid-v29xFIY2Y8 .link-wrapper {
  display: block;
}
.cid-v29xFIY2Y8 .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v29xFIY2Y8 .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v29xFIY2Y8 .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v29xFIY2Y8 .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v29xFIY2Y8 .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v29xFIY2Y8 .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v29xFIY2Y8 .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v29xFIY2Y8 .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v29xFIY2Y8 .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v29xFIY2Y8 .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v29xFIY2Y8 .mbr-section-title {
  color: #181818;
}
.cid-v29xFIY2Y8 .mbr-date,
.cid-v29xFIY2Y8 .mbr-dot {
  color: #181818;
}
.cid-v29xFIY2Y8 .mbr-section-title,
.cid-v29xFIY2Y8 .date-container {
  color: #000000;
}
.cid-v29xFIY2Y8 P {
  color: #181818;
}
.cid-v29xFJghso {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v29xFJghso .container-fluid {
  padding-right: 0;
}
.cid-v29xFJghso .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFJghso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFJghso .title {
  display: flex;
  align-items: center;
}
.cid-v29xFJghso .title-wrapper {
  width: 100%;
}
.cid-v29xFJghso .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v29xFJghso .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v29xFJghso .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v29xFJghso .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v29xFJghso .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v29xFJghso .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v29xFJghso .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v29xFJghso .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v29xFJghso .mbr-section-subtitle {
  color: #454545;
}
.cid-v29xFJghso .mbr-section-title {
  color: #181818;
}
.cid-v29xFJghso .mbr-text {
  color: #454545;
}
.cid-v29xFJghso .mbr-section-title,
.cid-v29xFJghso .mbr-section-btn {
  color: #141414;
}
.cid-v29xFJghso .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v29xFJwyQn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v29xFJwyQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFJwyQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFJwyQn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-v29xFJwyQn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v29xFJwyQn .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v29xFJwyQn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v29xFJwyQn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v29xFJwyQn .embla__slide .slide-content {
  width: 100%;
}
.cid-v29xFJwyQn .embla__slide .slide-content:hover .item-wrapper,
.cid-v29xFJwyQn .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-v29xFJwyQn .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v29xFJwyQn .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v29xFJwyQn .embla__button--next,
.cid-v29xFJwyQn .embla__button--prev {
  display: flex;
}
.cid-v29xFJwyQn .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v29xFJwyQn .embla__button {
    display: none;
  }
}
.cid-v29xFJwyQn .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v29xFJwyQn .embla__button.embla__button--prev {
  left: 0;
}
.cid-v29xFJwyQn .embla__button.embla__button--next {
  right: 0;
}
.cid-v29xFJwyQn .embla {
  position: relative;
  width: 100%;
}
.cid-v29xFJwyQn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v29xFJwyQn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v29xFJwyQn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v29xFJwyQn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v29xFJwyQn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v29xFJwyQn .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-v29xFJZksl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v29xFJZksl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFJZksl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFJZksl .content-head {
  max-width: 800px;
}
.cid-v29xFJZksl .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v29xFJZksl .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v29xFJZksl .item {
    min-height: 45px;
  }
}
.cid-v29xFKh3x0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-v29xFKh3x0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFKh3x0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v29xFKh3x0 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v29xFKh3x0 .container {
    padding: 0 12px;
  }
}
.cid-v29xFKh3x0 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v29xFKh3x0 .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v29xFKh3x0 .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v29xFKh3x0 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v29xFKh3x0 .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v29xFKh3x0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v29xFKh3x0 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v29xFKh3x0 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v29xFKh3x0 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v29xFKh3x0 .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v29xFKh3x0 .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v29xFKh3x0 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v29xFKh3x0 .mbr-form .form-conrol {
  color: #181818;
}
.cid-v29xFKh3x0 .mbr-section-title {
  color: #ffffff;
}
.cid-v29xFKh3x0 .mbr-text {
  color: #000000;
}
.cid-v29xFKh3x0 label {
  color: #ffffff;
}
.cid-v29xFKh3x0 .mbr-section-title,
.cid-v29xFKh3x0 .mbr-section-btn {
  color: #000000;
}
.cid-v29xFKh3x0 .card-contacts {
  color: #000000;
}
.cid-v29xFKExbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v29xFKExbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFKExbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFKExbS .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29xFKExbS .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v29xFKExbS .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v29xFKExbS .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v29xFKExbS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v29xFKExbS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v29xFKExbS .mbr-label {
  color: #000000;
}
.cid-v29xFKExbS .panel-title-edit {
  color: #000000;
}
.cid-v29xFKExbS .panel-text {
  color: #000000;
}
.cid-v29xFKExbS .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v29xFKZnuy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v29xFKZnuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFKZnuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFKZnuy .title-wrapper {
  display: block;
}
.cid-v29xFKZnuy .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v29xFKZnuy .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v29xFKZnuy .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v29xFKZnuy .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v29xFKZnuy .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v29xFKZnuy .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v29xFKZnuy .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v29xFKZnuy .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v29xFKZnuy .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v29xFKZnuy .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v29xFKZnuy .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v29xFKZnuy .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v29xFKZnuy .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v29xFKZnuy .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v29xFKZnuy .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v29xFKZnuy .mbr-section-title {
  color: #141414;
}
.cid-v29xFKZnuy .mbr-list-title {
  color: #141414;
}
.cid-v29xFKZnuy .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v29xFKZnuy .list {
  color: #181818;
}
.cid-v29xFKZnuy .mbr-soc {
  color: #181818;
}
.cid-v29xFKZnuy .mbr-num {
  color: #ffffff;
}
.cid-v29xFKZnuy .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v29xFKZnuy .mbr-soc-title,
.cid-v29xFKZnuy .soc-item {
  color: #141414;
}
.cid-v29xFLqFdq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e7595;
}
.cid-v29xFLqFdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29xFLqFdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29xFLqFdq .row {
  justify-content: center;
}
.cid-v29xFLqFdq .item-wrap {
  z-index: 1;
}
.cid-v29xFLqFdq .mbr-section-title {
  color: #ffffff;
}
.cid-v29xFLqFdq .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v29xFLqFdq .mbr-section-title,
.cid-v29xFLqFdq .image-wrapper {
  text-align: center;
}
.cid-v2a4cgBUYF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2a4cgBUYF nav.navbar {
  position: fixed;
}
.cid-v2a4cgBUYF .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2a4cgBUYF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v2a4cgBUYF .dropdown-item:hover,
.cid-v2a4cgBUYF .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v2a4cgBUYF .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v2a4cgBUYF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2a4cgBUYF .nav-link {
  position: relative;
  padding: 0;
}
.cid-v2a4cgBUYF .container {
  display: flex;
  margin: auto;
}
.cid-v2a4cgBUYF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2a4cgBUYF .dropdown-menu,
.cid-v2a4cgBUYF .navbar.opened {
  background: #ffffff !important;
}
.cid-v2a4cgBUYF .nav-item:focus,
.cid-v2a4cgBUYF .nav-link:focus {
  outline: none;
}
.cid-v2a4cgBUYF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v2a4cgBUYF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2a4cgBUYF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2a4cgBUYF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2a4cgBUYF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2a4cgBUYF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v2a4cgBUYF .navbar.opened {
  transition: all 0.3s;
}
.cid-v2a4cgBUYF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2a4cgBUYF .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v2a4cgBUYF .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v2a4cgBUYF .navbar .navbar,
  .cid-v2a4cgBUYF .navbar .navbar-brand,
  .cid-v2a4cgBUYF .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v2a4cgBUYF .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v2a4cgBUYF .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v2a4cgBUYF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2a4cgBUYF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2a4cgBUYF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2a4cgBUYF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2a4cgBUYF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2a4cgBUYF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2a4cgBUYF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2a4cgBUYF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2a4cgBUYF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2a4cgBUYF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2a4cgBUYF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2a4cgBUYF .navbar.collapsed {
  justify-content: center;
}
.cid-v2a4cgBUYF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2a4cgBUYF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2a4cgBUYF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2a4cgBUYF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2a4cgBUYF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2a4cgBUYF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2a4cgBUYF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2a4cgBUYF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2a4cgBUYF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v2a4cgBUYF .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2a4cgBUYF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2a4cgBUYF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2a4cgBUYF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2a4cgBUYF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2a4cgBUYF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2a4cgBUYF .dropdown-item.active,
.cid-v2a4cgBUYF .dropdown-item:active {
  background-color: transparent;
}
.cid-v2a4cgBUYF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2a4cgBUYF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2a4cgBUYF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2a4cgBUYF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2a4cgBUYF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2a4cgBUYF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2a4cgBUYF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2a4cgBUYF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2a4cgBUYF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2a4cgBUYF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2a4cgBUYF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2a4cgBUYF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2a4cgBUYF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2a4cgBUYF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2a4cgBUYF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2a4cgBUYF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2a4cgBUYF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2a4cgBUYF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2a4cgBUYF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2a4cgBUYF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2a4cgBUYF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2a4cgBUYF .navbar {
    height: 70px;
  }
  .cid-v2a4cgBUYF .navbar.opened {
    height: auto;
  }
  .cid-v2a4cgBUYF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2a4cgBUYF .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v2a4cgBUYF .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v2a4cgBUYF a {
  display: inline;
  font-weight: bold;
}
.cid-v2a4cgBUYF img {
  display: inline;
  padding-right: 10px;
}
.cid-v2a4cgBUYF .text-black:hover {
  color: #000000 !important;
}
.cid-v2a4cgBUYF .dropdown-toggle:after {
  display: none;
}
.cid-v2a4cgBUYF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v2a4cgBUYF .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v2a4cgBUYF a.text-black:hover,
.cid-v2a4cgBUYF a.text-black:focus,
.cid-v2a4cgBUYF a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v2a4cgBUYF .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v2a4cgBUYF .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v2a4cgBUYF .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v2a4chvxVg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v2a4chvxVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4chvxVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4chvxVg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2a4chvxVg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v2a4chvxVg .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2a4chvxVg .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v2a4chvxVg .mbr-section-title {
  color: #0f0f0f;
}
.cid-v2a4chvxVg .mbr-text {
  color: #232323;
}
.cid-v2a4chvxVg .mbr-section-title,
.cid-v2a4chvxVg .mbr-section-btn,
.cid-v2a4chvxVg .title-wrapper {
  color: #000000;
}
.cid-v2a4ci7g7S {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2a4ci7g7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4ci7g7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4ci7g7S .row {
  justify-content: center;
}
.cid-v2a4ci7g7S .item-wrap {
  z-index: 1;
}
.cid-v2a4ci7g7S .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-v2a4ci7g7S .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-v2a4ci7g7S .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v2a4ci7g7S .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2a4ci7g7S .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2a4ci7g7S .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2a4ci7g7S .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .card {
    margin-bottom: 65px;
  }
}
.cid-v2a4ci7g7S .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v2a4ci7g7S .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2a4ci7g7S .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2a4ci7g7S .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2a4ci7g7S .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2a4ci7g7S .mbr-section-title {
  color: #141414;
}
.cid-v2a4ci7g7S .mbr-text {
  color: #181818;
}
.cid-v2a4ci7g7S .mbr-card-title {
  color: #ffffff;
}
.cid-v2a4ci7g7S .mbr-card-text {
  color: #141414;
}
.cid-v2a4ci7g7S .mbr-card-title,
.cid-v2a4ci7g7S .mbr-iconfont {
  color: #141414;
}
.cid-v2a4ci7g7S .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v2a4ci7g7S .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v2a4ciNYv5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2a4ciNYv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4ciNYv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4ciNYv5 .row {
  justify-content: center;
}
.cid-v2a4ciNYv5 .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v2a4ciNYv5 .item {
    padding: 0 12px !important;
  }
}
.cid-v2a4ciNYv5 .link-wrapper {
  display: block;
}
.cid-v2a4ciNYv5 .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v2a4ciNYv5 .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v2a4ciNYv5 .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v2a4ciNYv5 .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v2a4ciNYv5 .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v2a4ciNYv5 .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v2a4ciNYv5 .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v2a4ciNYv5 .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2a4ciNYv5 .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v2a4ciNYv5 .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2a4ciNYv5 .mbr-section-title {
  color: #181818;
}
.cid-v2a4ciNYv5 .mbr-date,
.cid-v2a4ciNYv5 .mbr-dot {
  color: #181818;
}
.cid-v2a4ciNYv5 .mbr-section-title,
.cid-v2a4ciNYv5 .date-container {
  color: #000000;
}
.cid-v2a4ciNYv5 P {
  color: #181818;
}
.cid-v2a4cjIEeu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2a4cjIEeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4cjIEeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4cjIEeu .row {
  justify-content: center;
}
.cid-v2a4cjIEeu .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v2a4cjIEeu .item {
    padding: 0 12px !important;
  }
}
.cid-v2a4cjIEeu .link-wrapper {
  display: block;
}
.cid-v2a4cjIEeu .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v2a4cjIEeu .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v2a4cjIEeu .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v2a4cjIEeu .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v2a4cjIEeu .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v2a4cjIEeu .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v2a4cjIEeu .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v2a4cjIEeu .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2a4cjIEeu .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v2a4cjIEeu .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2a4cjIEeu .mbr-section-title {
  color: #181818;
}
.cid-v2a4cjIEeu .mbr-date,
.cid-v2a4cjIEeu .mbr-dot {
  color: #181818;
}
.cid-v2a4cjIEeu .mbr-section-title,
.cid-v2a4cjIEeu .date-container {
  color: #000000;
}
.cid-v2a4cjIEeu P {
  color: #181818;
}
.cid-v2a4ckqq7h {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2a4ckqq7h .container-fluid {
  padding-right: 0;
}
.cid-v2a4ckqq7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4ckqq7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4ckqq7h .title {
  display: flex;
  align-items: center;
}
.cid-v2a4ckqq7h .title-wrapper {
  width: 100%;
}
.cid-v2a4ckqq7h .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2a4ckqq7h .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v2a4ckqq7h .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v2a4ckqq7h .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2a4ckqq7h .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v2a4ckqq7h .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v2a4ckqq7h .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v2a4ckqq7h .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2a4ckqq7h .mbr-section-subtitle {
  color: #454545;
}
.cid-v2a4ckqq7h .mbr-section-title {
  color: #181818;
}
.cid-v2a4ckqq7h .mbr-text {
  color: #454545;
}
.cid-v2a4ckqq7h .mbr-section-title,
.cid-v2a4ckqq7h .mbr-section-btn {
  color: #141414;
}
.cid-v2a4ckqq7h .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v2a4cl8mjG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2a4cl8mjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4cl8mjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4cl8mjG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-v2a4cl8mjG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2a4cl8mjG .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v2a4cl8mjG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v2a4cl8mjG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2a4cl8mjG .embla__slide .slide-content {
  width: 100%;
}
.cid-v2a4cl8mjG .embla__slide .slide-content:hover .item-wrapper,
.cid-v2a4cl8mjG .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-v2a4cl8mjG .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v2a4cl8mjG .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2a4cl8mjG .embla__button--next,
.cid-v2a4cl8mjG .embla__button--prev {
  display: flex;
}
.cid-v2a4cl8mjG .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v2a4cl8mjG .embla__button {
    display: none;
  }
}
.cid-v2a4cl8mjG .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v2a4cl8mjG .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2a4cl8mjG .embla__button.embla__button--next {
  right: 0;
}
.cid-v2a4cl8mjG .embla {
  position: relative;
  width: 100%;
}
.cid-v2a4cl8mjG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2a4cl8mjG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2a4cl8mjG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2a4cl8mjG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2a4cl8mjG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2a4cl8mjG .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-v2a4cmbQbV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2a4cmbQbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4cmbQbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4cmbQbV .content-head {
  max-width: 800px;
}
.cid-v2a4cmbQbV .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v2a4cmbQbV .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v2a4cmbQbV .item {
    min-height: 45px;
  }
}
.cid-v2a4cmQgUA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/chiamata-social-media.webp");
}
.cid-v2a4cmQgUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4cmQgUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2a4cmQgUA .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v2a4cmQgUA .container {
    padding: 0 12px;
  }
}
.cid-v2a4cmQgUA .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2a4cmQgUA .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v2a4cmQgUA .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v2a4cmQgUA .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v2a4cmQgUA .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v2a4cmQgUA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v2a4cmQgUA .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v2a4cmQgUA .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v2a4cmQgUA .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v2a4cmQgUA .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v2a4cmQgUA .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v2a4cmQgUA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v2a4cmQgUA .mbr-form .form-conrol {
  color: #181818;
}
.cid-v2a4cmQgUA .mbr-section-title {
  color: #ffffff;
}
.cid-v2a4cmQgUA .mbr-text {
  color: #000000;
}
.cid-v2a4cmQgUA label {
  color: #ffffff;
}
.cid-v2a4cmQgUA .mbr-section-title,
.cid-v2a4cmQgUA .mbr-section-btn {
  color: #000000;
}
.cid-v2a4cmQgUA .card-contacts {
  color: #000000;
}
.cid-v2a4cnXrzV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2a4cnXrzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4cnXrzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4cnXrzV .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2a4cnXrzV .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v2a4cnXrzV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v2a4cnXrzV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2a4cnXrzV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2a4cnXrzV .mbr-label {
  color: #000000;
}
.cid-v2a4cnXrzV .panel-title-edit {
  color: #000000;
}
.cid-v2a4cnXrzV .panel-text {
  color: #000000;
}
.cid-v2a4cnXrzV .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v2a4coXbZT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v2a4coXbZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4coXbZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4coXbZT .title-wrapper {
  display: block;
}
.cid-v2a4coXbZT .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v2a4coXbZT .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v2a4coXbZT .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v2a4coXbZT .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2a4coXbZT .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v2a4coXbZT .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v2a4coXbZT .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v2a4coXbZT .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v2a4coXbZT .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2a4coXbZT .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v2a4coXbZT .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v2a4coXbZT .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v2a4coXbZT .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v2a4coXbZT .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v2a4coXbZT .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2a4coXbZT .mbr-section-title {
  color: #141414;
}
.cid-v2a4coXbZT .mbr-list-title {
  color: #141414;
}
.cid-v2a4coXbZT .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v2a4coXbZT .list {
  color: #181818;
}
.cid-v2a4coXbZT .mbr-soc {
  color: #181818;
}
.cid-v2a4coXbZT .mbr-num {
  color: #ffffff;
}
.cid-v2a4coXbZT .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v2a4coXbZT .mbr-soc-title,
.cid-v2a4coXbZT .soc-item {
  color: #141414;
}
.cid-v2a4cq5Jqq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e7595;
}
.cid-v2a4cq5Jqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a4cq5Jqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a4cq5Jqq .row {
  justify-content: center;
}
.cid-v2a4cq5Jqq .item-wrap {
  z-index: 1;
}
.cid-v2a4cq5Jqq .mbr-section-title {
  color: #ffffff;
}
.cid-v2a4cq5Jqq .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v2a4cq5Jqq .mbr-section-title,
.cid-v2a4cq5Jqq .image-wrapper {
  text-align: center;
}
.cid-v2eHLXw4Ad {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2eHLXw4Ad nav.navbar {
  position: fixed;
}
.cid-v2eHLXw4Ad .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2eHLXw4Ad .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v2eHLXw4Ad .dropdown-item:hover,
.cid-v2eHLXw4Ad .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v2eHLXw4Ad .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v2eHLXw4Ad .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2eHLXw4Ad .nav-link {
  position: relative;
  padding: 0;
}
.cid-v2eHLXw4Ad .container {
  display: flex;
  margin: auto;
}
.cid-v2eHLXw4Ad .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2eHLXw4Ad .dropdown-menu,
.cid-v2eHLXw4Ad .navbar.opened {
  background: #ffffff !important;
}
.cid-v2eHLXw4Ad .nav-item:focus,
.cid-v2eHLXw4Ad .nav-link:focus {
  outline: none;
}
.cid-v2eHLXw4Ad .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v2eHLXw4Ad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2eHLXw4Ad .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2eHLXw4Ad .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2eHLXw4Ad .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2eHLXw4Ad .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v2eHLXw4Ad .navbar.opened {
  transition: all 0.3s;
}
.cid-v2eHLXw4Ad .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2eHLXw4Ad .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v2eHLXw4Ad .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v2eHLXw4Ad .navbar .navbar,
  .cid-v2eHLXw4Ad .navbar .navbar-brand,
  .cid-v2eHLXw4Ad .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v2eHLXw4Ad .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v2eHLXw4Ad .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v2eHLXw4Ad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2eHLXw4Ad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2eHLXw4Ad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2eHLXw4Ad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2eHLXw4Ad .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2eHLXw4Ad .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2eHLXw4Ad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2eHLXw4Ad .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2eHLXw4Ad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2eHLXw4Ad .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2eHLXw4Ad .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2eHLXw4Ad .navbar.collapsed {
  justify-content: center;
}
.cid-v2eHLXw4Ad .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2eHLXw4Ad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2eHLXw4Ad .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2eHLXw4Ad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2eHLXw4Ad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2eHLXw4Ad .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2eHLXw4Ad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2eHLXw4Ad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2eHLXw4Ad .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v2eHLXw4Ad .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2eHLXw4Ad .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2eHLXw4Ad .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2eHLXw4Ad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2eHLXw4Ad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2eHLXw4Ad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2eHLXw4Ad .dropdown-item.active,
.cid-v2eHLXw4Ad .dropdown-item:active {
  background-color: transparent;
}
.cid-v2eHLXw4Ad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2eHLXw4Ad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2eHLXw4Ad .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2eHLXw4Ad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2eHLXw4Ad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2eHLXw4Ad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2eHLXw4Ad ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2eHLXw4Ad .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2eHLXw4Ad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2eHLXw4Ad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2eHLXw4Ad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2eHLXw4Ad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eHLXw4Ad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2eHLXw4Ad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2eHLXw4Ad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eHLXw4Ad nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2eHLXw4Ad nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2eHLXw4Ad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2eHLXw4Ad .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2eHLXw4Ad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2eHLXw4Ad .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2eHLXw4Ad .navbar {
    height: 70px;
  }
  .cid-v2eHLXw4Ad .navbar.opened {
    height: auto;
  }
  .cid-v2eHLXw4Ad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2eHLXw4Ad .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v2eHLXw4Ad .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v2eHLXw4Ad a {
  display: inline;
  font-weight: bold;
}
.cid-v2eHLXw4Ad img {
  display: inline;
  padding-right: 10px;
}
.cid-v2eHLXw4Ad .text-black:hover {
  color: #000000 !important;
}
.cid-v2eHLXw4Ad .dropdown-toggle:after {
  display: none;
}
.cid-v2eHLXw4Ad .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v2eHLXw4Ad .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v2eHLXw4Ad a.text-black:hover,
.cid-v2eHLXw4Ad a.text-black:focus,
.cid-v2eHLXw4Ad a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v2eHLXw4Ad .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v2eHLXw4Ad .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v2eHLXw4Ad .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v2eHLXRPWl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v2eHLXRPWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eHLXRPWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eHLXRPWl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2eHLXRPWl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v2eHLXRPWl .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2eHLXRPWl .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v2eHLXRPWl .mbr-section-title {
  color: #0f0f0f;
}
.cid-v2eHLXRPWl .mbr-text {
  color: #232323;
}
.cid-v2eHLXRPWl .mbr-section-title,
.cid-v2eHLXRPWl .mbr-section-btn,
.cid-v2eHLXRPWl .title-wrapper {
  color: #000000;
}
.cid-v2eLYBxzEs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2eLYBxzEs .container-fluid {
  padding-right: 0;
}
.cid-v2eLYBxzEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eLYBxzEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eLYBxzEs .title {
  display: flex;
  align-items: center;
}
.cid-v2eLYBxzEs .title-wrapper {
  width: 100%;
}
.cid-v2eLYBxzEs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2eLYBxzEs .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v2eLYBxzEs .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2eLYBxzEs .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2eLYBxzEs .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v2eLYBxzEs .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v2eLYBxzEs .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v2eLYBxzEs .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2eLYBxzEs .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v2eLYBxzEs .mbr-section-title {
  color: #181818;
}
.cid-v2eLYBxzEs .mbr-text {
  color: #181818;
}
.cid-v2f2YRUZWR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/campaign-creators-pypeceajezy-unsplash-2.jpeg");
}
.cid-v2f2YRUZWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2f2YRUZWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2f2YRUZWR .row {
  justify-content: center;
}
.cid-v2f2YRUZWR .item-wrap {
  z-index: 1;
}
.cid-v2f2YRUZWR .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2f2YRUZWR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2f2YRUZWR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2f2YRUZWR .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2f2YRUZWR .card {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .card {
    margin-bottom: 10px;
  }
}
.cid-v2f2YRUZWR .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v2f2YRUZWR .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2f2YRUZWR .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2f2YRUZWR .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2e7595;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .border-wrap {
    margin-bottom: 25px;
  }
}
.cid-v2f2YRUZWR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2f2YRUZWR .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v2f2YRUZWR .mbr-text {
  color: #000000;
}
.cid-v2f2YRUZWR .mbr-card-title {
  color: #ffffff;
}
.cid-v2f2YRUZWR .mbr-card-text {
  color: #000000;
}
.cid-v2f2YRUZWR .mbr-card-title,
.cid-v2f2YRUZWR .mbr-iconfont {
  color: #000000;
}
.cid-v2f2YRUZWR .mbr-section-btn {
  margin-top: 1px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2f2YRUZWR .mbr-section-btn {
    margin-top: 19px;
  }
}
.cid-v2eHM0wJNA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2eHM0wJNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eHM0wJNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eHM0wJNA .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2eHM0wJNA .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v2eHM0wJNA .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v2eHM0wJNA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2eHM0wJNA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2eHM0wJNA .mbr-label {
  color: #000000;
}
.cid-v2eHM0wJNA .panel-title-edit {
  color: #000000;
}
.cid-v2eHM0wJNA .panel-text {
  color: #000000;
}
.cid-v2eHM0wJNA .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v2eHLYTqo8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2eHLYTqo8 .container-fluid {
  padding-right: 0;
}
.cid-v2eHLYTqo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eHLYTqo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eHLYTqo8 .title {
  display: flex;
  align-items: center;
}
.cid-v2eHLYTqo8 .title-wrapper {
  width: 100%;
}
.cid-v2eHLYTqo8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2eHLYTqo8 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v2eHLYTqo8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v2eHLYTqo8 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2eHLYTqo8 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v2eHLYTqo8 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v2eHLYTqo8 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v2eHLYTqo8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2eHLYTqo8 .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v2eHLYTqo8 .mbr-section-title {
  color: #181818;
}
.cid-v2eHLYTqo8 .mbr-text {
  color: #000000;
}
.cid-v2eHLYTqo8 .mbr-section-title,
.cid-v2eHLYTqo8 .mbr-section-btn {
  color: #141414;
}
.cid-v2eHLYTqo8 .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v2eHM05JTS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2eHM05JTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eHM05JTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2eHM05JTS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v2eHM05JTS .container {
    padding: 0 12px;
  }
}
.cid-v2eHM05JTS .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2eHM05JTS .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v2eHM05JTS .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v2eHM05JTS .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v2eHM05JTS .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v2eHM05JTS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v2eHM05JTS .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v2eHM05JTS .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v2eHM05JTS .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v2eHM05JTS .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v2eHM05JTS .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v2eHM05JTS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v2eHM05JTS .mbr-form .form-conrol {
  color: #181818;
}
.cid-v2eHM05JTS .mbr-section-title {
  color: #ffffff;
}
.cid-v2eHM05JTS .mbr-text {
  color: #000000;
}
.cid-v2eHM05JTS label {
  color: #ffffff;
}
.cid-v2eHM05JTS .mbr-section-title,
.cid-v2eHM05JTS .mbr-section-btn {
  color: #000000;
}
.cid-v2eHM05JTS .card-contacts {
  color: #000000;
}
.cid-v2eHM05JTS .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v2eHM0Vf9J {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v2eHM0Vf9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eHM0Vf9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2eHM0Vf9J .title-wrapper {
  display: block;
}
.cid-v2eHM0Vf9J .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v2eHM0Vf9J .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v2eHM0Vf9J .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v2eHM0Vf9J .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2eHM0Vf9J .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v2eHM0Vf9J .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v2eHM0Vf9J .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v2eHM0Vf9J .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v2eHM0Vf9J .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2eHM0Vf9J .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v2eHM0Vf9J .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v2eHM0Vf9J .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v2eHM0Vf9J .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v2eHM0Vf9J .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v2eHM0Vf9J .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2eHM0Vf9J .mbr-section-title {
  color: #141414;
}
.cid-v2eHM0Vf9J .mbr-list-title {
  color: #141414;
}
.cid-v2eHM0Vf9J .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v2eHM0Vf9J .list {
  color: #181818;
}
.cid-v2eHM0Vf9J .mbr-soc {
  color: #181818;
}
.cid-v2eHM0Vf9J .mbr-num {
  color: #ffffff;
}
.cid-v2eHM0Vf9J .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v2eHM0Vf9J .mbr-soc-title,
.cid-v2eHM0Vf9J .soc-item {
  color: #141414;
}
.cid-vc3MfoK3pm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e7595;
}
.cid-vc3MfoK3pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc3MfoK3pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc3MfoK3pm .row {
  justify-content: center;
}
.cid-vc3MfoK3pm .item-wrap {
  z-index: 1;
}
.cid-vc3MfoK3pm .mbr-section-title {
  color: #ffffff;
}
.cid-vc3MfoK3pm .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vc3MfoK3pm .mbr-section-title,
.cid-vc3MfoK3pm .image-wrapper {
  text-align: center;
}
.cid-v2wdR1TZmB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v2wdR1TZmB nav.navbar {
  position: fixed;
}
.cid-v2wdR1TZmB .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2wdR1TZmB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0px;
}
.cid-v2wdR1TZmB .dropdown-item:hover,
.cid-v2wdR1TZmB .dropdown-item:focus {
  color: #394c59 !important;
}
.cid-v2wdR1TZmB .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v2wdR1TZmB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2wdR1TZmB .nav-link {
  position: relative;
  padding: 0;
}
.cid-v2wdR1TZmB .container {
  display: flex;
  margin: auto;
}
.cid-v2wdR1TZmB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2wdR1TZmB .dropdown-menu,
.cid-v2wdR1TZmB .navbar.opened {
  background: #ffffff !important;
}
.cid-v2wdR1TZmB .nav-item:focus,
.cid-v2wdR1TZmB .nav-link:focus {
  outline: none;
}
.cid-v2wdR1TZmB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-v2wdR1TZmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2wdR1TZmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2wdR1TZmB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2wdR1TZmB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2wdR1TZmB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-v2wdR1TZmB .navbar.opened {
  transition: all 0.3s;
}
.cid-v2wdR1TZmB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2wdR1TZmB .navbar .navbar-logo img {
  height: 3rem !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .cid-v2wdR1TZmB .navbar .navbar-logo img {
    height: 2rem !important;
    width: auto !important;
    max-height: 1.8rem !important;
  }
  .cid-v2wdR1TZmB .navbar .navbar,
  .cid-v2wdR1TZmB .navbar .navbar-brand,
  .cid-v2wdR1TZmB .navbar .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  .cid-v2wdR1TZmB .navbar .navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
  .cid-v2wdR1TZmB .navbar .navbar-toggler {
    margin-left: auto !important;
  }
  .cid-v2wdR1TZmB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2wdR1TZmB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2wdR1TZmB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2wdR1TZmB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2wdR1TZmB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v2wdR1TZmB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2wdR1TZmB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2wdR1TZmB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2wdR1TZmB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2wdR1TZmB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2wdR1TZmB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2wdR1TZmB .navbar.collapsed {
  justify-content: center;
}
.cid-v2wdR1TZmB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2wdR1TZmB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2wdR1TZmB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2wdR1TZmB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2wdR1TZmB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2wdR1TZmB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2wdR1TZmB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2wdR1TZmB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2wdR1TZmB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v2wdR1TZmB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2wdR1TZmB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2wdR1TZmB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2wdR1TZmB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2wdR1TZmB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2wdR1TZmB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2wdR1TZmB .dropdown-item.active,
.cid-v2wdR1TZmB .dropdown-item:active {
  background-color: transparent;
}
.cid-v2wdR1TZmB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2wdR1TZmB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2wdR1TZmB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2wdR1TZmB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2wdR1TZmB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2wdR1TZmB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2wdR1TZmB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2wdR1TZmB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2wdR1TZmB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2wdR1TZmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2wdR1TZmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2wdR1TZmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2wdR1TZmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2wdR1TZmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2wdR1TZmB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2wdR1TZmB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2wdR1TZmB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2wdR1TZmB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2wdR1TZmB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2wdR1TZmB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wdR1TZmB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2wdR1TZmB .navbar {
    height: 70px;
  }
  .cid-v2wdR1TZmB .navbar.opened {
    height: auto;
  }
  .cid-v2wdR1TZmB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2wdR1TZmB .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v2wdR1TZmB .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v2wdR1TZmB a {
  display: inline;
  font-weight: bold;
}
.cid-v2wdR1TZmB img {
  display: inline;
  padding-right: 10px;
}
.cid-v2wdR1TZmB .text-black:hover {
  color: #000000 !important;
}
.cid-v2wdR1TZmB .dropdown-toggle:after {
  display: none;
}
.cid-v2wdR1TZmB .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v2wdR1TZmB .dropdown-item:hover {
  color: #394c59 !important;
}
.cid-v2wdR1TZmB a.text-black:hover,
.cid-v2wdR1TZmB a.text-black:focus,
.cid-v2wdR1TZmB a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v2wdR1TZmB .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .cid-v2wdR1TZmB .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .cid-v2wdR1TZmB .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.cid-v2wdR2c9RD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-design-3.jpg");
}
.cid-v2wdR2c9RD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR2c9RD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR2c9RD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2wdR2c9RD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v2wdR2c9RD .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2wdR2c9RD .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 14px;
  }
}
.cid-v2wdR2c9RD .mbr-section-title {
  color: #0f0f0f;
}
.cid-v2wdR2c9RD .mbr-text {
  color: #232323;
}
.cid-v2wdR2c9RD .mbr-section-title,
.cid-v2wdR2c9RD .mbr-section-btn,
.cid-v2wdR2c9RD .title-wrapper {
  color: #000000;
}
.cid-v2wdR2vzHh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2wdR2vzHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR2vzHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR2vzHh .row {
  justify-content: center;
}
.cid-v2wdR2vzHh .item-wrap {
  z-index: 1;
}
.cid-v2wdR2vzHh .mbr-section-subtitle .mbr-font-style {
  font-color: #000000;
}
.cid-v2wdR2vzHh .mbr-section-text .mbr-font-style {
  font-color: #000000;
}
.cid-v2wdR2vzHh .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v2wdR2vzHh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2wdR2vzHh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2wdR2vzHh .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2wdR2vzHh .card {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .card {
    margin-bottom: 65px;
  }
}
.cid-v2wdR2vzHh .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-v2wdR2vzHh .card .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2wdR2vzHh .card .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2wdR2vzHh .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #2E7595 !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2wdR2vzHh .border-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2wdR2vzHh .mbr-section-title {
  color: #141414;
}
.cid-v2wdR2vzHh .mbr-text {
  color: #181818;
}
.cid-v2wdR2vzHh .mbr-card-title {
  color: #ffffff;
}
.cid-v2wdR2vzHh .mbr-card-text {
  color: #141414;
}
.cid-v2wdR2vzHh .mbr-card-title,
.cid-v2wdR2vzHh .mbr-iconfont {
  color: #141414;
}
.cid-v2wdR2vzHh .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v2wdR2vzHh .mbr-section-subtitle {
  color: #2e7595;
}
.cid-v2wdR2LNDq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2wdR2LNDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR2LNDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR2LNDq .row {
  justify-content: center;
}
.cid-v2wdR2LNDq .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v2wdR2LNDq .item {
    padding: 0 12px !important;
  }
}
.cid-v2wdR2LNDq .link-wrapper {
  display: block;
}
.cid-v2wdR2LNDq .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v2wdR2LNDq .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v2wdR2LNDq .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v2wdR2LNDq .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v2wdR2LNDq .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v2wdR2LNDq .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v2wdR2LNDq .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v2wdR2LNDq .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2wdR2LNDq .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v2wdR2LNDq .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2wdR2LNDq .mbr-section-title {
  color: #181818;
}
.cid-v2wdR2LNDq .mbr-date,
.cid-v2wdR2LNDq .mbr-dot {
  color: #181818;
}
.cid-v2wdR2LNDq .mbr-section-title,
.cid-v2wdR2LNDq .date-container {
  color: #000000;
}
.cid-v2wdR2LNDq P {
  color: #181818;
}
.cid-v2wdR32zGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2wdR32zGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR32zGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR32zGX .row {
  justify-content: center;
}
.cid-v2wdR32zGX .item {
  margin-bottom: 40px;
  padding: 0 32px !important;
}
@media (max-width: 992px) {
  .cid-v2wdR32zGX .item {
    padding: 0 12px !important;
  }
}
.cid-v2wdR32zGX .link-wrapper {
  display: block;
}
.cid-v2wdR32zGX .link-wrapper:hover img {
  transform: scale(1.1, 1.1);
}
.cid-v2wdR32zGX .link-wrapper:hover .mbr-date:last-child {
  opacity: .7;
}
.cid-v2wdR32zGX .link-wrapper:hover .mbr-section-title {
  opacity: .7;
}
.cid-v2wdR32zGX .link-wrapper .image-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-v2wdR32zGX .link-wrapper .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v2wdR32zGX .link-wrapper .date-container {
  margin-bottom: 24px;
}
.cid-v2wdR32zGX .link-wrapper .date-container .date-wrapper {
  display: inline-flex;
}
.cid-v2wdR32zGX .link-wrapper .date-container .date-wrapper .mbr-date {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2wdR32zGX .link-wrapper .date-container .date-wrapper .mbr-dot {
  margin: 0 10px;
  opacity: .3;
}
.cid-v2wdR32zGX .link-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2wdR32zGX .mbr-section-title {
  color: #181818;
}
.cid-v2wdR32zGX .mbr-date,
.cid-v2wdR32zGX .mbr-dot {
  color: #181818;
}
.cid-v2wdR32zGX .mbr-section-title,
.cid-v2wdR32zGX .date-container {
  color: #000000;
}
.cid-v2wdR32zGX P {
  color: #181818;
}
.cid-v2wdR3mXRh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2wdR3mXRh .container-fluid {
  padding-right: 0;
}
.cid-v2wdR3mXRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR3mXRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR3mXRh .title {
  display: flex;
  align-items: center;
}
.cid-v2wdR3mXRh .title-wrapper {
  width: 100%;
}
.cid-v2wdR3mXRh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2wdR3mXRh .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-v2wdR3mXRh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v2wdR3mXRh .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-v2wdR3mXRh .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v2wdR3mXRh .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-v2wdR3mXRh .image-wrapper {
    margin-top: 39px;
  }
}
.cid-v2wdR3mXRh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2wdR3mXRh .mbr-section-subtitle {
  color: #454545;
}
.cid-v2wdR3mXRh .mbr-section-title {
  color: #181818;
}
.cid-v2wdR3mXRh .mbr-text {
  color: #454545;
}
.cid-v2wdR3mXRh .mbr-section-title,
.cid-v2wdR3mXRh .mbr-section-btn {
  color: #141414;
}
.cid-v2wdR3mXRh .block-separator {
  border-top: 1px solid #2E7595;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v2wdR3DcTM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2wdR3DcTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR3DcTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR3DcTM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  text-align: center !important;
}
@media (max-width: 992px) {
  .cid-v2wdR3DcTM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2wdR3DcTM .typewriter-title {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v2wdR3DcTM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v2wdR3DcTM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2wdR3DcTM .embla__slide .slide-content {
  width: 100%;
}
.cid-v2wdR3DcTM .embla__slide .slide-content:hover .item-wrapper,
.cid-v2wdR3DcTM .embla__slide .slide-content:focus .item-wrapper {
  background-color: #f8f8f8;
}
.cid-v2wdR3DcTM .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v2wdR3DcTM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2wdR3DcTM .embla__button--next,
.cid-v2wdR3DcTM .embla__button--prev {
  display: flex;
}
.cid-v2wdR3DcTM .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-v2wdR3DcTM .embla__button {
    display: none;
  }
}
.cid-v2wdR3DcTM .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v2wdR3DcTM .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2wdR3DcTM .embla__button.embla__button--next {
  right: 0;
}
.cid-v2wdR3DcTM .embla {
  position: relative;
  width: 100%;
}
.cid-v2wdR3DcTM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2wdR3DcTM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2wdR3DcTM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2wdR3DcTM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2wdR3DcTM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2wdR3DcTM .mbr-section-title {
  color: #000000;
  text-align: center !important;
}
.cid-v2wdR44DfL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2wdR44DfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR44DfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR44DfL .content-head {
  max-width: 800px;
}
.cid-v2wdR44DfL .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-v2wdR44DfL .item {
  color: #141414;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v2wdR44DfL .item {
    min-height: 45px;
  }
}
.cid-v2wdR4jczm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/corbis-48.jpeg");
}
.cid-v2wdR4jczm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR4jczm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2wdR4jczm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v2wdR4jczm .container {
    padding: 0 12px;
  }
}
.cid-v2wdR4jczm .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-v2wdR4jczm .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-v2wdR4jczm .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v2wdR4jczm .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-v2wdR4jczm .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-v2wdR4jczm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-v2wdR4jczm .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-v2wdR4jczm .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-v2wdR4jczm .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v2wdR4jczm .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v2wdR4jczm .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #181818;
  padding: 0.8rem 1.1rem;
  font-weight: 400;
  font-size: 20px;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #2e7595 !important;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ae856c !important;
  box-shadow: none;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e7595;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2e7595;
  border-color: #2e7595;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v2wdR4jczm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-v2wdR4jczm .mbr-form .form-conrol {
  color: #181818;
}
.cid-v2wdR4jczm .mbr-section-title {
  color: #ffffff;
}
.cid-v2wdR4jczm .mbr-text {
  color: #000000;
}
.cid-v2wdR4jczm label {
  color: #ffffff;
}
.cid-v2wdR4jczm .mbr-section-title,
.cid-v2wdR4jczm .mbr-section-btn {
  color: #000000;
}
.cid-v2wdR4jczm .card-contacts {
  color: #000000;
}
.cid-v2wdR4GTx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2wdR4GTx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR4GTx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR4GTx6 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2wdR4GTx6 .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #2e7595;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #a3b988;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #141414;
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-v2wdR4GTx6 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-v2wdR4GTx6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wdR4GTx6 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2wdR4GTx6 .mbr-label {
  color: #000000;
}
.cid-v2wdR4GTx6 .panel-title-edit {
  color: #000000;
}
.cid-v2wdR4GTx6 .panel-text {
  color: #000000;
}
.cid-v2wdR4GTx6 .typewriter-title {
  display: block !important;
  text-align: left !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.cid-v2wdR53TjM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/corbis-43.jpeg");
}
.cid-v2wdR53TjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR53TjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR53TjM .title-wrapper {
  display: block;
}
.cid-v2wdR53TjM .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .title-wrapper img {
    width: 60% !important;
    height: auto !important;
    max-width: 150px;
  }
}
.cid-v2wdR53TjM .mbr-text {
  margin-bottom: -20px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v2wdR53TjM .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .list-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-v2wdR53TjM .list-wrapper .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .list-wrapper .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v2wdR53TjM .list-wrapper .list .mbr-list:hover {
  color: #859276;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .list-wrapper .list .mbr-list {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .cid-v2wdR53TjM .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-v2wdR53TjM .soc-wrapper .mbr-soc-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .soc-wrapper .mbr-soc-title {
    text-align: center;
  }
}
.cid-v2wdR53TjM .soc-wrapper .soc-item {
  padding: 8px 0;
}
.cid-v2wdR53TjM .soc-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2wdR53TjM .soc-wrapper .soc-item a {
    width: 100%;
    justify-content: center;
  }
}
.cid-v2wdR53TjM .soc-wrapper .soc-item a .mbr-iconfont {
  font-size: 14px;
  display: block;
  margin-right: 8px;
}
.cid-v2wdR53TjM .soc-wrapper .soc-item a .mbr-soc {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-v2wdR53TjM .soc-wrapper .soc-item a .mbr-soc:hover {
  color: #859276;
}
.cid-v2wdR53TjM .soc-wrapper .soc-item a .mbr-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 16px;
  padding: 0 2px;
  margin-left: 8px;
  background-color: #181818;
  border-radius: 50px;
  margin-bottom: 0;
}
.cid-v2wdR53TjM .copyright {
  margin-top: 48px;
  border-top: 2px solid #2e7595;
  padding-top: 48px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2wdR53TjM .mbr-section-title {
  color: #141414;
}
.cid-v2wdR53TjM .mbr-list-title {
  color: #141414;
}
.cid-v2wdR53TjM .mbr-soc-title {
  color: #a1a1a1;
}
.cid-v2wdR53TjM .list {
  color: #181818;
}
.cid-v2wdR53TjM .mbr-soc {
  color: #181818;
}
.cid-v2wdR53TjM .mbr-num {
  color: #ffffff;
}
.cid-v2wdR53TjM .title-wrapper img {
  width: 70%;
  height: auto;
  text-align: center;
}
.cid-v2wdR53TjM .mbr-soc-title,
.cid-v2wdR53TjM .soc-item {
  color: #141414;
}
.cid-v2wdR5qELl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e7595;
}
.cid-v2wdR5qELl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wdR5qELl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wdR5qELl .row {
  justify-content: center;
}
.cid-v2wdR5qELl .item-wrap {
  z-index: 1;
}
.cid-v2wdR5qELl .mbr-section-title {
  color: #ffffff;
}
.cid-v2wdR5qELl .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v2wdR5qELl .mbr-section-title,
.cid-v2wdR5qELl .image-wrapper {
  text-align: center;
}
