body {
  font-family: Muli;
}
.display-1 {
  font-family: 'times';
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'times';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'times';
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'times';
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'times';
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #ccac95 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #a0b7d2 !important;
}
.bg-danger {
  background-color: #0a1c44 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #a66a00 !important;
  border-color: #a66a00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #5a3900 !important;
  border-color: #5a3900 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5a3900 !important;
  border-color: #5a3900 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ccac95 !important;
  border-color: #ccac95 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b38461 !important;
  border-color: #b38461 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b38461 !important;
  border-color: #b38461 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #a0b7d2 !important;
  border-color: #a0b7d2 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #6c90b9 !important;
  border-color: #6c90b9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6c90b9 !important;
  border-color: #6c90b9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #402900;
  color: #402900;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #a66a00;
  border-color: #a66a00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a66a00 !important;
  border-color: #a66a00 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #a97652;
  color: #a97652;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ccac95;
  border-color: #ccac95;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ccac95 !important;
  border-color: #ccac95 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #5b83b1;
  color: #5b83b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #a0b7d2;
  border-color: #a0b7d2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a0b7d2 !important;
  border-color: #a0b7d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #444444 !important;
}
.text-secondary {
  color: #a66a00 !important;
}
.text-success {
  color: #ccac95 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #a0b7d2 !important;
}
.text-danger {
  color: #0a1c44 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #402900 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a97652 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5b83b1 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #a0b7d2;
}
.alert-danger {
  background-color: #0a1c44;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4e7de5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'times';
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !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: #a66a00 !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%;
}
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='%23444444' %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;
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tEoBX8onoj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tEoBX8onoj .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEoBX8onoj .mbr-section-title {
  color: #e3ebf3;
}
.cid-tEoBX8onoj .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-tEoBX8onoj .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-tEoBX8onoj .row {
    gap: 12px;
  }
}
.cid-tEoBX8onoj .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-tEoBX8onoj .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tEoBX8onoj .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tEoBX8onoj .item-wrap {
    padding: 12px;
  }
}
.cid-tEoBX8onoj .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-tEoBX8onoj .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-tEoBX8onoj .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-tEoBX8onoj .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-tEoBX8onoj .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-tEoBX8onoj .mbr-section-btn .btn-black:hover {
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.cid-tEoBX8onoj .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-tEoBX8onoj .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-tEoBX8onoj .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(3 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tEoBX8onoj .item {
    min-height: calc(3 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-tEoBX8onoj .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tEoBX8onoj .item {
    min-height: calc(3 * 80px);
  }
}
.cid-tEoBX8onoj .item:nth-child(1) {
  background-image: url("../../../assets/images/1-1-1071x550.webp");
}
.cid-tEoBX8onoj .item:nth-child(2) {
  background-image: url("../../../assets/images/11-500x500.webp");
}
.cid-tEoBX8onoj .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-tEoBX8onoj .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s;
}
.cid-tEoBX8onoj .item:hover:before {
  opacity: 0.55;
}
.cid-tEoBX8onoj .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-tEoBX8onoj .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-tEr1ZCxmU8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tEr1ZCxmU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEr1ZCxmU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEr1ZCxmU8 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tEr1ZCxmU8 .mbr-section-title {
  color: #75083A;
}
.cid-tEr1ZCxmU8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tEr1ZCxmU8 .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media (max-width: 639px) {
  .cid-tEr1ZCxmU8 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tEr1ZCxmU8 .card-box {
  width: 100%;
}
.cid-tEr1ZCxmU8 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tEr1ZCxmU8 .image-wrapper {
    justify-content: center;
  }
}
.cid-tEr1ZCxmU8 .image-wrapper img {
  width: 100%;
  max-width: 192px;
  aspect-ratio: 1;
  object-fit: contain;
}
.cid-tEr1ZCxmU8 .card-container {
  width: 100%;
  padding: 0 32px;
}
.cid-tEr1ZCxmU8 .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tEr1ZCxmU8 .card-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tEr1ZCxmU8 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tEr1ZCxmU8 .card-text,
.cid-tEr1ZCxmU8 .mbr-section-btn {
  color: #e2ac00;
}
.cid-uxr80nOfdk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxr80nOfdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxr80nOfdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxr80nOfdk .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .col-title {
    margin-bottom: 70px;
  }
}
.cid-uxr80nOfdk .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uxr80nOfdk .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uxr80nOfdk .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uxr80nOfdk .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uxr80nOfdk .content-wrapper {
  display: flex;
  width: 100%;
  background: #c8d4f2;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxr80nOfdk .content-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uxr80nOfdk .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxr80nOfdk .content-row {
    align-items: flex-start !important;
  }
}
.cid-uxr80nOfdk .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uxr80nOfdk .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .col-text {
    padding: 0 0 10px 0;
  }
}
.cid-uxr80nOfdk .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-uxr80nOfdk .text-wrapper {
    padding: 30px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .text-wrapper {
    padding: 0;
  }
}
.cid-uxr80nOfdk .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uxr80nOfdk .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uxr80nOfdk .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uxr80nOfdk .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uxr80nOfdk .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uxr80nOfdk .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .col-img {
    padding-bottom: 0;
  }
}
.cid-uxr80nOfdk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uxr80nOfdk .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cid-uxr80nOfdk .image-wrapper {
    margin-left: 30%;
    margin-top: 20px;
  }
}
.cid-uxr80nOfdk .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxr80nOfdk .image-wrapper .img-bg-wrap {
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.cid-uxr80nOfdk .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 38% 0 0 0;
}
@media (min-width: 992px) {
  .cid-uxr80nOfdk .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-radius: 150px 0 0 0;
  }
}
.cid-uxr80nOfdk .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  top: -70px;
  left: -55px;
  display: inline-block;
  background-color: #011539;
  border-top-left-radius: 65%;
  height: 60%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxr80nOfdk .image-wrapper .img-bg-wrap:after {
    left: -20%;
    top: -20%;
    height: 60%;
    width: 100%;
  }
}
.cid-uxr8DPYPkV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uxr8DPYPkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxr8DPYPkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxr8DPYPkV .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .col-title {
    margin-bottom: 70px;
  }
}
.cid-uxr8DPYPkV .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uxr8DPYPkV .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uxr8DPYPkV .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uxr8DPYPkV .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uxr8DPYPkV .content-wrapper {
  display: flex;
  width: 100%;
  background: #c8d4f2;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxr8DPYPkV .content-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uxr8DPYPkV .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uxr8DPYPkV .content-row {
    align-items: flex-start !important;
  }
}
.cid-uxr8DPYPkV .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uxr8DPYPkV .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .col-text {
    padding: 0 0 10px 0;
  }
}
.cid-uxr8DPYPkV .text-wrapper {
  width: 100%;
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uxr8DPYPkV .text-wrapper {
    padding: 30px 0 0 25px;
    padding: 30px 25px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .text-wrapper {
    padding: 0;
  }
}
.cid-uxr8DPYPkV .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uxr8DPYPkV .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uxr8DPYPkV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uxr8DPYPkV .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uxr8DPYPkV .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uxr8DPYPkV .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .col-img {
    padding-bottom: 0;
  }
}
.cid-uxr8DPYPkV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uxr8DPYPkV .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cid-uxr8DPYPkV .image-wrapper {
    margin-left: 30%;
    margin-top: 20px;
  }
}
.cid-uxr8DPYPkV .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxr8DPYPkV .image-wrapper .img-bg-wrap {
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.cid-uxr8DPYPkV .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 38% 0 0 0;
}
@media (min-width: 992px) {
  .cid-uxr8DPYPkV .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-radius: 150px 0 0 0;
  }
}
.cid-uxr8DPYPkV .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  top: -70px;
  left: -55px;
  display: inline-block;
  background-color: #011539;
  border-top-left-radius: 65%;
  height: 60%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxr8DPYPkV .image-wrapper .img-bg-wrap:after {
    left: -20%;
    top: -20%;
    height: 60%;
    width: 100%;
  }
}
.cid-txZEM4wXib {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-txZEM4wXib .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZEM4wXib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZEM4wXib .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-txZEM4wXib .col-title {
    margin-bottom: 40px;
  }
}
.cid-txZEM4wXib .mbr-section-title {
  color: #2B2B2B;
}
.cid-txZEM4wXib .mbr-section-subtitle {
  color: #06182d;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-txZEM4wXib .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-txZEM4wXib .mbr-section-btn {
  margin-top: 10px;
}
.cid-txZEM4wXib .mbr-section-btn .btn {
  padding: 5px 35px !important;
  min-width: max-content !important;
}
.cid-txZEM4wXib .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-txZEM4wXib .col-card {
    margin-bottom: 60px;
  }
}
.cid-txZEM4wXib .card-wrap {
  border-radius: 0;
}
.cid-txZEM4wXib .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-txZEM4wXib .card-title {
  color: #2B2B2B;
}
.cid-txZEM4wXib .mbr-text {
  color: #646464;
  margin-top: 8px;
  text-align: center;
}
.cid-txZEM4wXib .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-txZEM4wXib .image-wrap img {
  height: 300px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-txZEM4wXib .image-wrap img {
    height: 246px;
  }
}
@media (max-width: 991px) {
  .cid-txZEM4wXib .image-wrap img {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .cid-txZEM4wXib .image-wrap img {
    height: auto !important;
    max-height: 400px;
  }
}
.cid-txZEM4wXib .container,
.cid-txZEM4wXib .container-fluid {
  position: relative;
}
.cid-txZEM4wXib .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-txZEM4wXib .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-txZEM4wXib .circle-blur1 {
  top: 0;
  right: 50%;
  background-image: linear-gradient(132deg, #bbbbbb 27%, #bbbbbb 50%, #bbbbbb 79%);
}
.cid-txZEM4wXib .circle-blur2 {
  top: 12%;
  right: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-txZEM4wXib .card-title,
.cid-txZEM4wXib .mbr-section-btn {
  text-align: center;
}
.cid-uxqHa3GbBh {
  background-color: #efefef;
}
.cid-uxqHa3GbBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqHa3GbBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqHa3GbBh .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxqHa3GbBh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxqHa3GbBh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxqHa3GbBh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxqHa3GbBh .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #767676;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uxqHa3GbBh .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxqHa3GbBh .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uxqHa3GbBh .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uxqHa3GbBh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #091a3d;
  border: none;
}
.cid-uxqHa3GbBh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #091a3d;
}
.cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uxqHa3GbBh .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uxqHa3GbBh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxqHa3GbBh .mbr-text {
  color: #091a3d;
  text-align: center;
}
.cid-uxqHa3GbBh .item-title {
  color: #091a3d;
}
.cid-uxqHa3GbBh .item-text {
  color: #091a3d;
}
.cid-uxqHa3GbBh .mbr-section-title,
.cid-uxqHa3GbBh .tabs-wrapper {
  color: #091a3d;
}
.cid-tB90Gfns70 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #091a3d;
}
.cid-tB90Gfns70 .mbr-section-title {
  color: #e2ac00;
  text-align: center;
}
.cid-tB90Gfns70 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tB90Gfns70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB90Gfns70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqKZe9hFg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxqKZe9hFg .mbr-section-title {
  color: #06182d;
}
.cid-uxqKZe9hFg .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #091a3d;
  background: linear-gradient(#091a3d 0%, #091a3d 69%, #091a3d 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uxqKZe9hFg .mbr-section-subtitle {
  color: #06182d;
}
.cid-uxqKZe9hFg .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uxqKZe9hFg .mbr-section-text {
  color: #999999;
}
.cid-uxqKZe9hFg .nav-tabs .nav-item.open .nav-link:focus,
.cid-uxqKZe9hFg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uxqKZe9hFg .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-uxqKZe9hFg .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-uxqKZe9hFg .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-uxqKZe9hFg .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-uxqKZe9hFg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #091a3d;
}
.cid-uxqKZe9hFg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #091a3d;
}
.cid-uxqKZe9hFg P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uxqKZe9hFg .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uxqKZe9hFg .mbr-text,
  .cid-uxqKZe9hFg .nav-link {
    text-align: center;
  }
}
.cid-uxqKZe9hFg .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uxqKZe9hFg * {
    text-align: center;
  }
}
.cid-uxqKZe9hFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqKZe9hFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB91GFYJ9Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #091a3d;
}
.cid-tB91GFYJ9Y .mbr-section-title {
  color: #e2ac00;
  text-align: center;
}
.cid-tB91GFYJ9Y .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tB91GFYJ9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB91GFYJ9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqMTeX569 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxqMTeX569 .mbr-section-title {
  color: #06182d;
}
.cid-uxqMTeX569 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #091a3d;
  background: linear-gradient(#091a3d 0%, #091a3d 69%, #091a3d 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uxqMTeX569 .mbr-section-subtitle {
  color: #06182d;
}
.cid-uxqMTeX569 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uxqMTeX569 .mbr-section-text {
  color: #999999;
}
.cid-uxqMTeX569 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uxqMTeX569 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uxqMTeX569 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-uxqMTeX569 .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-uxqMTeX569 .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-uxqMTeX569 .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-uxqMTeX569 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #091a3d;
}
.cid-uxqMTeX569 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #091a3d;
}
.cid-uxqMTeX569 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uxqMTeX569 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uxqMTeX569 .mbr-text,
  .cid-uxqMTeX569 .nav-link {
    text-align: center;
  }
}
.cid-uxqMTeX569 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uxqMTeX569 * {
    text-align: center;
  }
}
.cid-uxqMTeX569 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqMTeX569 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3znSce31 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3znSce31 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3znSce31 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3znSce31 .input-group-btn {
  margin: 0;
}
.cid-tC3znSce31 .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3znSce31 .form-group,
.cid-tC3znSce31 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3znSce31 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3znSce31 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3znSce31 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3znSce31 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3znSce31 .form-block {
    padding: 1rem;
  }
}
.cid-tC3znSce31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3znSce31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3znSce31 H4 {
  color: #091a3d;
}
.cid-tB8xDwBbqI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tB8xDwBbqI a {
  transition: 0.3s;
}
.cid-tB8xDwBbqI h5 {
  margin-bottom: 1.6rem;
}
.cid-tB8xDwBbqI .card-img2 span {
  padding-top: 6px;
}
.cid-tB8xDwBbqI .soc-item a {
  padding-top: 5px;
}
.cid-tB8xDwBbqI .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tB8xDwBbqI .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tB8xDwBbqI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tB8xDwBbqI .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tB8xDwBbqI .soc-item span {
  font-size: 1rem;
}
.cid-tB8xDwBbqI .soc-item:hover span {
  color: #444444 !important;
}
.cid-tB8xDwBbqI .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tB8xDwBbqI .item h6 {
  margin: 0;
}
.cid-tB8xDwBbqI .media-wrap {
  margin-bottom: 1rem;
}
.cid-tB8xDwBbqI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tB8xDwBbqI img {
  width: 80%;
}
.cid-tB8xDwBbqI .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tB8xDwBbqI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tB8xDwBbqI .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tB8xDwBbqI .container {
  padding: 0;
}
.cid-tB8xDwBbqI .btn-primary {
  color: #333333 !important;
}
.cid-tB8xDwBbqI .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tB8xDwBbqI .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tB8xDwBbqI .text2 {
  text-align: center;
}
.cid-tB8xDwBbqI .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s5hms5qViQ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-s5hms5qViQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-s5hms5qViQ .form-group {
  margin-bottom: 1rem;
}
.cid-s5hms5qViQ .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #fafafa;
  color: #000000;
  width: 100%;
}
.cid-s5hms5qViQ textarea.form-control {
  min-height: 96px;
}
.cid-s5hms5qViQ .input-group-btn {
  width: 100%;
}
.cid-s5hms5qViQ .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-s5hms5qViQ .form-control-label {
  color: #fafafa;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-s5hms5qViQ .google-map {
  width: 100%;
  height: 25rem;
}
.cid-s5hms5qViQ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s5hms5qViQ .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-s5hms5qViQ .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-s5hms5qViQ .info-value {
  color: #efefef;
}
@media (max-width: 1000px), (max-width: 1000px) {
  .cid-s5hms5qViQ .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s5hms5qViQ .form-subtitle {
    text-align: center;
  }
}
.cid-s5hms5qViQ .main-title {
  color: #ffffff;
}
.cid-s5hms5qViQ .form-text {
  color: #000000;
}
.cid-s5hms5qViQ .form-title {
  color: #ffa200;
}
.cid-s5hms5qViQ .second-column {
  text-align: left;
  color: #ffffff;
}
.cid-s5hms5qViQ .first-column {
  color: #ffffff;
  text-align: left;
}
.cid-s5hms5qViQ LABEL {
  color: #ffba40;
}
.cid-tCEEu7IlFo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tCEEu7IlFo .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tCEEu7IlFo a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tCEEu7IlFo .input-group-btn {
  margin: 0;
}
.cid-tCEEu7IlFo .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tCEEu7IlFo .form-group,
.cid-tCEEu7IlFo .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tCEEu7IlFo .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tCEEu7IlFo .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tCEEu7IlFo .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tCEEu7IlFo .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tCEEu7IlFo .form-block {
    padding: 1rem;
  }
}
.cid-tCEEu7IlFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCEEu7IlFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEEuK0H2Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEEuK0H2Y a {
  transition: 0.3s;
}
.cid-tCEEuK0H2Y h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEEuK0H2Y .card-img2 span {
  padding-top: 6px;
}
.cid-tCEEuK0H2Y .soc-item a {
  padding-top: 5px;
}
.cid-tCEEuK0H2Y .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEEuK0H2Y .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEEuK0H2Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEEuK0H2Y .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEEuK0H2Y .soc-item span {
  font-size: 1rem;
}
.cid-tCEEuK0H2Y .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEEuK0H2Y .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEEuK0H2Y .item h6 {
  margin: 0;
}
.cid-tCEEuK0H2Y .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEEuK0H2Y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEEuK0H2Y img {
  width: 80%;
}
.cid-tCEEuK0H2Y .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEEuK0H2Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEEuK0H2Y .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEEuK0H2Y .container {
  padding: 0;
}
.cid-tCEEuK0H2Y .btn-primary {
  color: #333333 !important;
}
.cid-tCEEuK0H2Y .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEEuK0H2Y .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEEuK0H2Y .text2 {
  text-align: center;
}
.cid-tCEEuK0H2Y .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s5hkVw2Gci {
  background-image: url("../../../assets/images/pexels-pixabay-414837-2000x1333.webp");
  background-position: right;
}
.cid-s5hkVw2Gci .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s5hkVw2Gci img {
  position: absolute;
  left: 10%;
  bottom: 130px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s5hkVw2Gci .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s5hkVw2Gci H1 {
  text-align: center;
  color: #fafafa;
}
.cid-s5hkVw2Gci .mbr-text,
.cid-s5hkVw2Gci .mbr-section-btn {
  text-align: center;
}
.cid-s5hkVw2Gci H3 {
  text-align: center;
}
.cid-ss6FqBuTBm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-shOSSjHIoC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shOSSjHIoC .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #bbbbbb;
}
.cid-shOSSjHIoC img {
  width: 100%;
}
.cid-shOSSjHIoC p {
  margin-top: 6rem;
}
.cid-shOSSjHIoC .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-shOSSjHIoC h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-shOSSjHIoC .content-wrapper {
    padding-top: 0rem;
  }
  .cid-shOSSjHIoC p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shOSSjHIoC .back {
    width: 100%;
    height: 75%;
  }
  .cid-shOSSjHIoC .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-shOSSjHIoC p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shOSSjHIoC .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-shOSSjHIoC h4 {
    right: 2rem;
  }
}
.cid-shOSSjHIoC H1 {
  text-align: center;
}
.cid-shOSSjHIoC H3 {
  text-align: center;
}
.cid-srtcTY6zpp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ss6FGegm3K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss6FGegm3K img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss6FGegm3K img:hover {
  transform: scale(1.1);
}
.cid-ss6FGegm3K .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss6FGegm3K h2 {
  padding: 0;
  margin: 0;
}
.cid-ss6FGegm3K .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss6FGegm3K .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss6FGegm3K .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ss6FGegm3K .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss6FGegm3K .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss6FGegm3K .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss6FGegm3K .mbr-iconfont {
  margin: 0!important;
}
.cid-ss6FGegm3K .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss6FGegm3K .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6FGegm3K .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss6FGegm3K .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss6FGegm3K .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss6FGegm3K H2 {
  color: #333333;
}
.cid-ss6FGegm3K .mbr-text {
  color: #767676;
}
.cid-ss6FIjBjn6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss6FIjBjn6 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss6FIjBjn6 img:hover {
  transform: scale(1.1);
}
.cid-ss6FIjBjn6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss6FIjBjn6 h2 {
  padding: 0;
  margin: 0;
}
.cid-ss6FIjBjn6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss6FIjBjn6 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss6FIjBjn6 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-ss6FIjBjn6 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss6FIjBjn6 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss6FIjBjn6 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss6FIjBjn6 .mbr-iconfont {
  margin: 0!important;
}
.cid-ss6FIjBjn6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss6FIjBjn6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6FIjBjn6 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss6FIjBjn6 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss6FIjBjn6 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss6FIjBjn6 H2 {
  color: #333333;
}
.cid-ss6FIjBjn6 .mbr-text {
  color: #767676;
}
.cid-ss6FJ0Wtu8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss6FJ0Wtu8 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss6FJ0Wtu8 img:hover {
  transform: scale(1.1);
}
.cid-ss6FJ0Wtu8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss6FJ0Wtu8 h2 {
  padding: 0;
  margin: 0;
}
.cid-ss6FJ0Wtu8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss6FJ0Wtu8 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss6FJ0Wtu8 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ss6FJ0Wtu8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss6FJ0Wtu8 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss6FJ0Wtu8 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss6FJ0Wtu8 .mbr-iconfont {
  margin: 0!important;
}
.cid-ss6FJ0Wtu8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss6FJ0Wtu8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6FJ0Wtu8 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss6FJ0Wtu8 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss6FJ0Wtu8 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss6FJ0Wtu8 H2 {
  color: #333333;
}
.cid-ss6FJ0Wtu8 .mbr-text {
  color: #767676;
}
.cid-ss6FJFS1kz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss6FJFS1kz img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss6FJFS1kz img:hover {
  transform: scale(1.1);
}
.cid-ss6FJFS1kz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss6FJFS1kz h2 {
  padding: 0;
  margin: 0;
}
.cid-ss6FJFS1kz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss6FJFS1kz .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss6FJFS1kz .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-ss6FJFS1kz .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss6FJFS1kz .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss6FJFS1kz .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss6FJFS1kz .mbr-iconfont {
  margin: 0!important;
}
.cid-ss6FJFS1kz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss6FJFS1kz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6FJFS1kz .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss6FJFS1kz .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss6FJFS1kz .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss6FJFS1kz H2 {
  color: #333333;
}
.cid-ss6FJFS1kz .mbr-text {
  color: #767676;
}
.cid-ss6FKmqbC7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss6FKmqbC7 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss6FKmqbC7 img:hover {
  transform: scale(1.1);
}
.cid-ss6FKmqbC7 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss6FKmqbC7 h2 {
  padding: 0;
  margin: 0;
}
.cid-ss6FKmqbC7 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss6FKmqbC7 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss6FKmqbC7 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ss6FKmqbC7 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss6FKmqbC7 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss6FKmqbC7 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss6FKmqbC7 .mbr-iconfont {
  margin: 0!important;
}
.cid-ss6FKmqbC7 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss6FKmqbC7 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6FKmqbC7 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss6FKmqbC7 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss6FKmqbC7 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss6FKmqbC7 H2 {
  color: #333333;
}
.cid-ss6FKmqbC7 .mbr-text {
  color: #767676;
}
.cid-tC3ApuvnnO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3ApuvnnO .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3ApuvnnO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3ApuvnnO .input-group-btn {
  margin: 0;
}
.cid-tC3ApuvnnO .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3ApuvnnO .form-group,
.cid-tC3ApuvnnO .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3ApuvnnO .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3ApuvnnO .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3ApuvnnO .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3ApuvnnO .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3ApuvnnO .form-block {
    padding: 1rem;
  }
}
.cid-tC3ApuvnnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3ApuvnnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEDZr4rLJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEDZr4rLJ a {
  transition: 0.3s;
}
.cid-tCEDZr4rLJ h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEDZr4rLJ .card-img2 span {
  padding-top: 6px;
}
.cid-tCEDZr4rLJ .soc-item a {
  padding-top: 5px;
}
.cid-tCEDZr4rLJ .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEDZr4rLJ .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEDZr4rLJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEDZr4rLJ .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEDZr4rLJ .soc-item span {
  font-size: 1rem;
}
.cid-tCEDZr4rLJ .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEDZr4rLJ .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEDZr4rLJ .item h6 {
  margin: 0;
}
.cid-tCEDZr4rLJ .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEDZr4rLJ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEDZr4rLJ img {
  width: 80%;
}
.cid-tCEDZr4rLJ .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEDZr4rLJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEDZr4rLJ .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEDZr4rLJ .container {
  padding: 0;
}
.cid-tCEDZr4rLJ .btn-primary {
  color: #333333 !important;
}
.cid-tCEDZr4rLJ .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEDZr4rLJ .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEDZr4rLJ .text2 {
  text-align: center;
}
.cid-tCEDZr4rLJ .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-soHRcNIwi2 {
  background-image: url("../../../assets/images/shutterstock-1846995598-2000x1236.webp");
}
.cid-soHRcNIwi2 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-soHRcNIwi2 .mbr-section-title {
  letter-spacing: .1em;
  color: #fafafa;
}
.cid-soHRcNIwi2 .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-soHRcNIwi2 .mbr-media {
  height: 70px;
}
.cid-soHRcNIwi2 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-soHRcNIwi2 .mbr-media span:hover {
  opacity: 0.7;
}
.cid-soHRcNIwi2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-soHRcNIwi2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soHRcNIwi2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soHRcNIwi2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-soHRcNIwi2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soHRcNIwi2 a.close:hover {
  color: #ffffff;
}
.cid-ss6Do4q7Fb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spOZZU6rZd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spOZZU6rZd .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: #bbbbbb;
}
.cid-spOZZU6rZd img {
  width: 100%;
}
.cid-spOZZU6rZd p {
  margin-top: 6rem;
}
.cid-spOZZU6rZd .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-spOZZU6rZd h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-spOZZU6rZd .content-wrapper {
    padding-top: 0rem;
  }
  .cid-spOZZU6rZd p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-spOZZU6rZd .back {
    width: 100%;
    height: 75%;
  }
  .cid-spOZZU6rZd .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-spOZZU6rZd p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spOZZU6rZd .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-spOZZU6rZd h4 {
    right: 2rem;
  }
}
.cid-spOZZU6rZd H3 {
  text-align: center;
}
.cid-spOZZU6rZd H1 {
  text-align: center;
}
.cid-ss5Xepubax {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ss5Vmx8hxi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ss5Vmx8hxi img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss5Vmx8hxi img:hover {
  transform: scale(1.1);
}
.cid-ss5Vmx8hxi .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss5Vmx8hxi h2 {
  padding: 0;
  margin: 0;
}
.cid-ss5Vmx8hxi .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss5Vmx8hxi .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss5Vmx8hxi .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ss5Vmx8hxi .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss5Vmx8hxi .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss5Vmx8hxi .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss5Vmx8hxi .mbr-iconfont {
  margin: 0!important;
}
.cid-ss5Vmx8hxi .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss5Vmx8hxi .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss5Vmx8hxi .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss5Vmx8hxi .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss5Vmx8hxi .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss5Vmx8hxi H2 {
  color: #333333;
}
.cid-ss5Vmx8hxi .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-ss5Vmx8hxi H1 {
  text-align: center;
}
.cid-tC3AubGArF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3AubGArF .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3AubGArF a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3AubGArF .input-group-btn {
  margin: 0;
}
.cid-tC3AubGArF .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3AubGArF .form-group,
.cid-tC3AubGArF .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3AubGArF .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3AubGArF .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3AubGArF .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3AubGArF .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3AubGArF .form-block {
    padding: 1rem;
  }
}
.cid-tC3AubGArF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3AubGArF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEE6JoN76 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEE6JoN76 a {
  transition: 0.3s;
}
.cid-tCEE6JoN76 h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEE6JoN76 .card-img2 span {
  padding-top: 6px;
}
.cid-tCEE6JoN76 .soc-item a {
  padding-top: 5px;
}
.cid-tCEE6JoN76 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEE6JoN76 .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEE6JoN76 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEE6JoN76 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEE6JoN76 .soc-item span {
  font-size: 1rem;
}
.cid-tCEE6JoN76 .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEE6JoN76 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEE6JoN76 .item h6 {
  margin: 0;
}
.cid-tCEE6JoN76 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEE6JoN76 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEE6JoN76 img {
  width: 80%;
}
.cid-tCEE6JoN76 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEE6JoN76 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEE6JoN76 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEE6JoN76 .container {
  padding: 0;
}
.cid-tCEE6JoN76 .btn-primary {
  color: #333333 !important;
}
.cid-tCEE6JoN76 .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEE6JoN76 .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEE6JoN76 .text2 {
  text-align: center;
}
.cid-tCEE6JoN76 .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s5ipuHgPhU {
  background-image: url("../../../assets/images/pexels-pixabay-256102-2000x1333.webp");
}
.cid-s5ipuHgPhU .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-s5ipuHgPhU .mbr-section-title {
  letter-spacing: .1em;
  color: #fafafa;
}
.cid-s5ipuHgPhU .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-s5ipuHgPhU .mbr-media {
  height: 70px;
}
.cid-s5ipuHgPhU .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-s5ipuHgPhU .mbr-media span:hover {
  opacity: 0.7;
}
.cid-s5ipuHgPhU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s5ipuHgPhU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s5ipuHgPhU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s5ipuHgPhU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s5ipuHgPhU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s5ipuHgPhU a.close:hover {
  color: #ffffff;
}
.cid-ss6Fv6FbyE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spOZexuGK9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spOZexuGK9 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #bbbbbb;
}
.cid-spOZexuGK9 img {
  width: 100%;
}
.cid-spOZexuGK9 p {
  margin-top: 6rem;
}
.cid-spOZexuGK9 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-spOZexuGK9 .content-wrapper {
  padding-top: 6rem;
}
.cid-spOZexuGK9 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-spOZexuGK9 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-spOZexuGK9 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-spOZexuGK9 .back {
    width: 100%;
    height: 75%;
  }
  .cid-spOZexuGK9 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-spOZexuGK9 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spOZexuGK9 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-spOZexuGK9 h4 {
    right: 2rem;
  }
}
.cid-spOZexuGK9 H1 {
  text-align: center;
}
.cid-spOZexuGK9 H3 {
  text-align: center;
}
.cid-srtf8qQorW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-s5iqlAM2Py {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s5iqlAM2Py img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s5iqlAM2Py img:hover {
  transform: scale(1.1);
}
.cid-s5iqlAM2Py .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s5iqlAM2Py h2 {
  padding: 0;
  margin: 0;
}
.cid-s5iqlAM2Py .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5iqlAM2Py .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s5iqlAM2Py .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-s5iqlAM2Py .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s5iqlAM2Py .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s5iqlAM2Py .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s5iqlAM2Py .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s5iqlAM2Py .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s5iqlAM2Py .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s5iqlAM2Py H2 {
  color: #333333;
}
.cid-s5iqlAM2Py .mbr-text {
  color: #767676;
}
.cid-s5iqlP5GyL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s5iqlP5GyL img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s5iqlP5GyL img:hover {
  transform: scale(1.1);
}
.cid-s5iqlP5GyL .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s5iqlP5GyL h2 {
  padding: 0;
  margin: 0;
}
.cid-s5iqlP5GyL .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5iqlP5GyL .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s5iqlP5GyL .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-s5iqlP5GyL .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s5iqlP5GyL .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s5iqlP5GyL .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s5iqlP5GyL .mbr-iconfont {
  margin: 0!important;
}
.cid-s5iqlP5GyL .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s5iqlP5GyL .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s5iqlP5GyL .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s5iqlP5GyL .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s5iqlP5GyL .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s5iqlP5GyL H2 {
  color: #333333;
}
.cid-s5iqlP5GyL .mbr-text {
  color: #767676;
}
.cid-tC3ArTET73 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3ArTET73 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3ArTET73 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3ArTET73 .input-group-btn {
  margin: 0;
}
.cid-tC3ArTET73 .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3ArTET73 .form-group,
.cid-tC3ArTET73 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3ArTET73 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3ArTET73 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3ArTET73 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3ArTET73 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3ArTET73 .form-block {
    padding: 1rem;
  }
}
.cid-tC3ArTET73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3ArTET73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEE2Wt7ZB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEE2Wt7ZB a {
  transition: 0.3s;
}
.cid-tCEE2Wt7ZB h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEE2Wt7ZB .card-img2 span {
  padding-top: 6px;
}
.cid-tCEE2Wt7ZB .soc-item a {
  padding-top: 5px;
}
.cid-tCEE2Wt7ZB .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEE2Wt7ZB .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEE2Wt7ZB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEE2Wt7ZB .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEE2Wt7ZB .soc-item span {
  font-size: 1rem;
}
.cid-tCEE2Wt7ZB .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEE2Wt7ZB .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEE2Wt7ZB .item h6 {
  margin: 0;
}
.cid-tCEE2Wt7ZB .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEE2Wt7ZB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEE2Wt7ZB img {
  width: 80%;
}
.cid-tCEE2Wt7ZB .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEE2Wt7ZB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEE2Wt7ZB .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEE2Wt7ZB .container {
  padding: 0;
}
.cid-tCEE2Wt7ZB .btn-primary {
  color: #333333 !important;
}
.cid-tCEE2Wt7ZB .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEE2Wt7ZB .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEE2Wt7ZB .text2 {
  text-align: center;
}
.cid-tCEE2Wt7ZB .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-soHRRSYhs6 {
  background-image: url("../../../assets/images/picture4-1080x608.webp");
}
.cid-soHRRSYhs6 .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-soHRRSYhs6 .mbr-section-title {
  letter-spacing: .1em;
  color: #fafafa;
}
.cid-soHRRSYhs6 .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-soHRRSYhs6 .mbr-media {
  height: 70px;
}
.cid-soHRRSYhs6 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-soHRRSYhs6 .mbr-media span:hover {
  opacity: 0.7;
}
.cid-soHRRSYhs6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-soHRRSYhs6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soHRRSYhs6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soHRRSYhs6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-soHRRSYhs6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soHRRSYhs6 a.close:hover {
  color: #ffffff;
}
.cid-uxqY9677WX {
  background: #ffffff;
}
.cid-uxqY9677WX .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uxqY9677WX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #444444, #a66a00);
  display: inline-block;
}
.cid-uxqY9677WX .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-uxqY9677WX .mbr-iconfont {
  color: #132c70;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-uxqY9677WX .mbr-iconfont:hover {
  color: #132c70;
}
.cid-uxqY9677WX .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uxqY9677WX .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-uxqY9677WX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxqY9677WX .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uxqY9677WX .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uxqY9677WX {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-uxqY9677WX .card-wrap {
    padding: 0 0rem;
  }
  .cid-uxqY9677WX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uxqY9677WX .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uxqY9677WX {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uxqY9677WX a {
  color: #132c70;
}
.cid-uxqY9677WX .icon1 {
  padding-right: 0.5rem;
}
.cid-uxqY9677WX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqY9677WX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqZjOi6YB {
  background: #ffffff;
}
.cid-uxqZjOi6YB .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uxqZjOi6YB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #444444, #a66a00);
  display: inline-block;
}
.cid-uxqZjOi6YB .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-uxqZjOi6YB .mbr-iconfont {
  color: #132c70;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-uxqZjOi6YB .mbr-iconfont:hover {
  color: #132c70;
}
.cid-uxqZjOi6YB .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uxqZjOi6YB .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-uxqZjOi6YB .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxqZjOi6YB .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uxqZjOi6YB .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uxqZjOi6YB {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-uxqZjOi6YB .card-wrap {
    padding: 0 0rem;
  }
  .cid-uxqZjOi6YB .container-fluid {
    padding: 0 1rem;
  }
  .cid-uxqZjOi6YB .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uxqZjOi6YB {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uxqZjOi6YB a {
  color: #132c70;
}
.cid-uxqZjOi6YB .icon1 {
  padding-right: 0.5rem;
}
.cid-uxqZjOi6YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqZjOi6YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxrbEHgW4a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uxrbEHgW4a .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uxrbEHgW4a .mbr-section-title {
  color: #24262b;
}
.cid-uxrbEHgW4a .mbr-section-subtitle {
  color: #24262b;
}
.cid-uxrbEHgW4a .items-row {
  row-gap: 32px;
}
.cid-uxrbEHgW4a .item {
  cursor: pointer;
}
.cid-uxrbEHgW4a .item:focus,
.cid-uxrbEHgW4a span:focus {
  outline: none;
}
.cid-uxrbEHgW4a .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uxrbEHgW4a .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uxrbEHgW4a img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uxrbEHgW4a .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #c1c1c1;
}
.cid-uxrbEHgW4a .item-title {
  color: #24262b;
}
.cid-uxrbEHgW4a .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uxrbEHgW4a .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tC3Dl8w6ik {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3Dl8w6ik .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3Dl8w6ik a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3Dl8w6ik .input-group-btn {
  margin: 0;
}
.cid-tC3Dl8w6ik .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3Dl8w6ik .form-group,
.cid-tC3Dl8w6ik .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3Dl8w6ik .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3Dl8w6ik .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3Dl8w6ik .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3Dl8w6ik .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3Dl8w6ik .form-block {
    padding: 1rem;
  }
}
.cid-tC3Dl8w6ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3Dl8w6ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEEkQ0TjP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEEkQ0TjP a {
  transition: 0.3s;
}
.cid-tCEEkQ0TjP h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEEkQ0TjP .card-img2 span {
  padding-top: 6px;
}
.cid-tCEEkQ0TjP .soc-item a {
  padding-top: 5px;
}
.cid-tCEEkQ0TjP .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEEkQ0TjP .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEEkQ0TjP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEEkQ0TjP .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEEkQ0TjP .soc-item span {
  font-size: 1rem;
}
.cid-tCEEkQ0TjP .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEEkQ0TjP .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEEkQ0TjP .item h6 {
  margin: 0;
}
.cid-tCEEkQ0TjP .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEEkQ0TjP .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEEkQ0TjP img {
  width: 80%;
}
.cid-tCEEkQ0TjP .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEEkQ0TjP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEEkQ0TjP .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEEkQ0TjP .container {
  padding: 0;
}
.cid-tCEEkQ0TjP .btn-primary {
  color: #333333 !important;
}
.cid-tCEEkQ0TjP .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEEkQ0TjP .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEEkQ0TjP .text2 {
  text-align: center;
}
.cid-tCEEkQ0TjP .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srsWl0uTPH {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/shutterstock-298060775-2000x1328.webp");
}
.cid-srsWl0uTPH .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-srsWl0uTPH .mbr-section-title {
  color: #000000;
}
.cid-srsWl0uTPH .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srsWl0uTPH .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uxqRSSF7oI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxqRSSF7oI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqRSSF7oI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqRSSF7oI b,
.cid-uxqRSSF7oI strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uxqRSSF7oI img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uxqRSSF7oI img {
    padding-bottom: 2rem;
  }
}
.cid-uxqRSSF7oI .row {
  align-items: center;
}
.cid-uxqRSSF7oI .mbr-section-title {
  color: #e2ac00;
}
.cid-uxqRSSF7oI .mbr-text,
.cid-uxqRSSF7oI .mbr-section-btn {
  color: #17003b;
}
.cid-uxqRSSF7oI .mbr-section-subtitle {
  color: #17003b;
}
.cid-tC3AlDS8mN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3AlDS8mN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3AlDS8mN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3AlDS8mN .input-group-btn {
  margin: 0;
}
.cid-tC3AlDS8mN .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3AlDS8mN .form-group,
.cid-tC3AlDS8mN .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3AlDS8mN .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3AlDS8mN .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3AlDS8mN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3AlDS8mN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3AlDS8mN .form-block {
    padding: 1rem;
  }
}
.cid-tC3AlDS8mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3AlDS8mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEDTGXX0Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEDTGXX0Y a {
  transition: 0.3s;
}
.cid-tCEDTGXX0Y h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEDTGXX0Y .card-img2 span {
  padding-top: 6px;
}
.cid-tCEDTGXX0Y .soc-item a {
  padding-top: 5px;
}
.cid-tCEDTGXX0Y .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEDTGXX0Y .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEDTGXX0Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEDTGXX0Y .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEDTGXX0Y .soc-item span {
  font-size: 1rem;
}
.cid-tCEDTGXX0Y .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEDTGXX0Y .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEDTGXX0Y .item h6 {
  margin: 0;
}
.cid-tCEDTGXX0Y .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEDTGXX0Y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEDTGXX0Y img {
  width: 80%;
}
.cid-tCEDTGXX0Y .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEDTGXX0Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEDTGXX0Y .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEDTGXX0Y .container {
  padding: 0;
}
.cid-tCEDTGXX0Y .btn-primary {
  color: #333333 !important;
}
.cid-tCEDTGXX0Y .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEDTGXX0Y .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEDTGXX0Y .text2 {
  text-align: center;
}
.cid-tCEDTGXX0Y .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srsXy8hBGf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/shutterstock-298060775-2000x1328.webp");
}
.cid-srsXy8hBGf .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-srsXy8hBGf .mbr-section-title {
  color: #232323;
}
.cid-srsXy8hBGf .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srsXy8hBGf .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uxqRojJBt7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxqRojJBt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqRojJBt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqRojJBt7 b,
.cid-uxqRojJBt7 strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uxqRojJBt7 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uxqRojJBt7 img {
    padding-bottom: 2rem;
  }
}
.cid-uxqRojJBt7 .row {
  align-items: center;
}
.cid-uxqRojJBt7 .mbr-section-title {
  color: #091a3d;
}
.cid-uxqRojJBt7 .mbr-text,
.cid-uxqRojJBt7 .mbr-section-btn {
  color: #17003b;
}
.cid-uxqRojJBt7 .mbr-section-subtitle {
  color: #e2ac00;
}
.cid-tC3AaGC4I7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3AaGC4I7 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3AaGC4I7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3AaGC4I7 .input-group-btn {
  margin: 0;
}
.cid-tC3AaGC4I7 .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3AaGC4I7 .form-group,
.cid-tC3AaGC4I7 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3AaGC4I7 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3AaGC4I7 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3AaGC4I7 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3AaGC4I7 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3AaGC4I7 .form-block {
    padding: 1rem;
  }
}
.cid-tC3AaGC4I7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3AaGC4I7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEDNMUq4t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEDNMUq4t a {
  transition: 0.3s;
}
.cid-tCEDNMUq4t h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEDNMUq4t .card-img2 span {
  padding-top: 6px;
}
.cid-tCEDNMUq4t .soc-item a {
  padding-top: 5px;
}
.cid-tCEDNMUq4t .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEDNMUq4t .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEDNMUq4t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEDNMUq4t .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEDNMUq4t .soc-item span {
  font-size: 1rem;
}
.cid-tCEDNMUq4t .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEDNMUq4t .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEDNMUq4t .item h6 {
  margin: 0;
}
.cid-tCEDNMUq4t .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEDNMUq4t .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEDNMUq4t img {
  width: 80%;
}
.cid-tCEDNMUq4t .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEDNMUq4t .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEDNMUq4t .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEDNMUq4t .container {
  padding: 0;
}
.cid-tCEDNMUq4t .btn-primary {
  color: #333333 !important;
}
.cid-tCEDNMUq4t .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEDNMUq4t .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEDNMUq4t .text2 {
  text-align: center;
}
.cid-tCEDNMUq4t .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s5hkbiCwCd {
  background-image: url("../../../assets/images/shutterstock-1554045269-2000x933.webp");
}
.cid-s5hkbiCwCd .mbr-text,
.cid-s5hkbiCwCd .typed-text,
.cid-s5hkbiCwCd .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s5hkbiCwCd .btn {
  margin-left: 4px !important;
}
.cid-s5hkbiCwCd .animated-element {
  color: #ffbc00;
}
.cid-s5hkbiCwCd .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s5hkbiCwCd .mbr-section-subtitle {
  color: #ffa200;
  text-align: center;
}
.cid-s5hkbiCwCd .mbr-section-text,
.cid-s5hkbiCwCd .mbr-section-btn {
  text-align: left;
}
.cid-srrgX7Nx45 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-srrfEgvXZI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-srrfEgvXZI .container {
  max-width: 1500px;
}
.cid-srrfEgvXZI .row {
  background: #091a3d;
}
.cid-srrfEgvXZI .img-col {
  padding: 0;
}
.cid-srrfEgvXZI .title-col {
  padding: 4rem 8rem;
}
.cid-srrfEgvXZI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-srrfEgvXZI h2 {
  padding: 0;
  margin: 0;
}
.cid-srrfEgvXZI .text-wrap {
  margin: auto;
}
.cid-srrfEgvXZI .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-srrfEgvXZI .row {
    margin: 2rem;
  }
  .cid-srrfEgvXZI .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srrfEgvXZI .row {
    margin: 0rem;
  }
  .cid-srrfEgvXZI .title-col {
    padding: 2rem 1rem;
  }
}
.cid-srrfEgvXZI H2 {
  color: #ffba40;
}
.cid-srroLY8o0g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srroLY8o0g .mbr-text {
  color: #000000;
}
.cid-srroLY8o0g h4 {
  text-align: center;
}
.cid-srroLY8o0g p {
  text-align: center;
}
.cid-srroLY8o0g .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srroLY8o0g .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srroLY8o0g .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-srroLY8o0g .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-srroLY8o0g .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #123fa2, #091a3d);
  border-radius: 50%;
}
.cid-srroLY8o0g .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-srroLY8o0g .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #444444, #a66a00);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-srroLY8o0g .mbr-section-title,
  .cid-srroLY8o0g .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-srroLY8o0g .card-title,
.cid-srroLY8o0g .card-img {
  color: #000000;
}
.cid-uxqQmjpkmT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #efefef;
}
.cid-uxqQmjpkmT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uxqQmjpkmT .team-card:hover {
  transform: translateY(-10px);
}
.cid-uxqQmjpkmT .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uxqQmjpkmT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uxqQmjpkmT .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uxqQmjpkmT .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uxqQmjpkmT .card-text {
  padding-bottom: 1rem;
}
.cid-uxqQmjpkmT .social-row {
  text-align: center;
}
.cid-uxqQmjpkmT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uxqQmjpkmT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uxqQmjpkmT .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-uxqQmjpkmT .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-uxqQmjpkmT .card-title,
.cid-uxqQmjpkmT .social-row {
  color: #000000;
}
.cid-uxqQmjpkmT .mbr-role,
.cid-uxqQmjpkmT .social-row {
  color: #000000;
}
.cid-uxqQmjpkmT .card-text,
.cid-uxqQmjpkmT .mbr-section-btn,
.cid-uxqQmjpkmT .social-row {
  color: #232323;
}
.cid-uxqQmjpkmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqQmjpkmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3A2GBGhK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3A2GBGhK .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3A2GBGhK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3A2GBGhK .input-group-btn {
  margin: 0;
}
.cid-tC3A2GBGhK .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3A2GBGhK .form-group,
.cid-tC3A2GBGhK .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3A2GBGhK .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3A2GBGhK .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3A2GBGhK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3A2GBGhK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3A2GBGhK .form-block {
    padding: 1rem;
  }
}
.cid-tC3A2GBGhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3A2GBGhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEDvRQr52 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEDvRQr52 a {
  transition: 0.3s;
}
.cid-tCEDvRQr52 h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEDvRQr52 .card-img2 span {
  padding-top: 6px;
}
.cid-tCEDvRQr52 .soc-item a {
  padding-top: 5px;
}
.cid-tCEDvRQr52 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEDvRQr52 .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEDvRQr52 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEDvRQr52 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEDvRQr52 .soc-item span {
  font-size: 1rem;
}
.cid-tCEDvRQr52 .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEDvRQr52 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEDvRQr52 .item h6 {
  margin: 0;
}
.cid-tCEDvRQr52 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEDvRQr52 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEDvRQr52 img {
  width: 80%;
}
.cid-tCEDvRQr52 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEDvRQr52 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEDvRQr52 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEDvRQr52 .container {
  padding: 0;
}
.cid-tCEDvRQr52 .btn-primary {
  color: #333333 !important;
}
.cid-tCEDvRQr52 .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEDvRQr52 .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEDvRQr52 .text2 {
  text-align: center;
}
.cid-tCEDvRQr52 .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sYPrnYhcOl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYPrnYhcOl .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sYPrnYhcOl .row {
    text-align: center;
  }
}
.cid-tCEEqc1zkj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tCEEqc1zkj .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tCEEqc1zkj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tCEEqc1zkj .input-group-btn {
  margin: 0;
}
.cid-tCEEqc1zkj .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tCEEqc1zkj .form-group,
.cid-tCEEqc1zkj .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tCEEqc1zkj .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tCEEqc1zkj .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tCEEqc1zkj .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tCEEqc1zkj .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tCEEqc1zkj .form-block {
    padding: 1rem;
  }
}
.cid-tCEEqc1zkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCEEqc1zkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEEnTBPis {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEEnTBPis a {
  transition: 0.3s;
}
.cid-tCEEnTBPis h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEEnTBPis .card-img2 span {
  padding-top: 6px;
}
.cid-tCEEnTBPis .soc-item a {
  padding-top: 5px;
}
.cid-tCEEnTBPis .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEEnTBPis .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEEnTBPis .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEEnTBPis .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEEnTBPis .soc-item span {
  font-size: 1rem;
}
.cid-tCEEnTBPis .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEEnTBPis .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEEnTBPis .item h6 {
  margin: 0;
}
.cid-tCEEnTBPis .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEEnTBPis .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEEnTBPis img {
  width: 80%;
}
.cid-tCEEnTBPis .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEEnTBPis .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEEnTBPis .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEEnTBPis .container {
  padding: 0;
}
.cid-tCEEnTBPis .btn-primary {
  color: #333333 !important;
}
.cid-tCEEnTBPis .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEEnTBPis .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEEnTBPis .text2 {
  text-align: center;
}
.cid-tCEEnTBPis .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tzUxxkgVOW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tzUxxkgVOW .navbar-fixed-top {
  padding-top: 0;
}
.cid-tzUxxkgVOW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tzUxxkgVOW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown-item {
  padding: 0;
}
.cid-tzUxxkgVOW .dropdown-item,
.cid-tzUxxkgVOW .nav-link,
.cid-tzUxxkgVOW .brand-name {
  font-style: normal;
}
.cid-tzUxxkgVOW .dropdown-item:hover,
.cid-tzUxxkgVOW .nav-link:hover,
.cid-tzUxxkgVOW .brand-name:hover {
  color: #444444 !important;
}
.cid-tzUxxkgVOW .dropdown-menu {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .dropdown-item:active {
  background-color: #a0b7d2;
}
.cid-tzUxxkgVOW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzUxxkgVOW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tzUxxkgVOW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tzUxxkgVOW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tzUxxkgVOW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .content-text {
  margin-bottom: 0;
}
.cid-tzUxxkgVOW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #444444;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tzUxxkgVOW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tzUxxkgVOW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tzUxxkgVOW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tzUxxkgVOW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tzUxxkgVOW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzUxxkgVOW .nav-dropdown .link {
  font-weight: 400;
}
.cid-tzUxxkgVOW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tzUxxkgVOW .content-right-side {
  text-align: center;
}
.cid-tzUxxkgVOW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tzUxxkgVOW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tzUxxkgVOW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tzUxxkgVOW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tzUxxkgVOW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tzUxxkgVOW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tzUxxkgVOW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tzUxxkgVOW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tzUxxkgVOW .navbar {
    display: block;
    padding: 0;
  }
  .cid-tzUxxkgVOW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tzUxxkgVOW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 80px;
  }
  .cid-tzUxxkgVOW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tzUxxkgVOW .navbar-toggler {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tzUxxkgVOW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tzUxxkgVOW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tzUxxkgVOW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzUxxkgVOW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tzUxxkgVOW .navbar.navbar-short {
  min-height: 100px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tzUxxkgVOW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tzUxxkgVOW button.navbar-toggler {
  width: 100px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tzUxxkgVOW button.navbar-toggler:focus {
  outline: none;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzUxxkgVOW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzUxxkgVOW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzUxxkgVOW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .btn {
  display: flex;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUxxkgVOW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tzUxxkgVOW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tzUxxkgVOW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tzUxxkgVOW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tzUxxkgVOW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tzUxxkgVOW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tzUxxkgVOW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tzUxxkgVOW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tzUxxkgVOW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tzUxxkgVOW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tzUxxkgVOW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing,
  .cid-tzUxxkgVOW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tzUxxkgVOW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tzUxxkgVOW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tzUxxkgVOW img {
    height: 3.8rem !important;
  }
  .cid-tzUxxkgVOW .btn {
    display: flex;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tzUxxkgVOW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tzUxxkgVOW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tzUxxkgVOW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tzUxxkgVOW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tzUxxkgVOW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tzUxxkgVOW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzUxxkgVOW .nav-link:focus {
  outline: none;
}
.cid-tzUxxkgVOW .navbar-toggler {
  position: relative;
}
.cid-tzUxxkgVOW .dropdown-item.active,
.cid-tzUxxkgVOW .dropdown-item:active {
  color: initial;
}
.cid-tzUxxkgVOW .widget-title,
.cid-tzUxxkgVOW .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-tzUxxkgVOW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tzUxxkgVOW .menu-logo {
    display: none;
  }
  .cid-tzUxxkgVOW .navbar {
    padding: 0;
  }
  .cid-tzUxxkgVOW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzUxxkgVOW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-shOX32f1Kf {
  background-image: url("../../../assets/images/picture1-1-1686x1125.webp");
  background-position: right;
}
.cid-shOX32f1Kf .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shOX32f1Kf img {
  position: absolute;
  left: 10%;
  bottom: 130px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-shOX32f1Kf .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shOX32f1Kf H1 {
  text-align: center;
  color: #fafafa;
}
.cid-shOX32f1Kf .mbr-text,
.cid-shOX32f1Kf .mbr-section-btn {
  text-align: center;
}
.cid-shOX32f1Kf H3 {
  text-align: center;
}
.cid-ss6Fz7bUHc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBvjh3QFRD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tBvjh3QFRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBvjh3QFRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBvjh3QFRD .box {
  margin-bottom: 15px;
}
.cid-tBvjh3QFRD .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tBvjh3QFRD .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tBvjh3QFRD .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tBvjh3QFRD .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tBvjh3QFRD .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tBvjh3QFRD .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
  background-color: #150d1d;
}
@media (max-width: 767px) {
  .cid-tBvjh3QFRD .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tBvjh3QFRD .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tBvjh3QFRD .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tBvjh3QFRD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBvjh3QFRD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBvjh3QFRD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBvjh3QFRD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBvjh3QFRD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBvjh3QFRD .item-img {
  overflow: hidden;
}
.cid-tBvjh3QFRD .item-img img {
  width: 100%;
}
.cid-tBvjh3QFRD .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tBvjh3QFRD .title-text {
  color: #091a3d;
  margin-bottom: 0;
  width: 100%;
}
.cid-tBvjh3QFRD .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tB9pC5iROJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB9pC5iROJ .mbr-section-title {
  color: #06182d;
}
.cid-tB9pC5iROJ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tB9pC5iROJ .mbr-section-subtitle {
  color: #06182d;
}
.cid-tB9pC5iROJ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tB9pC5iROJ .card:nth-child(even) {
  margin-top: 70px;
}
.cid-tB9pC5iROJ .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.webp");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-tB9pC5iROJ .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.webp");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-tB9pC5iROJ .card .card-wrapper {
  height: 100%;
}
.cid-tB9pC5iROJ .card .card-wrapper .card-img {
  position: relative;
}
.cid-tB9pC5iROJ .card .card-wrapper .card-img:hover img {
  transform: rotateY(0deg);
}
.cid-tB9pC5iROJ .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-tB9pC5iROJ .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-tB9pC5iROJ .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-tB9pC5iROJ .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-tB9pC5iROJ .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-tB9pC5iROJ .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-spP0mKd6QE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spP0mKd6QE .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #333333;
}
.cid-spP0mKd6QE img {
  width: 100%;
}
.cid-spP0mKd6QE p {
  margin-top: 6rem;
}
.cid-spP0mKd6QE .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-spP0mKd6QE .content-wrapper {
  padding-top: 6rem;
}
.cid-spP0mKd6QE h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-spP0mKd6QE .content-wrapper {
    padding-top: 0rem;
  }
  .cid-spP0mKd6QE p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-spP0mKd6QE .back {
    width: 100%;
    height: 75%;
  }
  .cid-spP0mKd6QE .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-spP0mKd6QE p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spP0mKd6QE .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-spP0mKd6QE h4 {
    right: 2rem;
  }
}
.cid-spP0mKd6QE H1 {
  text-align: center;
  color: #fafafa;
}
.cid-spP0mKd6QE H3 {
  text-align: center;
  color: #fafafa;
}
.cid-srtfdCi7kD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ss5XqgMbui {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss5XqgMbui img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss5XqgMbui img:hover {
  transform: scale(1.1);
}
.cid-ss5XqgMbui .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss5XqgMbui h2 {
  padding: 0;
  margin: 0;
}
.cid-ss5XqgMbui .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss5XqgMbui .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss5XqgMbui .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-ss5XqgMbui .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss5XqgMbui .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss5XqgMbui .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss5XqgMbui .mbr-iconfont {
  margin: 0!important;
}
.cid-ss5XqgMbui .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss5XqgMbui .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss5XqgMbui .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss5XqgMbui .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss5XqgMbui .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss5XqgMbui H2 {
  color: #333333;
}
.cid-ss5XqgMbui .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-ss5XqgMbui H1 {
  text-align: center;
}
.cid-ss5XAcTC5E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss5XAcTC5E img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss5XAcTC5E img:hover {
  transform: scale(1.1);
}
.cid-ss5XAcTC5E .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss5XAcTC5E h2 {
  padding: 0;
  margin: 0;
}
.cid-ss5XAcTC5E .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss5XAcTC5E .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss5XAcTC5E .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ss5XAcTC5E .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss5XAcTC5E .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss5XAcTC5E .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss5XAcTC5E .mbr-iconfont {
  margin: 0!important;
}
.cid-ss5XAcTC5E .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss5XAcTC5E .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss5XAcTC5E .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss5XAcTC5E .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss5XAcTC5E .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss5XAcTC5E H2 {
  color: #333333;
}
.cid-ss5XAcTC5E .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-ss5XAcTC5E H1 {
  text-align: center;
}
.cid-ss5XCjUuzG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss5XCjUuzG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss5XCjUuzG img:hover {
  transform: scale(1.1);
}
.cid-ss5XCjUuzG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss5XCjUuzG h2 {
  padding: 0;
  margin: 0;
}
.cid-ss5XCjUuzG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss5XCjUuzG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss5XCjUuzG .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-ss5XCjUuzG .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss5XCjUuzG .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss5XCjUuzG .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss5XCjUuzG .mbr-iconfont {
  margin: 0!important;
}
.cid-ss5XCjUuzG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss5XCjUuzG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss5XCjUuzG .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss5XCjUuzG .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss5XCjUuzG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss5XCjUuzG H2 {
  color: #333333;
}
.cid-ss5XCjUuzG .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-ss5XCjUuzG H1 {
  text-align: center;
}
.cid-ss5XCUT1IX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ss5XCUT1IX img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ss5XCUT1IX img:hover {
  transform: scale(1.1);
}
.cid-ss5XCUT1IX .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ss5XCUT1IX h2 {
  padding: 0;
  margin: 0;
}
.cid-ss5XCUT1IX .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss5XCUT1IX .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ss5XCUT1IX .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ss5XCUT1IX .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ss5XCUT1IX .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ss5XCUT1IX .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ss5XCUT1IX .mbr-iconfont {
  margin: 0!important;
}
.cid-ss5XCUT1IX .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ss5XCUT1IX .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ss5XCUT1IX .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ss5XCUT1IX .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ss5XCUT1IX .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ss5XCUT1IX H2 {
  color: #333333;
}
.cid-ss5XCUT1IX .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-ss5XCUT1IX H1 {
  text-align: center;
}
.cid-tC3AM88fVM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #a0b7d2;
}
.cid-tC3AM88fVM .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tC3AM88fVM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tC3AM88fVM .input-group-btn {
  margin: 0;
}
.cid-tC3AM88fVM .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-tC3AM88fVM .form-group,
.cid-tC3AM88fVM .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tC3AM88fVM .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tC3AM88fVM .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tC3AM88fVM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tC3AM88fVM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tC3AM88fVM .form-block {
    padding: 1rem;
  }
}
.cid-tC3AM88fVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3AM88fVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCEEhFWNtb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091a3d;
  position: relative;
  overflow: hidden;
}
.cid-tCEEhFWNtb a {
  transition: 0.3s;
}
.cid-tCEEhFWNtb h5 {
  margin-bottom: 1.6rem;
}
.cid-tCEEhFWNtb .card-img2 span {
  padding-top: 6px;
}
.cid-tCEEhFWNtb .soc-item a {
  padding-top: 5px;
}
.cid-tCEEhFWNtb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tCEEhFWNtb .link:hover {
  color: #444444 !important;
}
@media (max-width: 992px) {
  .cid-tCEEhFWNtb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tCEEhFWNtb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tCEEhFWNtb .soc-item span {
  font-size: 1rem;
}
.cid-tCEEhFWNtb .soc-item:hover span {
  color: #444444 !important;
}
.cid-tCEEhFWNtb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tCEEhFWNtb .item h6 {
  margin: 0;
}
.cid-tCEEhFWNtb .media-wrap {
  margin-bottom: 1rem;
}
.cid-tCEEhFWNtb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tCEEhFWNtb img {
  width: 80%;
}
.cid-tCEEhFWNtb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tCEEhFWNtb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tCEEhFWNtb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tCEEhFWNtb .container {
  padding: 0;
}
.cid-tCEEhFWNtb .btn-primary {
  color: #333333 !important;
}
.cid-tCEEhFWNtb .btn-primary:hover {
  background-color: #2b2b2b !important;
}
.cid-tCEEhFWNtb .title {
  color: #e2ac00;
  text-align: center;
}
.cid-tCEEhFWNtb .text2 {
  text-align: center;
}
.cid-tCEEhFWNtb .item-title {
  text-align: center;
}
.cid-t2LWrS4QAU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-t2LWrS4QAU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t2LWrS4QAU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t2LWrS4QAU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t2LWrS4QAU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t2LWrS4QAU .logo-section img {
  width: auto;
}
.cid-t2LWrS4QAU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t2LWrS4QAU .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t2LWrS4QAU .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t2LWrS4QAU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t2LWrS4QAU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t2LWrS4QAU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
