.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
  .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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0d3150 !important;
}
.bg-success {
  background-color: #fbf7ea !important;
}
.bg-info {
  background-color: #0d3150 !important;
}
.bg-warning {
  background-color: #e4ac25 !important;
}
.bg-danger {
  background-color: #fbf7ea !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d3150 !important;
  border-color: #0d3150 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #144c7c !important;
  border-color: #144c7c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #144c7c !important;
  border-color: #144c7c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4ac25 !important;
  border-color: #e4ac25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #eabd52 !important;
  border-color: #eabd52 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eabd52 !important;
  border-color: #eabd52 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0d3150 !important;
  border-color: #0d3150 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #144c7c !important;
  border-color: #144c7c !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #144c7c !important;
  border-color: #144c7c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbf7ea !important;
  border-color: #fbf7ea !important;
  color: #c19c25 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c19c25 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e4ac25 !important;
  border-color: #e4ac25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #eabd52 !important;
  border-color: #eabd52 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #eabd52 !important;
  border-color: #eabd52 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fbf7ea !important;
  border-color: #fbf7ea !important;
  color: #c19c25 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c19c25 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d3150;
  color: #0d3150;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010305 !important;
  background-color: transparent !important;
  border-color: #010305 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d3150 !important;
  border-color: #0d3150 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e4ac25;
  color: #e4ac25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f7614 !important;
  background-color: transparent !important;
  border-color: #9f7614 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4ac25 !important;
  border-color: #e4ac25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d3150;
  color: #0d3150;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #010305 !important;
  background-color: transparent !important;
  border-color: #010305 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d3150 !important;
  border-color: #0d3150 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fbf7ea;
  color: #fbf7ea;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #eddba1 !important;
  background-color: transparent !important;
  border-color: #eddba1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c19c25 !important;
  background-color: #fbf7ea !important;
  border-color: #fbf7ea !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e4ac25;
  color: #e4ac25;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f7614 !important;
  background-color: transparent !important;
  border-color: #9f7614 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e4ac25 !important;
  border-color: #e4ac25 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fbf7ea;
  color: #fbf7ea;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #eddba1 !important;
  background-color: transparent !important;
  border-color: #eddba1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c19c25 !important;
  background-color: #fbf7ea !important;
  border-color: #fbf7ea !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: #0d3150 !important;
}
.text-secondary {
  color: #e4ac25 !important;
}
.text-success {
  color: #fbf7ea !important;
}
.text-info {
  color: #0d3150 !important;
}
.text-warning {
  color: #e4ac25 !important;
}
.text-danger {
  color: #fbf7ea !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #916c12 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ebd694 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #916c12 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ebd694 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0d3150;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d3150;
}
.alert-warning {
  background-color: #e4ac25;
}
.alert-danger {
  background-color: #fbf7ea;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d3150;
  border-color: #0d3150;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0d3150;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ea6e5;
}
.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: #5ea6e5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #faf1db;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #0d3150 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0d3150;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #0d3150;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d3150;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0d3150;
  border-bottom-color: #0d3150;
}
.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: #0d3150 !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: #e4ac25 !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='%230d3150' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vuXaLfEm0C .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vuXaLfEm0C .navbar-brand {
    width: fit-content;
    margin: auto!important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-vuXaLfEm0C .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-vuXaLfEm0C .navbar.navbar-short .navbar-brand {
  padding: 1rem!important;
}
.cid-vuXaLfEm0C .navbar-logo {
  margin: 0!important;
}
.cid-vuXaLfEm0C .navbar-brand {
  background-color: #0d3150;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuXaLfEm0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuXaLfEm0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuXaLfEm0C .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-vuXaLfEm0C .navbar-nav {
  min-width: 45%;
}
.cid-vuXaLfEm0C .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-vuXaLfEm0C .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-vuXaLfEm0C .dropdown-item {
  color: #000000 !important;
}
.cid-vuXaLfEm0C .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vuXaLfEm0C .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-vuXaLfEm0C .nav-link:hover {
  color: #0d3150 !important;
}
.cid-vuXaLfEm0C .nav-link:hover:before {
  opacity: 1;
}
.cid-vuXaLfEm0C .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #0d3150;
}
.cid-vuXaLfEm0C .btn-white {
  color: #0d3150 !important;
}
.cid-vuXaLfEm0C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vuXaLfEm0C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuXaLfEm0C .container {
  display: flex;
  margin: auto;
}
.cid-vuXaLfEm0C .navbar.opened {
  background: #fbf7ea !important;
}
.cid-vuXaLfEm0C .nav-item:focus,
.cid-vuXaLfEm0C .nav-link:focus {
  outline: none;
}
.cid-vuXaLfEm0C .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-vuXaLfEm0C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuXaLfEm0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vuXaLfEm0C .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-vuXaLfEm0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuXaLfEm0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuXaLfEm0C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbf7ea;
}
.cid-vuXaLfEm0C .navbar.opened {
  transition: all .3s;
}
.cid-vuXaLfEm0C .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-vuXaLfEm0C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vuXaLfEm0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuXaLfEm0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuXaLfEm0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vuXaLfEm0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vuXaLfEm0C .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vuXaLfEm0C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuXaLfEm0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vuXaLfEm0C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vuXaLfEm0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuXaLfEm0C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vuXaLfEm0C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vuXaLfEm0C .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vuXaLfEm0C .navbar.navbar-short {
  background: #fbf7ea !important;
  min-height: 60px;
}
.cid-vuXaLfEm0C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vuXaLfEm0C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vuXaLfEm0C .dropdown-item.active,
.cid-vuXaLfEm0C .dropdown-item:active {
  background-color: transparent;
}
.cid-vuXaLfEm0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuXaLfEm0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuXaLfEm0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuXaLfEm0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf7ea;
}
.cid-vuXaLfEm0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuXaLfEm0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuXaLfEm0C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vuXaLfEm0C .navbar-buttons {
  text-align: center;
}
.cid-vuXaLfEm0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vuXaLfEm0C .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-vuXaLfEm0C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vuXaLfEm0C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vuXaLfEm0C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vuXaLfEm0C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuXaLfEm0C .navbar {
    height: 77px;
  }
  .cid-vuXaLfEm0C .navbar.opened {
    height: auto;
  }
  .cid-vuXaLfEm0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vuXcsH72h5 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/360-f-845516296-gvucboqnp1kyctkix5thi7ff1xq0jifj-630x360.jpg");
}
.cid-vuXcsH72h5 H2 {
  color: #fbf7ea;
}
.cid-vuXcsH72h5 .mbr-text,
.cid-vuXcsH72h5 .mbr-section-btn {
  color: #fbf7ea;
}
.cid-vuXcsH72h5 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-vuXcsH72h5 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-vuXcsH72h5 H1 {
  color: #e4ac25;
}
.cid-vuZ79ngvL0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbf7ea;
}
.cid-vuZ79ngvL0 .subicon-title {
  color: #0d3150;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuZ79ngvL0 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuZ79ngvL0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vuZ79ngvL0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #e4ac25;
  display: inline-block;
}
.cid-vuZ79ngvL0 .process-icon,
.cid-vuZ79ngvL0 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-vuZ79ngvL0 .wrapper,
.cid-vuZ79ngvL0 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vuZ79ngvL0 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #0d3150;
  opacity: .4;
}
.cid-vuZ79ngvL0 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-vuZ79ngvL0 .icon-container a {
  display: inherit;
}
.cid-vuZ79ngvL0 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #e4ac25 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-vuZ79ngvL0 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-vuZ79ngvL0 .icon-main:hover .icon-wrapper {
  background-color: #e4ac25 !important;
}
.cid-vuZ79ngvL0 .icon-main:hover .icon-number {
  background-color: #0d3150 !important;
  color: #ffffff !important;
}
.cid-vuZ79ngvL0 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-vuZ79ngvL0 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-vuZ79ngvL0 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-vuZ79ngvL0 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-vuZ79ngvL0 .mbr-section-title {
  margin: 0;
}
.cid-vuZ79ngvL0 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vuZ79ngvL0 .mbr-section-title,
.cid-vuZ79ngvL0 .underline {
  color: #0d3150;
}
.cid-vwe1aL6Bad {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0d3150;
}
.cid-vwe1aL6Bad .container-fluid {
  padding: 0 3rem;
}
.cid-vwe1aL6Bad .media-container-column {
  padding: 0 2rem;
}
.cid-vwe1aL6Bad .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #e4ac25;
}
@media (max-width: 767px) {
  .cid-vwe1aL6Bad .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vwe1aL6Bad .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vuXjkAI2JB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vuXjkAI2JB .card-subtitle {
  margin: 0;
}
.cid-vuXjkAI2JB .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-vuXjkAI2JB .card-img img {
  max-width: 200px;
}
.cid-vuXjkAI2JB .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-vuXjkAI2JB .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-vuXjkAI2JB .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-vuXjkAI2JB .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #cccccc;
}
.cid-vuXjkAI2JB h4,
.cid-vuXjkAI2JB h6,
.cid-vuXjkAI2JB h5 {
  margin: 0;
}
.cid-vuXjkAI2JB .mbr-text {
  transition: all 0.3s;
}
.cid-vuXjkAI2JB .btn-white-outline {
  color: #0d3150 !important;
}
.cid-vuXjkAI2JB .card-box {
  z-index: 1;
  position: relative;
}
.cid-vuXjkAI2JB .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-vuXjkAI2JB img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vuXjkAI2JB .card {
  cursor: pointer;
  transition: all .3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-vuXjkAI2JB .card:hover {
  transform: translateY(-2rem);
}
.cid-vuXjkAI2JB .card:hover .item-wrapper {
  color: #fbf7ea !important;
}
.cid-vuXjkAI2JB .card:hover .item-wrapper .price {
  color: #fbf7ea !important;
}
.cid-vuXjkAI2JB .card:hover .item-wrapper .mbr-text {
  color: #fbf7ea !important;
}
.cid-vuXjkAI2JB .card:hover .item-wrapper path {
  fill: #0d3150;
}
.cid-vuXjkAI2JB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vuXjkAI2JB .wrapper {
    flex-direction: column;
  }
  .cid-vuXjkAI2JB .icon-padding {
    padding-left: 0rem;
  }
  .cid-vuXjkAI2JB .card-box {
    padding: 0;
  }
}
.cid-vuXjkAI2JB .mbr-text,
.cid-vuXjkAI2JB .mbr-section-btn,
.cid-vuXjkAI2JB .card-img {
  color: #232323;
}
.cid-vuXjkAI2JB H2 {
  color: #0d3150;
}
.cid-vuXjkAI2JB H1 {
  color: #0d3150;
}
.cid-vuXjkAI2JB H4 {
  color: #232323;
}
.cid-vuXjkAI2JB .card-title,
.cid-vuXjkAI2JB .card-img {
  color: #e4ac25;
}
.cid-vuXj9DXB5L {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/e63045ed31c54811937134c2e0822d5b-500x750.jpg");
}
.cid-vuXj9DXB5L H2 {
  color: #fbf7ea;
}
.cid-vuXj9DXB5L .mbr-text,
.cid-vuXj9DXB5L .mbr-section-btn {
  color: #ffffff;
}
.cid-vuXj9DXB5L img {
  max-width: 500px;
  margin: auto;
}
.cid-vuXj9DXB5L H1 {
  color: #e4ac25;
}
.cid-vuXj9DXB5L H3 {
  color: #fbf7ea;
}
.cid-vv1RGc5GzA {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #0d3150, #0d3150);
}
.cid-vv1RGc5GzA .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-vv1RGc5GzA .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vv1RGc5GzA .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vv1RGc5GzA .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-vv1RGc5GzA .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-vv1RGc5GzA .mbr-section-subtitle,
.cid-vv1RGc5GzA .mbr-section-btn {
  color: #232323;
}
.cid-vv1RGc5GzA H4 {
  color: #0d3150;
}
.cid-vuXkdaxvIM {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #fbf7ea;
  background: linear-gradient(45deg, #fbf7ea, #0d3150);
}
.cid-vuXkdaxvIM H2 {
  color: #e4ac25;
}
.cid-vuXkdaxvIM .mbr-text,
.cid-vuXkdaxvIM .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vuXkdaxvIM .row {
    position: relative;
  }
  .cid-vuXkdaxvIM .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -100px;
  }
  .cid-vuXkdaxvIM .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-vuXkdaxvIM img {
  max-width: 500px;
  margin: auto;
}
.cid-vuXkdaxvIM H1 {
  color: #0d3150;
}
.cid-vuXkdaxvIM H3 {
  color: #0d3150;
}
.cid-vv1UuRjSQx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/images206-678x452.jpg");
}
.cid-vv1UuRjSQx .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-vv1UuRjSQx .mbr-text {
  color: #8d97ad;
}
.cid-vv1UuRjSQx .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vv1UuRjSQx .mbr-text,
.cid-vv1UuRjSQx .mbr-section-btn {
  color: #232323;
}
.cid-vv1UuRjSQx H3 {
  color: #0d3150;
}
.cid-vv246vfBgx {
  overflow: hidden !important;
  background-color: #fbf7ea;
}
.cid-vv246vfBgx .container-fluid {
  padding: 0 5rem;
}
.cid-vv246vfBgx .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vv246vfBgx .mbr-section-title {
  padding-bottom: 2rem;
  color: #0d3150;
}
.cid-vv246vfBgx .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-vv246vfBgx .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vv246vfBgx .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vv246vfBgx .container-fluid {
    padding: 0 1rem;
  }
  .cid-vv246vfBgx .mbr-figure {
    margin-top: 1rem;
  }
  .cid-vv246vfBgx .mbr-section-title {
    text-align: center !important;
  }
  .cid-vv246vfBgx .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-vv246vfBgx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vv25DCNMnA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/images207-679x452.jpg");
}
.cid-vv25DCNMnA .mbr-overlay {
  background: #0d3150;
}
.cid-vv25DCNMnA .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vv25DCNMnA H2 {
  color: #e4ac25;
}
.cid-vuX1BsNMPN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vuX1BsNMPN .card-subtitle {
  margin: 0;
}
.cid-vuX1BsNMPN .card1 {
  background: #0d3150;
}
.cid-vuX1BsNMPN .card2 {
  background: #e4ac25;
}
.cid-vuX1BsNMPN .card3 {
  background: #0d3150;
}
.cid-vuX1BsNMPN .item {
  margin-bottom: 2rem;
}
.cid-vuX1BsNMPN .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.cid-vuX1BsNMPN .item-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-vuX1BsNMPN .item-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-vuX1BsNMPN .item-wrapper:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-vuX1BsNMPN .item-wrapper:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-vuX1BsNMPN .item-wrapper img {
  width: 130px;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-vuX1BsNMPN .item-wrapper .card-box {
  padding: 1rem;
}
.cid-vuX1BsNMPN .item-wrapper .link {
  transition: all 0.3s;
  text-decoration: underline;
}
.cid-vuX1BsNMPN .item-wrapper .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-vuX1BsNMPN .item-wrapper .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-vuX1BsNMPN .item-wrapper .mbr-section-btn .btn {
  border: 0px;
}
.cid-vuX1BsNMPN .item-wrapper .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-vuX1BsNMPN .item-wrapper h4,
.cid-vuX1BsNMPN .item-wrapper h6,
.cid-vuX1BsNMPN .item-wrapper h5 {
  margin: 0;
}
.cid-vuX1BsNMPN .item-wrapper .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-vuX1BsNMPN .item-wrapper .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-vuX1BsNMPN .item-wrapper .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-vuX1BsNMPN .item-wrapper .card {
  cursor: pointer;
  height: fit-content;
}
.cid-vuX1BsNMPN .item-wrapper .card .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-vuX1BsNMPN .card-img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-vuX1BsNMPN .row {
  justify-content: center;
}
.cid-vuX1BsNMPN .location,
.cid-vuX1BsNMPN .icon-wrap {
  color: #e7272d;
}
.cid-vuX1BsNMPN .link,
.cid-vuX1BsNMPN .link-wrap,
.cid-vuX1BsNMPN .link-align {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vuX1BsNMPN .wrapper {
    flex-direction: column;
  }
  .cid-vuX1BsNMPN .icon-padding {
    padding-left: 0rem;
  }
  .cid-vuX1BsNMPN .card-box {
    padding: 0;
  }
}
.cid-vuX1BsNMPN H2 {
  color: #e4ac25;
}
@media (max-width: 767px) {
  .cid-vuX1BsNMPN .item-wrapper {
    flex-direction: column;
  }
}
.cid-vuX1BsNMPN H1 {
  color: #0d3150;
}
.cid-vv1PITXfkN .google-map {
  height: 25rem;
  position: relative;
}
.cid-vv1PITXfkN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vv1PITXfkN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vv1PITXfkN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vv1PITXfkN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vv1PHyDkCm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vv1PHyDkCm .card-icon {
  font-size: 56px;
  color: #e4ac25;
  transition: color 0.3s;
}
.cid-vv1PHyDkCm .icon2 {
  color: #0d3150;
}
.cid-vv1PHyDkCm .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-vv1PHyDkCm p {
  font-weight: 400;
}
.cid-vv1PHyDkCm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4ac25;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-vv1PHyDkCm .line2 {
  background: #0d3150;
}
.cid-vv1PHyDkCm .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #0d3150;
}
.cid-vv1PHyDkCm .card-wrapper:hover .link-ico {
  background-color: #e4ac25;
  border-color: #e4ac25;
  color: white;
}
.cid-vv1PHyDkCm .card2 {
  background: #e4ac25;
}
.cid-vv1PHyDkCm .card-title,
.cid-vv1PHyDkCm .card-ico,
.cid-vv1PHyDkCm .line-wrap {
  text-align: center;
}
.cid-vv1PHyDkCm .mbr-text,
.cid-vv1PHyDkCm .card-link {
  text-align: center;
}
.cid-vv2asFGWF6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3150;
}
.cid-vv2asFGWF6 .media-container-row .mbr-text {
  color: #fbf7ea;
}
.cid-vuXaLfEm0C .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vuXaLfEm0C .navbar-brand {
    width: fit-content;
    margin: auto!important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-vuXaLfEm0C .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-vuXaLfEm0C .navbar.navbar-short .navbar-brand {
  padding: 1rem!important;
}
.cid-vuXaLfEm0C .navbar-logo {
  margin: 0!important;
}
.cid-vuXaLfEm0C .navbar-brand {
  background-color: #0d3150;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vuXaLfEm0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vuXaLfEm0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vuXaLfEm0C .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-vuXaLfEm0C .navbar-nav {
  min-width: 45%;
}
.cid-vuXaLfEm0C .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-vuXaLfEm0C .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-vuXaLfEm0C .dropdown-item {
  color: #000000 !important;
}
.cid-vuXaLfEm0C .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vuXaLfEm0C .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-vuXaLfEm0C .nav-link:hover {
  color: #0d3150 !important;
}
.cid-vuXaLfEm0C .nav-link:hover:before {
  opacity: 1;
}
.cid-vuXaLfEm0C .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #0d3150;
}
.cid-vuXaLfEm0C .btn-white {
  color: #0d3150 !important;
}
.cid-vuXaLfEm0C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vuXaLfEm0C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vuXaLfEm0C .container {
  display: flex;
  margin: auto;
}
.cid-vuXaLfEm0C .navbar.opened {
  background: #fbf7ea !important;
}
.cid-vuXaLfEm0C .nav-item:focus,
.cid-vuXaLfEm0C .nav-link:focus {
  outline: none;
}
.cid-vuXaLfEm0C .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-vuXaLfEm0C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vuXaLfEm0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vuXaLfEm0C .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-vuXaLfEm0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vuXaLfEm0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vuXaLfEm0C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbf7ea;
}
.cid-vuXaLfEm0C .navbar.opened {
  transition: all .3s;
}
.cid-vuXaLfEm0C .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-vuXaLfEm0C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vuXaLfEm0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vuXaLfEm0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vuXaLfEm0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vuXaLfEm0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vuXaLfEm0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vuXaLfEm0C .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vuXaLfEm0C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vuXaLfEm0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vuXaLfEm0C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vuXaLfEm0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vuXaLfEm0C .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vuXaLfEm0C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vuXaLfEm0C .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vuXaLfEm0C .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vuXaLfEm0C .navbar.navbar-short {
  background: #fbf7ea !important;
  min-height: 60px;
}
.cid-vuXaLfEm0C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vuXaLfEm0C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vuXaLfEm0C .dropdown-item.active,
.cid-vuXaLfEm0C .dropdown-item:active {
  background-color: transparent;
}
.cid-vuXaLfEm0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vuXaLfEm0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vuXaLfEm0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vuXaLfEm0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf7ea;
}
.cid-vuXaLfEm0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vuXaLfEm0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vuXaLfEm0C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vuXaLfEm0C .navbar-buttons {
  text-align: center;
}
.cid-vuXaLfEm0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vuXaLfEm0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vuXaLfEm0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vuXaLfEm0C .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-vuXaLfEm0C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vuXaLfEm0C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vuXaLfEm0C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vuXaLfEm0C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vuXaLfEm0C .navbar {
    height: 77px;
  }
  .cid-vuXaLfEm0C .navbar.opened {
    height: auto;
  }
  .cid-vuXaLfEm0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vv2dwNeDSt {
  padding-top: 210px;
  padding-bottom: 105px;
  background-color: #0d3150;
}
.cid-vv2dwNeDSt .title-align {
  width: 100%;
}
.cid-vv2dwNeDSt .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-vv2dwNeDSt .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-vv2dwNeDSt .img-col img {
  z-index: 2;
  position: relative;
}
.cid-vv2dwNeDSt .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vv2dwNeDSt H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-vv2dwNeDSt H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-vv2dwNeDSt img {
  max-width: 500px;
  margin: auto;
}
.cid-vv2dwNeDSt .mbr-section-subtitle,
.cid-vv2dwNeDSt .title-align {
  color: #fbbe36;
}
.cid-vv2dwNeDSt .price {
  color: #0d3150;
}
@media (max-width: 992px) {
  .cid-vv2dwNeDSt .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-vv2dwNeDSt .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-vv2dwNeDSt H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-vv2dwNeDSt .img-col {
    padding-top: 4rem;
  }
}
.cid-vv2fXakjHY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vv2fXakjHY .card-subtitle {
  margin: 0;
}
.cid-vv2fXakjHY .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ffffff !important;
}
.cid-vv2fXakjHY .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.cid-vv2fXakjHY h4,
.cid-vv2fXakjHY h6,
.cid-vv2fXakjHY h5 {
  margin: 0;
}
.cid-vv2fXakjHY .mbr-text {
  transition: all 0.3s;
}
.cid-vv2fXakjHY .btn-white-outline {
  color: #0d3150 !important;
}
.cid-vv2fXakjHY .price {
  color: #e4ac25;
  transition: all 0.3s;
}
.cid-vv2fXakjHY img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vv2fXakjHY .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 2rem;
}
.cid-vv2fXakjHY .card:hover {
  transform: translateY(-2rem);
}
.cid-vv2fXakjHY .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #0d3150;
  color: #ffffff !important;
}
.cid-vv2fXakjHY .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-vv2fXakjHY .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-vv2fXakjHY .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-vv2fXakjHY .card:hover .btn {
  background: #e4ac25 !important;
  color: black!important;
  border-color: #e4ac25 !important;
}
.cid-vv2fXakjHY .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-vv2fXakjHY .card-img img {
  max-width: 200px;
}
.cid-vv2fXakjHY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vv2fXakjHY .wrapper {
    flex-direction: column;
  }
  .cid-vv2fXakjHY .icon-padding {
    padding-left: 0rem;
  }
  .cid-vv2fXakjHY .card-box {
    padding: 0;
  }
}
.cid-vv2fXakjHY .mbr-text,
.cid-vv2fXakjHY .mbr-section-btn,
.cid-vv2fXakjHY .card-img {
  color: #808080;
}
.cid-vv2fXakjHY H2 {
  color: #0d3150;
}
.cid-vv2fXakjHY .card-title,
.cid-vv2fXakjHY .card-img {
  color: #8e8e8e;
}
.cid-vv2gwCSMlA {
  padding-top: 600px;
  background-image: url("../../../assets/images/images208-554x554.jpg");
}
.cid-vv2fptfZ6b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vv2fptfZ6b .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-vv2fptfZ6b .item-tag {
  background: #0d3150;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-vv2fptfZ6b .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #0d3150;
}
.cid-vv2fptfZ6b .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-vv2fptfZ6b .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-vv2fptfZ6b .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-vv2fptfZ6b .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vv2fptfZ6b .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-vv2fptfZ6b .mbr-figure {
    width: 100%!important;
  }
  .cid-vv2fptfZ6b .menu-item {
    flex-direction: column;
  }
  .cid-vv2fptfZ6b img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-vv2fptfZ6b .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vv2fptfZ6b .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-vv2fptfZ6b .special-label {
  color: #fff;
}
.cid-vv2fptfZ6b .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-vv2fptfZ6b .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vv2fptfZ6b .menu-row {
  margin: 0;
}
.cid-vv2fptfZ6b .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #0d3150;
}
.cid-vv2fptfZ6b .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-vv2fptfZ6b .group-title,
.cid-vv2fptfZ6b .align-wrap {
  text-align: left;
}
.cid-vv2fptfZ6b SPAN {
  color: #e4ac25;
}
.cid-vv2fptfZ6b .item-title {
  color: #232323;
}
.cid-vv2fptfZ6b H4 {
  color: #e4ac25;
}
.cid-vv2fptfZ6b .mbr-section-title,
.cid-vv2fptfZ6b .ornament {
  color: #0d3150;
}
.cid-vv6J6lPK10 {
  padding-top: 600px;
  background-image: url("../../../assets/images/istockphoto-2161121972-612x446.jpg");
}
.cid-vv6KGkwBo5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbf7ea;
}
.cid-vv6KGkwBo5 .card-subtitle {
  margin: 0;
}
.cid-vv6KGkwBo5 .item {
  margin-bottom: 2rem;
}
.cid-vv6KGkwBo5 .card1 {
  background: #0d3150;
}
.cid-vv6KGkwBo5 .card2 {
  background: #e4ac25;
}
.cid-vv6KGkwBo5 .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
}
.cid-vv6KGkwBo5 .item-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-vv6KGkwBo5 .item-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-vv6KGkwBo5 .item-wrapper:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-vv6KGkwBo5 .item-wrapper:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-vv6KGkwBo5 .item-wrapper img {
  width: 180px;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-vv6KGkwBo5 .item-wrapper .card-box {
  padding: 1rem;
}
.cid-vv6KGkwBo5 .item-wrapper .link {
  transition: all 0.3s;
  text-decoration: underline;
}
.cid-vv6KGkwBo5 .item-wrapper .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-vv6KGkwBo5 .item-wrapper .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-vv6KGkwBo5 .item-wrapper .mbr-section-btn .btn {
  border: 0px;
}
.cid-vv6KGkwBo5 .item-wrapper .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-vv6KGkwBo5 .item-wrapper h4,
.cid-vv6KGkwBo5 .item-wrapper h6,
.cid-vv6KGkwBo5 .item-wrapper h5 {
  margin: 0;
}
.cid-vv6KGkwBo5 .item-wrapper .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-vv6KGkwBo5 .item-wrapper .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-vv6KGkwBo5 .item-wrapper .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-vv6KGkwBo5 .item-wrapper .card {
  cursor: pointer;
  margin-bottom: 2rem;
  height: fit-content;
}
.cid-vv6KGkwBo5 .item-wrapper .card .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-vv6KGkwBo5 .card-img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-vv6KGkwBo5 .row {
  justify-content: center;
}
.cid-vv6KGkwBo5 .location,
.cid-vv6KGkwBo5 .icon-wrap {
  color: #e7272d;
}
.cid-vv6KGkwBo5 .link,
.cid-vv6KGkwBo5 .link-wrap,
.cid-vv6KGkwBo5 .link-align {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vv6KGkwBo5 .wrapper {
    flex-direction: column;
  }
  .cid-vv6KGkwBo5 .icon-padding {
    padding-left: 0rem;
  }
  .cid-vv6KGkwBo5 .card-box {
    padding: 0;
  }
}
.cid-vv6KGkwBo5 H2 {
  color: #0d3150;
}
@media (max-width: 767px) {
  .cid-vv6KGkwBo5 .item-wrapper {
    flex-direction: column;
  }
}
.cid-vv6KGkwBo5 H1 {
  color: #0d3150;
}
.cid-vv6KGkwBo5 H3 {
  color: #e4ac25;
}
.cid-vv6J6UznAV {
  padding-top: 600px;
  background-image: url("../../../assets/images/images-638x480.jpg");
}
.cid-vv6J1tgKcb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vv6J1tgKcb .card-subtitle {
  margin: 0;
}
.cid-vv6J1tgKcb .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-vv6J1tgKcb .card-img img {
  max-width: 200px;
}
.cid-vv6J1tgKcb .icon {
  width: 60px;
  height: 60px;
  background: #e4ac25;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-vv6J1tgKcb .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-vv6J1tgKcb .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-vv6J1tgKcb .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #cccccc;
}
.cid-vv6J1tgKcb h4,
.cid-vv6J1tgKcb h6,
.cid-vv6J1tgKcb h5 {
  margin: 0;
}
.cid-vv6J1tgKcb .mbr-text {
  transition: all 0.3s;
}
.cid-vv6J1tgKcb .btn-white-outline {
  color: #0d3150 !important;
}
.cid-vv6J1tgKcb .card-box {
  z-index: 1;
  position: relative;
}
.cid-vv6J1tgKcb .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-vv6J1tgKcb img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vv6J1tgKcb .card {
  cursor: pointer;
  transition: all .3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-vv6J1tgKcb .card:hover {
  transform: translateY(-2rem);
}
.cid-vv6J1tgKcb .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-vv6J1tgKcb .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-vv6J1tgKcb .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-vv6J1tgKcb .card:hover .item-wrapper path {
  fill: #0d3150;
}
.cid-vv6J1tgKcb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vv6J1tgKcb .wrapper {
    flex-direction: column;
  }
  .cid-vv6J1tgKcb .icon-padding {
    padding-left: 0rem;
  }
  .cid-vv6J1tgKcb .card-box {
    padding: 0;
  }
}
.cid-vv6J1tgKcb .mbr-text,
.cid-vv6J1tgKcb .mbr-section-btn,
.cid-vv6J1tgKcb .card-img {
  color: #808080;
}
.cid-vv6J1tgKcb H2 {
  color: #0d3150;
}
.cid-vv6KrS9uH3 {
  padding-top: 600px;
  background-image: url("../../../assets/images/sddefault-640x480.jpg");
}
.cid-vv6J2O79eY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vv6J2O79eY .card-subtitle {
  margin: 0;
}
.cid-vv6J2O79eY .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef !important;
}
.cid-vv6J2O79eY .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
}
.cid-vv6J2O79eY h4,
.cid-vv6J2O79eY h6,
.cid-vv6J2O79eY h5 {
  margin: 0;
}
.cid-vv6J2O79eY .mbr-text {
  transition: all 0.3s;
}
.cid-vv6J2O79eY .btn-white-outline {
  color: #0d3150 !important;
}
.cid-vv6J2O79eY .price {
  color: #e4ac25;
  transition: all 0.3s;
}
.cid-vv6J2O79eY img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vv6J2O79eY .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 2rem;
}
.cid-vv6J2O79eY .card:hover {
  transform: translateY(-2rem);
}
.cid-vv6J2O79eY .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #0d3150;
  color: #fbf7ea !important;
}
.cid-vv6J2O79eY .card:hover .item-wrapper .price {
  color: #fbf7ea !important;
}
.cid-vv6J2O79eY .card:hover .item-wrapper .mbr-text {
  color: #fbf7ea !important;
}
.cid-vv6J2O79eY .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-vv6J2O79eY .card:hover .btn {
  background: #e4ac25 !important;
  color: black!important;
  border-color: #e4ac25 !important;
}
.cid-vv6J2O79eY .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-vv6J2O79eY .card-img img {
  max-width: 200px;
}
.cid-vv6J2O79eY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vv6J2O79eY .wrapper {
    flex-direction: column;
  }
  .cid-vv6J2O79eY .icon-padding {
    padding-left: 0rem;
  }
  .cid-vv6J2O79eY .card-box {
    padding: 0;
  }
}
.cid-vv6J2O79eY .mbr-text,
.cid-vv6J2O79eY .mbr-section-btn,
.cid-vv6J2O79eY .card-img {
  color: #808080;
}
.cid-vv6J2O79eY H2 {
  color: #0d3150;
}
.cid-vvrZkkU0Jc {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #e4ac25, #0d3150);
}
.cid-vvrZkkU0Jc .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-vvrZkkU0Jc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vvrZkkU0Jc .card-wrap {
  background-color: #fbf7ea;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vvrZkkU0Jc .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-vvrZkkU0Jc .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-vvrZkkU0Jc .mbr-section-subtitle,
.cid-vvrZkkU0Jc .mbr-section-btn {
  color: #232323;
}
.cid-vvrZNGxxNV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbf7ea;
}
.cid-vvrZNGxxNV p {
  color: #767676;
}
.cid-vvrZNGxxNV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-vvrZNGxxNV .row-element,
.cid-vvrZNGxxNV .image-element {
  padding: 0;
}
.cid-vvrZNGxxNV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vvrZNGxxNV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vvrZNGxxNV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vvrZNGxxNV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0d3150, #e4ac25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vvrZNGxxNV .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vvrZNGxxNV .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vvrZNGxxNV .text-content {
    padding: 2rem 1rem;
  }
  .cid-vvrZNGxxNV .underline .line {
    height: 2px;
  }
  .cid-vvrZNGxxNV .mbr-title,
  .cid-vvrZNGxxNV .underline,
  .cid-vvrZNGxxNV .mbr-text,
  .cid-vvrZNGxxNV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vvrZNGxxNV .mbr-title,
.cid-vvrZNGxxNV .underline {
  color: #0d3150;
}
.cid-vvrZNGxxNV .mbr-text,
.cid-vvrZNGxxNV .mbr-section-btn {
  color: #232323;
}
.cid-vvs0hp4yQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbf7ea;
}
.cid-vvs0hp4yQP p {
  color: #767676;
}
.cid-vvs0hp4yQP .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-vvs0hp4yQP .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vvs0hp4yQP .row-element,
.cid-vvs0hp4yQP .image-element {
  padding: 0;
}
.cid-vvs0hp4yQP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vvs0hp4yQP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vvs0hp4yQP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vvs0hp4yQP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0d3150, #e4ac25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vvs0hp4yQP .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vvs0hp4yQP .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vvs0hp4yQP .text-content {
    padding: 2rem 1rem;
  }
  .cid-vvs0hp4yQP .underline .line {
    height: 2px;
  }
  .cid-vvs0hp4yQP .mbr-title,
  .cid-vvs0hp4yQP .underline,
  .cid-vvs0hp4yQP .mbr-text,
  .cid-vvs0hp4yQP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vvs0hp4yQP .mbr-title,
.cid-vvs0hp4yQP .underline {
  color: #0d3150;
}
.cid-vvs0hp4yQP .mbr-text,
.cid-vvs0hp4yQP .mbr-section-btn {
  color: #232323;
}
.cid-vvs0U8H4dm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/360-f-845516296-gvucboqnp1kyctkix5thi7ff1xq0jifj-630x360.jpg");
}
.cid-vvs0U8H4dm p {
  color: #767676;
}
.cid-vvs0U8H4dm .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vvs0U8H4dm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0d3150, #e4ac25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vvs0U8H4dm .text-content {
    padding: 5rem;
  }
  .cid-vvs0U8H4dm .media-content {
    padding-right: 5rem;
  }
}
@media (max-width: 1499px) and (min-width: 768px) {
  .cid-vvs0U8H4dm .text-content {
    padding: 3rem;
  }
}
@media (max-width: 1499px) and (min-width: 991px) {
  .cid-vvs0U8H4dm .media-content {
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-vvs0U8H4dm .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vvs0U8H4dm .text-content {
    padding: 2rem 1rem;
  }
}
.cid-vvs0U8H4dm .underline,
.cid-vvs0U8H4dm .mbr-title {
  color: #e4ac25;
}
.cid-vvs0U8H4dm .mbr-text,
.cid-vvs0U8H4dm .mbr-section-btn {
  color: #fbf7ea;
}
.cid-vvs1jJEB8l {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/istockphoto-1458676979-612x408.jpg");
}
.cid-vvs1jJEB8l .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-vvs1jJEB8l .mbr-text {
  color: #8d97ad;
}
.cid-vvs1jJEB8l .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vvs1jJEB8l H2 {
  color: #0d3150;
}
.cid-vvs1jJEB8l .mbr-text,
.cid-vvs1jJEB8l .mbr-section-btn {
  color: #232323;
}
.cid-vwdti4VfhD .google-map {
  height: 25rem;
  position: relative;
}
.cid-vwdti4VfhD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vwdti4VfhD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vwdti4VfhD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vwdti4VfhD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vwdtiXvhnB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vwdtiXvhnB .card-icon {
  font-size: 56px;
  color: #e4ac25;
  transition: color 0.3s;
}
.cid-vwdtiXvhnB .icon2 {
  color: #0d3150;
}
.cid-vwdtiXvhnB .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-vwdtiXvhnB p {
  font-weight: 400;
}
.cid-vwdtiXvhnB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4ac25;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-vwdtiXvhnB .line2 {
  background: #0d3150;
}
.cid-vwdtiXvhnB .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #0d3150;
}
.cid-vwdtiXvhnB .card-wrapper:hover .link-ico {
  background-color: #e4ac25;
  border-color: #e4ac25;
  color: white;
}
.cid-vwdtiXvhnB .card2 {
  background: #e4ac25;
}
.cid-vwdtiXvhnB .card-title,
.cid-vwdtiXvhnB .card-ico,
.cid-vwdtiXvhnB .line-wrap {
  text-align: center;
}
.cid-vwdtiXvhnB .mbr-text,
.cid-vwdtiXvhnB .card-link {
  text-align: center;
}
.cid-vv2asFGWF6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3150;
}
.cid-vv2asFGWF6 .media-container-row .mbr-text {
  color: #fbf7ea;
}
.cid-vvs1HgePvd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vvs1HgePvd .navbar-brand {
    width: fit-content;
    margin: auto!important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-vvs1HgePvd .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-vvs1HgePvd .navbar.navbar-short .navbar-brand {
  padding: 1rem!important;
}
.cid-vvs1HgePvd .navbar-logo {
  margin: 0!important;
}
.cid-vvs1HgePvd .navbar-brand {
  background-color: #0d3150;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vvs1HgePvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvs1HgePvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvs1HgePvd .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-vvs1HgePvd .navbar-nav {
  min-width: 45%;
}
.cid-vvs1HgePvd .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-vvs1HgePvd .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-vvs1HgePvd .dropdown-item {
  color: #000000 !important;
}
.cid-vvs1HgePvd .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vvs1HgePvd .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-vvs1HgePvd .nav-link:hover {
  color: #0d3150 !important;
}
.cid-vvs1HgePvd .nav-link:hover:before {
  opacity: 1;
}
.cid-vvs1HgePvd .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #0d3150;
}
.cid-vvs1HgePvd .btn-white {
  color: #0d3150 !important;
}
.cid-vvs1HgePvd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vvs1HgePvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvs1HgePvd .container {
  display: flex;
  margin: auto;
}
.cid-vvs1HgePvd .navbar.opened {
  background: #fbf7ea !important;
}
.cid-vvs1HgePvd .nav-item:focus,
.cid-vvs1HgePvd .nav-link:focus {
  outline: none;
}
.cid-vvs1HgePvd .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-vvs1HgePvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvs1HgePvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vvs1HgePvd .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-vvs1HgePvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvs1HgePvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvs1HgePvd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbf7ea;
}
.cid-vvs1HgePvd .navbar.opened {
  transition: all .3s;
}
.cid-vvs1HgePvd .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-vvs1HgePvd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvs1HgePvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvs1HgePvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vvs1HgePvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vvs1HgePvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvs1HgePvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvs1HgePvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vvs1HgePvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvs1HgePvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vvs1HgePvd .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vvs1HgePvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvs1HgePvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvs1HgePvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvs1HgePvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvs1HgePvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vvs1HgePvd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vvs1HgePvd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvs1HgePvd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvs1HgePvd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vvs1HgePvd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vvs1HgePvd .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vvs1HgePvd .navbar.navbar-short {
  background: #fbf7ea !important;
  min-height: 60px;
}
.cid-vvs1HgePvd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vvs1HgePvd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vvs1HgePvd .dropdown-item.active,
.cid-vvs1HgePvd .dropdown-item:active {
  background-color: transparent;
}
.cid-vvs1HgePvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvs1HgePvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvs1HgePvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvs1HgePvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf7ea;
}
.cid-vvs1HgePvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvs1HgePvd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvs1HgePvd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vvs1HgePvd .navbar-buttons {
  text-align: center;
}
.cid-vvs1HgePvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vvs1HgePvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvs1HgePvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vvs1HgePvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vvs1HgePvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vvs1HgePvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vvs1HgePvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvs1HgePvd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vvs1HgePvd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vvs1HgePvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvs1HgePvd .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-vvs1HgePvd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vvs1HgePvd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vvs1HgePvd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vvs1HgePvd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vvs1HgePvd .navbar {
    height: 77px;
  }
  .cid-vvs1HgePvd .navbar.opened {
    height: auto;
  }
  .cid-vvs1HgePvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvs1Hh2mEN {
  padding-top: 210px;
  padding-bottom: 105px;
  background-color: #0d3150;
}
.cid-vvs1Hh2mEN .title-align {
  width: 100%;
}
.cid-vvs1Hh2mEN .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-vvs1Hh2mEN .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-vvs1Hh2mEN .img-col img {
  z-index: 2;
  position: relative;
}
.cid-vvs1Hh2mEN .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vvs1Hh2mEN H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-vvs1Hh2mEN H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-vvs1Hh2mEN img {
  max-width: 500px;
  margin: auto;
}
.cid-vvs1Hh2mEN .mbr-section-subtitle,
.cid-vvs1Hh2mEN .title-align {
  color: #fbbe36;
}
.cid-vvs1Hh2mEN .price {
  color: #0d3150;
}
@media (max-width: 992px) {
  .cid-vvs1Hh2mEN .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-vvs1Hh2mEN .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-vvs1Hh2mEN H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-vvs1Hh2mEN .img-col {
    padding-top: 4rem;
  }
}
.cid-vvs3hAnrTI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-vvs3hAnrTI .mbr-overlay {
  background: #0d3150;
}
.cid-vvs3hAnrTI H2 {
  color: #e4ac25;
}
.cid-vvs1HhxE2y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vvs1HhxE2y .card-subtitle {
  margin: 0;
}
.cid-vvs1HhxE2y .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ffffff !important;
}
.cid-vvs1HhxE2y .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.cid-vvs1HhxE2y h4,
.cid-vvs1HhxE2y h6,
.cid-vvs1HhxE2y h5 {
  margin: 0;
}
.cid-vvs1HhxE2y .mbr-text {
  transition: all 0.3s;
}
.cid-vvs1HhxE2y .btn-white-outline {
  color: #0d3150 !important;
}
.cid-vvs1HhxE2y .price {
  color: #e4ac25;
  transition: all 0.3s;
}
.cid-vvs1HhxE2y img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vvs1HhxE2y .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 2rem;
}
.cid-vvs1HhxE2y .card:hover {
  transform: translateY(-2rem);
}
.cid-vvs1HhxE2y .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #0d3150;
  color: #ffffff !important;
}
.cid-vvs1HhxE2y .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-vvs1HhxE2y .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-vvs1HhxE2y .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-vvs1HhxE2y .card:hover .btn {
  background: #e4ac25 !important;
  color: black!important;
  border-color: #e4ac25 !important;
}
.cid-vvs1HhxE2y .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-vvs1HhxE2y .card-img img {
  max-width: 200px;
}
.cid-vvs1HhxE2y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvs1HhxE2y .wrapper {
    flex-direction: column;
  }
  .cid-vvs1HhxE2y .icon-padding {
    padding-left: 0rem;
  }
  .cid-vvs1HhxE2y .card-box {
    padding: 0;
  }
}
.cid-vvs1HhxE2y .mbr-text,
.cid-vvs1HhxE2y .mbr-section-btn,
.cid-vvs1HhxE2y .card-img {
  color: #808080;
}
.cid-vvs1HhxE2y H2 {
  color: #0d3150;
}
.cid-vvs1HhxE2y .card-title,
.cid-vvs1HhxE2y .card-img {
  color: #8e8e8e;
}
.cid-vvs1Hly3Dc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vvs1Hly3Dc .card-subtitle {
  margin: 0;
}
.cid-vvs1Hly3Dc .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-vvs1Hly3Dc .card-img img {
  max-width: 200px;
}
.cid-vvs1Hly3Dc .icon {
  width: 60px;
  height: 60px;
  background: #e4ac25;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-vvs1Hly3Dc .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-vvs1Hly3Dc .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-vvs1Hly3Dc .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #ffffff;
}
.cid-vvs1Hly3Dc h4,
.cid-vvs1Hly3Dc h6,
.cid-vvs1Hly3Dc h5 {
  margin: 0;
}
.cid-vvs1Hly3Dc .mbr-text {
  transition: all 0.3s;
}
.cid-vvs1Hly3Dc .btn-white-outline {
  color: #0d3150 !important;
}
.cid-vvs1Hly3Dc .card-box {
  z-index: 1;
  position: relative;
}
.cid-vvs1Hly3Dc .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-vvs1Hly3Dc img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vvs1Hly3Dc .card {
  cursor: pointer;
  transition: all .3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-vvs1Hly3Dc .card:hover {
  transform: translateY(-2rem);
}
.cid-vvs1Hly3Dc .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-vvs1Hly3Dc .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-vvs1Hly3Dc .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-vvs1Hly3Dc .card:hover .item-wrapper path {
  fill: #0d3150;
}
.cid-vvs1Hly3Dc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vvs1Hly3Dc .wrapper {
    flex-direction: column;
  }
  .cid-vvs1Hly3Dc .icon-padding {
    padding-left: 0rem;
  }
  .cid-vvs1Hly3Dc .card-box {
    padding: 0;
  }
}
.cid-vvs1Hly3Dc .mbr-text,
.cid-vvs1Hly3Dc .mbr-section-btn,
.cid-vvs1Hly3Dc .card-img {
  color: #808080;
}
.cid-vvs1Hly3Dc H2 {
  color: #0d3150;
}
.cid-vvs1Himj6t {
  padding-top: 600px;
  background-image: url("../../../assets/images/breakfast-board27.jpg.webp");
}
.cid-vvs4eh6fOW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vvs4eh6fOW H2 {
  color: #0d3150;
}
.cid-vvs4eh6fOW .mbr-text,
.cid-vvs4eh6fOW .mbr-section-btn {
  color: #232323;
}
.cid-vvs4eh6fOW img {
  max-width: 500px;
  margin: auto;
}
.cid-vvs1Hka5tl {
  padding-top: 600px;
  background-image: url("../../../assets/images/images2012-513x597.jpg");
}
.cid-vvs1HoPEPL {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #e4ac25, #0d3150);
}
.cid-vvs1HoPEPL .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-vvs1HoPEPL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vvs1HoPEPL .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vvs1HoPEPL .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-vvs1HoPEPL .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-vvs1HoPEPL .mbr-section-subtitle,
.cid-vvs1HoPEPL .mbr-section-btn {
  color: #232323;
}
.cid-vvs1HoPEPL H2 {
  color: #0d3150;
}
.cid-vvs1HmPUXm {
  padding-top: 600px;
  background-image: url("../../../assets/images/istockphoto-1220379977-612x408.jpg");
}
.cid-vvZUpzNAD5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vvZUpzNAD5 .subicon-title {
  color: #0d3150;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvZUpzNAD5 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvZUpzNAD5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vvZUpzNAD5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #e4ac25;
  display: inline-block;
}
.cid-vvZUpzNAD5 .process-icon,
.cid-vvZUpzNAD5 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-vvZUpzNAD5 .wrapper,
.cid-vvZUpzNAD5 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vvZUpzNAD5 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #0d3150;
  opacity: .4;
}
.cid-vvZUpzNAD5 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-vvZUpzNAD5 .icon-container a {
  display: inherit;
}
.cid-vvZUpzNAD5 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #e4ac25 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-vvZUpzNAD5 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-vvZUpzNAD5 .icon-main:hover .icon-wrapper {
  background-color: #e4ac25 !important;
}
.cid-vvZUpzNAD5 .icon-main:hover .icon-number {
  background-color: #0d3150 !important;
  color: #ffffff !important;
}
.cid-vvZUpzNAD5 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-vvZUpzNAD5 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-vvZUpzNAD5 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-vvZUpzNAD5 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-vvZUpzNAD5 .mbr-section-title {
  margin: 0;
}
.cid-vvZUpzNAD5 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vvZUpzNAD5 .mbr-section-title,
.cid-vvZUpzNAD5 .underline {
  color: #0d3150;
}
.cid-vw0Ivot8fv {
  padding-top: 600px;
  background-image: url("../../../assets/images/hero-collage-edited.webp");
}
.cid-vvs1HpiJas {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vvs1HpiJas p {
  color: #767676;
}
.cid-vvs1HpiJas .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-vvs1HpiJas .row-element,
.cid-vvs1HpiJas .image-element {
  padding: 0;
}
.cid-vvs1HpiJas .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vvs1HpiJas .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vvs1HpiJas .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vvs1HpiJas .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0d3150, #e4ac25);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vvs1HpiJas .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vvs1HpiJas .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vvs1HpiJas .text-content {
    padding: 2rem 1rem;
  }
  .cid-vvs1HpiJas .underline .line {
    height: 2px;
  }
  .cid-vvs1HpiJas .mbr-title,
  .cid-vvs1HpiJas .underline,
  .cid-vvs1HpiJas .mbr-text,
  .cid-vvs1HpiJas .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vvs1HpiJas .mbr-title,
.cid-vvs1HpiJas .underline {
  color: #0d3150;
}
.cid-vvs1HpiJas .mbr-text,
.cid-vvs1HpiJas .mbr-section-btn {
  color: #232323;
}
.cid-vw0IvUurBz {
  padding-top: 600px;
  background-image: url("../../../assets/images/south-african-breakfast-with-boerewors-and-poached-eg-1yxt8n.webp");
}
.cid-vw0IBChuIq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-vw0IBChuIq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vw0IBChuIq .panel-group {
  width: 100%;
}
.cid-vw0IBChuIq .panel-text,
.cid-vw0IBChuIq .header-text,
.cid-vw0IBChuIq .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vw0IBChuIq .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vw0IBChuIq .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-vw0IBChuIq .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #0d3150;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-vw0IBChuIq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vw0IBChuIq .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-vw0IBChuIq .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-vw0IBChuIq .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #e4ac25;
}
.cid-vw0IBChuIq .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-vw0IBChuIq .card .panel-body {
  background: #fbf7ea;
}
.cid-vw0IBChuIq .sign {
  color: #232323;
}
.cid-vw0IBChuIq .mbr-section-subtitle {
  color: #232323;
}
.cid-vw0IBChuIq .mbr-section-title {
  color: #0d3150;
}
.cid-vw0IBChuIq .panel-text {
  color: #232323;
}
.cid-vw0Kw2aCYQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #0d3150;
}
.cid-vw0Kw2aCYQ .mbr-overlay {
  background: #232323;
}
.cid-vw0Kw2aCYQ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vw0Kw2aCYQ H2 {
  color: #e4ac25;
}
.cid-vw0Kw2aCYQ .mbr-section-subtitle,
.cid-vw0Kw2aCYQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vwdtp6EbVN .google-map {
  height: 25rem;
  position: relative;
}
.cid-vwdtp6EbVN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vwdtp6EbVN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vwdtp6EbVN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vwdtp6EbVN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vwdtpOLpa9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vwdtpOLpa9 .card-icon {
  font-size: 56px;
  color: #e4ac25;
  transition: color 0.3s;
}
.cid-vwdtpOLpa9 .icon2 {
  color: #0d3150;
}
.cid-vwdtpOLpa9 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-vwdtpOLpa9 p {
  font-weight: 400;
}
.cid-vwdtpOLpa9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4ac25;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-vwdtpOLpa9 .line2 {
  background: #0d3150;
}
.cid-vwdtpOLpa9 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #0d3150;
}
.cid-vwdtpOLpa9 .card-wrapper:hover .link-ico {
  background-color: #e4ac25;
  border-color: #e4ac25;
  color: white;
}
.cid-vwdtpOLpa9 .card2 {
  background: #e4ac25;
}
.cid-vwdtpOLpa9 .card-title,
.cid-vwdtpOLpa9 .card-ico,
.cid-vwdtpOLpa9 .line-wrap {
  text-align: center;
}
.cid-vwdtpOLpa9 .mbr-text,
.cid-vwdtpOLpa9 .card-link {
  text-align: center;
}
.cid-vvs1HrfVbg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3150;
}
.cid-vvs1HrfVbg .media-container-row .mbr-text {
  color: #fbf7ea;
}
.cid-vvX8NN27Bc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vvX8NN27Bc .navbar-brand {
    width: fit-content;
    margin: auto!important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-vvX8NN27Bc .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-vvX8NN27Bc .navbar.navbar-short .navbar-brand {
  padding: 1rem!important;
}
.cid-vvX8NN27Bc .navbar-logo {
  margin: 0!important;
}
.cid-vvX8NN27Bc .navbar-brand {
  background-color: #0d3150;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vvX8NN27Bc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvX8NN27Bc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvX8NN27Bc .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-vvX8NN27Bc .navbar-nav {
  min-width: 45%;
}
.cid-vvX8NN27Bc .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-vvX8NN27Bc .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-vvX8NN27Bc .dropdown-item {
  color: #000000 !important;
}
.cid-vvX8NN27Bc .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vvX8NN27Bc .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-vvX8NN27Bc .nav-link:hover {
  color: #0d3150 !important;
}
.cid-vvX8NN27Bc .nav-link:hover:before {
  opacity: 1;
}
.cid-vvX8NN27Bc .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #0d3150;
}
.cid-vvX8NN27Bc .btn-white {
  color: #0d3150 !important;
}
.cid-vvX8NN27Bc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vvX8NN27Bc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvX8NN27Bc .container {
  display: flex;
  margin: auto;
}
.cid-vvX8NN27Bc .navbar.opened {
  background: #fbf7ea !important;
}
.cid-vvX8NN27Bc .nav-item:focus,
.cid-vvX8NN27Bc .nav-link:focus {
  outline: none;
}
.cid-vvX8NN27Bc .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-vvX8NN27Bc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvX8NN27Bc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vvX8NN27Bc .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-vvX8NN27Bc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvX8NN27Bc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvX8NN27Bc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbf7ea;
}
.cid-vvX8NN27Bc .navbar.opened {
  transition: all .3s;
}
.cid-vvX8NN27Bc .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-vvX8NN27Bc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vvX8NN27Bc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvX8NN27Bc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vvX8NN27Bc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vvX8NN27Bc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvX8NN27Bc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvX8NN27Bc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vvX8NN27Bc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvX8NN27Bc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vvX8NN27Bc .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vvX8NN27Bc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvX8NN27Bc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvX8NN27Bc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvX8NN27Bc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvX8NN27Bc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vvX8NN27Bc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vvX8NN27Bc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvX8NN27Bc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvX8NN27Bc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vvX8NN27Bc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vvX8NN27Bc .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vvX8NN27Bc .navbar.navbar-short {
  background: #fbf7ea !important;
  min-height: 60px;
}
.cid-vvX8NN27Bc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vvX8NN27Bc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vvX8NN27Bc .dropdown-item.active,
.cid-vvX8NN27Bc .dropdown-item:active {
  background-color: transparent;
}
.cid-vvX8NN27Bc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvX8NN27Bc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvX8NN27Bc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvX8NN27Bc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf7ea;
}
.cid-vvX8NN27Bc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvX8NN27Bc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvX8NN27Bc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vvX8NN27Bc .navbar-buttons {
  text-align: center;
}
.cid-vvX8NN27Bc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vvX8NN27Bc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvX8NN27Bc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vvX8NN27Bc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vvX8NN27Bc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vvX8NN27Bc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vvX8NN27Bc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvX8NN27Bc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vvX8NN27Bc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vvX8NN27Bc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvX8NN27Bc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-vvX8NN27Bc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vvX8NN27Bc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vvX8NN27Bc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vvX8NN27Bc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vvX8NN27Bc .navbar {
    height: 77px;
  }
  .cid-vvX8NN27Bc .navbar.opened {
    height: auto;
  }
  .cid-vvX8NN27Bc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vw0OAreOCi {
  background-image: url("../../../assets/images/cuisine-2-640x349.jpg");
}
.cid-vw0OAreOCi .mbr-section-title,
.cid-vw0OAreOCi .mbr-section-subtitle {
  color: #000000;
}
.cid-vw0OAreOCi .mbr-section-text {
  color: #232323;
}
.cid-vw0OAreOCi .mbr-text,
.cid-vw0OAreOCi .typed-text,
.cid-vw0OAreOCi .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-vw0OAreOCi .btn {
  margin-left: 4px !important;
}
.cid-vw0OAreOCi .animated-element {
  color: #e4ac25;
}
.cid-vw0OAreOCi .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e4ac25;
}
.cid-vw0OAreOCi .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-vw0OAreOCi .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vw0OAreOCi .typed-text,
  .cid-vw0OAreOCi .mbr-section-subtitle,
  .cid-vw0OAreOCi .mbr-section-text,
  .cid-vw0OAreOCi .mbr-section-btn {
    text-align: center !important;
  }
}
@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-vw0OAreOCi .mbr-section-text,
.cid-vw0OAreOCi .mbr-section-btn {
  color: #fbf7ea;
}
.cid-vw0OAreOCi .mbr-section-subtitle,
.cid-vw0OAreOCi .typed-text {
  color: #ffffff;
}
.cid-vw0Q6Jb9sa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vw0Q6Jb9sa img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vw0Q6Jb9sa img {
    width: 100%;
  }
  .cid-vw0Q6Jb9sa .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vw0Q6Jb9sa ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-vw0Q6Jb9sa ul li {
  margin-bottom: 0.4rem;
  list-style: none;
}
.cid-vw0Q6Jb9sa ul li:before {
  position: absolute;
  left: 6px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all .2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e4ac25;
}
.cid-vw0Q6Jb9sa H2 {
  color: #e4ac25;
}
.cid-vw0Q6Jb9sa H3 {
  color: #0d3150;
}
.cid-vvX8NPHkB7 {
  padding-top: 600px;
  background-image: url("../../../assets/images/images2018-663x462.jpg");
}
.cid-vw0PLYMuaL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vw0PLYMuaL img {
  width: 90%;
}
.cid-vw0PLYMuaL .mbr-text,
.cid-vw0PLYMuaL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-vw0PLYMuaL img {
    width: 100%;
  }
  .cid-vw0PLYMuaL .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vw0PLYMuaL H2 {
  color: #0d3150;
}
.cid-vw0PLYMuaL H3 {
  color: #e4ac25;
}
.cid-vw0S5KxsvS {
  padding-top: 600px;
  background-image: url("../../../assets/images/south-african-breakfast-with-boerewors-and-poached-eg-1yxt8n.webp");
}
.cid-vvX8NPYlN8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0d3150;
}
.cid-vvX8NPYlN8 .container-fluid {
  padding: 0 3rem;
}
.cid-vvX8NPYlN8 .media-container-column {
  padding: 0 2rem;
}
.cid-vvX8NPYlN8 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #e4ac25;
}
@media (max-width: 767px) {
  .cid-vvX8NPYlN8 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-vvX8NPYlN8 .mbr-section-subtitle {
  color: #fbf7ea;
}
.cid-vw0SdMxnpo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d3150;
  background: linear-gradient(0deg, #0d3150, #0d3150);
}
.cid-vw0SdMxnpo .counter-container {
  color: #767676;
}
.cid-vw0SdMxnpo .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-vw0SdMxnpo .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-vw0SdMxnpo .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-vw0SdMxnpo .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #0d3150;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d3150, #e4ac25);
}
.cid-vw0SdMxnpo .mbr-text {
  color: #fbf7ea;
}
.cid-vvX8NQnrX3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e4ac25;
}
.cid-vvX8NQnrX3 .mbr-text,
.cid-vvX8NQnrX3 blockquote {
  color: #232323;
}
.cid-vvX8NQnrX3 .mbr-text DIV {
  text-align: center;
}
.cid-vvX8NSeUhT {
  padding-top: 600px;
  background-image: url("../../../assets/images/images2020-479x640.jpg");
}
.cid-vw0UWVD7AO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbf7ea;
}
.cid-vw0UWVD7AO img {
  width: 90%;
}
.cid-vw0UWVD7AO .mbr-text,
.cid-vw0UWVD7AO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vw0UWVD7AO img {
    width: 100%;
  }
  .cid-vw0UWVD7AO .pb-5 {
    padding-bottom: 1rem!important;
  }
}
.cid-vw0UWVD7AO H3 {
  color: #0d3150;
}
.cid-vvX8NT93Y0 {
  padding-top: 600px;
  background-image: url("../../../assets/images/istockphoto-1147963523-460x612.jpg");
}
.cid-vw0VXj3VZm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbf7ea;
}
.cid-vw0VXj3VZm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-vw0VXj3VZm .panel-group {
  width: 100%;
}
.cid-vw0VXj3VZm .panel-text,
.cid-vw0VXj3VZm .header-text,
.cid-vw0VXj3VZm .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vw0VXj3VZm .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vw0VXj3VZm .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-vw0VXj3VZm .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #0d3150;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-vw0VXj3VZm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vw0VXj3VZm .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-vw0VXj3VZm .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-vw0VXj3VZm .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #e4ac25;
}
.cid-vw0VXj3VZm .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-vw0VXj3VZm .card .panel-body {
  background: #fbf7ea;
}
.cid-vw0VXj3VZm .sign {
  color: #232323;
}
.cid-vw0VXj3VZm .mbr-section-title {
  color: #0d3150;
}
.cid-vw0VXj3VZm .panel-text {
  color: #232323;
}
.cid-vvX8NUhJ8P {
  padding-top: 600px;
  background-image: url("../../../assets/images/images2014-857x358.jpg");
}
.cid-vvX8NVCXSO {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #e4ac25, #0d3150);
}
.cid-vvX8NVCXSO .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-vvX8NVCXSO .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vvX8NVCXSO .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vvX8NVCXSO .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-vvX8NVCXSO .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-vvX8NVCXSO .mbr-section-subtitle,
.cid-vvX8NVCXSO .mbr-section-btn {
  color: #232323;
}
.cid-vvX8NVCXSO H2 {
  color: #0d3150;
}
.cid-vwdttUg5rR .google-map {
  height: 25rem;
  position: relative;
}
.cid-vwdttUg5rR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vwdttUg5rR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vwdttUg5rR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vwdttUg5rR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vwdtuKNs9k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vwdtuKNs9k .card-icon {
  font-size: 56px;
  color: #e4ac25;
  transition: color 0.3s;
}
.cid-vwdtuKNs9k .icon2 {
  color: #0d3150;
}
.cid-vwdtuKNs9k .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-vwdtuKNs9k p {
  font-weight: 400;
}
.cid-vwdtuKNs9k .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4ac25;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-vwdtuKNs9k .line2 {
  background: #0d3150;
}
.cid-vwdtuKNs9k .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #0d3150;
}
.cid-vwdtuKNs9k .card-wrapper:hover .link-ico {
  background-color: #e4ac25;
  border-color: #e4ac25;
  color: white;
}
.cid-vwdtuKNs9k .card2 {
  background: #e4ac25;
}
.cid-vwdtuKNs9k .card-title,
.cid-vwdtuKNs9k .card-ico,
.cid-vwdtuKNs9k .line-wrap {
  text-align: center;
}
.cid-vwdtuKNs9k .mbr-text,
.cid-vwdtuKNs9k .card-link {
  text-align: center;
}
.cid-vvX8NY1uY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3150;
}
.cid-vvX8NY1uY6 .media-container-row .mbr-text {
  color: #fbf7ea;
}
.cid-vwdtDwl7ut .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vwdtDwl7ut .navbar-brand {
    width: fit-content;
    margin: auto!important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-vwdtDwl7ut .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-vwdtDwl7ut .navbar.navbar-short .navbar-brand {
  padding: 1rem!important;
}
.cid-vwdtDwl7ut .navbar-logo {
  margin: 0!important;
}
.cid-vwdtDwl7ut .navbar-brand {
  background-color: #0d3150;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vwdtDwl7ut .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vwdtDwl7ut .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vwdtDwl7ut .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-vwdtDwl7ut .navbar-nav {
  min-width: 45%;
}
.cid-vwdtDwl7ut .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-vwdtDwl7ut .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-vwdtDwl7ut .dropdown-item {
  color: #000000 !important;
}
.cid-vwdtDwl7ut .dropdown-item:hover {
  color: #000000 !important;
}
.cid-vwdtDwl7ut .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-vwdtDwl7ut .nav-link:hover {
  color: #0d3150 !important;
}
.cid-vwdtDwl7ut .nav-link:hover:before {
  opacity: 1;
}
.cid-vwdtDwl7ut .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #0d3150;
}
.cid-vwdtDwl7ut .btn-white {
  color: #0d3150 !important;
}
.cid-vwdtDwl7ut .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vwdtDwl7ut .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vwdtDwl7ut .container {
  display: flex;
  margin: auto;
}
.cid-vwdtDwl7ut .navbar.opened {
  background: #fbf7ea !important;
}
.cid-vwdtDwl7ut .nav-item:focus,
.cid-vwdtDwl7ut .nav-link:focus {
  outline: none;
}
.cid-vwdtDwl7ut .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-vwdtDwl7ut .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vwdtDwl7ut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vwdtDwl7ut .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-vwdtDwl7ut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vwdtDwl7ut .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vwdtDwl7ut .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #fbf7ea;
}
.cid-vwdtDwl7ut .navbar.opened {
  transition: all .3s;
}
.cid-vwdtDwl7ut .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-vwdtDwl7ut .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vwdtDwl7ut .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vwdtDwl7ut .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vwdtDwl7ut .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vwdtDwl7ut .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vwdtDwl7ut .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vwdtDwl7ut .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vwdtDwl7ut .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vwdtDwl7ut .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vwdtDwl7ut .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vwdtDwl7ut .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vwdtDwl7ut .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vwdtDwl7ut .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vwdtDwl7ut .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vwdtDwl7ut .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vwdtDwl7ut .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vwdtDwl7ut .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vwdtDwl7ut .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vwdtDwl7ut .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vwdtDwl7ut .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vwdtDwl7ut .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vwdtDwl7ut .navbar.navbar-short {
  background: #fbf7ea !important;
  min-height: 60px;
}
.cid-vwdtDwl7ut .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vwdtDwl7ut .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vwdtDwl7ut .dropdown-item.active,
.cid-vwdtDwl7ut .dropdown-item:active {
  background-color: transparent;
}
.cid-vwdtDwl7ut .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vwdtDwl7ut .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vwdtDwl7ut .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vwdtDwl7ut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf7ea;
}
.cid-vwdtDwl7ut .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vwdtDwl7ut .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vwdtDwl7ut ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vwdtDwl7ut .navbar-buttons {
  text-align: center;
}
.cid-vwdtDwl7ut button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vwdtDwl7ut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vwdtDwl7ut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vwdtDwl7ut button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vwdtDwl7ut button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vwdtDwl7ut button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vwdtDwl7ut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vwdtDwl7ut nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vwdtDwl7ut nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vwdtDwl7ut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vwdtDwl7ut .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-vwdtDwl7ut a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vwdtDwl7ut .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vwdtDwl7ut .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vwdtDwl7ut .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vwdtDwl7ut .navbar {
    height: 77px;
  }
  .cid-vwdtDwl7ut .navbar.opened {
    height: auto;
  }
  .cid-vwdtDwl7ut .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vwduvo9a00 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vwduvo9a00 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vwduvo9a00 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vwduvo9a00 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vwdtDNj20h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vwdtDNj20h .card-icon {
  font-size: 56px;
  color: #e4ac25;
  transition: color 0.3s;
}
.cid-vwdtDNj20h .icon2 {
  color: #0d3150;
}
.cid-vwdtDNj20h .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-vwdtDNj20h p {
  font-weight: 400;
}
.cid-vwdtDNj20h .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e4ac25;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-vwdtDNj20h .line2 {
  background: #0d3150;
}
.cid-vwdtDNj20h .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #0d3150;
}
.cid-vwdtDNj20h .card-wrapper:hover .link-ico {
  background-color: #e4ac25;
  border-color: #e4ac25;
  color: white;
}
.cid-vwdtDNj20h .card2 {
  background: #e4ac25;
}
.cid-vwdtDNj20h .card-title,
.cid-vwdtDNj20h .card-ico,
.cid-vwdtDNj20h .line-wrap {
  text-align: center;
}
.cid-vwdtDNj20h .mbr-text,
.cid-vwdtDNj20h .card-link {
  text-align: center;
}
.cid-vwdtDMe3iq {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #0d3150;
}
.cid-vwdtDMe3iq .mbr-overlay {
  background: #232323;
}
.cid-vwdtDMe3iq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vwdtDMe3iq H2 {
  color: #e4ac25;
}
.cid-vwdtDMe3iq .mbr-section-subtitle,
.cid-vwdtDMe3iq .mbr-section-btn {
  color: #ffffff;
}
.cid-vwdtDMKSkU .google-map {
  height: 25rem;
  position: relative;
}
.cid-vwdtDMKSkU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vwdtDMKSkU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vwdtDMKSkU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vwdtDMKSkU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vwdtDO3q8B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0d3150;
}
.cid-vwdtDO3q8B .media-container-row .mbr-text {
  color: #fbf7ea;
}
