.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Kurale', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Kurale', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Kurale', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Kurale', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Kurale', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kurale', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kurale', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2b09' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-sv2vBMRHby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/30-1356x668.jpg");
}
.cid-sv2vBMRHby .item-wrapper {
  width: 100%;
}
.cid-sv2vBMRHby .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sv2vBMRHby .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv2vBMRHby .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-sv2vBMRHby .mbr-section-subtitle {
  color: #626262;
}
@media (max-width: 690px) {
  .cid-sv2vBMRHby .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv2vBMRHby .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-sv2vBMRHby .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sv2vBMRHby .button-align {
  width: 100%;
}
.cid-sv2vBMRHby .mbr-text {
  padding-top: 10px;
}
.cid-sv2vBMRHby .mbr-section-title {
  color: #ffffff;
}
.cid-sv2vBMRHby .mbr-text,
.cid-sv2vBMRHby .button-align {
  color: #f2f2f2;
}
.cid-sv2wrdrnE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv2wrdrnE2 .card-wrapper {
  border-radius: 4px;
  background: #e6c63b;
}
@media (min-width: 992px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
  }
}
.cid-sv2wrdrnE2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2wrdrnE2 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sv2wrdrnE2 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-sv2wrdrnE2 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sv2wrdrnE2 .small-img {
  width: 40%;
  margin: auto;
}
.cid-sv2wrdrnE2 .text-box {
  text-align: center;
}
.cid-sv2wrdrnE2 .mbr-section-title {
  text-align: center;
}
.cid-sv2wrdrnE2 .mbr-text {
  padding-top: 10px;
}
.cid-sv2wrdrnE2 .mbr-section-subtitle {
  color: #626262;
}
.cid-sv2wrdrnE2 .text-white:hover {
  color: #000000 !important;
}
.cid-sv2wrdrnE2 .mbr-text,
.cid-sv2wrdrnE2 .button-align {
  text-align: left;
}
.cid-sv2wZI9udm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e6c63b;
}
.cid-sv2wZI9udm img {
  border-radius: 0px;
}
.cid-sv2wZI9udm .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sv2wZI9udm .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-sv2wZI9udm .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sv2wZI9udm .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sv2wZI9udm .right {
  display: flex;
  flex-direction: column;
}
.cid-sv2wZI9udm .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-sv2wZI9udm .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-sv2wZI9udm .card-heading {
  padding-top: 0;
}
.cid-sv2wZI9udm .mbr-text {
  padding-top: 10px;
}
.cid-uQ3zbwPxoi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQ3zbwPxoi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ3zbwPxoi .row {
  flex-direction: row-reverse;
}
.cid-uQ3zbwPxoi img {
  width: 100%;
}
.cid-uQ3zbwPxoi .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u8cORAthNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
  position: relative;
  overflow: hidden;
}
.cid-u8cORAthNm::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-u8cORAthNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cORAthNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cORAthNm .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-u8cORAthNm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8cORAthNm .container {
    padding: 0 16px;
  }
}
.cid-u8cORAthNm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u8cORAthNm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8cORAthNm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8cORAthNm .mbr-section-title {
  color: #000000;
}
.cid-u8cORAthNm .mbr-text {
  color: #000000;
}
.cid-u8cORAthNm .mbr-text,
.cid-u8cORAthNm .icon-wrapper {
  color: #000000;
}
.cid-u8cTVAfUhY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8cTVAfUhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cTVAfUhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cTVAfUhY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u8cTVAfUhY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u8cTVAfUhY .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8cTVAfUhY .container {
    padding: 0 22px;
  }
}
.cid-u8cTVAfUhY .card {
  justify-content: center;
}
.cid-u8cTVAfUhY .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8cTVAfUhY .content-wrapper {
    padding: 0;
  }
}
.cid-u8cTVAfUhY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8cTVAfUhY .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u8cTVAfUhY .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-u8cTVAfUhY .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u8cTVAfUhY .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8cTVAfUhY .image-wrapper img {
    height: 350px;
  }
}
.cid-u8cTVAfUhY .mbr-section-title {
  color: #ffffff;
}
.cid-u8cTVAfUhY .mbr-text {
  color: #000000;
}
.cid-u8cTVAfUhY .mbr-section-title,
.cid-u8cTVAfUhY .mbr-section-btn {
  color: #000000;
}
.cid-uQ3zKutlwN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #e6c63b;
}
.cid-uQ3zKutlwN img {
  border-radius: 0px;
}
.cid-uQ3zKutlwN .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uQ3zKutlwN .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uQ3zKutlwN .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uQ3zKutlwN .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uQ3zKutlwN .right {
  display: flex;
  flex-direction: column;
}
.cid-uQ3zKutlwN .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uQ3zKutlwN .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uQ3zKutlwN .card-heading {
  padding-top: 0;
}
.cid-uQ3zKutlwN .mbr-text {
  padding-top: 10px;
}
.cid-uQ3zLol1he {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ3zLol1he img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uQ3zLol1he .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uQ3zLol1he .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uQ3zLol1he .right {
  display: flex;
  flex-direction: column;
}
.cid-uQ3zLol1he .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uQ3zLol1he .card-heading {
  padding-bottom: 12px;
}
.cid-uQ3zLol1he .p {
  padding-bottom: 20px;
}
.cid-uQ3zLol1he .last-p {
  padding-bottom: 0;
}
.cid-uQ3AT2aeex {
  align-items: flex-end;
  background-image: url("../../../assets/images/35-2000x786.jpg");
}
.cid-uQ3AT2aeex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3AT2aeex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3AT2aeex .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ3AT2aeex .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uQ3AT2aeex .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uQ3AT2aeex .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uQ3AT2aeex .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQ3AT2aeex .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQ3AT2aeex .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ3AT2aeex .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQ3AT2aeex .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQ3AT2aeex .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ3AT2aeex .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQ3AT2aeex .mbr-text {
  color: #d7d2d2;
}
.cid-uQ3BArbQmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-uQ3BArbQmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3BArbQmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQ3BArbQmt .container {
    padding: 0 22px;
  }
}
.cid-uQ3BArbQmt .row {
  justify-content: center;
}
.cid-uQ3BArbQmt .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQ3BArbQmt .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQ3BArbQmt .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uQ3BArbQmt .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ3BArbQmt .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQ3BArbQmt .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uQ3BArbQmt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ3BArbQmt .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3BArbQmt .mbr-text {
  color: #000000;
}
.cid-uQ3BArbQmt .mbr-section-title,
.cid-uQ3BArbQmt .icon-wrapper {
  color: #000000;
}
.cid-uQ3B8ijlSI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ3B8ijlSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3B8ijlSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3B8ijlSI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uQ3B8ijlSI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uQ3B8ijlSI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3B8ijlSI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uQ3B8ijlSI .container {
    padding: 0 24px;
  }
}
.cid-uQ3B8ijlSI .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #e6c63b;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQ3B8ijlSI .content-wrapper {
    display: block;
  }
}
.cid-uQ3B8ijlSI .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uQ3B8ijlSI .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3B8ijlSI .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uQ3B8ijlSI .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-uQ3B8ijlSI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQ3B8ijlSI .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uQ3B8ijlSI .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQ3B8ijlSI .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uQ3B8ijlSI .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQ3B8ijlSI .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uQ3B8ijlSI .mbr-section-title {
  color: #18212d;
}
.cid-uQ3B8ijlSI .mbr-desc {
  color: #18212d;
}
.cid-uQ3B8ijlSI .mbr-text {
  color: #000000;
}
.cid-uQ3B8ijlSI .mbr-desc,
.cid-uQ3B8ijlSI .desc-wrapper {
  text-align: center;
}
.cid-uQ3CVm288D {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQ3CVm288D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3CVm288D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3CVm288D .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uQ3CVm288D .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3CVm288D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3CVm288D .container {
    padding: 0 20px;
  }
}
.cid-uQ3CVm288D .row {
  justify-content: space-between;
}
.cid-uQ3CVm288D .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-uQ3CVm288D .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uQ3CVm288D .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQ3CVm288D .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uQ3CVm288D .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ3CVm288D .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uQ3CVm288D .mbr-section-title {
  color: #000000;
}
.cid-uQ3CVm288D .mbr-desc {
  color: #000000;
}
.cid-uQ3CVm288D .mbr-text {
  color: #9a9a9a;
}
.cid-uQ3CVm288D .mbr-text,
.cid-uQ3CVm288D .text-wrap {
  color: #000000;
}
.cid-u8cUvkvR0d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u8cUvkvR0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cUvkvR0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cUvkvR0d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8cUvkvR0d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8cUvkvR0d .container {
    padding: 0 16px;
  }
}
.cid-u8cUvkvR0d .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u8cUvkvR0d .row {
    margin: 0 10px;
  }
}
.cid-u8cUvkvR0d .row .card {
  padding: 0;
}
.cid-u8cUvkvR0d .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8cUvkvR0d .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8cUvkvR0d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8cUvkvR0d .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-u8cUvkvR0d .google-map iframe {
    height: 350px;
  }
}
.cid-u8cUvkvR0d .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-uQ3EKG8WOr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-uQ3EKG8WOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3EKG8WOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3EKG8WOr .row {
  justify-content: space-between;
}
.cid-uQ3EKG8WOr .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3EKG8WOr .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3EKG8WOr .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3EKG8WOr .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQ3EKG8WOr .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQ3EKG8WOr .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3EKG8WOr .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3EKG8WOr .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3EKG8WOr .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ3EKG8WOr .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3EKG8WOr .list-wrapper .list .item-wrap:hover,
.cid-uQ3EKG8WOr .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQ3EKG8WOr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ3EKG8WOr .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3EKG8WOr .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3EKG8WOr .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uQ3EKG8WOr .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQ3EKG8WOr .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ3EKG8WOr .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ3EKG8WOr .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ3EKG8WOr .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQ3EKG8WOr .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uQ3EKG8WOr .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ3EKG8WOr .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uQ3EKG8WOr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQ3EKG8WOr .mbr-section-title {
  color: #000000;
}
.cid-uQ3EKG8WOr .mbr-text {
  color: #000000;
}
.cid-uQ3EKG8WOr .list {
  color: #000000;
}
.cid-uQ3EKG8WOr .mbr-desc {
  color: #000000;
}
.cid-uQ3EKG8WOr .mbr-copy {
  color: #000000;
}
.cid-uQ3EKG8WOr .mbr-desc,
.cid-uQ3EKG8WOr .social-wrapper {
  text-align: center;
}
.cid-uQ3EKG8WOr .mbr-copy,
.cid-uQ3EKG8WOr .mbr-section-btn-main {
  text-align: center;
}
.cid-sv2qK02niL .nav-item:focus,
.cid-sv2qK02niL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sv2qK02niL .nav-item {
    position: relative;
  }
}
.cid-sv2qK02niL .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #e6c63b;
}
.cid-sv2qK02niL .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #e6c63b;
}
.cid-sv2qK02niL .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #e6c63b !important;
}
.cid-sv2qK02niL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sv2qK02niL .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sv2qK02niL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sv2qK02niL .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.show,
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2qK02niL .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sv2qK02niL .navbar.collapsed .right-menu,
.cid-sv2qK02niL .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar .navbar-collapse.show,
  .cid-sv2qK02niL .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sv2qK02niL .navbar .navbar-collapse.show .brand-container,
  .cid-sv2qK02niL .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sv2qK02niL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2qK02niL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sv2qK02niL .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sv2qK02niL .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sv2qK02niL .navbar .right-menu,
  .cid-sv2qK02niL .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sv2qK02niL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2qK02niL .navbar.navbar-short .mbr-overlay {
  background: #e6c63b !important;
}
.cid-sv2qK02niL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sv2qK02niL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sv2qK02niL .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sv2qK02niL .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sv2qK02niL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2qK02niL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2qK02niL .dropdown-item.active,
.cid-sv2qK02niL .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2qK02niL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2qK02niL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sv2qK02niL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-sv2qK02niL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2qK02niL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2qK02niL ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sv2qK02niL .navbar-buttons {
  margin-left: auto;
}
.cid-sv2qK02niL button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler:hover {
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler:active {
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2qK02niL a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sv2qK02niL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sv2qK02niL .right-menu,
.cid-sv2qK02niL .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sv2qK02niL .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv2qK02niL .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv2qK02niL .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sv2qK02niL .card-wrapper {
  z-index: 3;
}
.cid-sv2qK02niL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sv2qK02niL .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sv2qK02niL .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sv2qK02niL .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sv2qK02niL .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sv2qK02niL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sv2qK02niL .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sv2qK02niL .link {
  padding: 0;
  margin: 0;
}
.cid-sv2qK02niL .dropdown-menu {
  margin-top: 0px;
}
.cid-sv2qK02niL .navbar-caption {
  color: #ffffff;
}
.cid-sv2qK02niL .navbar-caption:hover {
  color: #ffffff;
}
.cid-sv2qK02niL .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sv2qK02niL .dropdown-toggle:after {
  display: none;
}
.cid-sv2qK02niL a:hover .line-animation {
  opacity: 1;
}
.cid-sv2qK02niL .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sv2qK02niL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sv2qK02niL .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uQ3FYj8p3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/38-1920x1080.jpg");
}
.cid-uQ3FYj8p3E .item-wrapper {
  width: 100%;
}
.cid-uQ3FYj8p3E .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-uQ3FYj8p3E .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uQ3FYj8p3E .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-uQ3FYj8p3E .mbr-section-subtitle {
  color: #626262;
}
@media (max-width: 690px) {
  .cid-uQ3FYj8p3E .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uQ3FYj8p3E .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-uQ3FYj8p3E .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-uQ3FYj8p3E .button-align {
  width: 100%;
}
.cid-uQ3FYj8p3E .mbr-text {
  padding-top: 10px;
}
.cid-uQ3FYj8p3E .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3FYj8p3E .mbr-text,
.cid-uQ3FYj8p3E .button-align {
  color: #f2f2f2;
}
.cid-uQ3FYm1rv5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e6c63b;
}
.cid-uQ3FYm1rv5 img {
  border-radius: 0px;
}
.cid-uQ3FYm1rv5 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uQ3FYm1rv5 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uQ3FYm1rv5 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uQ3FYm1rv5 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uQ3FYm1rv5 .right {
  display: flex;
  flex-direction: column;
}
.cid-uQ3FYm1rv5 .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uQ3FYm1rv5 .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uQ3FYm1rv5 .card-heading {
  padding-top: 0;
}
.cid-uQ3FYm1rv5 .mbr-text {
  padding-top: 10px;
}
.cid-uQ3FYt9sTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uQ3FYt9sTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3FYt9sTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3FYt9sTU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQ3FYt9sTU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3FYt9sTU .container {
    padding: 0 16px;
  }
}
.cid-uQ3FYt9sTU .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQ3FYt9sTU .row {
    margin: 0 10px;
  }
}
.cid-uQ3FYt9sTU .row .card {
  padding: 0;
}
.cid-uQ3FYt9sTU .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ3FYt9sTU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ3FYt9sTU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ3FYt9sTU .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uQ3FYt9sTU .google-map iframe {
    height: 350px;
  }
}
.cid-uQ3FYt9sTU .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-uQ3FYtM9R8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-uQ3FYtM9R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3FYtM9R8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3FYtM9R8 .row {
  justify-content: space-between;
}
.cid-uQ3FYtM9R8 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3FYtM9R8 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3FYtM9R8 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3FYtM9R8 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQ3FYtM9R8 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQ3FYtM9R8 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3FYtM9R8 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3FYtM9R8 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3FYtM9R8 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ3FYtM9R8 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3FYtM9R8 .list-wrapper .list .item-wrap:hover,
.cid-uQ3FYtM9R8 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQ3FYtM9R8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ3FYtM9R8 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3FYtM9R8 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3FYtM9R8 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uQ3FYtM9R8 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQ3FYtM9R8 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ3FYtM9R8 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ3FYtM9R8 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ3FYtM9R8 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQ3FYtM9R8 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uQ3FYtM9R8 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ3FYtM9R8 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uQ3FYtM9R8 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQ3FYtM9R8 .mbr-section-title {
  color: #000000;
}
.cid-uQ3FYtM9R8 .mbr-text {
  color: #000000;
}
.cid-uQ3FYtM9R8 .list {
  color: #000000;
}
.cid-uQ3FYtM9R8 .mbr-desc {
  color: #000000;
}
.cid-uQ3FYtM9R8 .mbr-copy {
  color: #000000;
}
.cid-uQ3FYtM9R8 .mbr-desc,
.cid-uQ3FYtM9R8 .social-wrapper {
  text-align: center;
}
.cid-uQ3FYtM9R8 .mbr-copy,
.cid-uQ3FYtM9R8 .mbr-section-btn-main {
  text-align: center;
}
.cid-uQ3FYvXl0t .nav-item:focus,
.cid-uQ3FYvXl0t .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQ3FYvXl0t .nav-item {
    position: relative;
  }
}
.cid-uQ3FYvXl0t .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #e6c63b;
}
.cid-uQ3FYvXl0t .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #e6c63b;
}
.cid-uQ3FYvXl0t .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #e6c63b !important;
}
.cid-uQ3FYvXl0t .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uQ3FYvXl0t .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3FYvXl0t .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uQ3FYvXl0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3FYvXl0t .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3FYvXl0t .navbar.collapsed .navbar-collapse.show,
.cid-uQ3FYvXl0t .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQ3FYvXl0t .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uQ3FYvXl0t .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uQ3FYvXl0t .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3FYvXl0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3FYvXl0t .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uQ3FYvXl0t .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQ3FYvXl0t .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uQ3FYvXl0t .navbar.collapsed .right-menu,
.cid-uQ3FYvXl0t .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uQ3FYvXl0t .navbar .navbar-collapse.show,
  .cid-uQ3FYvXl0t .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uQ3FYvXl0t .navbar .navbar-collapse.show .brand-container,
  .cid-uQ3FYvXl0t .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uQ3FYvXl0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3FYvXl0t .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3FYvXl0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3FYvXl0t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ3FYvXl0t .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uQ3FYvXl0t .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQ3FYvXl0t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uQ3FYvXl0t .navbar .right-menu,
  .cid-uQ3FYvXl0t .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uQ3FYvXl0t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ3FYvXl0t .navbar.navbar-short .mbr-overlay {
  background: #e6c63b !important;
}
.cid-uQ3FYvXl0t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ3FYvXl0t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uQ3FYvXl0t .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uQ3FYvXl0t .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uQ3FYvXl0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3FYvXl0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3FYvXl0t .dropdown-item.active,
.cid-uQ3FYvXl0t .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3FYvXl0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ3FYvXl0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uQ3FYvXl0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-uQ3FYvXl0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3FYvXl0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3FYvXl0t ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uQ3FYvXl0t ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uQ3FYvXl0t .navbar-buttons {
  margin-left: auto;
}
.cid-uQ3FYvXl0t button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uQ3FYvXl0t button.navbar-toggler:hover {
  outline: none;
}
.cid-uQ3FYvXl0t button.navbar-toggler:active {
  outline: none;
}
.cid-uQ3FYvXl0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQ3FYvXl0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ3FYvXl0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3FYvXl0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3FYvXl0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ3FYvXl0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3FYvXl0t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uQ3FYvXl0t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uQ3FYvXl0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3FYvXl0t a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uQ3FYvXl0t .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ3FYvXl0t .right-menu,
.cid-uQ3FYvXl0t .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uQ3FYvXl0t .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3FYvXl0t .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3FYvXl0t .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQ3FYvXl0t .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQ3FYvXl0t .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uQ3FYvXl0t .card-wrapper {
  z-index: 3;
}
.cid-uQ3FYvXl0t .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uQ3FYvXl0t .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uQ3FYvXl0t .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-uQ3FYvXl0t .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uQ3FYvXl0t .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uQ3FYvXl0t .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-uQ3FYvXl0t .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-uQ3FYvXl0t .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uQ3FYvXl0t .link {
  padding: 0;
  margin: 0;
}
.cid-uQ3FYvXl0t .dropdown-menu {
  margin-top: 0px;
}
.cid-uQ3FYvXl0t .navbar-caption {
  color: #ffffff;
}
.cid-uQ3FYvXl0t .navbar-caption:hover {
  color: #ffffff;
}
.cid-uQ3FYvXl0t .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uQ3FYvXl0t .dropdown-toggle:after {
  display: none;
}
.cid-uQ3FYvXl0t a:hover .line-animation {
  opacity: 1;
}
.cid-uQ3FYvXl0t .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uQ3FYvXl0t .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uQ3FYvXl0t .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uQ3H3cn1pq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/39-1200x675.jpg");
}
.cid-uQ3H3cn1pq .item-wrapper {
  width: 100%;
}
.cid-uQ3H3cn1pq .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-uQ3H3cn1pq .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uQ3H3cn1pq .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-uQ3H3cn1pq .mbr-section-subtitle {
  color: #626262;
}
@media (max-width: 690px) {
  .cid-uQ3H3cn1pq .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uQ3H3cn1pq .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-uQ3H3cn1pq .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-uQ3H3cn1pq .button-align {
  width: 100%;
}
.cid-uQ3H3cn1pq .mbr-text {
  padding-top: 10px;
}
.cid-uQ3H3cn1pq .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3H3cn1pq .mbr-text,
.cid-uQ3H3cn1pq .button-align {
  color: #f2f2f2;
}
.cid-uQ3H3dz6KU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e6c63b;
}
.cid-uQ3H3dz6KU img {
  border-radius: 0px;
}
.cid-uQ3H3dz6KU .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uQ3H3dz6KU .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uQ3H3dz6KU .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uQ3H3dz6KU .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uQ3H3dz6KU .right {
  display: flex;
  flex-direction: column;
}
.cid-uQ3H3dz6KU .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uQ3H3dz6KU .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uQ3H3dz6KU .card-heading {
  padding-top: 0;
}
.cid-uQ3H3dz6KU .mbr-text {
  padding-top: 10px;
}
.cid-uQ3H3dVDeM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uQ3H3dVDeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3H3dVDeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3H3dVDeM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQ3H3dVDeM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3H3dVDeM .container {
    padding: 0 16px;
  }
}
.cid-uQ3H3dVDeM .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQ3H3dVDeM .row {
    margin: 0 10px;
  }
}
.cid-uQ3H3dVDeM .row .card {
  padding: 0;
}
.cid-uQ3H3dVDeM .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ3H3dVDeM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ3H3dVDeM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ3H3dVDeM .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uQ3H3dVDeM .google-map iframe {
    height: 350px;
  }
}
.cid-uQ3H3dVDeM .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-uQ3H3elHyn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-uQ3H3elHyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3H3elHyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3H3elHyn .row {
  justify-content: space-between;
}
.cid-uQ3H3elHyn .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3H3elHyn .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3H3elHyn .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3H3elHyn .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQ3H3elHyn .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQ3H3elHyn .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3H3elHyn .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3H3elHyn .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3H3elHyn .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ3H3elHyn .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3H3elHyn .list-wrapper .list .item-wrap:hover,
.cid-uQ3H3elHyn .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQ3H3elHyn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ3H3elHyn .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3H3elHyn .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3H3elHyn .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uQ3H3elHyn .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQ3H3elHyn .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ3H3elHyn .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ3H3elHyn .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ3H3elHyn .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQ3H3elHyn .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uQ3H3elHyn .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ3H3elHyn .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uQ3H3elHyn .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQ3H3elHyn .mbr-section-title {
  color: #000000;
}
.cid-uQ3H3elHyn .mbr-text {
  color: #000000;
}
.cid-uQ3H3elHyn .list {
  color: #000000;
}
.cid-uQ3H3elHyn .mbr-desc {
  color: #000000;
}
.cid-uQ3H3elHyn .mbr-copy {
  color: #000000;
}
.cid-uQ3H3elHyn .mbr-desc,
.cid-uQ3H3elHyn .social-wrapper {
  text-align: center;
}
.cid-uQ3H3elHyn .mbr-copy,
.cid-uQ3H3elHyn .mbr-section-btn-main {
  text-align: center;
}
.cid-uQ3H3fpqFW .nav-item:focus,
.cid-uQ3H3fpqFW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQ3H3fpqFW .nav-item {
    position: relative;
  }
}
.cid-uQ3H3fpqFW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #e6c63b;
}
.cid-uQ3H3fpqFW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #e6c63b;
}
.cid-uQ3H3fpqFW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #e6c63b !important;
}
.cid-uQ3H3fpqFW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uQ3H3fpqFW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3H3fpqFW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uQ3H3fpqFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3H3fpqFW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3H3fpqFW .navbar.collapsed .navbar-collapse.show,
.cid-uQ3H3fpqFW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQ3H3fpqFW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uQ3H3fpqFW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uQ3H3fpqFW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3H3fpqFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3H3fpqFW .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uQ3H3fpqFW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQ3H3fpqFW .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uQ3H3fpqFW .navbar.collapsed .right-menu,
.cid-uQ3H3fpqFW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uQ3H3fpqFW .navbar .navbar-collapse.show,
  .cid-uQ3H3fpqFW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uQ3H3fpqFW .navbar .navbar-collapse.show .brand-container,
  .cid-uQ3H3fpqFW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uQ3H3fpqFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3H3fpqFW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3H3fpqFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3H3fpqFW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ3H3fpqFW .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uQ3H3fpqFW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQ3H3fpqFW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uQ3H3fpqFW .navbar .right-menu,
  .cid-uQ3H3fpqFW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uQ3H3fpqFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ3H3fpqFW .navbar.navbar-short .mbr-overlay {
  background: #e6c63b !important;
}
.cid-uQ3H3fpqFW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ3H3fpqFW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uQ3H3fpqFW .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uQ3H3fpqFW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uQ3H3fpqFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3H3fpqFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3H3fpqFW .dropdown-item.active,
.cid-uQ3H3fpqFW .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3H3fpqFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ3H3fpqFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uQ3H3fpqFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-uQ3H3fpqFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3H3fpqFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3H3fpqFW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uQ3H3fpqFW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uQ3H3fpqFW .navbar-buttons {
  margin-left: auto;
}
.cid-uQ3H3fpqFW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uQ3H3fpqFW button.navbar-toggler:hover {
  outline: none;
}
.cid-uQ3H3fpqFW button.navbar-toggler:active {
  outline: none;
}
.cid-uQ3H3fpqFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQ3H3fpqFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ3H3fpqFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3H3fpqFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3H3fpqFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ3H3fpqFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3H3fpqFW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uQ3H3fpqFW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uQ3H3fpqFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3H3fpqFW a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uQ3H3fpqFW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ3H3fpqFW .right-menu,
.cid-uQ3H3fpqFW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uQ3H3fpqFW .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3H3fpqFW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3H3fpqFW .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQ3H3fpqFW .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQ3H3fpqFW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uQ3H3fpqFW .card-wrapper {
  z-index: 3;
}
.cid-uQ3H3fpqFW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uQ3H3fpqFW .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uQ3H3fpqFW .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-uQ3H3fpqFW .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uQ3H3fpqFW .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uQ3H3fpqFW .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-uQ3H3fpqFW .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-uQ3H3fpqFW .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uQ3H3fpqFW .link {
  padding: 0;
  margin: 0;
}
.cid-uQ3H3fpqFW .dropdown-menu {
  margin-top: 0px;
}
.cid-uQ3H3fpqFW .navbar-caption {
  color: #ffffff;
}
.cid-uQ3H3fpqFW .navbar-caption:hover {
  color: #ffffff;
}
.cid-uQ3H3fpqFW .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uQ3H3fpqFW .dropdown-toggle:after {
  display: none;
}
.cid-uQ3H3fpqFW a:hover .line-animation {
  opacity: 1;
}
.cid-uQ3H3fpqFW .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uQ3H3fpqFW .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uQ3H3fpqFW .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uQ3HR9odKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40-1200x675.jpg");
}
.cid-uQ3HR9odKN .item-wrapper {
  width: 100%;
}
.cid-uQ3HR9odKN .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-uQ3HR9odKN .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uQ3HR9odKN .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-uQ3HR9odKN .mbr-section-subtitle {
  color: #626262;
}
@media (max-width: 690px) {
  .cid-uQ3HR9odKN .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uQ3HR9odKN .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-uQ3HR9odKN .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-uQ3HR9odKN .button-align {
  width: 100%;
}
.cid-uQ3HR9odKN .mbr-text {
  padding-top: 10px;
}
.cid-uQ3HR9odKN .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3HR9odKN .mbr-text,
.cid-uQ3HR9odKN .button-align {
  color: #f2f2f2;
}
.cid-uQ3HRdU4Rq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e6c63b;
}
.cid-uQ3HRdU4Rq img {
  border-radius: 0px;
}
.cid-uQ3HRdU4Rq .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uQ3HRdU4Rq .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uQ3HRdU4Rq .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uQ3HRdU4Rq .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uQ3HRdU4Rq .right {
  display: flex;
  flex-direction: column;
}
.cid-uQ3HRdU4Rq .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uQ3HRdU4Rq .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uQ3HRdU4Rq .card-heading {
  padding-top: 0;
}
.cid-uQ3HRdU4Rq .mbr-text {
  padding-top: 10px;
}
.cid-uQ3HReDkFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uQ3HReDkFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3HReDkFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3HReDkFr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQ3HReDkFr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3HReDkFr .container {
    padding: 0 16px;
  }
}
.cid-uQ3HReDkFr .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQ3HReDkFr .row {
    margin: 0 10px;
  }
}
.cid-uQ3HReDkFr .row .card {
  padding: 0;
}
.cid-uQ3HReDkFr .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQ3HReDkFr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQ3HReDkFr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ3HReDkFr .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uQ3HReDkFr .google-map iframe {
    height: 350px;
  }
}
.cid-uQ3HReDkFr .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-uQ3HRfeY84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-uQ3HRfeY84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3HRfeY84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3HRfeY84 .row {
  justify-content: space-between;
}
.cid-uQ3HRfeY84 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3HRfeY84 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3HRfeY84 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3HRfeY84 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQ3HRfeY84 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQ3HRfeY84 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3HRfeY84 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3HRfeY84 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uQ3HRfeY84 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQ3HRfeY84 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3HRfeY84 .list-wrapper .list .item-wrap:hover,
.cid-uQ3HRfeY84 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQ3HRfeY84 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ3HRfeY84 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uQ3HRfeY84 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3HRfeY84 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uQ3HRfeY84 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uQ3HRfeY84 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uQ3HRfeY84 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQ3HRfeY84 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ3HRfeY84 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQ3HRfeY84 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uQ3HRfeY84 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQ3HRfeY84 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uQ3HRfeY84 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQ3HRfeY84 .mbr-section-title {
  color: #000000;
}
.cid-uQ3HRfeY84 .mbr-text {
  color: #000000;
}
.cid-uQ3HRfeY84 .list {
  color: #000000;
}
.cid-uQ3HRfeY84 .mbr-desc {
  color: #000000;
}
.cid-uQ3HRfeY84 .mbr-copy {
  color: #000000;
}
.cid-uQ3HRfeY84 .mbr-desc,
.cid-uQ3HRfeY84 .social-wrapper {
  text-align: center;
}
.cid-uQ3HRfeY84 .mbr-copy,
.cid-uQ3HRfeY84 .mbr-section-btn-main {
  text-align: center;
}
.cid-uQ3HRhdiMj .nav-item:focus,
.cid-uQ3HRhdiMj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQ3HRhdiMj .nav-item {
    position: relative;
  }
}
.cid-uQ3HRhdiMj .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #e6c63b;
}
.cid-uQ3HRhdiMj .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #e6c63b;
}
.cid-uQ3HRhdiMj .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #e6c63b !important;
}
.cid-uQ3HRhdiMj .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uQ3HRhdiMj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uQ3HRhdiMj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uQ3HRhdiMj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3HRhdiMj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3HRhdiMj .navbar.collapsed .navbar-collapse.show,
.cid-uQ3HRhdiMj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQ3HRhdiMj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uQ3HRhdiMj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uQ3HRhdiMj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3HRhdiMj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3HRhdiMj .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uQ3HRhdiMj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQ3HRhdiMj .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uQ3HRhdiMj .navbar.collapsed .right-menu,
.cid-uQ3HRhdiMj .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uQ3HRhdiMj .navbar .navbar-collapse.show,
  .cid-uQ3HRhdiMj .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uQ3HRhdiMj .navbar .navbar-collapse.show .brand-container,
  .cid-uQ3HRhdiMj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uQ3HRhdiMj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3HRhdiMj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3HRhdiMj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3HRhdiMj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ3HRhdiMj .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uQ3HRhdiMj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQ3HRhdiMj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uQ3HRhdiMj .navbar .right-menu,
  .cid-uQ3HRhdiMj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uQ3HRhdiMj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ3HRhdiMj .navbar.navbar-short .mbr-overlay {
  background: #e6c63b !important;
}
.cid-uQ3HRhdiMj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ3HRhdiMj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uQ3HRhdiMj .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uQ3HRhdiMj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uQ3HRhdiMj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3HRhdiMj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3HRhdiMj .dropdown-item.active,
.cid-uQ3HRhdiMj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3HRhdiMj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ3HRhdiMj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uQ3HRhdiMj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e6c63b;
}
.cid-uQ3HRhdiMj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3HRhdiMj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ3HRhdiMj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uQ3HRhdiMj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uQ3HRhdiMj .navbar-buttons {
  margin-left: auto;
}
.cid-uQ3HRhdiMj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uQ3HRhdiMj button.navbar-toggler:hover {
  outline: none;
}
.cid-uQ3HRhdiMj button.navbar-toggler:active {
  outline: none;
}
.cid-uQ3HRhdiMj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQ3HRhdiMj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ3HRhdiMj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3HRhdiMj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3HRhdiMj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ3HRhdiMj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3HRhdiMj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uQ3HRhdiMj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uQ3HRhdiMj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3HRhdiMj a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uQ3HRhdiMj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ3HRhdiMj .right-menu,
.cid-uQ3HRhdiMj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uQ3HRhdiMj .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3HRhdiMj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uQ3HRhdiMj .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQ3HRhdiMj .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQ3HRhdiMj .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uQ3HRhdiMj .card-wrapper {
  z-index: 3;
}
.cid-uQ3HRhdiMj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uQ3HRhdiMj .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uQ3HRhdiMj .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-uQ3HRhdiMj .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uQ3HRhdiMj .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uQ3HRhdiMj .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-uQ3HRhdiMj .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-uQ3HRhdiMj .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uQ3HRhdiMj .link {
  padding: 0;
  margin: 0;
}
.cid-uQ3HRhdiMj .dropdown-menu {
  margin-top: 0px;
}
.cid-uQ3HRhdiMj .navbar-caption {
  color: #ffffff;
}
.cid-uQ3HRhdiMj .navbar-caption:hover {
  color: #ffffff;
}
.cid-uQ3HRhdiMj .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uQ3HRhdiMj .dropdown-toggle:after {
  display: none;
}
.cid-uQ3HRhdiMj a:hover .line-animation {
  opacity: 1;
}
.cid-uQ3HRhdiMj .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uQ3HRhdiMj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uQ3HRhdiMj .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
