.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #696969 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #696969 !important;
  border-color: #696969 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #696969;
  color: #696969;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3e3e3e !important;
  background-color: transparent!important;
  border-color: #3e3e3e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #696969 !important;
  border-color: #696969 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #696969 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #363636 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #696969;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #696969;
  border-color: #696969;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #696969;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a9a9a9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #696969 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #696969;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #696969;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #696969;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #696969;
  border-bottom-color: #696969;
}
.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: #696969 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23696969' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-vbmfPc844Y .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-vbmfPc844Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vbmfPc844Y a {
  font-style: normal;
}
.cid-vbmfPc844Y .show {
  overflow: visible;
}
.cid-vbmfPc844Y .dropdown-menu {
  max-height: 400px;
}
.cid-vbmfPc844Y .dropdown-item:active {
  background-color: transparent;
}
.cid-vbmfPc844Y .nav-link {
  font-weight: 600 !important;
}
.cid-vbmfPc844Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vbmfPc844Y .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-vbmfPc844Y .nav-item:focus,
.cid-vbmfPc844Y .nav-link:focus {
  outline: none;
}
.cid-vbmfPc844Y .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vbmfPc844Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vbmfPc844Y .menu-logo {
  margin-right: auto;
}
.cid-vbmfPc844Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vbmfPc844Y .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-vbmfPc844Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-vbmfPc844Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vbmfPc844Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vbmfPc844Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vbmfPc844Y .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vbmfPc844Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-vbmfPc844Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vbmfPc844Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbmfPc844Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vbmfPc844Y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vbmfPc844Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-vbmfPc844Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbmfPc844Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vbmfPc844Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbmfPc844Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vbmfPc844Y .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-vbmfPc844Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vbmfPc844Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vbmfPc844Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vbmfPc844Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vbmfPc844Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vbmfPc844Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vbmfPc844Y button.navbar-toggler:focus {
  outline: none;
}
.cid-vbmfPc844Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vbmfPc844Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbmfPc844Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbmfPc844Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbmfPc844Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbmfPc844Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbmfPc844Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbmfPc844Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbmfPc844Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbmfPc844Y .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vbmfPc844Y .collapsed .btn {
  display: -webkit-flex;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse.collapsing,
.cid-vbmfPc844Y .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vbmfPc844Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vbmfPc844Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vbmfPc844Y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vbmfPc844Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vbmfPc844Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vbmfPc844Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vbmfPc844Y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-vbmfPc844Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-vbmfPc844Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vbmfPc844Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vbmfPc844Y .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-vbmfPc844Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vbmfPc844Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vbmfPc844Y .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;
}
@media (max-width: 991px) {
  .cid-vbmfPc844Y.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vbmfPc844Y img {
    height: 3.8rem !important;
  }
  .cid-vbmfPc844Y .btn {
    display: -webkit-flex;
  }
  .cid-vbmfPc844Y button.navbar-toggler {
    display: block;
  }
  .cid-vbmfPc844Y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vbmfPc844Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vbmfPc844Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vbmfPc844Y .navbar-collapse.collapsing,
  .cid-vbmfPc844Y .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-vbmfPc844Y .navbar-collapse.collapsing .navbar-nav,
  .cid-vbmfPc844Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vbmfPc844Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vbmfPc844Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vbmfPc844Y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vbmfPc844Y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vbmfPc844Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-vbmfPc844Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vbmfPc844Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vbmfPc844Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vbmfPc844Y .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-vbmfPc844Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vbmfPc844Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vbmfPc844Y .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;
  }
}
@media (max-width: 767px) {
  .cid-vbmfPc844Y .nav-link {
    justify-content: start !important;
  }
  .cid-vbmfPc844Y .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-vbmfPc844Y .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-vbmfPc844Y .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-vbmfPc844Y .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vbmfPc844Y .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vbmfPc844Y .nav-link:hover,
.cid-vbmfPc844Y .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-vbmfPc844Y .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-vbmfPc844Y .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-vbn71KmLlG {
  display: flex;
  background-image: url("../../../assets/images/first-page-slider.jpg-1895x830.jpg");
}
.cid-vbn71KmLlG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vbn71KmLlG {
    align-items: flex-end;
  }
  .cid-vbn71KmLlG .row {
    justify-content: center;
  }
  .cid-vbn71KmLlG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbn71KmLlG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbn71KmLlG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vbn71KmLlG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbn71KmLlG .content-wrap {
    width: 100%;
  }
}
.cid-vbn71KmLlG .mbr-section-title,
.cid-vbn71KmLlG .mbr-section-subtitle {
  text-align: center;
}
.cid-vbn71KmLlG .mbr-text,
.cid-vbn71KmLlG .mbr-section-btn {
  text-align: center;
}
.cid-vbn71KmLlG .mbr-section-title {
  color: #ffffff;
}
.cid-vbndz9MD5b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #062256;
}
.cid-vbndz9MD5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbndz9MD5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbndz9MD5b .mbr-section-title {
  color: #ffffff;
}
.cid-vciurPuDdu {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #062256;
}
.cid-vciurPuDdu .content-head {
  max-width: 800px;
}
.cid-vciurPuDdu .mbr-section-title {
  color: #ffffff;
}
.cid-vciurPuDdu .mbr-text,
.cid-vciurPuDdu .mbr-section-btn {
  color: #ffffff;
}
.cid-vcixXHEbcB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vcixXHEbcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcixXHEbcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcixXHEbcB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcixXHEbcB .row {
  flex-direction: row-reverse;
}
.cid-vcixXHEbcB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcixXHEbcB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcixXHEbcB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcixXHEbcB .mbr-section-title {
  color: #ffffff;
}
.cid-vcixXHEbcB .mbr-text,
.cid-vcixXHEbcB .mbr-section-btn {
  color: #ffffff;
}
.cid-vciChnvHSS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vciChnvHSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciChnvHSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vciChnvHSS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vciChnvHSS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vciChnvHSS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vciChnvHSS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vciChnvHSS .mbr-section-title {
  color: #ffffff;
}
.cid-vciChnvHSS .mbr-text,
.cid-vciChnvHSS .mbr-section-btn {
  color: #ffffff;
}
.cid-vciENWy7C3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vciENWy7C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciENWy7C3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vciENWy7C3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vciENWy7C3 .row {
  flex-direction: row-reverse;
}
.cid-vciENWy7C3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vciENWy7C3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vciENWy7C3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vciENWy7C3 .mbr-section-title {
  color: #ffffff;
}
.cid-vciENWy7C3 .mbr-text,
.cid-vciENWy7C3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vciGGiuiEj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vciGGiuiEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciGGiuiEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vciGGiuiEj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vciGGiuiEj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vciGGiuiEj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vciGGiuiEj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vciGGiuiEj .mbr-section-title {
  color: #ffffff;
}
.cid-vciGGiuiEj .mbr-text,
.cid-vciGGiuiEj .mbr-section-btn {
  color: #ffffff;
}
.cid-vciJsmrNqe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vciJsmrNqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciJsmrNqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vciJsmrNqe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vciJsmrNqe .row {
  flex-direction: row-reverse;
}
.cid-vciJsmrNqe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vciJsmrNqe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vciJsmrNqe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vciJsmrNqe .mbr-section-title {
  color: #ffffff;
}
.cid-vciJsmrNqe .mbr-text,
.cid-vciJsmrNqe .mbr-section-btn {
  color: #ffffff;
}
.cid-vcj0tTTVZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #062256;
}
.cid-vcj0tTTVZ2 .container {
  max-width: 1500px;
}
.cid-vcj0tTTVZ2 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-vcj0tTTVZ2 img:hover {
  transform: scale(1.1);
}
.cid-vcj0tTTVZ2 .row {
  background: #232323;
}
.cid-vcj0tTTVZ2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-vcj0tTTVZ2 h2 {
  padding: 0;
  margin: 0;
}
.cid-vcj0tTTVZ2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcj0tTTVZ2 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-vcj0tTTVZ2 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-vcj0tTTVZ2 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-vcj0tTTVZ2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-vcj0tTTVZ2 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vcj0tTTVZ2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj0tTTVZ2 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-vcj0tTTVZ2 .row {
    margin: 0rem;
  }
  .cid-vcj0tTTVZ2 .text-col {
    padding: 2rem 1rem;
  }
  .cid-vcj0tTTVZ2 .number {
    margin-right: 2rem;
  }
  .cid-vcj0tTTVZ2 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-vcj0tTTVZ2 H2 {
  color: #ffffff;
}
.cid-vcj0tTTVZ2 .mbr-text {
  color: #ffffff;
}
.cid-vcj0tTTVZ2 H3 {
  color: #696969;
}
.cid-vcjmL57APZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #062256;
}
.cid-vcjmL57APZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjmL57APZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjmL57APZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcjmL57APZ .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vcjmL57APZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcjmL57APZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcjmL57APZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcjmL57APZ .header-menu li p {
  margin: 0;
}
.cid-vcjmL57APZ .mbr-section-title {
  color: #ffffff;
}
.cid-vcjmL57APZ .header-menu-item {
  color: #ffffff;
}
.cid-vcjmL57APZ .mbr-text,
.cid-vcjmL57APZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcjmL57APZ .content-head {
  max-width: 800px;
}
.cid-vcjqYtNqwP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #062256;
}
.cid-vcjqYtNqwP img,
.cid-vcjqYtNqwP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vcjqYtNqwP .item:focus,
.cid-vcjqYtNqwP span:focus {
  outline: none;
}
.cid-vcjqYtNqwP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcjqYtNqwP .item {
    margin-bottom: 1rem;
  }
}
.cid-vcjqYtNqwP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcjqYtNqwP .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vcjqYtNqwP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vcjqYtNqwP .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjqYtNqwP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjqYtNqwP .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjqYtNqwP .mbr-section-title {
  color: #232323;
}
.cid-vcjqYtNqwP .mbr-text,
.cid-vcjqYtNqwP .mbr-section-btn {
  text-align: center;
}
.cid-vcjqYtNqwP .item-title {
  text-align: left;
}
.cid-vcjqYtNqwP .content-head {
  max-width: 800px;
}
.cid-vcjqYtNqwP .mbr-text,
.cid-vcjqYtNqwP .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vcjqYtNqwP .mbr-section-title,
.cid-vcjqYtNqwP .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjtzPPwte {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #062256;
}
.cid-vcjtzPPwte .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjtzPPwte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vcjtzPPwte .image-wrapper {
    flex-direction: column;
  }
  .cid-vcjtzPPwte .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vcjtzPPwte .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-vcjtzPPwte img,
.cid-vcjtzPPwte .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcjtzPPwte .card-wrapper {
  background: #ffffff;
}
.cid-vcjtzPPwte .mbr-text,
.cid-vcjtzPPwte .mbr-section-btn {
  color: #000000;
}
.cid-vcjtzPPwte .card-title,
.cid-vcjtzPPwte .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-vcjtzPPwte .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcjtzPPwte .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcjtzPPwte .card-content-text {
    padding: 4rem;
  }
}
.cid-vcjXvxGvK2 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #062256;
}
@media (max-width: 767px) {
  .cid-vcjXvxGvK2 {
    padding-bottom: 5rem;
  }
}
.cid-vcjXvxGvK2 img,
.cid-vcjXvxGvK2 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vcjXvxGvK2 .mbr-text {
  color: #000000;
}
.cid-vcjXvxGvK2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vcjXvxGvK2 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcjXvxGvK2 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vcjXvxGvK2 .mbr-text UL {
  text-align: left;
}
.cid-vcjXvxGvK2 .mbr-section-subtitle,
.cid-vcjXvxGvK2 .main-button {
  color: #000000;
}
.cid-vcjXvxGvK2 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-vcjXvxGvK2 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-vcjXvxGvK2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcjXvxGvK2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcjXvxGvK2 .item-title {
  text-align: center;
}
.cid-vcjXvxGvK2 .item-wrapper {
  padding: 0;
  margin: 0;
}
.cid-vcjXvxGvK2 .side-features .item {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-vcjXvxGvK2 .side-features {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-vcjXvxGvK2 .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vcjXvxGvK2 .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-vcjXvxGvK2 .mbr-section-title {
  color: #ffffff;
}
.cid-vcjXvxGvK2 .mbr-section-subtitle,
.cid-vcjXvxGvK2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjEKyTK9U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vcjEKyTK9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjEKyTK9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcjEKyTK9U .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcjEKyTK9U .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vcjEKyTK9U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcjEKyTK9U .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcjEKyTK9U .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcjEKyTK9U .header-menu li p {
  margin: 0;
}
.cid-vcjEKyTK9U .mbr-section-title {
  color: #ffffff;
}
.cid-vcjEKyTK9U .header-menu-item {
  color: #ffffff;
}
.cid-vcjEKyTK9U .mbr-text,
.cid-vcjEKyTK9U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcjEKyTK9U .content-head {
  max-width: 800px;
}
.cid-vcjGFFUkpv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vcjGFFUkpv .mbr-text {
  color: #ffffff;
}
.cid-vcjGFFUkpv .mbr-section-subtitle {
  color: #000000;
}
.cid-vcjGFFUkpv .mbr-section-title {
  color: #fafafa;
}
.cid-vcjLUkel3g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #062256;
}
.cid-vcjLUkel3g img,
.cid-vcjLUkel3g .item-img {
  width: 100%;
}
.cid-vcjLUkel3g .item:focus,
.cid-vcjLUkel3g span:focus {
  outline: none;
}
.cid-vcjLUkel3g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcjLUkel3g .item {
    margin-bottom: 1rem;
  }
}
.cid-vcjLUkel3g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcjLUkel3g .item {
  padding: 0;
  margin: 0;
}
.cid-vcjLUkel3g .item-wrapper {
  position: relative;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcjLUkel3g .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vcjLUkel3g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vcjLUkel3g .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vcjLUkel3g .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcjLUkel3g .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vcjLUkel3g .mbr-section-title {
  color: #232323;
}
.cid-vcjLUkel3g .mbr-text,
.cid-vcjLUkel3g .mbr-section-btn {
  text-align: center;
}
.cid-vcjLUkel3g .item-title {
  text-align: left;
}
.cid-vcjLUkel3g .content-head {
  max-width: 800px;
}
.cid-vcjLUkel3g .mbr-text,
.cid-vcjLUkel3g .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vcjLUkel3g .mbr-section-title,
.cid-vcjLUkel3g .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjLUkel3g .mbr-section-subtitle,
.cid-vcjLUkel3g .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-vcjP792lcl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vcjP792lcl .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vcjP792lcl img,
.cid-vcjP792lcl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcjP792lcl .item:focus,
.cid-vcjP792lcl span:focus {
  outline: none;
}
.cid-vcjP792lcl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcjP792lcl .item {
    margin-bottom: 1rem;
  }
}
.cid-vcjP792lcl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcjP792lcl .mbr-section-title {
  color: #ffffff;
}
.cid-vcjP792lcl .mbr-text,
.cid-vcjP792lcl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcjP792lcl .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-vcjP792lcl .content-head {
  max-width: 800px;
}
.cid-vcjP792lcl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vciu67cF7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #062256;
}
.cid-vciu67cF7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciu67cF7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vciu67cF7B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vciu67cF7B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vciu67cF7B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vciu67cF7B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vciu67cF7B .mbr-section-title {
  color: #ffffff;
}
.cid-vciu67cF7B .mbr-text,
.cid-vciu67cF7B .mbr-section-btn {
  color: #ffffff;
}
.cid-vbuI9EMORC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #062256;
}
.cid-vbuI9EMORC .item:focus,
.cid-vbuI9EMORC span:focus {
  outline: none;
}
.cid-vbuI9EMORC .item {
  cursor: pointer;
}
.cid-vbuI9EMORC .grid-container {
  grid-row-gap: 0;
}
.cid-vbuI9EMORC .grid-container-1,
.cid-vbuI9EMORC .grid-container-2,
.cid-vbuI9EMORC .grid-container-3 {
  gap: 0;
}
.cid-vbuI9EMORC .mbr-section-title {
  color: #ffffff;
}
.cid-vbuI9EMORC .mbr-text,
.cid-vbuI9EMORC .mbr-section-btn {
  color: #000000;
}
.cid-vbuI9EMORC .content-head {
  max-width: 800px;
}
.cid-vbuI9EMORC .container,
.cid-vbuI9EMORC .container-fluid {
  overflow: hidden;
}
.cid-vbuI9EMORC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vbuI9EMORC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbuI9EMORC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vbuI9EMORC .grid-item img {
    min-width: 35vw;
  }
}
.cid-vbuI9EMORC .grid-container-1,
.cid-vbuI9EMORC .grid-container-2,
.cid-vbuI9EMORC .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vbuI9EMORC .grid-container-1 {
  align-items: flex-end;
}
.cid-vbuI9EMORC .grid-container-2 {
  align-items: flex-start;
}
.cid-vbuI9EMORC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcjVoTUkOj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #062256;
}
.cid-vcjVoTUkOj input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vcjVoTUkOj input:hover {
  border: none !important;
}
.cid-vcjVoTUkOj .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcjVoTUkOj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcjVoTUkOj .row {
  justify-content: center;
}
.cid-vcjVoTUkOj .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-vcjVoTUkOj .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-vcjVoTUkOj .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vcjVoTUkOj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vcjVoTUkOj .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vcjVoTUkOj .justify-content-center {
  align-items: center;
}
.cid-vcjVoTUkOj .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
