body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #18284c !important;
}
.bg-success {
  background-color: #cfba8f !important;
}
.bg-info {
  background-color: #f7f7f7 !important;
}
.bg-warning {
  background-color: #a07248 !important;
}
.bg-danger {
  background-color: #d1ac68 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #18284c !important;
  border-color: #18284c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #060912 !important;
  border-color: #060912 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #060912 !important;
  border-color: #060912 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #18284c !important;
  border-color: #18284c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #060912 !important;
  border-color: #060912 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #060912 !important;
  border-color: #060912 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #787878 !important;
  background-color: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #787878 !important;
  background-color: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #cfba8f !important;
  border-color: #cfba8f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b89959 !important;
  border-color: #b89959 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b89959 !important;
  border-color: #b89959 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #a07248 !important;
  border-color: #a07248 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #6b4c30 !important;
  border-color: #6b4c30 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6b4c30 !important;
  border-color: #6b4c30 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #d1ac68 !important;
  border-color: #d1ac68 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #b58937 !important;
  border-color: #b58937 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b58937 !important;
  border-color: #b58937 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #18284c;
  border-color: #18284c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18284c !important;
  border-color: #18284c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #18284c;
  border-color: #18284c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #18284c !important;
  border-color: #18284c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #c4c4c4;
  color: #c4c4c4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #787878;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ae8d4a;
  color: #ae8d4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #cfba8f;
  border-color: #cfba8f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cfba8f !important;
  border-color: #cfba8f !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #5a4028;
  color: #5a4028;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #a07248;
  border-color: #a07248;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a07248 !important;
  border-color: #a07248 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #a27a31;
  color: #a27a31;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #d1ac68;
  border-color: #d1ac68;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d1ac68 !important;
  border-color: #d1ac68 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #18284c !important;
}
.text-secondary {
  color: #18284c !important;
}
.text-success {
  color: #cfba8f !important;
}
.text-info {
  color: #f7f7f7 !important;
}
.text-warning {
  color: #a07248 !important;
}
.text-danger {
  color: #d1ac68 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ae8d4a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c4c4c4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5a4028 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a27a31 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f7;
}
.alert-warning {
  background-color: #a07248;
}
.alert-danger {
  background-color: #d1ac68;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #18284c;
  border-color: #18284c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #18284c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7693d4;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0b297;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #18284c;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #18284c !important;
  border-color: #18284c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18284c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18284c;
  border-bottom-color: #18284c;
}
.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: #18284c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #18284c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2318284c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-swonH5Unh2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swonH5Unh2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-swonH5Unh2 .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swonH5Unh2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swonH5Unh2 .dropdown-item {
  padding: 0;
}
.cid-swonH5Unh2 .dropdown-item,
.cid-swonH5Unh2 .nav-link,
.cid-swonH5Unh2 .brand-name {
  font-style: normal;
}
.cid-swonH5Unh2 .dropdown-item:hover,
.cid-swonH5Unh2 .nav-link:hover,
.cid-swonH5Unh2 .brand-name:hover {
  color: #18284c !important;
}
.cid-swonH5Unh2 .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swonH5Unh2 .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swonH5Unh2 .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swonH5Unh2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swonH5Unh2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swonH5Unh2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swonH5Unh2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swonH5Unh2 .content-text {
  margin-bottom: 0;
}
.cid-swonH5Unh2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swonH5Unh2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swonH5Unh2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swonH5Unh2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swonH5Unh2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swonH5Unh2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swonH5Unh2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swonH5Unh2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swonH5Unh2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-swonH5Unh2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swonH5Unh2 .content-right-side {
  text-align: center;
}
.cid-swonH5Unh2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swonH5Unh2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swonH5Unh2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swonH5Unh2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swonH5Unh2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swonH5Unh2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swonH5Unh2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swonH5Unh2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swonH5Unh2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swonH5Unh2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swonH5Unh2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-swonH5Unh2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swonH5Unh2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swonH5Unh2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swonH5Unh2 .navbar-toggler {
    display: none;
  }
  .cid-swonH5Unh2 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swonH5Unh2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swonH5Unh2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swonH5Unh2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swonH5Unh2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swonH5Unh2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swonH5Unh2 .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-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swonH5Unh2 .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-swonH5Unh2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swonH5Unh2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swonH5Unh2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swonH5Unh2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swonH5Unh2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swonH5Unh2 button.navbar-toggler:focus {
  outline: none;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swonH5Unh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swonH5Unh2 .collapsed .btn {
  display: flex;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swonH5Unh2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-swonH5Unh2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swonH5Unh2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swonH5Unh2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swonH5Unh2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swonH5Unh2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swonH5Unh2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swonH5Unh2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swonH5Unh2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swonH5Unh2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing,
  .cid-swonH5Unh2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-nav,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swonH5Unh2 img {
    height: 3.8rem !important;
  }
  .cid-swonH5Unh2 .btn {
    display: flex;
  }
  .cid-swonH5Unh2 button.navbar-toggler {
    display: block;
  }
  .cid-swonH5Unh2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swonH5Unh2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swonH5Unh2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swonH5Unh2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swonH5Unh2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swonH5Unh2 .nav-link:focus {
  outline: none;
}
.cid-swonH5Unh2 .navbar-toggler {
  position: relative;
}
.cid-swonH5Unh2 .dropdown-item.active,
.cid-swonH5Unh2 .dropdown-item:active {
  color: initial;
}
.cid-swonH5Unh2 .widget-title,
.cid-swonH5Unh2 .widget-icon {
  color: #18284c;
}
.cid-swonH5Unh2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swonH5Unh2 .menu-logo {
    display: flex;
  }
  .cid-swonH5Unh2 .navbar {
    padding: 0;
  }
  .cid-swonH5Unh2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swonH5Unh2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uApvwI8bJX .modal-body .close {
  background: #1b1b1b;
}
.cid-uApvwI8bJX .modal-body .close span {
  font-style: normal;
}
.cid-uApvwI8bJX .carousel-inner > .active,
.cid-uApvwI8bJX .carousel-inner > .next,
.cid-uApvwI8bJX .carousel-inner > .prev {
  display: table;
}
.cid-uApvwI8bJX .carousel-control .icon-next,
.cid-uApvwI8bJX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uApvwI8bJX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uApvwI8bJX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uApvwI8bJX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uApvwI8bJX .boxed-slider > div {
  position: relative;
}
.cid-uApvwI8bJX .container img {
  width: 100%;
}
.cid-uApvwI8bJX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uApvwI8bJX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uApvwI8bJX .mbr-table-cell {
  padding: 0;
}
.cid-uApvwI8bJX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uApvwI8bJX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uApvwI8bJX .mbr-overlay {
  z-index: 1;
}
.cid-uApvwI8bJX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uApvwI8bJX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uApvwI8bJX .carousel-item .container {
    width: 100%;
  }
}
.cid-uApvwI8bJX .carousel-item-next.carousel-item-left,
.cid-uApvwI8bJX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uApvwI8bJX .active.carousel-item-right,
.cid-uApvwI8bJX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uApvwI8bJX .active.carousel-item-left,
.cid-uApvwI8bJX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uApvwI8bJX .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uApvwI8bJX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uApvwI8bJX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uApvwI8bJX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uApvwI8bJX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uApvwI8bJX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uApvwI8bJX .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uApvwI8bJX .mbr-slider .carousel-indicators li.active,
.cid-uApvwI8bJX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uApvwI8bJX .mbr-slider .carousel-indicators li::after,
.cid-uApvwI8bJX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uApvwI8bJX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uApvwI8bJX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uApvwI8bJX .mbr-slider > .container img {
  width: 100%;
}
.cid-uApvwI8bJX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uApvwI8bJX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uApvwI8bJX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uApvwI8bJX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uApvwI8bJX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uApvwI8bJX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uApvwI8bJX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uApvwI8bJX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uApvwI8bJX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uApvwI8bJX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uApvwI8bJX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uApvwI8bJX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uApvwI8bJX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-swoaEJS3ND {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-swoaEJS3ND .container-fluid {
  padding: -10 2rem;
  margin-top: -10px;
}
.cid-swoaEJS3ND .table-wrap {
  margin: 0 1rem 1rem 1rem;
  border: 1px solid #9e9e9e;
  border-radius: 3%;
  padding: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-swoaEJS3ND .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d1ac68;
}
.cid-swoaEJS3ND .table-wrap:hover .table-pricing,
.cid-swoaEJS3ND .table-wrap:hover .table-icon {
  color: #000000 !important;
}
.cid-swoaEJS3ND .table-wrap:hover .table-heading,
.cid-swoaEJS3ND .table-wrap:hover .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-swoaEJS3ND .section-heading {
  margin-bottom: 1rem;
}
.cid-swoaEJS3ND .table-heading {
  margin-bottom: 1em;
}
.cid-swoaEJS3ND .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-swoaEJS3ND .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #18284c, #18284c);
  display: inline-block;
}
.cid-swoaEJS3ND ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-swoaEJS3ND ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-swoaEJS3ND ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-swoaEJS3ND hr {
  display: none;
  background: #9e9e9e;
}
.cid-swoaEJS3ND hr {
  display: block;
}
.cid-swoaEJS3ND .table-heading,
.cid-swoaEJS3ND .table-pricing,
.cid-swoaEJS3ND .table-icon {
  color: #333333;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-swoaEJS3ND .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-swoaEJS3ND .mbr-section-btn {
  padding-top: 1rem;
}
.cid-swoaEJS3ND .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-swoaEJS3ND .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-swoaEJS3ND .container-fluid {
    padding: 0 0rem;
  }
}
.cid-swoaEJS3ND .table-pricing,
.cid-swoaEJS3ND .table-icon {
  text-align: center;
}
.cid-swoemCF215 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-swoemCF215 .container-fluid {
  padding: -10 3rem;
}
.cid-swoemCF215 .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #9e9e9e;
  border-radius: 3%;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-swoemCF215 .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #d1ac68;
}
.cid-swoemCF215 .table-wrap:hover .table-pricing,
.cid-swoemCF215 .table-wrap:hover .table-icon {
  color: #000000 !important;
}
.cid-swoemCF215 .table-wrap:hover .table-heading,
.cid-swoemCF215 .table-wrap:hover .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-swoemCF215 .section-heading {
  margin-bottom: 1rem;
}
.cid-swoemCF215 .table-heading {
  margin-bottom: 1em;
}
.cid-swoemCF215 .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-swoemCF215 .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #18284c, #18284c);
  display: inline-block;
}
.cid-swoemCF215 ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-swoemCF215 ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-swoemCF215 ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-swoemCF215 hr {
  display: none;
  background: #9e9e9e;
}
.cid-swoemCF215 hr {
  display: block;
}
.cid-swoemCF215 .table-heading,
.cid-swoemCF215 .table-pricing,
.cid-swoemCF215 .table-icon {
  color: #333333;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-swoemCF215 .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-swoemCF215 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-swoemCF215 .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-swoemCF215 .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-swoemCF215 .container-fluid {
    padding: 0 0rem;
  }
}
.cid-swoemCF215 .table-pricing,
.cid-swoemCF215 .table-icon {
  text-align: center;
}
.cid-swbXMy0CLu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-swbXMy0CLu span {
  color: #c1c1c1;
}
.cid-swbXMy0CLu .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-swbXMy0CLu .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-swbXMy0CLu .flex-block span {
    margin-left: 2rem;
  }
}
.cid-swbXMy0CLu .block-quote {
  text-align: right;
}
.cid-swaRiGdVhU.popup-builder {
  background-color: #ffffff;
}
.cid-swaRiGdVhU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swaRiGdVhU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swaRiGdVhU .modal-content,
.cid-swaRiGdVhU .modal-dialog {
  height: auto;
}
.cid-swaRiGdVhU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swaRiGdVhU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swaRiGdVhU .form-wrapper .mbr-form .form-group,
  .cid-swaRiGdVhU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swaRiGdVhU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swaRiGdVhU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swaRiGdVhU .mbr-text {
  text-align: center;
}
.cid-swaRiGdVhU .pt-0 {
  padding-top: 0 !important;
}
.cid-swaRiGdVhU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swaRiGdVhU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swaRiGdVhU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swaRiGdVhU .modal-open {
  overflow: hidden;
}
.cid-swaRiGdVhU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swaRiGdVhU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swaRiGdVhU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swaRiGdVhU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-swaRiGdVhU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swaRiGdVhU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swaRiGdVhU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swaRiGdVhU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-swaRiGdVhU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swaRiGdVhU .modal-backdrop.fade {
  opacity: 0;
}
.cid-swaRiGdVhU .modal-backdrop.show {
  opacity: .5;
}
.cid-swaRiGdVhU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-swaRiGdVhU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swaRiGdVhU .modal-header .close:hover {
  opacity: 1;
}
.cid-swaRiGdVhU .modal-header .close:focus {
  outline: none;
}
.cid-swaRiGdVhU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #18284c;
}
.cid-swaRiGdVhU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swaRiGdVhU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-swaRiGdVhU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swaRiGdVhU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swaRiGdVhU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swaRiGdVhU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swaRiGdVhU .modal-sm {
    max-width: 300px;
  }
  .cid-swaRiGdVhU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swaRiGdVhU .modal-lg,
  .cid-swaRiGdVhU .modal-xl {
    max-width: 800px;
  }
  .cid-swaRiGdVhU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swaRiGdVhU .modal-xl {
    max-width: 1140px;
  }
  .cid-swaRiGdVhU .container {
    max-width: 1140px;
  }
}
.cid-swaRiGdVhU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swaRiGdVhU .container {
    max-width: 720px;
  }
}
.cid-swaRiGdVhU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swaRiGdVhU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-swaRiGdVhU .form-group {
  margin-bottom: 1rem;
}
.cid-swaRiGdVhU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swaRiGdVhU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swaRiGdVhU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-swaaqQkU6R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swaaqQkU6R .google-map {
  height: 30rem;
  position: relative;
}
.cid-swaaqQkU6R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swaaqQkU6R .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-swaaqQkU6R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swaaqQkU6R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swaaqQkU6R .container-fluid {
  padding: 0;
}
.cid-swaaqQkU6R .relative {
  position: relative;
  width: 100%;
}
.cid-swaaqQkU6R .mbr-section-title {
  color: #656565;
}
.cid-swaaqQkU6R .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-swaaqQkU6R .line {
  height: 3px;
  width: 60px;
  background: #d1ac68;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-swaaqQkU6R .title {
  text-align: center;
  color: #d1ac68;
}
.cid-swaaqQkU6R .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-swaaqQkU6R .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-swab61nlDm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swab61nlDm .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swab61nlDm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swab61nlDm .col + .mbr-section-btn .btn,
.cid-swab61nlDm .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swab61nlDm .col + .mbr-section-btn .btn,
  .cid-swab61nlDm .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swab61nlDm .dragArea > *:nth-last-child(2).col,
  .cid-swab61nlDm .dragArea > *:nth-last-child(2).col-auto,
  .cid-swab61nlDm .col + .mbr-section-btn,
  .cid-swab61nlDm .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swab61nlDm .dragArea {
    flex-direction: column;
  }
}
.cid-swab61nlDm .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swab61nlDm .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swab61nlDm .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swab61nlDm .form-group {
  max-width: 220px;
}
.cid-swab61nlDm .mbr-section-btn {
  padding-left: 0;
}
.cid-swab61nlDm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swab61nlDm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swab61nlDm .mbr-text {
  color: #444;
}
.cid-swab61nlDm h5 {
  margin-bottom: 0;
}
.cid-swab61nlDm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swab61nlDm .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swab61nlDm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swab61nlDm .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swab61nlDm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swab61nlDm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swab61nlDm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swab61nlDm .social-list a:hover {
  opacity: 0.4;
}
.cid-swab61nlDm .media-container-row > div {
  padding: 0px;
}
.cid-swab61nlDm .text2 {
  color: #000000;
  text-align: left;
}
.cid-swab61nlDm .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swab61nlDm .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swab61nlDm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swab61nlDm .social-list,
  .cid-swab61nlDm .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swab61nlDm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swab61nlDm .form-group {
    max-width: 180px;
  }
}
.cid-swab61nlDm .links span {
  color: #9e9e9e;
}
.cid-swab61nlDm .logo-sub-title {
  text-align: center;
}
.cid-swab61nlDm .logo-title {
  text-align: center;
}
.cid-swab61nlDm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swab61nlDm .logo-title,
.cid-swab61nlDm .logo {
  color: #9e9e9e;
}
.cid-swacODYPad {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swacODYPad .links {
  text-align: center;
  color: #18284c;
}
.cid-swacODYPad p {
  margin: 0;
}
.cid-swc1HuTFDB {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-swc1HuTFDB .mbr-section-title DIV {
  text-align: center;
}
.cid-swc1HuTFDB .mbr-text,
.cid-swc1HuTFDB .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swc1HuTFDB .mbr-section-title {
  color: #cfba8f;
}
.cid-swcdjpkFBj {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swcdjpkFBj .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swcdjpkFBj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swc2aMF0nX {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-swc2aMF0nX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swc2aMF0nX .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-swc5ruWqky {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-swc5ruWqky .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-swc5ruWqky .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #18284c;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-swc5ruWqky .image-block:hover:before {
  opacity: 0.6;
}
.cid-swc5ruWqky .image-block:hover .wrap {
  opacity: 1;
}
.cid-swc5ruWqky .image-block:hover img {
  transform: scale(1.05);
}
.cid-swc5ruWqky h4 {
  letter-spacing: 2px;
}
.cid-swc5ruWqky figcaption {
  position: relative;
}
.cid-swc5ruWqky figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-swc5ruWqky img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swc5ruWqky .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-swc5ruWqky .wrap {
    opacity: 1!important;
  }
  .cid-swc5ruWqky .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-swc5ruWqky H3 {
  color: #cfba8f;
}
.cid-swzFzsOTcx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzFzsOTcx .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzFzsOTcx .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzFzsOTcx .col + .mbr-section-btn .btn,
.cid-swzFzsOTcx .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzFzsOTcx .col + .mbr-section-btn .btn,
  .cid-swzFzsOTcx .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzFzsOTcx .dragArea > *:nth-last-child(2).col,
  .cid-swzFzsOTcx .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzFzsOTcx .col + .mbr-section-btn,
  .cid-swzFzsOTcx .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzFzsOTcx .dragArea {
    flex-direction: column;
  }
}
.cid-swzFzsOTcx .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzFzsOTcx .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzFzsOTcx .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzFzsOTcx .form-group {
  max-width: 220px;
}
.cid-swzFzsOTcx .mbr-section-btn {
  padding-left: 0;
}
.cid-swzFzsOTcx .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzFzsOTcx .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzFzsOTcx .mbr-text {
  color: #444;
}
.cid-swzFzsOTcx h5 {
  margin-bottom: 0;
}
.cid-swzFzsOTcx .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzFzsOTcx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzFzsOTcx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzFzsOTcx .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzFzsOTcx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzFzsOTcx .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzFzsOTcx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzFzsOTcx .social-list a:hover {
  opacity: 0.4;
}
.cid-swzFzsOTcx .media-container-row > div {
  padding: 0px;
}
.cid-swzFzsOTcx .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzFzsOTcx .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzFzsOTcx .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzFzsOTcx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzFzsOTcx .social-list,
  .cid-swzFzsOTcx .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzFzsOTcx h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzFzsOTcx .form-group {
    max-width: 180px;
  }
}
.cid-swzFzsOTcx .links span {
  color: #9e9e9e;
}
.cid-swzFzsOTcx .logo-sub-title {
  text-align: center;
}
.cid-swzFzsOTcx .logo-title {
  text-align: center;
}
.cid-swzFzsOTcx .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzFzsOTcx .logo-title,
.cid-swzFzsOTcx .logo {
  color: #9e9e9e;
}
.cid-swc58QL3w7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swc58QL3w7 .links {
  text-align: center;
  color: #18284c;
}
.cid-swc58QL3w7 p {
  margin: 0;
}
.cid-swonH5Unh2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swonH5Unh2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-swonH5Unh2 .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swonH5Unh2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swonH5Unh2 .dropdown-item {
  padding: 0;
}
.cid-swonH5Unh2 .dropdown-item,
.cid-swonH5Unh2 .nav-link,
.cid-swonH5Unh2 .brand-name {
  font-style: normal;
}
.cid-swonH5Unh2 .dropdown-item:hover,
.cid-swonH5Unh2 .nav-link:hover,
.cid-swonH5Unh2 .brand-name:hover {
  color: #18284c !important;
}
.cid-swonH5Unh2 .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swonH5Unh2 .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swonH5Unh2 .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swonH5Unh2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swonH5Unh2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swonH5Unh2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swonH5Unh2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swonH5Unh2 .content-text {
  margin-bottom: 0;
}
.cid-swonH5Unh2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swonH5Unh2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swonH5Unh2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swonH5Unh2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swonH5Unh2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swonH5Unh2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swonH5Unh2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swonH5Unh2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swonH5Unh2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-swonH5Unh2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swonH5Unh2 .content-right-side {
  text-align: center;
}
.cid-swonH5Unh2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swonH5Unh2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swonH5Unh2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swonH5Unh2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swonH5Unh2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swonH5Unh2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swonH5Unh2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swonH5Unh2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swonH5Unh2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swonH5Unh2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swonH5Unh2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-swonH5Unh2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swonH5Unh2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swonH5Unh2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swonH5Unh2 .navbar-toggler {
    display: none;
  }
  .cid-swonH5Unh2 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swonH5Unh2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swonH5Unh2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swonH5Unh2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swonH5Unh2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swonH5Unh2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swonH5Unh2 .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-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swonH5Unh2 .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-swonH5Unh2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swonH5Unh2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swonH5Unh2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swonH5Unh2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swonH5Unh2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swonH5Unh2 button.navbar-toggler:focus {
  outline: none;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swonH5Unh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swonH5Unh2 .collapsed .btn {
  display: flex;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swonH5Unh2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-swonH5Unh2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swonH5Unh2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swonH5Unh2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swonH5Unh2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swonH5Unh2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swonH5Unh2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swonH5Unh2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swonH5Unh2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swonH5Unh2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing,
  .cid-swonH5Unh2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-nav,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swonH5Unh2 img {
    height: 3.8rem !important;
  }
  .cid-swonH5Unh2 .btn {
    display: flex;
  }
  .cid-swonH5Unh2 button.navbar-toggler {
    display: block;
  }
  .cid-swonH5Unh2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swonH5Unh2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swonH5Unh2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swonH5Unh2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swonH5Unh2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swonH5Unh2 .nav-link:focus {
  outline: none;
}
.cid-swonH5Unh2 .navbar-toggler {
  position: relative;
}
.cid-swonH5Unh2 .dropdown-item.active,
.cid-swonH5Unh2 .dropdown-item:active {
  color: initial;
}
.cid-swonH5Unh2 .widget-title,
.cid-swonH5Unh2 .widget-icon {
  color: #18284c;
}
.cid-swonH5Unh2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swonH5Unh2 .menu-logo {
    display: flex;
  }
  .cid-swonH5Unh2 .navbar {
    padding: 0;
  }
  .cid-swonH5Unh2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swonH5Unh2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swhEPwpvD5 {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-swhEPwpvD5 .mbr-section-title DIV {
  text-align: center;
}
.cid-swhEPwpvD5 .mbr-text,
.cid-swhEPwpvD5 .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swhEPwpvD5 .mbr-section-title {
  color: #cfba8f;
}
.cid-swhEPxCHQE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swhEPxCHQE .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swhEPxCHQE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swhFaA3GTe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swhFaA3GTe *:focus {
  outline: none;
}
.cid-swhFaA3GTe .form-group {
  margin-bottom: 2rem;
}
.cid-swhFaA3GTe .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #18284c;
  color: #18284c;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-swhFaA3GTe .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-swhFaA3GTe .form-control::-webkit-input-placeholder {
  color: #18284c;
}
.cid-swhFaA3GTe .form-control::-moz-placeholder {
  color: #18284c;
}
.cid-swhFaA3GTe .form-control:-ms-input-placeholder {
  color: #18284c;
}
.cid-swhFaA3GTe .form-control:-moz-placeholder {
  color: #18284c;
}
.cid-swhFaA3GTe input.form-control {
  padding: 1px 0;
}
.cid-swhFaA3GTe .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-swhFaA3GTe .soc-item .socicon {
  font-size: 1.5rem;
  color: #d1ac68;
  opacity: 1;
}
.cid-swhFaA3GTe .soc-item .socicon:hover {
  opacity: .5;
}
.cid-swhFaA3GTe .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-swhFaA3GTe .first-column,
  .cid-swhFaA3GTe .form-1 {
    text-align: center;
  }
}
.cid-swhFaA3GTe .form-title,
.cid-swhFaA3GTe .btn-row {
  color: #d1ac68;
}
.cid-swhFaA3GTe .address-title,
.cid-swhFaA3GTe .address-block {
  color: #333333;
  text-align: center;
}
.cid-swhFaA3GTe .contacts-title,
.cid-swhFaA3GTe .contacts-block {
  color: #333333;
  text-align: center;
}
.cid-swhFaA3GTe .follow-title,
.cid-swhFaA3GTe .social-list {
  color: #d1ac68;
  text-align: center;
}
.cid-swhGKVlOhh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swhGKVlOhh .google-map {
  height: 45rem;
  position: relative;
}
.cid-swhGKVlOhh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swhGKVlOhh .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-swhGKVlOhh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swhGKVlOhh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swhGKVlOhh .container-fluid {
  padding: 0;
}
.cid-swhGKVlOhh .relative {
  position: relative;
  width: 100%;
}
.cid-swhGKVlOhh .mbr-section-title {
  color: #656565;
}
.cid-swhGKVlOhh .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-swhGKVlOhh .line {
  height: 3px;
  width: 60px;
  background: #d1ac68;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-swhGKVlOhh .title {
  text-align: center;
  color: #d1ac68;
}
.cid-swhGKVlOhh .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-swhGKVlOhh .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-swA1lDs05i {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swA1lDs05i .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swA1lDs05i .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swA1lDs05i .col + .mbr-section-btn .btn,
.cid-swA1lDs05i .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swA1lDs05i .col + .mbr-section-btn .btn,
  .cid-swA1lDs05i .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swA1lDs05i .dragArea > *:nth-last-child(2).col,
  .cid-swA1lDs05i .dragArea > *:nth-last-child(2).col-auto,
  .cid-swA1lDs05i .col + .mbr-section-btn,
  .cid-swA1lDs05i .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swA1lDs05i .dragArea {
    flex-direction: column;
  }
}
.cid-swA1lDs05i .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swA1lDs05i .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swA1lDs05i .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swA1lDs05i .form-group {
  max-width: 220px;
}
.cid-swA1lDs05i .mbr-section-btn {
  padding-left: 0;
}
.cid-swA1lDs05i .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swA1lDs05i .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swA1lDs05i .mbr-text {
  color: #444;
}
.cid-swA1lDs05i h5 {
  margin-bottom: 0;
}
.cid-swA1lDs05i .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swA1lDs05i .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swA1lDs05i .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swA1lDs05i .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swA1lDs05i .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swA1lDs05i .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swA1lDs05i .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swA1lDs05i .social-list a:hover {
  opacity: 0.4;
}
.cid-swA1lDs05i .media-container-row > div {
  padding: 0px;
}
.cid-swA1lDs05i .text2 {
  color: #000000;
  text-align: left;
}
.cid-swA1lDs05i .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swA1lDs05i .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swA1lDs05i .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swA1lDs05i .social-list,
  .cid-swA1lDs05i .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swA1lDs05i h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swA1lDs05i .form-group {
    max-width: 180px;
  }
}
.cid-swA1lDs05i .links span {
  color: #9e9e9e;
}
.cid-swA1lDs05i .logo-sub-title {
  text-align: center;
}
.cid-swA1lDs05i .logo-title {
  text-align: center;
}
.cid-swA1lDs05i .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swA1lDs05i .logo-title,
.cid-swA1lDs05i .logo {
  color: #9e9e9e;
}
.cid-swhEPFgVld {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swhEPFgVld .links {
  text-align: center;
  color: #18284c;
}
.cid-swhEPFgVld p {
  margin: 0;
}
.cid-swonH5Unh2 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swonH5Unh2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-swonH5Unh2 .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swonH5Unh2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swonH5Unh2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swonH5Unh2 .dropdown-item {
  padding: 0;
}
.cid-swonH5Unh2 .dropdown-item,
.cid-swonH5Unh2 .nav-link,
.cid-swonH5Unh2 .brand-name {
  font-style: normal;
}
.cid-swonH5Unh2 .dropdown-item:hover,
.cid-swonH5Unh2 .nav-link:hover,
.cid-swonH5Unh2 .brand-name:hover {
  color: #18284c !important;
}
.cid-swonH5Unh2 .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swonH5Unh2 .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swonH5Unh2 .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swonH5Unh2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swonH5Unh2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swonH5Unh2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swonH5Unh2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swonH5Unh2 .content-text {
  margin-bottom: 0;
}
.cid-swonH5Unh2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swonH5Unh2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swonH5Unh2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swonH5Unh2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swonH5Unh2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swonH5Unh2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swonH5Unh2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swonH5Unh2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swonH5Unh2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-swonH5Unh2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swonH5Unh2 .content-right-side {
  text-align: center;
}
.cid-swonH5Unh2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swonH5Unh2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swonH5Unh2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swonH5Unh2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swonH5Unh2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swonH5Unh2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swonH5Unh2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swonH5Unh2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swonH5Unh2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swonH5Unh2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swonH5Unh2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swonH5Unh2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-swonH5Unh2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swonH5Unh2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swonH5Unh2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swonH5Unh2 .navbar-toggler {
    display: none;
  }
  .cid-swonH5Unh2 .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swonH5Unh2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swonH5Unh2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swonH5Unh2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swonH5Unh2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swonH5Unh2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swonH5Unh2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swonH5Unh2 .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-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swonH5Unh2 .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-swonH5Unh2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swonH5Unh2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swonH5Unh2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swonH5Unh2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swonH5Unh2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swonH5Unh2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swonH5Unh2 button.navbar-toggler:focus {
  outline: none;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swonH5Unh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swonH5Unh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swonH5Unh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swonH5Unh2 .collapsed .btn {
  display: flex;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swonH5Unh2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swonH5Unh2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swonH5Unh2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-swonH5Unh2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swonH5Unh2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swonH5Unh2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swonH5Unh2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swonH5Unh2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swonH5Unh2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swonH5Unh2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swonH5Unh2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swonH5Unh2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swonH5Unh2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing,
  .cid-swonH5Unh2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-nav,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swonH5Unh2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swonH5Unh2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swonH5Unh2 img {
    height: 3.8rem !important;
  }
  .cid-swonH5Unh2 .btn {
    display: flex;
  }
  .cid-swonH5Unh2 button.navbar-toggler {
    display: block;
  }
  .cid-swonH5Unh2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swonH5Unh2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swonH5Unh2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swonH5Unh2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swonH5Unh2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swonH5Unh2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swonH5Unh2 .nav-link:focus {
  outline: none;
}
.cid-swonH5Unh2 .navbar-toggler {
  position: relative;
}
.cid-swonH5Unh2 .dropdown-item.active,
.cid-swonH5Unh2 .dropdown-item:active {
  color: initial;
}
.cid-swonH5Unh2 .widget-title,
.cid-swonH5Unh2 .widget-icon {
  color: #18284c;
}
.cid-swonH5Unh2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swonH5Unh2 .menu-logo {
    display: flex;
  }
  .cid-swonH5Unh2 .navbar {
    padding: 0;
  }
  .cid-swonH5Unh2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swonH5Unh2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swzFPtNCzd {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/karayolu-tasimaciligi-1-1920x550.webp");
}
.cid-swzFPtNCzd .mbr-section-title DIV {
  text-align: center;
}
.cid-swzFPtNCzd .mbr-text,
.cid-swzFPtNCzd .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swzFPtNCzd .mbr-section-title {
  color: #cfba8f;
}
.cid-swzFPuPWfY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swzFPuPWfY .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swzFPuPWfY .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swzFPvngwn {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-swzFPvngwn .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swzFPvngwn .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-swzFPwLVDo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-swzFPwLVDo .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-swzFPwLVDo .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #18284c;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-swzFPwLVDo .image-block:hover:before {
  opacity: 0.6;
}
.cid-swzFPwLVDo .image-block:hover .wrap {
  opacity: 1;
}
.cid-swzFPwLVDo .image-block:hover img {
  transform: scale(1.05);
}
.cid-swzFPwLVDo h4 {
  letter-spacing: 2px;
}
.cid-swzFPwLVDo figcaption {
  position: relative;
}
.cid-swzFPwLVDo figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-swzFPwLVDo img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swzFPwLVDo .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-swzFPwLVDo .wrap {
    opacity: 1!important;
  }
  .cid-swzFPwLVDo .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-swzFPwLVDo H3 {
  color: #cfba8f;
}
.cid-swzFPxYvUM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzFPxYvUM .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzFPxYvUM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzFPxYvUM .col + .mbr-section-btn .btn,
.cid-swzFPxYvUM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzFPxYvUM .col + .mbr-section-btn .btn,
  .cid-swzFPxYvUM .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzFPxYvUM .dragArea > *:nth-last-child(2).col,
  .cid-swzFPxYvUM .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzFPxYvUM .col + .mbr-section-btn,
  .cid-swzFPxYvUM .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzFPxYvUM .dragArea {
    flex-direction: column;
  }
}
.cid-swzFPxYvUM .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzFPxYvUM .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzFPxYvUM .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzFPxYvUM .form-group {
  max-width: 220px;
}
.cid-swzFPxYvUM .mbr-section-btn {
  padding-left: 0;
}
.cid-swzFPxYvUM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzFPxYvUM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzFPxYvUM .mbr-text {
  color: #444;
}
.cid-swzFPxYvUM h5 {
  margin-bottom: 0;
}
.cid-swzFPxYvUM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzFPxYvUM .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzFPxYvUM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzFPxYvUM .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzFPxYvUM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzFPxYvUM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzFPxYvUM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzFPxYvUM .social-list a:hover {
  opacity: 0.4;
}
.cid-swzFPxYvUM .media-container-row > div {
  padding: 0px;
}
.cid-swzFPxYvUM .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzFPxYvUM .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzFPxYvUM .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzFPxYvUM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzFPxYvUM .social-list,
  .cid-swzFPxYvUM .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzFPxYvUM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzFPxYvUM .form-group {
    max-width: 180px;
  }
}
.cid-swzFPxYvUM .links span {
  color: #9e9e9e;
}
.cid-swzFPxYvUM .logo-sub-title {
  text-align: center;
}
.cid-swzFPxYvUM .logo-title {
  text-align: center;
}
.cid-swzFPxYvUM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzFPxYvUM .logo-title,
.cid-swzFPxYvUM .logo {
  color: #9e9e9e;
}
.cid-swzFPzgmp4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swzFPzgmp4 .links {
  text-align: center;
  color: #18284c;
}
.cid-swzFPzgmp4 p {
  margin: 0;
}
.cid-swzFPzMWwQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swzFPzMWwQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-swzFPzMWwQ .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swzFPzMWwQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swzFPzMWwQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzFPzMWwQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swzFPzMWwQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swzFPzMWwQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swzFPzMWwQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swzFPzMWwQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swzFPzMWwQ .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swzFPzMWwQ .dropdown-item {
  padding: 0;
}
.cid-swzFPzMWwQ .dropdown-item,
.cid-swzFPzMWwQ .nav-link,
.cid-swzFPzMWwQ .brand-name {
  font-style: normal;
}
.cid-swzFPzMWwQ .dropdown-item:hover,
.cid-swzFPzMWwQ .nav-link:hover,
.cid-swzFPzMWwQ .brand-name:hover {
  color: #18284c !important;
}
.cid-swzFPzMWwQ .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swzFPzMWwQ .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swzFPzMWwQ .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swzFPzMWwQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swzFPzMWwQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swzFPzMWwQ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swzFPzMWwQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swzFPzMWwQ .content-text {
  margin-bottom: 0;
}
.cid-swzFPzMWwQ .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swzFPzMWwQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swzFPzMWwQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swzFPzMWwQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swzFPzMWwQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swzFPzMWwQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzFPzMWwQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzFPzMWwQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swzFPzMWwQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzFPzMWwQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-swzFPzMWwQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swzFPzMWwQ .content-right-side {
  text-align: center;
}
.cid-swzFPzMWwQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swzFPzMWwQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swzFPzMWwQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swzFPzMWwQ .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzFPzMWwQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzFPzMWwQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swzFPzMWwQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swzFPzMWwQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swzFPzMWwQ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swzFPzMWwQ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swzFPzMWwQ .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swzFPzMWwQ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzFPzMWwQ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swzFPzMWwQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-swzFPzMWwQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzFPzMWwQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swzFPzMWwQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swzFPzMWwQ .navbar-toggler {
    display: none;
  }
  .cid-swzFPzMWwQ .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swzFPzMWwQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swzFPzMWwQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swzFPzMWwQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swzFPzMWwQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swzFPzMWwQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swzFPzMWwQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swzFPzMWwQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swzFPzMWwQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzFPzMWwQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzFPzMWwQ .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-swzFPzMWwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzFPzMWwQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swzFPzMWwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swzFPzMWwQ .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-swzFPzMWwQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swzFPzMWwQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzFPzMWwQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swzFPzMWwQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swzFPzMWwQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swzFPzMWwQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swzFPzMWwQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swzFPzMWwQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swzFPzMWwQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swzFPzMWwQ button.navbar-toggler:focus {
  outline: none;
}
.cid-swzFPzMWwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swzFPzMWwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzFPzMWwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzFPzMWwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzFPzMWwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzFPzMWwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzFPzMWwQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzFPzMWwQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzFPzMWwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzFPzMWwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzFPzMWwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzFPzMWwQ .collapsed .btn {
  display: flex;
}
.cid-swzFPzMWwQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swzFPzMWwQ .collapsed .navbar-collapse.collapsing,
.cid-swzFPzMWwQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swzFPzMWwQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swzFPzMWwQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swzFPzMWwQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swzFPzMWwQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swzFPzMWwQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swzFPzMWwQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swzFPzMWwQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swzFPzMWwQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swzFPzMWwQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzFPzMWwQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-swzFPzMWwQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swzFPzMWwQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swzFPzMWwQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swzFPzMWwQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swzFPzMWwQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swzFPzMWwQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swzFPzMWwQ .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swzFPzMWwQ .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swzFPzMWwQ .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swzFPzMWwQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swzFPzMWwQ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swzFPzMWwQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swzFPzMWwQ .navbar-collapse.collapsing,
  .cid-swzFPzMWwQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-swzFPzMWwQ .navbar-collapse.collapsing .navbar-nav,
  .cid-swzFPzMWwQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swzFPzMWwQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swzFPzMWwQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swzFPzMWwQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-swzFPzMWwQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swzFPzMWwQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swzFPzMWwQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swzFPzMWwQ img {
    height: 3.8rem !important;
  }
  .cid-swzFPzMWwQ .btn {
    display: flex;
  }
  .cid-swzFPzMWwQ button.navbar-toggler {
    display: block;
  }
  .cid-swzFPzMWwQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swzFPzMWwQ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzFPzMWwQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swzFPzMWwQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swzFPzMWwQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swzFPzMWwQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swzFPzMWwQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swzFPzMWwQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swzFPzMWwQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swzFPzMWwQ .nav-link:focus {
  outline: none;
}
.cid-swzFPzMWwQ .navbar-toggler {
  position: relative;
}
.cid-swzFPzMWwQ .dropdown-item.active,
.cid-swzFPzMWwQ .dropdown-item:active {
  color: initial;
}
.cid-swzFPzMWwQ .widget-title,
.cid-swzFPzMWwQ .widget-icon {
  color: #18284c;
}
.cid-swzFPzMWwQ .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swzFPzMWwQ .menu-logo {
    display: flex;
  }
  .cid-swzFPzMWwQ .navbar {
    padding: 0;
  }
  .cid-swzFPzMWwQ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzFPzMWwQ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swzLELTy1N {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/sl-supply-chain-management-hero-2000x1328.webp");
}
.cid-swzLELTy1N .mbr-section-title DIV {
  text-align: center;
}
.cid-swzLELTy1N .mbr-text,
.cid-swzLELTy1N .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swzLELTy1N .mbr-section-title {
  color: #cfba8f;
}
.cid-swzLENaV3k {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swzLENaV3k .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swzLENaV3k .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swzLENE1wH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-swzLENE1wH .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swzLENE1wH .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-swzLEPuTJp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-swzLEPuTJp .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-swzLEPuTJp .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #18284c;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-swzLEPuTJp .image-block:hover:before {
  opacity: 0.6;
}
.cid-swzLEPuTJp .image-block:hover .wrap {
  opacity: 1;
}
.cid-swzLEPuTJp .image-block:hover img {
  transform: scale(1.05);
}
.cid-swzLEPuTJp h4 {
  letter-spacing: 2px;
}
.cid-swzLEPuTJp figcaption {
  position: relative;
}
.cid-swzLEPuTJp figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-swzLEPuTJp img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swzLEPuTJp .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-swzLEPuTJp .wrap {
    opacity: 1!important;
  }
  .cid-swzLEPuTJp .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-swzLEPuTJp H3 {
  color: #cfba8f;
}
.cid-swzLEQG6D5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzLEQG6D5 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzLEQG6D5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzLEQG6D5 .col + .mbr-section-btn .btn,
.cid-swzLEQG6D5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzLEQG6D5 .col + .mbr-section-btn .btn,
  .cid-swzLEQG6D5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzLEQG6D5 .dragArea > *:nth-last-child(2).col,
  .cid-swzLEQG6D5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzLEQG6D5 .col + .mbr-section-btn,
  .cid-swzLEQG6D5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzLEQG6D5 .dragArea {
    flex-direction: column;
  }
}
.cid-swzLEQG6D5 .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzLEQG6D5 .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzLEQG6D5 .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzLEQG6D5 .form-group {
  max-width: 220px;
}
.cid-swzLEQG6D5 .mbr-section-btn {
  padding-left: 0;
}
.cid-swzLEQG6D5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzLEQG6D5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzLEQG6D5 .mbr-text {
  color: #444;
}
.cid-swzLEQG6D5 h5 {
  margin-bottom: 0;
}
.cid-swzLEQG6D5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzLEQG6D5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzLEQG6D5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzLEQG6D5 .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzLEQG6D5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzLEQG6D5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzLEQG6D5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzLEQG6D5 .social-list a:hover {
  opacity: 0.4;
}
.cid-swzLEQG6D5 .media-container-row > div {
  padding: 0px;
}
.cid-swzLEQG6D5 .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzLEQG6D5 .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzLEQG6D5 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzLEQG6D5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzLEQG6D5 .social-list,
  .cid-swzLEQG6D5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzLEQG6D5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzLEQG6D5 .form-group {
    max-width: 180px;
  }
}
.cid-swzLEQG6D5 .links span {
  color: #9e9e9e;
}
.cid-swzLEQG6D5 .logo-sub-title {
  text-align: center;
}
.cid-swzLEQG6D5 .logo-title {
  text-align: center;
}
.cid-swzLEQG6D5 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzLEQG6D5 .logo-title,
.cid-swzLEQG6D5 .logo {
  color: #9e9e9e;
}
.cid-swzLERZtye {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swzLERZtye .links {
  text-align: center;
  color: #18284c;
}
.cid-swzLERZtye p {
  margin: 0;
}
.cid-swzLESExjJ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swzLESExjJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-swzLESExjJ .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swzLESExjJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swzLESExjJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzLESExjJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swzLESExjJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swzLESExjJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swzLESExjJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swzLESExjJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swzLESExjJ .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swzLESExjJ .dropdown-item {
  padding: 0;
}
.cid-swzLESExjJ .dropdown-item,
.cid-swzLESExjJ .nav-link,
.cid-swzLESExjJ .brand-name {
  font-style: normal;
}
.cid-swzLESExjJ .dropdown-item:hover,
.cid-swzLESExjJ .nav-link:hover,
.cid-swzLESExjJ .brand-name:hover {
  color: #18284c !important;
}
.cid-swzLESExjJ .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swzLESExjJ .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swzLESExjJ .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swzLESExjJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swzLESExjJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swzLESExjJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swzLESExjJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swzLESExjJ .content-text {
  margin-bottom: 0;
}
.cid-swzLESExjJ .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swzLESExjJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swzLESExjJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swzLESExjJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swzLESExjJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swzLESExjJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzLESExjJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzLESExjJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swzLESExjJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzLESExjJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-swzLESExjJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swzLESExjJ .content-right-side {
  text-align: center;
}
.cid-swzLESExjJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swzLESExjJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swzLESExjJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swzLESExjJ .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzLESExjJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzLESExjJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swzLESExjJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swzLESExjJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swzLESExjJ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swzLESExjJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swzLESExjJ .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swzLESExjJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzLESExjJ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swzLESExjJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-swzLESExjJ .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzLESExjJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swzLESExjJ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swzLESExjJ .navbar-toggler {
    display: none;
  }
  .cid-swzLESExjJ .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swzLESExjJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swzLESExjJ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swzLESExjJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swzLESExjJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swzLESExjJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swzLESExjJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swzLESExjJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swzLESExjJ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzLESExjJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzLESExjJ .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-swzLESExjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzLESExjJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swzLESExjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swzLESExjJ .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-swzLESExjJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swzLESExjJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzLESExjJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swzLESExjJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swzLESExjJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swzLESExjJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swzLESExjJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swzLESExjJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swzLESExjJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swzLESExjJ button.navbar-toggler:focus {
  outline: none;
}
.cid-swzLESExjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swzLESExjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzLESExjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzLESExjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzLESExjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzLESExjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzLESExjJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzLESExjJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzLESExjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzLESExjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzLESExjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzLESExjJ .collapsed .btn {
  display: flex;
}
.cid-swzLESExjJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swzLESExjJ .collapsed .navbar-collapse.collapsing,
.cid-swzLESExjJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swzLESExjJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swzLESExjJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swzLESExjJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swzLESExjJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swzLESExjJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swzLESExjJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swzLESExjJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swzLESExjJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swzLESExjJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzLESExjJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-swzLESExjJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swzLESExjJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swzLESExjJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swzLESExjJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swzLESExjJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swzLESExjJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swzLESExjJ .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swzLESExjJ .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swzLESExjJ .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swzLESExjJ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swzLESExjJ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swzLESExjJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swzLESExjJ .navbar-collapse.collapsing,
  .cid-swzLESExjJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-swzLESExjJ .navbar-collapse.collapsing .navbar-nav,
  .cid-swzLESExjJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swzLESExjJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swzLESExjJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swzLESExjJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-swzLESExjJ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swzLESExjJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swzLESExjJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swzLESExjJ img {
    height: 3.8rem !important;
  }
  .cid-swzLESExjJ .btn {
    display: flex;
  }
  .cid-swzLESExjJ button.navbar-toggler {
    display: block;
  }
  .cid-swzLESExjJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swzLESExjJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzLESExjJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swzLESExjJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swzLESExjJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swzLESExjJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swzLESExjJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swzLESExjJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swzLESExjJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swzLESExjJ .nav-link:focus {
  outline: none;
}
.cid-swzLESExjJ .navbar-toggler {
  position: relative;
}
.cid-swzLESExjJ .dropdown-item.active,
.cid-swzLESExjJ .dropdown-item:active {
  color: initial;
}
.cid-swzLESExjJ .widget-title,
.cid-swzLESExjJ .widget-icon {
  color: #18284c;
}
.cid-swzLESExjJ .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swzLESExjJ .menu-logo {
    display: flex;
  }
  .cid-swzLESExjJ .navbar {
    padding: 0;
  }
  .cid-swzLESExjJ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzLESExjJ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swzSbRntCL {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cargo-1280x720.webp");
}
.cid-swzSbRntCL .mbr-section-title DIV {
  text-align: center;
}
.cid-swzSbRntCL .mbr-text,
.cid-swzSbRntCL .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swzSbRntCL .mbr-section-title {
  color: #cfba8f;
}
.cid-swzSbSu9e9 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swzSbSu9e9 .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swzSbSu9e9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swzSbT98Lh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swzSbT98Lh .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swzSbT98Lh .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-swzSc5MtIl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzSc5MtIl .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzSc5MtIl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzSc5MtIl .col + .mbr-section-btn .btn,
.cid-swzSc5MtIl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzSc5MtIl .col + .mbr-section-btn .btn,
  .cid-swzSc5MtIl .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzSc5MtIl .dragArea > *:nth-last-child(2).col,
  .cid-swzSc5MtIl .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzSc5MtIl .col + .mbr-section-btn,
  .cid-swzSc5MtIl .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzSc5MtIl .dragArea {
    flex-direction: column;
  }
}
.cid-swzSc5MtIl .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzSc5MtIl .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzSc5MtIl .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzSc5MtIl .form-group {
  max-width: 220px;
}
.cid-swzSc5MtIl .mbr-section-btn {
  padding-left: 0;
}
.cid-swzSc5MtIl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzSc5MtIl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzSc5MtIl .mbr-text {
  color: #444;
}
.cid-swzSc5MtIl h5 {
  margin-bottom: 0;
}
.cid-swzSc5MtIl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzSc5MtIl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzSc5MtIl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzSc5MtIl .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzSc5MtIl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzSc5MtIl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzSc5MtIl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzSc5MtIl .social-list a:hover {
  opacity: 0.4;
}
.cid-swzSc5MtIl .media-container-row > div {
  padding: 0px;
}
.cid-swzSc5MtIl .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzSc5MtIl .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzSc5MtIl .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzSc5MtIl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzSc5MtIl .social-list,
  .cid-swzSc5MtIl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzSc5MtIl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzSc5MtIl .form-group {
    max-width: 180px;
  }
}
.cid-swzSc5MtIl .links span {
  color: #9e9e9e;
}
.cid-swzSc5MtIl .logo-sub-title {
  text-align: center;
}
.cid-swzSc5MtIl .logo-title {
  text-align: center;
}
.cid-swzSc5MtIl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzSc5MtIl .logo-title,
.cid-swzSc5MtIl .logo {
  color: #9e9e9e;
}
.cid-swzSc6Y0S8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swzSc6Y0S8 .links {
  text-align: center;
  color: #18284c;
}
.cid-swzSc6Y0S8 p {
  margin: 0;
}
.cid-swzSc7x7pD .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swzSc7x7pD .navbar-fixed-top {
  padding-top: 0;
}
.cid-swzSc7x7pD .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swzSc7x7pD .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swzSc7x7pD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzSc7x7pD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swzSc7x7pD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swzSc7x7pD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swzSc7x7pD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swzSc7x7pD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swzSc7x7pD .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swzSc7x7pD .dropdown-item {
  padding: 0;
}
.cid-swzSc7x7pD .dropdown-item,
.cid-swzSc7x7pD .nav-link,
.cid-swzSc7x7pD .brand-name {
  font-style: normal;
}
.cid-swzSc7x7pD .dropdown-item:hover,
.cid-swzSc7x7pD .nav-link:hover,
.cid-swzSc7x7pD .brand-name:hover {
  color: #18284c !important;
}
.cid-swzSc7x7pD .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swzSc7x7pD .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swzSc7x7pD .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swzSc7x7pD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swzSc7x7pD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swzSc7x7pD .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swzSc7x7pD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swzSc7x7pD .content-text {
  margin-bottom: 0;
}
.cid-swzSc7x7pD .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swzSc7x7pD .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swzSc7x7pD .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swzSc7x7pD .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swzSc7x7pD .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swzSc7x7pD .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzSc7x7pD .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzSc7x7pD .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swzSc7x7pD .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzSc7x7pD .nav-dropdown .link {
  font-weight: 400;
}
.cid-swzSc7x7pD .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swzSc7x7pD .content-right-side {
  text-align: center;
}
.cid-swzSc7x7pD .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swzSc7x7pD .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swzSc7x7pD .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swzSc7x7pD .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzSc7x7pD .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzSc7x7pD .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swzSc7x7pD .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swzSc7x7pD .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swzSc7x7pD .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swzSc7x7pD .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swzSc7x7pD .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swzSc7x7pD .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzSc7x7pD .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swzSc7x7pD .navbar {
    display: block;
    padding: 0;
  }
  .cid-swzSc7x7pD .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzSc7x7pD .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swzSc7x7pD .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swzSc7x7pD .navbar-toggler {
    display: none;
  }
  .cid-swzSc7x7pD .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swzSc7x7pD .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swzSc7x7pD .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swzSc7x7pD .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swzSc7x7pD .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swzSc7x7pD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swzSc7x7pD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swzSc7x7pD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swzSc7x7pD .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzSc7x7pD .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzSc7x7pD .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-swzSc7x7pD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzSc7x7pD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swzSc7x7pD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swzSc7x7pD .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-swzSc7x7pD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swzSc7x7pD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzSc7x7pD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swzSc7x7pD .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swzSc7x7pD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swzSc7x7pD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swzSc7x7pD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swzSc7x7pD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swzSc7x7pD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swzSc7x7pD button.navbar-toggler:focus {
  outline: none;
}
.cid-swzSc7x7pD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swzSc7x7pD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzSc7x7pD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzSc7x7pD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzSc7x7pD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzSc7x7pD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzSc7x7pD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzSc7x7pD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzSc7x7pD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzSc7x7pD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzSc7x7pD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzSc7x7pD .collapsed .btn {
  display: flex;
}
.cid-swzSc7x7pD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swzSc7x7pD .collapsed .navbar-collapse.collapsing,
.cid-swzSc7x7pD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swzSc7x7pD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swzSc7x7pD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swzSc7x7pD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swzSc7x7pD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swzSc7x7pD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swzSc7x7pD .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swzSc7x7pD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swzSc7x7pD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swzSc7x7pD .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzSc7x7pD .collapsed button.navbar-toggler {
  display: block;
}
.cid-swzSc7x7pD .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swzSc7x7pD .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swzSc7x7pD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swzSc7x7pD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swzSc7x7pD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swzSc7x7pD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swzSc7x7pD .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swzSc7x7pD .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swzSc7x7pD .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swzSc7x7pD .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swzSc7x7pD .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swzSc7x7pD .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swzSc7x7pD .navbar-collapse.collapsing,
  .cid-swzSc7x7pD .navbar-collapse.show {
    display: block !important;
  }
  .cid-swzSc7x7pD .navbar-collapse.collapsing .navbar-nav,
  .cid-swzSc7x7pD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swzSc7x7pD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swzSc7x7pD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swzSc7x7pD .navbar-collapse.collapsing .navbar-buttons,
  .cid-swzSc7x7pD .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swzSc7x7pD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swzSc7x7pD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swzSc7x7pD img {
    height: 3.8rem !important;
  }
  .cid-swzSc7x7pD .btn {
    display: flex;
  }
  .cid-swzSc7x7pD button.navbar-toggler {
    display: block;
  }
  .cid-swzSc7x7pD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swzSc7x7pD .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzSc7x7pD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swzSc7x7pD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swzSc7x7pD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swzSc7x7pD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swzSc7x7pD .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swzSc7x7pD .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swzSc7x7pD .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swzSc7x7pD .nav-link:focus {
  outline: none;
}
.cid-swzSc7x7pD .navbar-toggler {
  position: relative;
}
.cid-swzSc7x7pD .dropdown-item.active,
.cid-swzSc7x7pD .dropdown-item:active {
  color: initial;
}
.cid-swzSc7x7pD .widget-title,
.cid-swzSc7x7pD .widget-icon {
  color: #18284c;
}
.cid-swzSc7x7pD .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swzSc7x7pD .menu-logo {
    display: flex;
  }
  .cid-swzSc7x7pD .navbar {
    padding: 0;
  }
  .cid-swzSc7x7pD .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzSc7x7pD button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swzU9mWv7H {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/demiryolu-1268x817.webp");
}
.cid-swzU9mWv7H .mbr-section-title DIV {
  text-align: center;
}
.cid-swzU9mWv7H .mbr-text,
.cid-swzU9mWv7H .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swzU9mWv7H .mbr-section-title {
  color: #cfba8f;
}
.cid-swzU9nMEVk {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swzU9nMEVk .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swzU9nMEVk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swzU9onlf8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-swzU9onlf8 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swzU9onlf8 .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-swzU9tnHSX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzU9tnHSX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzU9tnHSX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzU9tnHSX .col + .mbr-section-btn .btn,
.cid-swzU9tnHSX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzU9tnHSX .col + .mbr-section-btn .btn,
  .cid-swzU9tnHSX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzU9tnHSX .dragArea > *:nth-last-child(2).col,
  .cid-swzU9tnHSX .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzU9tnHSX .col + .mbr-section-btn,
  .cid-swzU9tnHSX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzU9tnHSX .dragArea {
    flex-direction: column;
  }
}
.cid-swzU9tnHSX .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzU9tnHSX .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzU9tnHSX .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzU9tnHSX .form-group {
  max-width: 220px;
}
.cid-swzU9tnHSX .mbr-section-btn {
  padding-left: 0;
}
.cid-swzU9tnHSX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzU9tnHSX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzU9tnHSX .mbr-text {
  color: #444;
}
.cid-swzU9tnHSX h5 {
  margin-bottom: 0;
}
.cid-swzU9tnHSX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzU9tnHSX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzU9tnHSX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzU9tnHSX .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzU9tnHSX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzU9tnHSX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzU9tnHSX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzU9tnHSX .social-list a:hover {
  opacity: 0.4;
}
.cid-swzU9tnHSX .media-container-row > div {
  padding: 0px;
}
.cid-swzU9tnHSX .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzU9tnHSX .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzU9tnHSX .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzU9tnHSX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzU9tnHSX .social-list,
  .cid-swzU9tnHSX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzU9tnHSX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzU9tnHSX .form-group {
    max-width: 180px;
  }
}
.cid-swzU9tnHSX .links span {
  color: #9e9e9e;
}
.cid-swzU9tnHSX .logo-sub-title {
  text-align: center;
}
.cid-swzU9tnHSX .logo-title {
  text-align: center;
}
.cid-swzU9tnHSX .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzU9tnHSX .logo-title,
.cid-swzU9tnHSX .logo {
  color: #9e9e9e;
}
.cid-swzU9uGoWQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swzU9uGoWQ .links {
  text-align: center;
  color: #18284c;
}
.cid-swzU9uGoWQ p {
  margin: 0;
}
.cid-swzU9vfE7e .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swzU9vfE7e .navbar-fixed-top {
  padding-top: 0;
}
.cid-swzU9vfE7e .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swzU9vfE7e .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swzU9vfE7e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzU9vfE7e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swzU9vfE7e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swzU9vfE7e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swzU9vfE7e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swzU9vfE7e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swzU9vfE7e .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swzU9vfE7e .dropdown-item {
  padding: 0;
}
.cid-swzU9vfE7e .dropdown-item,
.cid-swzU9vfE7e .nav-link,
.cid-swzU9vfE7e .brand-name {
  font-style: normal;
}
.cid-swzU9vfE7e .dropdown-item:hover,
.cid-swzU9vfE7e .nav-link:hover,
.cid-swzU9vfE7e .brand-name:hover {
  color: #18284c !important;
}
.cid-swzU9vfE7e .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swzU9vfE7e .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swzU9vfE7e .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swzU9vfE7e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swzU9vfE7e .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swzU9vfE7e .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swzU9vfE7e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swzU9vfE7e .content-text {
  margin-bottom: 0;
}
.cid-swzU9vfE7e .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swzU9vfE7e .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swzU9vfE7e .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swzU9vfE7e .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swzU9vfE7e .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swzU9vfE7e .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzU9vfE7e .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzU9vfE7e .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swzU9vfE7e .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzU9vfE7e .nav-dropdown .link {
  font-weight: 400;
}
.cid-swzU9vfE7e .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swzU9vfE7e .content-right-side {
  text-align: center;
}
.cid-swzU9vfE7e .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swzU9vfE7e .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swzU9vfE7e .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swzU9vfE7e .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzU9vfE7e .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzU9vfE7e .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swzU9vfE7e .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swzU9vfE7e .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swzU9vfE7e .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swzU9vfE7e .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swzU9vfE7e .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swzU9vfE7e .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzU9vfE7e .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swzU9vfE7e .navbar {
    display: block;
    padding: 0;
  }
  .cid-swzU9vfE7e .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzU9vfE7e .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swzU9vfE7e .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swzU9vfE7e .navbar-toggler {
    display: none;
  }
  .cid-swzU9vfE7e .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swzU9vfE7e .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swzU9vfE7e .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swzU9vfE7e .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swzU9vfE7e .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swzU9vfE7e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swzU9vfE7e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swzU9vfE7e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swzU9vfE7e .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzU9vfE7e .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzU9vfE7e .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-swzU9vfE7e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzU9vfE7e .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swzU9vfE7e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swzU9vfE7e .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-swzU9vfE7e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swzU9vfE7e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzU9vfE7e .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swzU9vfE7e .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swzU9vfE7e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swzU9vfE7e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swzU9vfE7e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swzU9vfE7e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swzU9vfE7e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swzU9vfE7e button.navbar-toggler:focus {
  outline: none;
}
.cid-swzU9vfE7e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swzU9vfE7e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzU9vfE7e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzU9vfE7e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzU9vfE7e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzU9vfE7e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzU9vfE7e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzU9vfE7e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzU9vfE7e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzU9vfE7e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzU9vfE7e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzU9vfE7e .collapsed .btn {
  display: flex;
}
.cid-swzU9vfE7e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swzU9vfE7e .collapsed .navbar-collapse.collapsing,
.cid-swzU9vfE7e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swzU9vfE7e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swzU9vfE7e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swzU9vfE7e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swzU9vfE7e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swzU9vfE7e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swzU9vfE7e .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swzU9vfE7e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swzU9vfE7e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swzU9vfE7e .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzU9vfE7e .collapsed button.navbar-toggler {
  display: block;
}
.cid-swzU9vfE7e .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swzU9vfE7e .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swzU9vfE7e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swzU9vfE7e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swzU9vfE7e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swzU9vfE7e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swzU9vfE7e .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swzU9vfE7e .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swzU9vfE7e .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swzU9vfE7e .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swzU9vfE7e .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swzU9vfE7e .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swzU9vfE7e .navbar-collapse.collapsing,
  .cid-swzU9vfE7e .navbar-collapse.show {
    display: block !important;
  }
  .cid-swzU9vfE7e .navbar-collapse.collapsing .navbar-nav,
  .cid-swzU9vfE7e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swzU9vfE7e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swzU9vfE7e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swzU9vfE7e .navbar-collapse.collapsing .navbar-buttons,
  .cid-swzU9vfE7e .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swzU9vfE7e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swzU9vfE7e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swzU9vfE7e img {
    height: 3.8rem !important;
  }
  .cid-swzU9vfE7e .btn {
    display: flex;
  }
  .cid-swzU9vfE7e button.navbar-toggler {
    display: block;
  }
  .cid-swzU9vfE7e .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swzU9vfE7e .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzU9vfE7e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swzU9vfE7e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swzU9vfE7e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swzU9vfE7e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swzU9vfE7e .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swzU9vfE7e .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swzU9vfE7e .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swzU9vfE7e .nav-link:focus {
  outline: none;
}
.cid-swzU9vfE7e .navbar-toggler {
  position: relative;
}
.cid-swzU9vfE7e .dropdown-item.active,
.cid-swzU9vfE7e .dropdown-item:active {
  color: initial;
}
.cid-swzU9vfE7e .widget-title,
.cid-swzU9vfE7e .widget-icon {
  color: #18284c;
}
.cid-swzU9vfE7e .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swzU9vfE7e .menu-logo {
    display: flex;
  }
  .cid-swzU9vfE7e .navbar {
    padding: 0;
  }
  .cid-swzU9vfE7e .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzU9vfE7e button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swzW5f8V0O {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/0-1-2000x733.webp");
}
.cid-swzW5f8V0O .mbr-section-title DIV {
  text-align: center;
}
.cid-swzW5f8V0O .mbr-text,
.cid-swzW5f8V0O .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swzW5f8V0O .mbr-section-title {
  color: #cfba8f;
}
.cid-swzW5glWME {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swzW5glWME .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swzW5glWME .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swzW5gU7dy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swzW5gU7dy .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-swzW5gU7dy .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-swzWEDUw2A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swzWEDUw2A h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-swzWEDUw2A .mbr-section-subtitle {
  color: #767676;
}
.cid-swzWEDUw2A .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-swzWEDUw2A .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-swzWEDUw2A H2 {
  color: #d1ac68;
}
.cid-swzWwerlic {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swzWwerlic .counter-container {
  color: #464646;
}
.cid-swzWwerlic .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-swzWwerlic .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-swzWwerlic .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-swzWwerlic H4 {
  color: #cfba8f;
}
.cid-swzW5jAAQl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzW5jAAQl .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzW5jAAQl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzW5jAAQl .col + .mbr-section-btn .btn,
.cid-swzW5jAAQl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzW5jAAQl .col + .mbr-section-btn .btn,
  .cid-swzW5jAAQl .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzW5jAAQl .dragArea > *:nth-last-child(2).col,
  .cid-swzW5jAAQl .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzW5jAAQl .col + .mbr-section-btn,
  .cid-swzW5jAAQl .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzW5jAAQl .dragArea {
    flex-direction: column;
  }
}
.cid-swzW5jAAQl .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzW5jAAQl .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzW5jAAQl .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzW5jAAQl .form-group {
  max-width: 220px;
}
.cid-swzW5jAAQl .mbr-section-btn {
  padding-left: 0;
}
.cid-swzW5jAAQl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzW5jAAQl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzW5jAAQl .mbr-text {
  color: #444;
}
.cid-swzW5jAAQl h5 {
  margin-bottom: 0;
}
.cid-swzW5jAAQl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzW5jAAQl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzW5jAAQl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzW5jAAQl .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzW5jAAQl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzW5jAAQl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzW5jAAQl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzW5jAAQl .social-list a:hover {
  opacity: 0.4;
}
.cid-swzW5jAAQl .media-container-row > div {
  padding: 0px;
}
.cid-swzW5jAAQl .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzW5jAAQl .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzW5jAAQl .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzW5jAAQl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzW5jAAQl .social-list,
  .cid-swzW5jAAQl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzW5jAAQl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzW5jAAQl .form-group {
    max-width: 180px;
  }
}
.cid-swzW5jAAQl .links span {
  color: #9e9e9e;
}
.cid-swzW5jAAQl .logo-sub-title {
  text-align: center;
}
.cid-swzW5jAAQl .logo-title {
  text-align: center;
}
.cid-swzW5jAAQl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzW5jAAQl .logo-title,
.cid-swzW5jAAQl .logo {
  color: #9e9e9e;
}
.cid-swzW5kUMe2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swzW5kUMe2 .links {
  text-align: center;
  color: #18284c;
}
.cid-swzW5kUMe2 p {
  margin: 0;
}
.cid-swzW5lFMPp .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swzW5lFMPp .navbar-fixed-top {
  padding-top: 0;
}
.cid-swzW5lFMPp .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swzW5lFMPp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swzW5lFMPp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzW5lFMPp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swzW5lFMPp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swzW5lFMPp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swzW5lFMPp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swzW5lFMPp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swzW5lFMPp .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swzW5lFMPp .dropdown-item {
  padding: 0;
}
.cid-swzW5lFMPp .dropdown-item,
.cid-swzW5lFMPp .nav-link,
.cid-swzW5lFMPp .brand-name {
  font-style: normal;
}
.cid-swzW5lFMPp .dropdown-item:hover,
.cid-swzW5lFMPp .nav-link:hover,
.cid-swzW5lFMPp .brand-name:hover {
  color: #18284c !important;
}
.cid-swzW5lFMPp .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swzW5lFMPp .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swzW5lFMPp .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swzW5lFMPp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swzW5lFMPp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swzW5lFMPp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swzW5lFMPp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swzW5lFMPp .content-text {
  margin-bottom: 0;
}
.cid-swzW5lFMPp .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swzW5lFMPp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swzW5lFMPp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swzW5lFMPp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swzW5lFMPp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swzW5lFMPp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzW5lFMPp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzW5lFMPp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swzW5lFMPp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzW5lFMPp .nav-dropdown .link {
  font-weight: 400;
}
.cid-swzW5lFMPp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swzW5lFMPp .content-right-side {
  text-align: center;
}
.cid-swzW5lFMPp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swzW5lFMPp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swzW5lFMPp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swzW5lFMPp .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzW5lFMPp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzW5lFMPp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swzW5lFMPp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swzW5lFMPp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swzW5lFMPp .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swzW5lFMPp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swzW5lFMPp .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swzW5lFMPp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzW5lFMPp .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swzW5lFMPp .navbar {
    display: block;
    padding: 0;
  }
  .cid-swzW5lFMPp .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzW5lFMPp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swzW5lFMPp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swzW5lFMPp .navbar-toggler {
    display: none;
  }
  .cid-swzW5lFMPp .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swzW5lFMPp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swzW5lFMPp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swzW5lFMPp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swzW5lFMPp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swzW5lFMPp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swzW5lFMPp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swzW5lFMPp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swzW5lFMPp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzW5lFMPp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzW5lFMPp .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-swzW5lFMPp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzW5lFMPp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swzW5lFMPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swzW5lFMPp .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-swzW5lFMPp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swzW5lFMPp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzW5lFMPp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swzW5lFMPp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swzW5lFMPp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swzW5lFMPp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swzW5lFMPp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swzW5lFMPp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swzW5lFMPp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swzW5lFMPp button.navbar-toggler:focus {
  outline: none;
}
.cid-swzW5lFMPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swzW5lFMPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzW5lFMPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzW5lFMPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzW5lFMPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzW5lFMPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzW5lFMPp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzW5lFMPp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzW5lFMPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzW5lFMPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzW5lFMPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzW5lFMPp .collapsed .btn {
  display: flex;
}
.cid-swzW5lFMPp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swzW5lFMPp .collapsed .navbar-collapse.collapsing,
.cid-swzW5lFMPp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swzW5lFMPp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swzW5lFMPp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swzW5lFMPp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swzW5lFMPp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swzW5lFMPp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swzW5lFMPp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swzW5lFMPp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swzW5lFMPp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swzW5lFMPp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzW5lFMPp .collapsed button.navbar-toggler {
  display: block;
}
.cid-swzW5lFMPp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swzW5lFMPp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swzW5lFMPp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swzW5lFMPp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swzW5lFMPp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swzW5lFMPp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swzW5lFMPp .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swzW5lFMPp .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swzW5lFMPp .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swzW5lFMPp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swzW5lFMPp .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swzW5lFMPp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swzW5lFMPp .navbar-collapse.collapsing,
  .cid-swzW5lFMPp .navbar-collapse.show {
    display: block !important;
  }
  .cid-swzW5lFMPp .navbar-collapse.collapsing .navbar-nav,
  .cid-swzW5lFMPp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swzW5lFMPp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swzW5lFMPp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swzW5lFMPp .navbar-collapse.collapsing .navbar-buttons,
  .cid-swzW5lFMPp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swzW5lFMPp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swzW5lFMPp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swzW5lFMPp img {
    height: 3.8rem !important;
  }
  .cid-swzW5lFMPp .btn {
    display: flex;
  }
  .cid-swzW5lFMPp button.navbar-toggler {
    display: block;
  }
  .cid-swzW5lFMPp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swzW5lFMPp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzW5lFMPp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swzW5lFMPp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swzW5lFMPp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swzW5lFMPp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swzW5lFMPp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swzW5lFMPp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swzW5lFMPp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swzW5lFMPp .nav-link:focus {
  outline: none;
}
.cid-swzW5lFMPp .navbar-toggler {
  position: relative;
}
.cid-swzW5lFMPp .dropdown-item.active,
.cid-swzW5lFMPp .dropdown-item:active {
  color: initial;
}
.cid-swzW5lFMPp .widget-title,
.cid-swzW5lFMPp .widget-icon {
  color: #18284c;
}
.cid-swzW5lFMPp .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swzW5lFMPp .menu-logo {
    display: flex;
  }
  .cid-swzW5lFMPp .navbar {
    padding: 0;
  }
  .cid-swzW5lFMPp .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzW5lFMPp button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-swzZvHOIPq {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1056.webp");
}
.cid-swzZvHOIPq .mbr-section-title DIV {
  text-align: center;
}
.cid-swzZvHOIPq .mbr-text,
.cid-swzZvHOIPq .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-swzZvHOIPq .mbr-section-title {
  color: #cfba8f;
}
.cid-swzZvIKHTj {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-swzZvIKHTj .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-swzZvIKHTj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-swzZXk693F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swzZXk693F h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-swzZXk693F .mbr-section-subtitle {
  color: #767676;
}
.cid-swzZXk693F .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-swzZXk693F .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-swzZXk693F .article-counter-right {
  color: #cfba8f;
}
.cid-swzZXk693F .article-counter-left {
  color: #cfba8f;
}
.cid-swzZXk693F .article-title-left {
  color: #d1ac68;
}
.cid-swzZXk693F .article-title-right {
  color: #d1ac68;
}
.cid-swzZXk693F .mbr-text-left {
  text-align: right;
}
.cid-swzZvK0WYw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-swzZvK0WYw .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-swzZvK0WYw .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #18284c;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-swzZvK0WYw .image-block:hover:before {
  opacity: 0.6;
}
.cid-swzZvK0WYw .image-block:hover .wrap {
  opacity: 1;
}
.cid-swzZvK0WYw .image-block:hover img {
  transform: scale(1.05);
}
.cid-swzZvK0WYw h4 {
  letter-spacing: 2px;
}
.cid-swzZvK0WYw figcaption {
  position: relative;
}
.cid-swzZvK0WYw figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-swzZvK0WYw img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-swzZvK0WYw .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-swzZvK0WYw .wrap {
    opacity: 1!important;
  }
  .cid-swzZvK0WYw .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-swzZvK0WYw H3 {
  color: #cfba8f;
}
.cid-swzZvL7TJl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-swzZvL7TJl .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-swzZvL7TJl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swzZvL7TJl .col + .mbr-section-btn .btn,
.cid-swzZvL7TJl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-swzZvL7TJl .col + .mbr-section-btn .btn,
  .cid-swzZvL7TJl .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-swzZvL7TJl .dragArea > *:nth-last-child(2).col,
  .cid-swzZvL7TJl .dragArea > *:nth-last-child(2).col-auto,
  .cid-swzZvL7TJl .col + .mbr-section-btn,
  .cid-swzZvL7TJl .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-swzZvL7TJl .dragArea {
    flex-direction: column;
  }
}
.cid-swzZvL7TJl .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-swzZvL7TJl .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-swzZvL7TJl .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-swzZvL7TJl .form-group {
  max-width: 220px;
}
.cid-swzZvL7TJl .mbr-section-btn {
  padding-left: 0;
}
.cid-swzZvL7TJl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-swzZvL7TJl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-swzZvL7TJl .mbr-text {
  color: #444;
}
.cid-swzZvL7TJl h5 {
  margin-bottom: 0;
}
.cid-swzZvL7TJl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swzZvL7TJl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzZvL7TJl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-swzZvL7TJl .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzZvL7TJl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swzZvL7TJl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swzZvL7TJl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swzZvL7TJl .social-list a:hover {
  opacity: 0.4;
}
.cid-swzZvL7TJl .media-container-row > div {
  padding: 0px;
}
.cid-swzZvL7TJl .text2 {
  color: #000000;
  text-align: left;
}
.cid-swzZvL7TJl .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-swzZvL7TJl .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzZvL7TJl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swzZvL7TJl .social-list,
  .cid-swzZvL7TJl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swzZvL7TJl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-swzZvL7TJl .form-group {
    max-width: 180px;
  }
}
.cid-swzZvL7TJl .links span {
  color: #9e9e9e;
}
.cid-swzZvL7TJl .logo-sub-title {
  text-align: center;
}
.cid-swzZvL7TJl .logo-title {
  text-align: center;
}
.cid-swzZvL7TJl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swzZvL7TJl .logo-title,
.cid-swzZvL7TJl .logo {
  color: #9e9e9e;
}
.cid-swzZvMjswG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-swzZvMjswG .links {
  text-align: center;
  color: #18284c;
}
.cid-swzZvMjswG p {
  margin: 0;
}
.cid-swzZvMUrSe .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-swzZvMUrSe .navbar-fixed-top {
  padding-top: 0;
}
.cid-swzZvMUrSe .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-swzZvMUrSe .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-swzZvMUrSe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzZvMUrSe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-swzZvMUrSe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swzZvMUrSe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swzZvMUrSe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swzZvMUrSe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swzZvMUrSe .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-swzZvMUrSe .dropdown-item {
  padding: 0;
}
.cid-swzZvMUrSe .dropdown-item,
.cid-swzZvMUrSe .nav-link,
.cid-swzZvMUrSe .brand-name {
  font-style: normal;
}
.cid-swzZvMUrSe .dropdown-item:hover,
.cid-swzZvMUrSe .nav-link:hover,
.cid-swzZvMUrSe .brand-name:hover {
  color: #18284c !important;
}
.cid-swzZvMUrSe .dropdown-menu {
  background-color: #d1ac68;
}
.cid-swzZvMUrSe .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-swzZvMUrSe .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-swzZvMUrSe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swzZvMUrSe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-swzZvMUrSe .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-swzZvMUrSe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swzZvMUrSe .content-text {
  margin-bottom: 0;
}
.cid-swzZvMUrSe .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-swzZvMUrSe .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-swzZvMUrSe .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-swzZvMUrSe .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-swzZvMUrSe .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-swzZvMUrSe .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzZvMUrSe .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-swzZvMUrSe .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-swzZvMUrSe .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swzZvMUrSe .nav-dropdown .link {
  font-weight: 400;
}
.cid-swzZvMUrSe .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-swzZvMUrSe .content-right-side {
  text-align: center;
}
.cid-swzZvMUrSe .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-swzZvMUrSe .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-swzZvMUrSe .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-swzZvMUrSe .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzZvMUrSe .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swzZvMUrSe .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-swzZvMUrSe .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-swzZvMUrSe .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-swzZvMUrSe .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-swzZvMUrSe .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-swzZvMUrSe .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-swzZvMUrSe .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzZvMUrSe .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-swzZvMUrSe .navbar {
    display: block;
    padding: 0;
  }
  .cid-swzZvMUrSe .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-swzZvMUrSe .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-swzZvMUrSe .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-swzZvMUrSe .navbar-toggler {
    display: none;
  }
  .cid-swzZvMUrSe .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swzZvMUrSe .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-swzZvMUrSe .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swzZvMUrSe .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-swzZvMUrSe .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-swzZvMUrSe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-swzZvMUrSe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swzZvMUrSe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swzZvMUrSe .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swzZvMUrSe .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzZvMUrSe .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-swzZvMUrSe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swzZvMUrSe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swzZvMUrSe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swzZvMUrSe .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-swzZvMUrSe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swzZvMUrSe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swzZvMUrSe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-swzZvMUrSe .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-swzZvMUrSe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swzZvMUrSe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swzZvMUrSe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swzZvMUrSe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swzZvMUrSe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-swzZvMUrSe button.navbar-toggler:focus {
  outline: none;
}
.cid-swzZvMUrSe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-swzZvMUrSe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swzZvMUrSe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzZvMUrSe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swzZvMUrSe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swzZvMUrSe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzZvMUrSe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swzZvMUrSe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swzZvMUrSe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swzZvMUrSe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swzZvMUrSe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swzZvMUrSe .collapsed .btn {
  display: flex;
}
.cid-swzZvMUrSe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swzZvMUrSe .collapsed .navbar-collapse.collapsing,
.cid-swzZvMUrSe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swzZvMUrSe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swzZvMUrSe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swzZvMUrSe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swzZvMUrSe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swzZvMUrSe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swzZvMUrSe .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-swzZvMUrSe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swzZvMUrSe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swzZvMUrSe .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-swzZvMUrSe .collapsed button.navbar-toggler {
  display: block;
}
.cid-swzZvMUrSe .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-swzZvMUrSe .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swzZvMUrSe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-swzZvMUrSe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swzZvMUrSe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swzZvMUrSe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-swzZvMUrSe .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-swzZvMUrSe .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-swzZvMUrSe .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-swzZvMUrSe .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-swzZvMUrSe .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-swzZvMUrSe .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swzZvMUrSe .navbar-collapse.collapsing,
  .cid-swzZvMUrSe .navbar-collapse.show {
    display: block !important;
  }
  .cid-swzZvMUrSe .navbar-collapse.collapsing .navbar-nav,
  .cid-swzZvMUrSe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swzZvMUrSe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swzZvMUrSe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swzZvMUrSe .navbar-collapse.collapsing .navbar-buttons,
  .cid-swzZvMUrSe .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-swzZvMUrSe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swzZvMUrSe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swzZvMUrSe img {
    height: 3.8rem !important;
  }
  .cid-swzZvMUrSe .btn {
    display: flex;
  }
  .cid-swzZvMUrSe button.navbar-toggler {
    display: block;
  }
  .cid-swzZvMUrSe .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-swzZvMUrSe .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzZvMUrSe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-swzZvMUrSe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swzZvMUrSe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swzZvMUrSe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-swzZvMUrSe .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-swzZvMUrSe .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-swzZvMUrSe .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-swzZvMUrSe .nav-link:focus {
  outline: none;
}
.cid-swzZvMUrSe .navbar-toggler {
  position: relative;
}
.cid-swzZvMUrSe .dropdown-item.active,
.cid-swzZvMUrSe .dropdown-item:active {
  color: initial;
}
.cid-swzZvMUrSe .widget-title,
.cid-swzZvMUrSe .widget-icon {
  color: #18284c;
}
.cid-swzZvMUrSe .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-swzZvMUrSe .menu-logo {
    display: flex;
  }
  .cid-swzZvMUrSe .navbar {
    padding: 0;
  }
  .cid-swzZvMUrSe .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swzZvMUrSe button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sxePRtWpsp {
  padding-top: 360px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x711.webp");
}
.cid-sxePRtWpsp .mbr-section-title DIV {
  text-align: center;
}
.cid-sxePRtWpsp .mbr-text,
.cid-sxePRtWpsp .mbr-section-btn {
  text-align: left;
  color: #a07248;
}
.cid-sxePRtWpsp .mbr-section-title {
  color: #cfba8f;
}
.cid-sxePRuU9fw {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #d1ac68;
}
.cid-sxePRuU9fw .mbr-text {
  line-height: 0.5;
  color: #333333;
}
.cid-sxePRuU9fw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sxePRvsYhd {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sxePRvsYhd .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sxePRvsYhd .mbr-section-title {
  text-align: center;
  color: #d1ac68;
}
.cid-sxePRxhLii {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sxePRxhLii .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sxePRxhLii .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sxePRxhLii .col + .mbr-section-btn .btn,
.cid-sxePRxhLii .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sxePRxhLii .col + .mbr-section-btn .btn,
  .cid-sxePRxhLii .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sxePRxhLii .dragArea > *:nth-last-child(2).col,
  .cid-sxePRxhLii .dragArea > *:nth-last-child(2).col-auto,
  .cid-sxePRxhLii .col + .mbr-section-btn,
  .cid-sxePRxhLii .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sxePRxhLii .dragArea {
    flex-direction: column;
  }
}
.cid-sxePRxhLii .btn-primary {
  border: 1px solid #18284c !important;
}
.cid-sxePRxhLii .btn-primary:hover {
  border: 1px solid #18284c !important;
}
.cid-sxePRxhLii .stripe {
  border-bottom: 1px solid #a07248;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sxePRxhLii .form-group {
  max-width: 220px;
}
.cid-sxePRxhLii .mbr-section-btn {
  padding-left: 0;
}
.cid-sxePRxhLii .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sxePRxhLii .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sxePRxhLii .mbr-text {
  color: #444;
}
.cid-sxePRxhLii h5 {
  margin-bottom: 0;
}
.cid-sxePRxhLii .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sxePRxhLii .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxePRxhLii .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sxePRxhLii .socicon {
  font-size: 1.3rem;
  background: #d1ac68;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxePRxhLii .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sxePRxhLii .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sxePRxhLii .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxePRxhLii .social-list a:hover {
  opacity: 0.4;
}
.cid-sxePRxhLii .media-container-row > div {
  padding: 0px;
}
.cid-sxePRxhLii .text2 {
  color: #000000;
  text-align: left;
}
.cid-sxePRxhLii .group-title {
  text-align: left;
  color: #d1ac68;
  padding-bottom: 0.2rem;
}
.cid-sxePRxhLii .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sxePRxhLii .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sxePRxhLii .social-list,
  .cid-sxePRxhLii .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sxePRxhLii h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sxePRxhLii .form-group {
    max-width: 180px;
  }
}
.cid-sxePRxhLii .links span {
  color: #9e9e9e;
}
.cid-sxePRxhLii .logo-sub-title {
  text-align: center;
}
.cid-sxePRxhLii .logo-title {
  text-align: center;
}
.cid-sxePRxhLii .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sxePRxhLii .logo-title,
.cid-sxePRxhLii .logo {
  color: #9e9e9e;
}
.cid-sxePRyCNRN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1ac68;
}
.cid-sxePRyCNRN .links {
  text-align: center;
  color: #18284c;
}
.cid-sxePRyCNRN p {
  margin: 0;
}
.cid-sxePRz9sot .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sxePRz9sot .navbar-fixed-top {
  padding-top: 0;
}
.cid-sxePRz9sot .nav-link {
  font-size: 1.0rem !important;
  line-height: 2.5rem;
}
.cid-sxePRz9sot .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sxePRz9sot .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxePRz9sot .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sxePRz9sot .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sxePRz9sot .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sxePRz9sot .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sxePRz9sot .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sxePRz9sot .menu-content-top {
  background: #f7f7f7;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sxePRz9sot .dropdown-item {
  padding: 0;
}
.cid-sxePRz9sot .dropdown-item,
.cid-sxePRz9sot .nav-link,
.cid-sxePRz9sot .brand-name {
  font-style: normal;
}
.cid-sxePRz9sot .dropdown-item:hover,
.cid-sxePRz9sot .nav-link:hover,
.cid-sxePRz9sot .brand-name:hover {
  color: #18284c !important;
}
.cid-sxePRz9sot .dropdown-menu {
  background-color: #d1ac68;
}
.cid-sxePRz9sot .dropdown-item:active {
  background-color: #d1ac68;
}
.cid-sxePRz9sot .menu-bottom {
  margin: auto;
  margin-bottom: -5px;
  width: 98%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sxePRz9sot .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sxePRz9sot .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sxePRz9sot .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sxePRz9sot .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxePRz9sot .content-text {
  margin-bottom: 0;
}
.cid-sxePRz9sot .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sxePRz9sot .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #18284c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sxePRz9sot .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sxePRz9sot .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sxePRz9sot .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sxePRz9sot .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sxePRz9sot .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sxePRz9sot .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sxePRz9sot .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxePRz9sot .nav-dropdown .link {
  font-weight: 400;
}
.cid-sxePRz9sot .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sxePRz9sot .content-right-side {
  text-align: center;
}
.cid-sxePRz9sot .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sxePRz9sot .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sxePRz9sot .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sxePRz9sot .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxePRz9sot .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxePRz9sot .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sxePRz9sot .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sxePRz9sot .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sxePRz9sot .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sxePRz9sot .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sxePRz9sot .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sxePRz9sot .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxePRz9sot .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sxePRz9sot .navbar {
    display: block;
    padding: 0;
  }
  .cid-sxePRz9sot .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sxePRz9sot .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sxePRz9sot .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sxePRz9sot .navbar-toggler {
    display: none;
  }
  .cid-sxePRz9sot .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sxePRz9sot .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sxePRz9sot .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxePRz9sot .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sxePRz9sot .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sxePRz9sot .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxePRz9sot .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxePRz9sot .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxePRz9sot .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sxePRz9sot .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sxePRz9sot .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-sxePRz9sot .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxePRz9sot .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sxePRz9sot .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxePRz9sot .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-sxePRz9sot .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxePRz9sot .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxePRz9sot .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sxePRz9sot .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sxePRz9sot .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sxePRz9sot .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sxePRz9sot .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sxePRz9sot .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sxePRz9sot button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sxePRz9sot button.navbar-toggler:focus {
  outline: none;
}
.cid-sxePRz9sot button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #18284c;
}
.cid-sxePRz9sot button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxePRz9sot button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxePRz9sot button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxePRz9sot button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxePRz9sot nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxePRz9sot nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxePRz9sot nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxePRz9sot nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxePRz9sot .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxePRz9sot .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxePRz9sot .collapsed .btn {
  display: flex;
}
.cid-sxePRz9sot .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxePRz9sot .collapsed .navbar-collapse.collapsing,
.cid-sxePRz9sot .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxePRz9sot .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxePRz9sot .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sxePRz9sot .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxePRz9sot .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxePRz9sot .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxePRz9sot .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sxePRz9sot .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxePRz9sot .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sxePRz9sot .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sxePRz9sot .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxePRz9sot .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sxePRz9sot .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sxePRz9sot .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sxePRz9sot .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxePRz9sot .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sxePRz9sot .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sxePRz9sot .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sxePRz9sot .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #cfba8f;
  }
  .cid-sxePRz9sot .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #cfba8f;
  }
}
@media (max-width: 991px) {
  .cid-sxePRz9sot .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sxePRz9sot .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sxePRz9sot .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxePRz9sot .navbar-collapse.collapsing,
  .cid-sxePRz9sot .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxePRz9sot .navbar-collapse.collapsing .navbar-nav,
  .cid-sxePRz9sot .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxePRz9sot .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxePRz9sot .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxePRz9sot .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxePRz9sot .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sxePRz9sot .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxePRz9sot .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxePRz9sot img {
    height: 3.8rem !important;
  }
  .cid-sxePRz9sot .btn {
    display: flex;
  }
  .cid-sxePRz9sot button.navbar-toggler {
    display: block;
  }
  .cid-sxePRz9sot .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sxePRz9sot .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxePRz9sot .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sxePRz9sot .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxePRz9sot .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxePRz9sot .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sxePRz9sot .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sxePRz9sot .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sxePRz9sot .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sxePRz9sot .nav-link:focus {
  outline: none;
}
.cid-sxePRz9sot .navbar-toggler {
  position: relative;
}
.cid-sxePRz9sot .dropdown-item.active,
.cid-sxePRz9sot .dropdown-item:active {
  color: initial;
}
.cid-sxePRz9sot .widget-title,
.cid-sxePRz9sot .widget-icon {
  color: #18284c;
}
.cid-sxePRz9sot .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sxePRz9sot .menu-logo {
    display: flex;
  }
  .cid-sxePRz9sot .navbar {
    padding: 0;
  }
  .cid-sxePRz9sot .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxePRz9sot button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
