@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #465052 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #465052 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #758689 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #465052;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #465052;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #465052;
  border-bottom-color: #465052;
}
.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: #465052 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #200960 !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='%23465052' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rT64A8Ic5u {
  padding-top: 225px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/10639708-10203973473008975-617020437163501128-n-960x766.jpg");
}
.cid-rT64A8Ic5u H2 {
  color: #200960;
}
.cid-rWCPGMYTBo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #55b4d4;
}
@media (min-width: 1500px) {
  .cid-rWCPGMYTBo .container {
    max-width: 1400px;
  }
}
.cid-rWCPGMYTBo img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-rWCPGMYTBo .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cid-rWCPGMYTBo .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-rWCPGMYTBo .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-rWCPGMYTBo .link,
.cid-rWCPGMYTBo .link-wrap {
  color: #ffffff;
}
.cid-rWCPGMYTBo .content {
  margin: auto;
}
.cid-rWCPGMYTBo .mbr-text,
.cid-rWCPGMYTBo .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-rWCPGMYTBo img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rWCPGMYTBo .img-col {
    padding-bottom: 2rem;
  }
}
.cid-rWCPGMYTBo .quote {
  color: #200960;
}
.cid-rWCPGMYTBo H3 {
  color: #200960;
}
.cid-rWCPGMYTBo H4 {
  color: #200960;
}
.cid-rT64Aqegjp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT64Aqegjp .mbr-section-title span {
  color: #ffbc00;
}
.cid-rT64Aqegjp .video-col {
  padding: 0;
}
.cid-rT64Aqegjp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rT64Aqegjp .progressbar-title p {
  margin-bottom: 8px;
}
.cid-rT64Aqegjp .progressbar-title {
  color: white;
}
.cid-rT64Aqegjp .progress_elements {
  max-width: 600px;
  padding: 4rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT64Aqegjp .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rT64Aqegjp .box {
  background-image: url("../../../assets/images/20160423-115531-1200x900.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rT64Aqegjp .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: #200960;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-rT64Aqegjp .icon-wrap:hover {
  background: #0077ff;
}
.cid-rT64Aqegjp .icon-wrap:hover span {
  transform: scale(1.04);
}
.cid-rT64Aqegjp .icon-wrap span {
  padding-left: 4px;
}
.cid-rT64Aqegjp .mbr-media span {
  font-size: 1.4rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rT64Aqegjp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rT64Aqegjp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rT64Aqegjp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rT64Aqegjp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rT64Aqegjp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rT64Aqegjp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rT64Aqegjp .box {
    height: 250px;
  }
}
.cid-rT64Aqegjp .progress {
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: #cccccc;
}
.cid-rT64Aqegjp .progress-bar {
  height: 2px;
  background-color: #ffffff;
}
.cid-rT64Aqegjp .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rT64Aqegjp .progressbar-number {
  display: inline-block;
}
.cid-rT64Aqegjp .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rT64Aqegjp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rT64Aqegjp .progress_value {
  position: relative;
  color: #ffffff;
}
.cid-rT64Aqegjp progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rT64Aqegjp progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-rT64Aqegjp progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-rT64Aqegjp progress::-ms-fill {
  background: #ffffff;
}
.cid-rT64Aqegjp .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rT64Aqegjp .progress2 .progressbar-number:before {
  content: '63';
}
.cid-rT64Aqegjp .progress3 .progressbar-number:before {
  content: '41';
}
.cid-rT64Aqegjp .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rT64Aqegjp .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rT64Aqegjp .progress-bar-1 {
  width: 100%;
}
.cid-rT64Aqegjp .progress-bar-2 {
  width: 63%;
}
.cid-rT64Aqegjp .progress-bar-3 {
  width: 41%;
}
.cid-rT64Aqegjp .progress-bar-4 {
  width: 28%;
}
.cid-rT64Aqegjp .progress-bar-5 {
  width: 10%;
}
.cid-rT64Aqegjp .mbr-section-text {
  color: #6738ec;
}
@media (max-width: 767px) {
  .cid-rT64Aqegjp .progress_elements {
    padding: 4rem 1rem;
  }
}
.cid-rT64Aqegjp H4 {
  color: #200960;
}
.cid-rT64Aqegjp .mbr-section-title {
  color: #6738ec;
}
.cid-rT64Aqegjp H5 {
  color: #906ef2;
}
.cid-rT64Bj6KPi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rT64Bj6KPi .container {
    max-width: 1400px;
  }
}
.cid-rT64Bj6KPi img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-rT64Bj6KPi .card:hover {
  cursor: pointer;
}
.cid-rT64Bj6KPi .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-rT64Bj6KPi .card:hover .content-wrap {
  opacity: 1;
  transform: translateY(-50%);
}
.cid-rT64Bj6KPi .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-rT64Bj6KPi .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #f6f3ee;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-rT64Bj6KPi .content-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: auto;
  padding: 2rem;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-45%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-rT64Bj6KPi .card .img-wrapper:before {
    opacity: 0.8;
  }
  .cid-rT64Bj6KPi .card .content-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-rT64Bj6KPi .card-title {
  color: #200960;
}
.cid-rT64Bj6KPi .mbr-section-subtitle,
.cid-rT64Bj6KPi .link-align {
  color: #d58f76;
}
.cid-rT64Bj6KPi .main-title {
  color: #200960;
}
.cid-rYBUHKZvct {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYBUHKZvct .mbr-text {
  color: #8d97ad;
}
.cid-rYBUHKZvct .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rYBUHKZvct .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rYBUHKZvct .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-rT64DFVSER {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-rT64DFVSER .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rT64DFVSER input,
.cid-rT64DFVSER textarea,
.cid-rT64DFVSER .jqselect {
  font-weight: 300!important;
}
.cid-rT64DFVSER textarea {
  min-height: 200px!important;
}
.cid-rT64DFVSER .map-col {
  border-radius: 50%;
  overflow: hidden;
  width: 35rem;
  height: 35rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rT64DFVSER .map-col {
    margin-bottom: 4rem;
  }
}
.cid-rT64DFVSER .google-map {
  height: 35rem;
  width: 35rem;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.cid-rT64DFVSER .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rT64DFVSER .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rT64DFVSER .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rT64DFVSER .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rT64DFVSER .map-col,
  .cid-rT64DFVSER .google-map {
    height: 20rem;
    border-radius: 0;
    width: auto;
    padding: 0;
  }
}
.cid-rT64DFVSER .jq-selectbox__select-text {
  color: #d58f76;
}
.cid-rT64DFVSER .jq-selectbox__select {
  padding: 1.2em 1.5em;
}
.cid-rT64DFVSER .jq-selectbox li {
  background-color: #f6f3ee !important;
  padding: 1.2em 1.4em!important;
  color: #d58f76 !important;
  border-top: 1px solid #eceae4;
}
.cid-rT64DFVSER .form-control,
.cid-rT64DFVSER .field-input {
  padding: 2rem 1.5rem;
  min-height: auto;
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .form-control::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER .form-control:-moz-placeholder,
.cid-rT64DFVSER .field-input:-moz-placeholder,
.cid-rT64DFVSER .form-control:-moz-placeholder,
.cid-rT64DFVSER .field-input:-moz-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER .form-control:hover,
.cid-rT64DFVSER .field-input:hover,
.cid-rT64DFVSER .form-control:focus,
.cid-rT64DFVSER .field-input:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .form-control:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:hover::-webkit-input-placeholder,
.cid-rT64DFVSER .form-control:focus::-webkit-input-placeholder,
.cid-rT64DFVSER .field-input:focus::-webkit-input-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER .form-control:hover:-moz-placeholder,
.cid-rT64DFVSER .field-input:hover:-moz-placeholder,
.cid-rT64DFVSER .form-control:focus:-moz-placeholder,
.cid-rT64DFVSER .field-input:focus:-moz-placeholder,
.cid-rT64DFVSER .form-control:hover:-moz-placeholder,
.cid-rT64DFVSER .field-input:hover:-moz-placeholder,
.cid-rT64DFVSER .form-control:focus:-moz-placeholder,
.cid-rT64DFVSER .field-input:focus:-moz-placeholder {
  color: #d58f76;
}
.cid-rT64DFVSER textarea {
  padding-top: 1rem!important;
}
.cid-rT64DFVSER .jq-number__spin:hover,
.cid-rT64DFVSER .jq-number__spin:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .jq-number__spin {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT64DFVSER .jq-selectbox li,
.cid-rT64DFVSER .jq-selectbox li {
  background-color: #eceae4;
  color: #000000;
}
.cid-rT64DFVSER .jq-selectbox li:hover,
.cid-rT64DFVSER .jq-selectbox li.selected {
  background-color: #eceae4;
  color: #000000;
}
.cid-rT64DFVSER .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT64DFVSER .jq-number__spin.minus:hover:after,
.cid-rT64DFVSER .jq-number__spin.plus:hover:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-rT64DFVSER .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT64DFVSER .jq-number__spin.minus:after,
.cid-rT64DFVSER .jq-number__spin.plus:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-rT64DFVSER .jq-selectbox__trigger-arrow {
  border-top-color: #d58f76 !important;
  border-bottom-color: #d58f76 !important;
}
.cid-rT64DFVSER input::-webkit-clear-button {
  display: none;
}
.cid-rT64DFVSER input::-webkit-inner-spin-button {
  display: none;
}
.cid-rT64DFVSER input::-webkit-outer-spin-button {
  display: none;
}
.cid-rT64DFVSER input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rT64DFVSER H5 {
  color: #200960;
}
.cid-rT64DFVSER H6 {
  color: #d58f76;
}
.cid-rW7OOwVi50 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #efefef, #d58f76);
}
.cid-rW7OOwVi50 a {
  text-align: center;
}
.cid-rW7OOwVi50 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-rW7OOwVi50 span {
  font-size: 2rem;
}
.cid-rW7OOwVi50 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-rW7OOwVi50 .socicon-twitter {
  color: #4da7de;
}
.cid-rW7OOwVi50 .socicon-facebook {
  color: #3e5b98;
}
.cid-rW7OOwVi50 .socicon-googleplus {
  color: #dd4b39;
}
.cid-rW7OOwVi50 .socicon-instagram {
  color: #3f729b;
}
.cid-rW7OOwVi50 .social-list a:focus {
  text-decoration: none;
}
.cid-rW7OOwVi50 .text-copyright {
  width: 100%;
}
.cid-rW7OOwVi50 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rW7OOwVi50 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rW7OOwVi50 .logo-footer {
  line-height: normal;
}
.cid-rW7OOwVi50 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW7OOwVi50 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rW7OOwVi50 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW7OOwVi50 .media-container-row a {
  margin: 0 1rem;
}
.cid-rT64EvJ41Z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #465052;
}
@media (min-width: 1500px) {
  .cid-rT64EvJ41Z .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rT64EvJ41Z .copyright,
  .cid-rT64EvJ41Z .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-rT64EvJ41Z .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rT64EvJ41Z .mbr-text {
  color: #cccccc;
}
.cid-rT64G7yRoO .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rT64G7yRoO .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT64G7yRoO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT64G7yRoO .collapse {
  justify-content: space-between !important;
}
.cid-rT64G7yRoO .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT64G7yRoO .mbr-iconfont {
  cursor: pointer;
}
.cid-rT64G7yRoO .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT64G7yRoO .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #465052;
  border-radius: 50%;
}
.cid-rT64G7yRoO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT64G7yRoO .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT64G7yRoO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .menu-content-top {
  background: #465052;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT64G7yRoO .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT64G7yRoO .dropdown-item,
.cid-rT64G7yRoO .nav-link,
.cid-rT64G7yRoO .brand-name {
  font-style: normal;
}
.cid-rT64G7yRoO .dropdown-item:hover,
.cid-rT64G7yRoO .nav-link:hover,
.cid-rT64G7yRoO .brand-name:hover {
  color: #465052 !important;
}
.cid-rT64G7yRoO .dropdown-menu {
  background-color: #ffffff;
}
.cid-rT64G7yRoO .dropdown-item:active {
  background-color: #ffffff;
}
.cid-rT64G7yRoO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT64G7yRoO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rT64G7yRoO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .content-text {
  margin-bottom: 0;
}
.cid-rT64G7yRoO .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #465052;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT64G7yRoO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT64G7yRoO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT64G7yRoO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT64G7yRoO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT64G7yRoO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT64G7yRoO .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT64G7yRoO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT64G7yRoO .content-right-side {
  text-align: center;
}
.cid-rT64G7yRoO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT64G7yRoO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT64G7yRoO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-rT64G7yRoO .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT64G7yRoO .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT64G7yRoO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT64G7yRoO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT64G7yRoO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT64G7yRoO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT64G7yRoO .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT64G7yRoO .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT64G7yRoO .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT64G7yRoO .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT64G7yRoO .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT64G7yRoO .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT64G7yRoO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT64G7yRoO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT64G7yRoO .navbar-toggler {
    display: none;
  }
}
.cid-rT64G7yRoO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT64G7yRoO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT64G7yRoO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT64G7yRoO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT64G7yRoO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT64G7yRoO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT64G7yRoO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT64G7yRoO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT64G7yRoO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT64G7yRoO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT64G7yRoO button.navbar-toggler:focus {
  outline: none;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eceae4;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT64G7yRoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT64G7yRoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT64G7yRoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT64G7yRoO .collapsed .btn {
  display: flex;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT64G7yRoO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT64G7yRoO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT64G7yRoO .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT64G7yRoO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT64G7yRoO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT64G7yRoO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT64G7yRoO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT64G7yRoO .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT64G7yRoO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT64G7yRoO .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT64G7yRoO .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing,
  .cid-rT64G7yRoO .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT64G7yRoO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT64G7yRoO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT64G7yRoO img {
    height: 3.8rem !important;
  }
  .cid-rT64G7yRoO .btn {
    display: flex;
  }
  .cid-rT64G7yRoO button.navbar-toggler {
    display: block;
  }
  .cid-rT64G7yRoO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT64G7yRoO .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT64G7yRoO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT64G7yRoO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT64G7yRoO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT64G7yRoO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT64G7yRoO .nav-link:focus {
  outline: none;
}
.cid-rT64G7yRoO .navbar-toggler {
  position: relative;
}
.cid-rT64G7yRoO .dropdown-item.active,
.cid-rT64G7yRoO .dropdown-item:active {
  color: initial;
}
.cid-rT64G7yRoO .widget-title,
.cid-rT64G7yRoO .widget-icon {
  color: #ffffff;
}
.cid-rT64G7yRoO .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT64G7yRoO .menu-logo {
    display: none;
  }
  .cid-rT64G7yRoO .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT64G7yRoO .nav-item:before {
    content: none;
  }
  .cid-rT64G7yRoO .navbar {
    padding: 0;
  }
  .cid-rT64G7yRoO .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT64G7yRoO button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
