@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #c7a458 !important;
}
.bg-success {
  background-color: #c7a458 !important;
}
.bg-info {
  background-color: #1e2d56 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #1e2d56 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c7a458 !important;
  border-color: #c7a458 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #9e7d35 !important;
  border-color: #9e7d35 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9e7d35 !important;
  border-color: #9e7d35 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #c7a458 !important;
  border-color: #c7a458 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #9e7d35 !important;
  border-color: #9e7d35 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9e7d35 !important;
  border-color: #9e7d35 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1e2d56 !important;
  border-color: #1e2d56 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0a0f1d !important;
  border-color: #0a0f1d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0f1d !important;
  border-color: #0a0f1d !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #c7a458 !important;
  border-color: #c7a458 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9e7d35 !important;
  border-color: #9e7d35 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e7d35 !important;
  border-color: #9e7d35 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #1e2d56 !important;
  border-color: #1e2d56 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0a0f1d !important;
  border-color: #0a0f1d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0f1d !important;
  border-color: #0a0f1d !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: #8b6e2e;
  color: #8b6e2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #c7a458;
  border-color: #c7a458;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7a458 !important;
  border-color: #c7a458 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #8b6e2e;
  color: #8b6e2e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #c7a458;
  border-color: #c7a458;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7a458 !important;
  border-color: #c7a458 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #04050a;
  color: #04050a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #1e2d56;
  border-color: #1e2d56;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2d56 !important;
  border-color: #1e2d56 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #8b6e2e;
  color: #8b6e2e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #c7a458;
  border-color: #c7a458;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c7a458 !important;
  border-color: #c7a458 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #04050a;
  color: #04050a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #1e2d56;
  border-color: #1e2d56;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2d56 !important;
  border-color: #1e2d56 !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: #c7a458 !important;
}
.text-secondary {
  color: #c7a458 !important;
}
.text-success {
  color: #c7a458 !important;
}
.text-info {
  color: #1e2d56 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #1e2d56 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8b6e2e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8b6e2e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8b6e2e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #04050a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #04050a !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: #1e2d56;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #1e2d56;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c7a458;
  border-color: #c7a458;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c7a458;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7d8b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7d8b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3f5eb5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3f5eb5;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #c7a458;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #c7a458 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c7a458;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c7a458;
  border-bottom-color: #c7a458;
}
.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: #000000 !important;
  background-color: #c7a458 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c7a458 !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='%23c7a458' %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-ssqssaFiS6 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-2000x1333.jpg");
}
.cid-ssqssaFiS6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ssqssaFiS6 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #c7a458;
  transition: all 0.3s;
  color: #c7a458;
}
.cid-ssqssaFiS6 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #c7a458;
  color: #ffffff;
}
.cid-ssqssaFiS6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ssqssaFiS6 .mbr-section-title DIV {
  text-align: left;
}
.cid-ssqssaFiS6 .mbr-text,
.cid-ssqssaFiS6 .mbr-section-btn,
.cid-ssqssaFiS6 .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-rzHbpLStBH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2-2000x1333.jpg");
}
.cid-rzHbpLStBH .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbpLStBH .card-box {
  width: 100%;
}
.cid-rzHbpLStBH .card-img {
  padding: 1rem;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rzHbpLStBH .card-img span {
  color: #ffffff;
  font-size: 5rem;
}
.cid-rzHbpLStBH .mbr-text {
  color: #656565;
}
.cid-rzHbpLStBH p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-rzHbpLStBH .card {
    margin-bottom: 2rem;
  }
}
.cid-rzHbpLStBH .card-title,
.cid-rzHbpLStBH .card-img {
  color: #1e2d56;
  text-align: center;
}
.cid-rzHbpLStBH .mbr-section-title {
  text-align: center;
}
.cid-rzHbpLStBH .mbr-section-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-rzHbpLStBH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbpLStBH .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #c7a458;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbpLStBH .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-rzHbpLStBH .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #c7a458;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-rzHbpLStBH .mbr-section-title,
.cid-rzHbpLStBH .line-wrap {
  text-align: center;
  color: #1e2d56;
}
.cid-rzHbpLStBH .mbr-text,
.cid-rzHbpLStBH .line-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-rzHbmdsnLL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzHbmdsnLL .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzHbmdsnLL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .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-rzHbmdsnLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown-item {
  padding: 0;
}
.cid-rzHbmdsnLL .dropdown-item,
.cid-rzHbmdsnLL .nav-link,
.cid-rzHbmdsnLL .brand-name {
  font-style: normal;
}
.cid-rzHbmdsnLL .dropdown-item:hover,
.cid-rzHbmdsnLL .nav-link:hover,
.cid-rzHbmdsnLL .brand-name:hover {
  color: #c7a458 !important;
}
.cid-rzHbmdsnLL .dropdown-menu {
  background-color: #1e2d56;
}
.cid-rzHbmdsnLL .dropdown-item:active {
  background-color: #1e2d56;
}
.cid-rzHbmdsnLL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzHbmdsnLL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzHbmdsnLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzHbmdsnLL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .content-text {
  margin-bottom: 0;
}
.cid-rzHbmdsnLL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #c7a458;
    -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-rzHbmdsnLL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzHbmdsnLL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzHbmdsnLL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzHbmdsnLL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbmdsnLL .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzHbmdsnLL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzHbmdsnLL .content-right-side {
  text-align: center;
}
.cid-rzHbmdsnLL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzHbmdsnLL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzHbmdsnLL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzHbmdsnLL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzHbmdsnLL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzHbmdsnLL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzHbmdsnLL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzHbmdsnLL .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzHbmdsnLL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzHbmdsnLL .navbar-toggler {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzHbmdsnLL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzHbmdsnLL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzHbmdsnLL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzHbmdsnLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzHbmdsnLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzHbmdsnLL button.navbar-toggler:focus {
  outline: none;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4a52;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .btn {
  display: flex;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzHbmdsnLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzHbmdsnLL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #c7a458;
  }
  .cid-rzHbmdsnLL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #c7a458;
  }
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing,
  .cid-rzHbmdsnLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzHbmdsnLL img {
    height: 3.8rem !important;
  }
  .cid-rzHbmdsnLL .btn {
    display: flex;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    display: block;
  }
  .cid-rzHbmdsnLL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzHbmdsnLL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzHbmdsnLL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzHbmdsnLL .nav-link:focus {
  outline: none;
}
.cid-rzHbmdsnLL .navbar-toggler {
  position: relative;
}
.cid-rzHbmdsnLL .dropdown-item.active,
.cid-rzHbmdsnLL .dropdown-item:active {
  color: initial;
}
.cid-rzHbmdsnLL .widget-title,
.cid-rzHbmdsnLL .widget-icon {
  color: #c7a458;
}
.cid-rzHbmdsnLL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzHbmdsnLL .menu-logo {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar {
    padding: 0;
  }
  .cid-rzHbmdsnLL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-srLeJBswcX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-srLeJBswcX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-srLeJBswcX .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-srLeJBswcX .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-srLeJBswcX .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-srLeJBswcX .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-srLeJBswcX .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-srLeJBswcX .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-srLeJBswcX .content-box {
  display: flex;
}
.cid-srLeJBswcX .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srLeJBswcX .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-srLeJBswcX .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-srLeJBswcX .rev,
.cid-srLeJBswcX .mbr-iconfont {
  display: inline-block;
}
.cid-srLeJBswcX .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #c7a458;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-srLeJBswcX .card-title {
  color: #c7a458;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-srLeJBswcX .card-box {
  padding: 1rem;
}
.cid-srLeJBswcX .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-srLeJBswcX .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srLeJBswcX .mbr-section-title,
.cid-srLeJBswcX .line-wrap {
  text-align: center;
  color: #1e2d56;
}
.cid-srLeJBswcX .rev {
  text-align: left;
}
.cid-srLeJBswcX .card-text,
.cid-srLeJBswcX .mbr-section-btn,
.cid-srLeJBswcX .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-srLeJBswcX .rev i {
  color: #0a1c44;
}
.cid-srLeJBswcX .date {
  text-align: center;
  color: #c7a458;
}
.cid-srLeJBswcX .mounth {
  text-align: center;
  color: #c7a458;
}
.cid-srLeJBswcX .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-srLeJBswcX .img-hover {
    opacity: 0.5;
  }
  .cid-srLeJBswcX .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-srLmzzSYm3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srLmzzSYm3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-srLmzzSYm3 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-srLmzzSYm3 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-srLmzzSYm3 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-srLmzzSYm3 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-srLmzzSYm3 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-srLmzzSYm3 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-srLmzzSYm3 .content-box {
  display: flex;
}
.cid-srLmzzSYm3 .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srLmzzSYm3 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-srLmzzSYm3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-srLmzzSYm3 .rev,
.cid-srLmzzSYm3 .mbr-iconfont {
  display: inline-block;
}
.cid-srLmzzSYm3 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #c7a458;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-srLmzzSYm3 .card-title {
  color: #c7a458;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-srLmzzSYm3 .card-box {
  padding: 1rem;
}
.cid-srLmzzSYm3 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-srLmzzSYm3 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srLmzzSYm3 .mbr-section-title,
.cid-srLmzzSYm3 .line-wrap {
  text-align: center;
  color: #1e2d56;
}
.cid-srLmzzSYm3 .rev {
  text-align: left;
}
.cid-srLmzzSYm3 .card-text,
.cid-srLmzzSYm3 .mbr-section-btn,
.cid-srLmzzSYm3 .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-srLmzzSYm3 .rev i {
  color: #0a1c44;
}
.cid-srLmzzSYm3 .date {
  text-align: center;
  color: #c7a458;
}
.cid-srLmzzSYm3 .mounth {
  text-align: center;
  color: #c7a458;
}
.cid-srLmzzSYm3 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-srLmzzSYm3 .img-hover {
    opacity: 0.5;
  }
  .cid-srLmzzSYm3 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-srLn2vm9ho {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srLn2vm9ho .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-srLn2vm9ho .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-srLn2vm9ho .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-srLn2vm9ho .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-srLn2vm9ho .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-srLn2vm9ho .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-srLn2vm9ho .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-srLn2vm9ho .content-box {
  display: flex;
}
.cid-srLn2vm9ho .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srLn2vm9ho .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-srLn2vm9ho .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-srLn2vm9ho .rev,
.cid-srLn2vm9ho .mbr-iconfont {
  display: inline-block;
}
.cid-srLn2vm9ho .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #c7a458;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-srLn2vm9ho .card-title {
  color: #c7a458;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-srLn2vm9ho .card-box {
  padding: 1rem;
}
.cid-srLn2vm9ho .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-srLn2vm9ho .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-srLn2vm9ho .mbr-section-title,
.cid-srLn2vm9ho .line-wrap {
  text-align: center;
  color: #1e2d56;
}
.cid-srLn2vm9ho .rev {
  text-align: left;
}
.cid-srLn2vm9ho .card-text,
.cid-srLn2vm9ho .mbr-section-btn,
.cid-srLn2vm9ho .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-srLn2vm9ho .rev i {
  color: #0a1c44;
}
.cid-srLn2vm9ho .date {
  text-align: center;
  color: #c7a458;
}
.cid-srLn2vm9ho .mounth {
  text-align: center;
  color: #c7a458;
}
.cid-srLn2vm9ho .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-srLn2vm9ho .img-hover {
    opacity: 0.5;
  }
  .cid-srLn2vm9ho .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-rzHbvBX7mW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/3-2000x1333.jpg");
}
.cid-rzHbvBX7mW .mbr-section-title {
  text-align: center;
}
.cid-rzHbvBX7mW .mbr-text,
.cid-rzHbvBX7mW .mbr-section-btn {
  text-align: center;
}
.cid-srLqFBi9v8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c7a458;
}
.cid-srLqFBi9v8 .mbr-text {
  margin-top: 1rem;
}
.cid-srLqFBi9v8 .text-element {
  background-color: #1e2d56;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-srLqFBi9v8 .row-element,
.cid-srLqFBi9v8 .image-element {
  padding: 0;
}
.cid-srLqFBi9v8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srLqFBi9v8 .image-element .img-wrap {
  width: 100% !important;
}
.cid-srLqFBi9v8 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
}
.cid-srLqFBi9v8 .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
  color: #c7a458;
  text-align: center;
}
.cid-srLqFBi9v8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srLqFBi9v8 .carousel-item.active,
.cid-srLqFBi9v8 .carousel-item-next,
.cid-srLqFBi9v8 .carousel-item-prev {
  display: flex;
}
.cid-srLqFBi9v8 .carousel-control-next,
.cid-srLqFBi9v8 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-srLqFBi9v8 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-srLqFBi9v8 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-srLqFBi9v8 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #c7a458;
}
.cid-srLqFBi9v8 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-srLqFBi9v8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-srLqFBi9v8 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-srLqFBi9v8 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-srLqFBi9v8 .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #c7a458;
  background-color: transparent;
}
.cid-srLqFBi9v8 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-srLqFBi9v8 .carousel-controls a:hover {
  background: #c7a458;
}
.cid-srLqFBi9v8 .carousel-controls a:hover span {
  color: #1e2d56;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srLqFBi9v8 .image-element {
    min-width: 50%;
  }
  .cid-srLqFBi9v8 .media-container-row {
    width: 100%;
  }
}
.cid-srLqFBi9v8 .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-srLqFBi9v8 .mbr-title {
  margin-top: 1rem;
}
.cid-srLqFBi9v8 .btn {
  margin-left: 0rem;
}
.cid-srLqFBi9v8 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(30, 45, 86, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-srLqFBi9v8 .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-srLqFBi9v8 .carousel-control-next,
  .cid-srLqFBi9v8 .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-srLqFBi9v8 .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-srLqFBi9v8 .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-srLqFBi9v8 .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-srLqFBi9v8 .carousel-control-next,
  .cid-srLqFBi9v8 .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-srLqFBi9v8 .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-srLqFBi9v8 .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-srLqFBi9v8 .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-srLqFBi9v8 .carousel-control-next,
  .cid-srLqFBi9v8 .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-srLqFBi9v8 .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-srLqFBi9v8 .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-srLqFBi9v8 .progress_value {
  display: flex;
  position: relative;
}
.cid-srLqFBi9v8 .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-srLqFBi9v8 .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-srLqFBi9v8 progress {
  height: 8px;
}
.cid-srLqFBi9v8 .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-srLqFBi9v8 .progress1 .progressbar-number:before,
.cid-srLqFBi9v8 .progress2 .progressbar-number:before,
.cid-srLqFBi9v8 .progress3 .progressbar-number:before,
.cid-srLqFBi9v8 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-srLqFBi9v8 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-srLqFBi9v8 progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-srLqFBi9v8 progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-srLqFBi9v8 progress::-ms-fill {
  background: #ffffff;
}
.cid-srLqFBi9v8 .progress1 .progressbar-number:before {
  content: '6';
}
.cid-srLqFBi9v8 .progress2 .progressbar-number:before {
  content: '85';
}
.cid-srLqFBi9v8 .progress3 .progressbar-number:before {
  content: '90';
}
.cid-srLqFBi9v8 .progress4 .progressbar-number:before {
  content: '100';
}
.cid-srLqFBi9v8 .progress5 .progressbar-number:before {
  content: '90';
}
.cid-srLqFBi9v8 .progress6 .progressbar-number:before {
  content: '100';
}
.cid-srLqFBi9v8 .progress7 .progressbar-number:before {
  content: '90';
}
.cid-srLqFBi9v8 .progress8 .progressbar-number:before {
  content: '100';
}
.cid-srLqFBi9v8 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-srLqFBi9v8 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-srLqFBi9v8 .progress_value span {
  padding-left: 2px;
}
.cid-srLqFBi9v8 .icon-left {
  margin-right: 0.1rem;
}
.cid-srLqFBi9v8 .icon-right {
  margin-left: 0.1rem;
}
.cid-srLqFBi9v8 H3 {
  text-align: right;
}
.cid-srLt3Q8INk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e2d56;
}
.cid-srLt3Q8INk .fb-page,
.cid-srLt3Q8INk span,
.cid-srLt3Q8INk iframe {
  width: 500px;
  height: 620px;
}
.cid-srLt3Q8INk blockquote {
  display: none;
}
.cid-srLt3Q8INk .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-srLt3Q8INk .mbr-section-title {
  color: #c7a458;
}
.cid-srLt3Q8INk .mbr-section-subtitle {
  color: #c7a458;
}
.cid-srLCTyqYxG {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-srLCTyqYxG .accordion .card {
  overflow: hidden;
}
.cid-srLCTyqYxG .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-srLCTyqYxG .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-srLCTyqYxG .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-srLCTyqYxG .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-srLCTyqYxG .panel-body {
  padding: 0.3rem 2rem;
}
.cid-srLCTyqYxG .card-title {
  position: relative;
}
.cid-srLCTyqYxG .mbr-text {
  position: relative;
}
.cid-srLCTyqYxG .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-srLCTyqYxG .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-srLCTyqYxG .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-srLCTyqYxG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srLCTyqYxG .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-srLCTyqYxG .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-srLCTyqYxG .card .card-header a.panel-title h5:hover {
  color: #354463;
}
.cid-srLCTyqYxG .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-srLCTyqYxG .mbr-iconfont {
  border: 2px solid #354463;
  border-radius: 50%;
  color: #354463;
}
.cid-srLCTyqYxG .mbri-arrow-up {
  background-color: transparent !important;
  color: #354463 !important;
}
.cid-srLCTyqYxG .mbri-arrow-up:before {
  content: "\f068";
}
.cid-srLCTyqYxG .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-srLCTyqYxG .mbri-arrow-down:before {
  content: "\f067";
}
.cid-srLCTyqYxG .panel-text {
  padding: 0rem;
  color: #c7a458;
}
.cid-srLCTyqYxG .panel-collapse {
  margin-top: -1px;
}
.cid-srLCTyqYxG .block-right {
  position: relative;
}
.cid-srLCTyqYxG .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-srLCTyqYxG .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-srLCTyqYxG .wrapper-text-2 {
  position: absolute;
}
.cid-srLCTyqYxG .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-srLCTyqYxG .link:hover {
  color: #c7a458 !important;
}
.cid-srLCTyqYxG .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-srLCTyqYxG .col {
  padding: 0rem;
}
.cid-srLCTyqYxG .link:hover::after {
  opacity: 0;
}
.cid-srLCTyqYxG .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-srLCTyqYxG .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-srLCTyqYxG .mbr-section-title,
.cid-srLCTyqYxG .ornament {
  color: #1e2d56;
}
.cid-srLAjq7Krf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-srLAjq7Krf .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-srLAjq7Krf .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-srLAjq7Krf input,
.cid-srLAjq7Krf textarea {
  font-size: 14px;
}
.cid-srLAjq7Krf input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-srLAjq7Krf textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-srLAjq7Krf .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-srLAjq7Krf .col-auto {
  width: 100%;
  text-align: center;
}
.cid-srLAjq7Krf img {
  width: 90%;
  border-radius: 8px;
}
.cid-srLAjq7Krf .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-srLAjq7Krf .btn {
  padding: 1rem 3.5rem!important;
}
.cid-srLAjq7Krf .title-block {
  margin-bottom: 2rem;
}
.cid-srLAjq7Krf .form-control,
.cid-srLAjq7Krf .field-input {
  background-color: #1e2d56;
  border-color: #ffffff;
  color: #f0f3f9;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srLAjq7Krf .form-control:hover,
.cid-srLAjq7Krf .field-input:hover {
  background-color: #c7a458;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srLAjq7Krf .form-control:focus,
.cid-srLAjq7Krf .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srLAjq7Krf input::-webkit-input-placeholder,
.cid-srLAjq7Krf textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srLAjq7Krf input:-moz-placeholder,
.cid-srLAjq7Krf textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-srLAjq7Krf .jq-selectbox li,
.cid-srLAjq7Krf .jq-selectbox li {
  background-color: #1e2d56;
  color: #ffffff;
}
.cid-srLAjq7Krf .jq-selectbox li:hover,
.cid-srLAjq7Krf .jq-selectbox li.selected {
  background-color: #c7a458;
  color: #000000;
}
.cid-srLAjq7Krf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1e2d56;
}
.cid-srLAjq7Krf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #c7a458;
}
.cid-srLAjq7Krf H5 {
  padding-bottom: 2rem;
  color: #1e2d56;
}
.cid-srLAjq7Krf .mbr-text {
  color: #777777;
}
.cid-srLAjq7Krf .mbr-form {
  padding: 0rem;
}
.cid-srLAjq7Krf .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-srLAjq7Krf .form-row {
    margin: 0;
  }
  .cid-srLAjq7Krf .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-srLAjq7Krf .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-srLAjq7Krf img {
    width: 100%;
  }
}
.cid-srLAjq7Krf .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-srLAjq7Krf .mbr-text,
.cid-srLAjq7Krf .mbr-section-btn {
  color: #c7a458;
}
.cid-rzHdPwRU42 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzHdPwRU42 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rzHdPwRU42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHdPwRU42 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHdPwRU42 .btn-primary {
  border: 1px solid #c7a458 !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #c7a458 !important;
}
.cid-rzHdPwRU42 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHdPwRU42 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rzHdPwRU42 .input-group-btn {
  padding-left: 0;
}
.cid-rzHdPwRU42 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHdPwRU42 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHdPwRU42 .mbr-text {
  color: #444;
}
.cid-rzHdPwRU42 h5 {
  margin-bottom: 0;
}
.cid-rzHdPwRU42 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHdPwRU42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHdPwRU42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHdPwRU42 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHdPwRU42 .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-rzHdPwRU42 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHdPwRU42 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHdPwRU42 .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHdPwRU42 .media-container-row > div {
  padding: 0px;
}
.cid-rzHdPwRU42 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHdPwRU42 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHdPwRU42 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHdPwRU42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHdPwRU42 .social-list,
  .cid-rzHdPwRU42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzHdPwRU42 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHdPwRU42 .form-group {
    max-width: 180px;
  }
}
.cid-rzHdPwRU42 .links span {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-sub-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srMhHxlo1G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1e2d56;
}
.cid-srMhHxlo1G .links {
  text-align: center;
  color: #c7a458;
}
.cid-srMhHxlo1G p {
  margin: 0;
}
.cid-rzHbmdsnLL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzHbmdsnLL .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzHbmdsnLL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .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-rzHbmdsnLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown-item {
  padding: 0;
}
.cid-rzHbmdsnLL .dropdown-item,
.cid-rzHbmdsnLL .nav-link,
.cid-rzHbmdsnLL .brand-name {
  font-style: normal;
}
.cid-rzHbmdsnLL .dropdown-item:hover,
.cid-rzHbmdsnLL .nav-link:hover,
.cid-rzHbmdsnLL .brand-name:hover {
  color: #c7a458 !important;
}
.cid-rzHbmdsnLL .dropdown-menu {
  background-color: #1e2d56;
}
.cid-rzHbmdsnLL .dropdown-item:active {
  background-color: #1e2d56;
}
.cid-rzHbmdsnLL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzHbmdsnLL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzHbmdsnLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzHbmdsnLL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .content-text {
  margin-bottom: 0;
}
.cid-rzHbmdsnLL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #c7a458;
    -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-rzHbmdsnLL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzHbmdsnLL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzHbmdsnLL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzHbmdsnLL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbmdsnLL .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzHbmdsnLL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzHbmdsnLL .content-right-side {
  text-align: center;
}
.cid-rzHbmdsnLL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzHbmdsnLL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzHbmdsnLL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzHbmdsnLL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzHbmdsnLL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzHbmdsnLL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzHbmdsnLL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzHbmdsnLL .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzHbmdsnLL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzHbmdsnLL .navbar-toggler {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzHbmdsnLL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzHbmdsnLL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzHbmdsnLL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzHbmdsnLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzHbmdsnLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzHbmdsnLL button.navbar-toggler:focus {
  outline: none;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4a52;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .btn {
  display: flex;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzHbmdsnLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzHbmdsnLL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzHbmdsnLL .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-rzHbmdsnLL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #c7a458;
  }
  .cid-rzHbmdsnLL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #c7a458;
  }
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing,
  .cid-rzHbmdsnLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzHbmdsnLL img {
    height: 3.8rem !important;
  }
  .cid-rzHbmdsnLL .btn {
    display: flex;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    display: block;
  }
  .cid-rzHbmdsnLL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzHbmdsnLL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzHbmdsnLL .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-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzHbmdsnLL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzHbmdsnLL .nav-link:focus {
  outline: none;
}
.cid-rzHbmdsnLL .navbar-toggler {
  position: relative;
}
.cid-rzHbmdsnLL .dropdown-item.active,
.cid-rzHbmdsnLL .dropdown-item:active {
  color: initial;
}
.cid-rzHbmdsnLL .widget-title,
.cid-rzHbmdsnLL .widget-icon {
  color: #c7a458;
}
.cid-rzHbmdsnLL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzHbmdsnLL .menu-logo {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar {
    padding: 0;
  }
  .cid-rzHbmdsnLL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-ssMNB7HUMw {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #1e2d56;
}
.cid-ssMNB7HUMw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ssMNB7HUMw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ssMNB7HUMw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ssMNB7HUMw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ssMNB7HUMw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ssMNB7HUMw .mbr-text,
.cid-ssMNB7HUMw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ssMNB7HUMw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-srMa6wuvuC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-srMa6wuvuC .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-srMa6wuvuC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-srMa6wuvuC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-srMa6wuvuC .btn-primary {
  border: 1px solid #c7a458 !important;
}
.cid-srMa6wuvuC .btn-primary:hover {
  border: 1px solid #c7a458 !important;
}
.cid-srMa6wuvuC .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-srMa6wuvuC .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-srMa6wuvuC .input-group-btn {
  padding-left: 0;
}
.cid-srMa6wuvuC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-srMa6wuvuC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #c7a458;
  width: 85%;
}
.cid-srMa6wuvuC .mbr-text {
  color: #444;
}
.cid-srMa6wuvuC h5 {
  margin-bottom: 0;
}
.cid-srMa6wuvuC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-srMa6wuvuC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srMa6wuvuC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-srMa6wuvuC .socicon {
  font-size: 1.3rem;
  background: #c7a458;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srMa6wuvuC .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-srMa6wuvuC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-srMa6wuvuC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srMa6wuvuC .social-list a:hover {
  opacity: 0.4;
}
.cid-srMa6wuvuC .media-container-row > div {
  padding: 0px;
}
.cid-srMa6wuvuC .text2 {
  color: #1e2d56;
  text-align: left;
}
.cid-srMa6wuvuC .group-title {
  text-align: left;
  color: #1e2d56;
  padding-bottom: 0.2rem;
}
.cid-srMa6wuvuC .links {
  color: #1e2d56;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-srMa6wuvuC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-srMa6wuvuC .social-list,
  .cid-srMa6wuvuC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-srMa6wuvuC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-srMa6wuvuC .form-group {
    max-width: 180px;
  }
}
.cid-srMa6wuvuC .links span {
  color: #9e9e9e;
}
.cid-srMa6wuvuC .logo-sub-title {
  text-align: center;
}
.cid-srMa6wuvuC .logo-title {
  text-align: center;
}
.cid-srMa6wuvuC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srMa6wuvuC .logo-title,
.cid-srMa6wuvuC .logo {
  color: #1e2d56;
}
.cid-ssMPNfq1m0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1e2d56;
}
.cid-ssMPNfq1m0 .links {
  text-align: center;
  color: #c7a458;
}
.cid-ssMPNfq1m0 p {
  margin: 0;
}
