@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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 */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c7a71c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #e6c63b !important;
}
.bg-warning {
  background-color: #e6c63b !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c7a71c !important;
  border-color: #c7a71c !important;
  color: #ffffff !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: #9a8116 !important;
  border-color: #9a8116 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a8116 !important;
  border-color: #9a8116 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c7a71c !important;
  border-color: #c7a71c !important;
  color: #ffffff !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: #9a8116 !important;
  border-color: #9a8116 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9a8116 !important;
  border-color: #9a8116 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !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: #d3b11b !important;
  border-color: #d3b11b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d3b11b !important;
  border-color: #d3b11b !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !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: #338d99 !important;
  border-color: #338d99 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !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: #d3b11b !important;
  border-color: #d3b11b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d3b11b !important;
  border-color: #d3b11b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !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: #d3b11b !important;
  border-color: #d3b11b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d3b11b !important;
  border-color: #d3b11b !important;
}
.btn-white {
  color: #232323 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c7a71c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9a8116 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7a71c !important;
  border-color: #c7a71c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c7a71c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9a8116 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7a71c !important;
  border-color: #c7a71c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d3b11b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #338d99 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  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: transparent;
  color: #e6c63b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d3b11b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d3b11b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #c7a71c !important;
}
.text-secondary {
  color: #c7a71c !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #e6c63b !important;
}
.text-warning {
  color: #e6c63b !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6e5c0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e5c0f !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: #a68b15 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a68b15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c7a71c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e6c63b;
}
.alert-warning {
  background-color: #e6c63b;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c7a71c;
  border-color: #c7a71c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c7a71c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecd677;
}
.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: #fdfbf0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #c7a71c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #c7a71c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c7a71c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c7a71c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  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: #c7a71c;
  border-bottom-color: #c7a71c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c7a71c !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: #c7a71c !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='%23c7a71c' %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-tx5yrWDY3e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tx5yrWDY3e nav.navbar {
  position: fixed;
}
.cid-tx5yrWDY3e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx5yrWDY3e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tx5yrWDY3e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tx5yrWDY3e .dropdown-item:hover,
.cid-tx5yrWDY3e .dropdown-item:focus {
  background: #c7a71c !important;
  color: white !important;
}
.cid-tx5yrWDY3e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tx5yrWDY3e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tx5yrWDY3e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tx5yrWDY3e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx5yrWDY3e .nav-link {
  position: relative;
}
.cid-tx5yrWDY3e .container {
  display: flex;
  margin: auto;
}
.cid-tx5yrWDY3e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tx5yrWDY3e .dropdown-menu,
.cid-tx5yrWDY3e .navbar.opened {
  background: #ffffff !important;
}
.cid-tx5yrWDY3e .nav-item:focus,
.cid-tx5yrWDY3e .nav-link:focus {
  outline: none;
}
.cid-tx5yrWDY3e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx5yrWDY3e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx5yrWDY3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tx5yrWDY3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx5yrWDY3e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx5yrWDY3e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx5yrWDY3e .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tx5yrWDY3e .navbar.opened {
  transition: all .3s;
}
.cid-tx5yrWDY3e .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tx5yrWDY3e .navbar .navbar-logo img {
  width: auto;
}
.cid-tx5yrWDY3e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx5yrWDY3e .navbar.collapsed {
  justify-content: center;
}
.cid-tx5yrWDY3e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx5yrWDY3e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx5yrWDY3e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tx5yrWDY3e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx5yrWDY3e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx5yrWDY3e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tx5yrWDY3e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx5yrWDY3e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tx5yrWDY3e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tx5yrWDY3e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx5yrWDY3e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx5yrWDY3e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx5yrWDY3e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx5yrWDY3e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tx5yrWDY3e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tx5yrWDY3e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx5yrWDY3e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx5yrWDY3e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx5yrWDY3e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx5yrWDY3e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tx5yrWDY3e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx5yrWDY3e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx5yrWDY3e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx5yrWDY3e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx5yrWDY3e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx5yrWDY3e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx5yrWDY3e .dropdown-item.active,
.cid-tx5yrWDY3e .dropdown-item:active {
  background-color: transparent;
}
.cid-tx5yrWDY3e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx5yrWDY3e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx5yrWDY3e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx5yrWDY3e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tx5yrWDY3e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx5yrWDY3e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx5yrWDY3e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx5yrWDY3e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx5yrWDY3e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tx5yrWDY3e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tx5yrWDY3e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tx5yrWDY3e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tx5yrWDY3e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tx5yrWDY3e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tx5yrWDY3e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tx5yrWDY3e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tx5yrWDY3e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tx5yrWDY3e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tx5yrWDY3e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tx5yrWDY3e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tx5yrWDY3e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx5yrWDY3e .navbar {
    height: 70px;
  }
  .cid-tx5yrWDY3e .navbar.opened {
    height: auto;
  }
  .cid-tx5yrWDY3e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx5ySkFmNd {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-tx5ySkFmNd .carousel {
  width: 100%;
}
.cid-tx5ySkFmNd .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tx5ySkFmNd .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tx5ySkFmNd .mbr-overlay {
  z-index: 1;
}
.cid-tx5ySkFmNd .carousel-caption {
  bottom: 40px;
}
.cid-tx5ySkFmNd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tx5ySkFmNd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tx5ySkFmNd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tx5ySkFmNd .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tx5ySkFmNd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tx5ySkFmNd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tx5ySkFmNd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tx5ySkFmNd .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tx5ySkFmNd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tx5ySkFmNd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tx5ySkFmNd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tx5ySkFmNd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tx5ySkFmNd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tx5ySkFmNd .carousel-indicators li.active,
.cid-tx5ySkFmNd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tx5ySkFmNd .carousel-indicators li::after,
.cid-tx5ySkFmNd .carousel-indicators li::before {
  content: none;
}
.cid-tx5ySkFmNd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tx5ySkFmNd .carousel-indicators {
    display: none !important;
  }
}
.cid-tx5ySkFmNd H5 {
  text-align: right;
}
.cid-tx5ySkFmNd P {
  text-align: right;
}
.cid-tzJEXMeATu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tzJEXMeATu .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  line-height: 1.6;
}
.cid-tzJEXMeATu .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-tzJEXMeATu .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tzJEXMeATu .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-tzJEXMeATu .card-overlay {
  display: none;
  background: #c7a71c;
}
@media (min-width: 768px) {
  .cid-tzJEXMeATu .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-tzJEXMeATu .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-tzJEXMeATu .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-tzJEXMeATu .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-tzJEXMeATu .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-tzJEXMeATu .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-tzJEXMeATu .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-tzJEXMeATu .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-tzJEXMeATu .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-tzJEXMeATu .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-tzJEXMeATu .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-tzJEXMeATu .card-title,
  .cid-tzJEXMeATu .underline,
  .cid-tzJEXMeATu .mbr-text,
  .cid-tzJEXMeATu .mbr-section-btn,
  .cid-tzJEXMeATu .mbr-section-subtitle,
  .cid-tzJEXMeATu .mbr-section-title {
    text-align: center !important;
  }
  .cid-tzJEXMeATu .wrapper {
    background-color: #c7a71c;
  }
}
.cid-tzJEXMeATu .mbr-section-title {
  text-align: left;
}
.cid-tzJEXMeATu .mbr-section-title,
.cid-tzJEXMeATu .underline {
  text-align: center;
}
.cid-tCEKwbn2Xz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCEKwbn2Xz .video-wrapper iframe {
  width: 100%;
}
.cid-tCEKwbn2Xz .mbr-section-title,
.cid-tCEKwbn2Xz .mbr-section-subtitle,
.cid-tCEKwbn2Xz .mbr-text {
  text-align: center;
}
.cid-tyvnNqUttW {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyvnNqUttW .carousel-item {
  justify-content: center;
}
.cid-tyvnNqUttW .carousel-item.active,
.cid-tyvnNqUttW .carousel-item-next,
.cid-tyvnNqUttW .carousel-item-prev {
  display: flex;
}
.cid-tyvnNqUttW .carousel-controls a {
  transition: opacity .5s;
  font-size: 22px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
}
.cid-tyvnNqUttW .carousel-control-next span {
  padding-left: 5px;
}
.cid-tyvnNqUttW .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tyvnNqUttW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tyvnNqUttW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tyvnNqUttW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tx5BqAYHVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tx5BqAYHVq .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tx5BqAYHVq .card-box {
  width: 100%;
}
.cid-tx5BqAYHVq .card-img {
  padding: 1rem;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tx5BqAYHVq .card-img span {
  color: #353535;
  font-size: 3rem;
}
.cid-tx5BqAYHVq .mbr-text {
  color: #767676;
}
.cid-tx5BqAYHVq p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tx5BqAYHVq .card {
    margin-bottom: 2rem;
  }
}
.cid-tx5BqAYHVq .card-title,
.cid-tx5BqAYHVq .card-img {
  color: #c7a71c;
  text-align: center;
}
.cid-tx5BqAYHVq .mbr-section-title {
  text-align: center;
}
.cid-tx5BqAYHVq .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tx5BqAYHVq .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-tx5BqAYHVq .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-tx5BqAYHVq .mbr-section-title,
.cid-tx5BqAYHVq .line-wrap {
  text-align: center;
}
.cid-tx5BqAYHVq .mbr-text,
.cid-tx5BqAYHVq .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-tyvzAkFkpb {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyvzAkFkpb .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tyvzAkFkpb .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-tyvzAkFkpb .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tyvzAkFkpb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyvzAkFkpb .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-tyvzAkFkpb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyvzAkFkpb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyvzAkFkpb .map-placeholder {
  display: none;
}
.cid-tyvzAkFkpb .mbr-section-title,
.cid-tyvzAkFkpb .map-title {
  color: #29282d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tyvzAkFkpb .map-title {
    margin-top: 3rem;
  }
}
.cid-tzKndxcop1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tzKndxcop1 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tzKndxcop1 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tzKndxcop1 .col + .mbr-section-btn .btn,
.cid-tzKndxcop1 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tzKndxcop1 .col + .mbr-section-btn .btn,
  .cid-tzKndxcop1 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tzKndxcop1 .dragArea > *:nth-last-child(2).col,
  .cid-tzKndxcop1 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tzKndxcop1 .col + .mbr-section-btn,
  .cid-tzKndxcop1 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tzKndxcop1 .dragArea {
    flex-direction: column;
  }
}
.cid-tzKndxcop1 .btn-primary {
  border: 1px solid #c7a71c !important;
}
.cid-tzKndxcop1 .btn-primary:hover {
  border: 1px solid #c7a71c !important;
}
.cid-tzKndxcop1 .stripe {
  border-bottom: 1px solid #c7a71c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tzKndxcop1 .form-group {
  max-width: 220px;
}
.cid-tzKndxcop1 .mbr-section-btn {
  padding-left: 0;
}
.cid-tzKndxcop1 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tzKndxcop1 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tzKndxcop1 .mbr-text {
  color: #444;
}
.cid-tzKndxcop1 h5 {
  margin-bottom: 0;
}
.cid-tzKndxcop1 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tzKndxcop1 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tzKndxcop1 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tzKndxcop1 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzKndxcop1 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tzKndxcop1 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tzKndxcop1 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tzKndxcop1 .social-list a:hover {
  opacity: 0.4;
}
.cid-tzKndxcop1 .media-container-row > div {
  padding: 0px;
}
.cid-tzKndxcop1 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tzKndxcop1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tzKndxcop1 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tzKndxcop1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tzKndxcop1 .social-list,
  .cid-tzKndxcop1 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tzKndxcop1 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tzKndxcop1 .form-group {
    max-width: 180px;
  }
}
.cid-tzKndxcop1 .links span {
  color: #9e9e9e;
}
.cid-tzKndxcop1 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tzKndxcop1 .logo-title {
  text-align: center;
}
.cid-tDjOBquh3w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDjOBquh3w img {
  width: auto;
}
.cid-tDjOBquh3w .media-container-row .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tDjOBquh3w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-tDjOBquh3w P {
  text-align: center;
}
.cid-tDjOBquh3w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
  color: #ff9966;
}
.cid-tDjLjigfTd .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 38px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tDjLjigfTd .my-float {
  margin-top: 16px;
}
.cid-tDjLjigfTd P {
  color: #232323;
}
.cid-tDjLjigfTd DIV {
  color: #ffffff;
}
.cid-tDjLjigfTd H10 {
  color: #767676;
}
.cid-tDjLjigfTd .hidden {
  display: none;
}
.cid-tD6w6byajj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD6w6byajj .container {
  max-width: 1500px;
}
.cid-tD6w6byajj img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tD6w6byajj img:hover {
  transform: scale(1.1);
}
.cid-tD6w6byajj .row {
  background: #ffffff;
}
.cid-tD6w6byajj .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tD6w6byajj h2 {
  padding: 0;
  margin: 0;
}
.cid-tD6w6byajj .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6w6byajj .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tD6w6byajj .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tD6w6byajj .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tD6w6byajj .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tD6w6byajj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tD6w6byajj .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tD6w6byajj .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tD6w6byajj .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tD6w6byajj .row {
    margin: 0rem;
  }
  .cid-tD6w6byajj .text-col {
    padding: 2rem 1rem;
  }
  .cid-tD6w6byajj .number {
    margin-right: 2rem;
  }
  .cid-tD6w6byajj .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tD6w6byajj H2 {
  color: #333333;
}
.cid-tD6w6byajj .mbr-text {
  color: #767676;
}
.cid-txQTk3zeRn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txQTk3zeRn nav.navbar {
  position: fixed;
}
.cid-txQTk3zeRn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txQTk3zeRn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txQTk3zeRn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txQTk3zeRn .dropdown-item:hover,
.cid-txQTk3zeRn .dropdown-item:focus {
  background: #c7a71c !important;
  color: white !important;
}
.cid-txQTk3zeRn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txQTk3zeRn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txQTk3zeRn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-txQTk3zeRn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txQTk3zeRn .nav-link {
  position: relative;
}
.cid-txQTk3zeRn .container {
  display: flex;
  margin: auto;
}
.cid-txQTk3zeRn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-txQTk3zeRn .dropdown-menu,
.cid-txQTk3zeRn .navbar.opened {
  background: #ffffff !important;
}
.cid-txQTk3zeRn .nav-item:focus,
.cid-txQTk3zeRn .nav-link:focus {
  outline: none;
}
.cid-txQTk3zeRn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txQTk3zeRn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txQTk3zeRn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-txQTk3zeRn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txQTk3zeRn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txQTk3zeRn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txQTk3zeRn .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txQTk3zeRn .navbar.opened {
  transition: all .3s;
}
.cid-txQTk3zeRn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-txQTk3zeRn .navbar .navbar-logo img {
  width: auto;
}
.cid-txQTk3zeRn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txQTk3zeRn .navbar.collapsed {
  justify-content: center;
}
.cid-txQTk3zeRn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txQTk3zeRn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txQTk3zeRn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-txQTk3zeRn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txQTk3zeRn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txQTk3zeRn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txQTk3zeRn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txQTk3zeRn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-txQTk3zeRn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-txQTk3zeRn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txQTk3zeRn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txQTk3zeRn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txQTk3zeRn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txQTk3zeRn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txQTk3zeRn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txQTk3zeRn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txQTk3zeRn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txQTk3zeRn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txQTk3zeRn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txQTk3zeRn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-txQTk3zeRn .navbar.navbar-short {
  min-height: 60px;
}
.cid-txQTk3zeRn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txQTk3zeRn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txQTk3zeRn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txQTk3zeRn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txQTk3zeRn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txQTk3zeRn .dropdown-item.active,
.cid-txQTk3zeRn .dropdown-item:active {
  background-color: transparent;
}
.cid-txQTk3zeRn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txQTk3zeRn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txQTk3zeRn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txQTk3zeRn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txQTk3zeRn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txQTk3zeRn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txQTk3zeRn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txQTk3zeRn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txQTk3zeRn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-txQTk3zeRn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-txQTk3zeRn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-txQTk3zeRn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-txQTk3zeRn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-txQTk3zeRn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-txQTk3zeRn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txQTk3zeRn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-txQTk3zeRn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-txQTk3zeRn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-txQTk3zeRn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txQTk3zeRn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txQTk3zeRn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txQTk3zeRn .navbar {
    height: 70px;
  }
  .cid-txQTk3zeRn .navbar.opened {
    height: auto;
  }
  .cid-txQTk3zeRn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txQTk7P6km {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-txQTk7P6km .main,
.cid-txQTk7P6km .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-txQTk7P6km .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-txQTk7P6km .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-txQTk7P6km .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-txQTk7P6km .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-txQTk7P6km .text-element {
  padding: 3rem 2rem;
}
.cid-txQTk7P6km .mbr-iconfont {
  font-size: 3rem;
  color: #e6c63b;
}
.cid-txQTk7P6km .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-txQTk7P6km .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-txQTk7P6km .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-txQTk7P6km .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-txQTk7P6km .image-element,
  .cid-txQTk7P6km .text-element {
    margin-bottom: 0;
  }
  .cid-txQTk7P6km .main:first-child {
    padding-top: 0;
  }
}
.cid-txQTk7P6km .mbr-section-subtitle,
.cid-txQTk7P6km .card-text,
.cid-txQTk7P6km .mbr-section-btn {
  color: #8d97ad;
}
.cid-txQTk7P6km .card-text,
.cid-txQTk7P6km .mbr-section-btn {
  color: #767676;
}
.cid-txQTk7P6km .mbr-section-subtitle {
  color: #767676;
}
.cid-txQTk8VBU1 {
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-txQTk8VBU1 .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-txQTk8VBU1 .text-content .btn-bgr {
  z-index: 0;
}
.cid-txQTk8VBU1 .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-txQTk8VBU1 .container-full-width {
  position: relative;
}
.cid-txQTk8VBU1 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-txQTk8VBU1 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-txQTk8VBU1 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-txQTk8VBU1 .text-content {
    width: 540px;
  }
  .cid-txQTk8VBU1 .column-content {
    width: 100%;
  }
  .cid-txQTk8VBU1 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-txQTk8VBU1 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-txQTk8VBU1 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-txQTk8VBU1 .column-content {
    width: 50%;
  }
  .cid-txQTk8VBU1 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-txQTk8VBU1 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txQTk8VBU1 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-txQTk8VBU1 .column-content {
    height: 33rem;
  }
}
.cid-txQTk8VBU1 .mbr-text,
.cid-txQTk8VBU1 .mbr-section-btn {
  color: #767676;
}
.cid-txQTk9prmY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portada-sol-1-2000x1414.png");
}
.cid-txQTk9prmY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c7a71c;
  margin-left: 1rem;
}
.cid-txQTk9prmY .panel-group {
  border: none;
}
.cid-txQTk9prmY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-txQTk9prmY .panel-body,
  .cid-txQTk9prmY .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-txQTk9prmY .panel-body,
  .cid-txQTk9prmY .card-header {
    padding: 1rem 0;
  }
}
.cid-txQTk9prmY .panel-title-edit {
  color: #000000;
}
.cid-txQTk9prmY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIi8rwKNic {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIi8rwKNic .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tIi8rwKNic .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tIi8rwKNic .col + .mbr-section-btn .btn,
.cid-tIi8rwKNic .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tIi8rwKNic .col + .mbr-section-btn .btn,
  .cid-tIi8rwKNic .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tIi8rwKNic .dragArea > *:nth-last-child(2).col,
  .cid-tIi8rwKNic .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIi8rwKNic .col + .mbr-section-btn,
  .cid-tIi8rwKNic .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tIi8rwKNic .dragArea {
    flex-direction: column;
  }
}
.cid-tIi8rwKNic .btn-primary {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8rwKNic .btn-primary:hover {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8rwKNic .stripe {
  border-bottom: 1px solid #c7a71c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tIi8rwKNic .form-group {
  max-width: 220px;
}
.cid-tIi8rwKNic .mbr-section-btn {
  padding-left: 0;
}
.cid-tIi8rwKNic .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tIi8rwKNic .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tIi8rwKNic .mbr-text {
  color: #444;
}
.cid-tIi8rwKNic h5 {
  margin-bottom: 0;
}
.cid-tIi8rwKNic .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tIi8rwKNic .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIi8rwKNic .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tIi8rwKNic .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIi8rwKNic .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIi8rwKNic .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIi8rwKNic .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIi8rwKNic .social-list a:hover {
  opacity: 0.4;
}
.cid-tIi8rwKNic .media-container-row > div {
  padding: 0px;
}
.cid-tIi8rwKNic .text2 {
  color: #000000;
  text-align: left;
}
.cid-tIi8rwKNic .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tIi8rwKNic .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tIi8rwKNic .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIi8rwKNic .social-list,
  .cid-tIi8rwKNic .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIi8rwKNic h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIi8rwKNic .form-group {
    max-width: 180px;
  }
}
.cid-tIi8rwKNic .links span {
  color: #9e9e9e;
}
.cid-tIi8rwKNic .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tIi8rwKNic .logo-title {
  text-align: center;
}
.cid-tDjOBquh3w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDjOBquh3w img {
  width: auto;
}
.cid-tDjOBquh3w .media-container-row .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tDjOBquh3w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-tDjOBquh3w P {
  text-align: center;
}
.cid-tDjOBquh3w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
  color: #ff9966;
}
.cid-tDjNrls0yf .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 38px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tDjNrls0yf .my-float {
  margin-top: 16px;
}
.cid-tDjNrls0yf P {
  color: #232323;
}
.cid-tDjNrls0yf DIV {
  color: #ffffff;
}
.cid-tDjNrls0yf H10 {
  color: #767676;
}
.cid-tDjNrls0yf .hidden {
  display: none;
}
.cid-tD75IpzCZd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD75IpzCZd .container {
  max-width: 1500px;
}
.cid-tD75IpzCZd img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tD75IpzCZd img:hover {
  transform: scale(1.1);
}
.cid-tD75IpzCZd .row {
  background: #ffffff;
}
.cid-tD75IpzCZd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tD75IpzCZd h2 {
  padding: 0;
  margin: 0;
}
.cid-tD75IpzCZd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD75IpzCZd .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tD75IpzCZd .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tD75IpzCZd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tD75IpzCZd .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tD75IpzCZd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tD75IpzCZd .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tD75IpzCZd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tD75IpzCZd .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tD75IpzCZd .row {
    margin: 0rem;
  }
  .cid-tD75IpzCZd .text-col {
    padding: 2rem 1rem;
  }
  .cid-tD75IpzCZd .number {
    margin-right: 2rem;
  }
  .cid-tD75IpzCZd .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tD75IpzCZd H2 {
  color: #333333;
}
.cid-tD75IpzCZd .mbr-text {
  color: #767676;
}
.cid-tD75Iq7TPh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD75Iq7TPh nav.navbar {
  position: fixed;
}
.cid-tD75Iq7TPh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD75Iq7TPh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD75Iq7TPh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD75Iq7TPh .dropdown-item:hover,
.cid-tD75Iq7TPh .dropdown-item:focus {
  background: #c7a71c !important;
  color: white !important;
}
.cid-tD75Iq7TPh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD75Iq7TPh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD75Iq7TPh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tD75Iq7TPh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD75Iq7TPh .nav-link {
  position: relative;
}
.cid-tD75Iq7TPh .container {
  display: flex;
  margin: auto;
}
.cid-tD75Iq7TPh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tD75Iq7TPh .dropdown-menu,
.cid-tD75Iq7TPh .navbar.opened {
  background: #ffffff !important;
}
.cid-tD75Iq7TPh .nav-item:focus,
.cid-tD75Iq7TPh .nav-link:focus {
  outline: none;
}
.cid-tD75Iq7TPh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD75Iq7TPh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD75Iq7TPh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tD75Iq7TPh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD75Iq7TPh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD75Iq7TPh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD75Iq7TPh .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD75Iq7TPh .navbar.opened {
  transition: all .3s;
}
.cid-tD75Iq7TPh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tD75Iq7TPh .navbar .navbar-logo img {
  width: auto;
}
.cid-tD75Iq7TPh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD75Iq7TPh .navbar.collapsed {
  justify-content: center;
}
.cid-tD75Iq7TPh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD75Iq7TPh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD75Iq7TPh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tD75Iq7TPh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD75Iq7TPh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD75Iq7TPh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tD75Iq7TPh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD75Iq7TPh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tD75Iq7TPh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tD75Iq7TPh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD75Iq7TPh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD75Iq7TPh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD75Iq7TPh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD75Iq7TPh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tD75Iq7TPh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD75Iq7TPh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD75Iq7TPh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD75Iq7TPh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD75Iq7TPh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD75Iq7TPh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tD75Iq7TPh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD75Iq7TPh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD75Iq7TPh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD75Iq7TPh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD75Iq7TPh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD75Iq7TPh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD75Iq7TPh .dropdown-item.active,
.cid-tD75Iq7TPh .dropdown-item:active {
  background-color: transparent;
}
.cid-tD75Iq7TPh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD75Iq7TPh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD75Iq7TPh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD75Iq7TPh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD75Iq7TPh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD75Iq7TPh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD75Iq7TPh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD75Iq7TPh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD75Iq7TPh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tD75Iq7TPh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tD75Iq7TPh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tD75Iq7TPh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tD75Iq7TPh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tD75Iq7TPh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tD75Iq7TPh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD75Iq7TPh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tD75Iq7TPh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tD75Iq7TPh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD75Iq7TPh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD75Iq7TPh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD75Iq7TPh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD75Iq7TPh .navbar {
    height: 70px;
  }
  .cid-tD75Iq7TPh .navbar.opened {
    height: auto;
  }
  .cid-tD75Iq7TPh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD75IsHyJi {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tD75IsHyJi .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tD75IsHyJi .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
}
.cid-tD75IsHyJi .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(147, 147, 142, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 147, 142, 0.3);
}
.cid-tD75IsHyJi .section-text,
.cid-tD75IsHyJi .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-tD75IsHyJi .section-text,
  .cid-tD75IsHyJi .card-text,
  .cid-tD75IsHyJi .card-title,
  .cid-tD75IsHyJi .mbr-section-title {
    text-align: center;
  }
}
.cid-tD75IsHyJi H2 {
  text-align: center;
}
.cid-tD75IsHyJi .section-text {
  color: #232323;
}
.cid-tD75IsHyJi .card-text,
.cid-tD75IsHyJi .mbr-section-btn {
  color: #232323;
}
.cid-tD75ItgMYL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tD75ItgMYL h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tD75ItgMYL .mbr-section-subtitle {
  color: #767676;
}
.cid-tD75ItgMYL .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tD75ItgMYL .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tD75ItgMYL .mbr-text-right {
  color: #353535;
}
.cid-tDiivHugme {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tDiivHugme H1 {
  color: #232323;
}
.cid-tDiivHugme .mbr-text,
.cid-tDiivHugme .mbr-section-btn {
  color: #232323;
}
.cid-tDiivHugme img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tDiivHugme .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-tDixSxwZSE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tDixSxwZSE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tDixSxwZSE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDixSxwZSE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDixSxwZSE .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tDixSxwZSE .container {
  padding: 0;
}
.cid-tDixSxwZSE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tDixSxwZSE .icon-focus {
  display: none;
}
.cid-tDixSxwZSE .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-tDixSxwZSE .btn[class*=-outline]:hover,
.cid-tDixSxwZSE .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-tDixSxwZSE li:hover .btn-primary-outline,
.cid-tDixSxwZSE li:active .btn-primary-outline,
.cid-tDixSxwZSE li.active .btn-primary-outline {
  color: #c7a71c !important;
}
.cid-tDixSxwZSE li:hover .btn-secondary-outline,
.cid-tDixSxwZSE li:active .btn-secondary-outline,
.cid-tDixSxwZSE li.active .btn-secondary-outline {
  color: #c7a71c !important;
}
.cid-tDixSxwZSE li:hover .btn-info-outline,
.cid-tDixSxwZSE li:active .btn-info-outline,
.cid-tDixSxwZSE li.active .btn-info-outline {
  color: #e6c63b !important;
}
.cid-tDixSxwZSE li:hover .btn-warning-outline,
.cid-tDixSxwZSE li:active .btn-warning-outline,
.cid-tDixSxwZSE li.active .btn-warning-outline {
  color: #e6c63b !important;
}
.cid-tDixSxwZSE li:hover .btn-white-outline,
.cid-tDixSxwZSE li:active .btn-white-outline,
.cid-tDixSxwZSE li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-tDixSxwZSE li:hover .btn-black-outline,
.cid-tDixSxwZSE li:active .btn-black-outline,
.cid-tDixSxwZSE li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-tDixSxwZSE li:hover .btn-success-outline,
.cid-tDixSxwZSE li:active .btn-success-outline,
.cid-tDixSxwZSE li.active .btn-success-outline {
  color: #40b0bf !important;
}
.cid-tDixSxwZSE li:hover .btn-danger-outline,
.cid-tDixSxwZSE li:active .btn-danger-outline,
.cid-tDixSxwZSE li.active .btn-danger-outline {
  color: #e6c63b !important;
}
.cid-tDixSxwZSE li {
  position: relative;
}
.cid-tDixSxwZSE .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-tDixSxwZSE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tDixSxwZSE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tDixSxwZSE .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tDixSxwZSE .btn {
  font-family: Jost !important;
}
.cid-tDixSxwZSE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tDixSxwZSE .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tDixSxwZSE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tDixSxwZSE .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-tIi8yBVdHE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIi8yBVdHE .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tIi8yBVdHE .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tIi8yBVdHE .col + .mbr-section-btn .btn,
.cid-tIi8yBVdHE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tIi8yBVdHE .col + .mbr-section-btn .btn,
  .cid-tIi8yBVdHE .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tIi8yBVdHE .dragArea > *:nth-last-child(2).col,
  .cid-tIi8yBVdHE .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIi8yBVdHE .col + .mbr-section-btn,
  .cid-tIi8yBVdHE .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tIi8yBVdHE .dragArea {
    flex-direction: column;
  }
}
.cid-tIi8yBVdHE .btn-primary {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8yBVdHE .btn-primary:hover {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8yBVdHE .stripe {
  border-bottom: 1px solid #c7a71c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tIi8yBVdHE .form-group {
  max-width: 220px;
}
.cid-tIi8yBVdHE .mbr-section-btn {
  padding-left: 0;
}
.cid-tIi8yBVdHE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tIi8yBVdHE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tIi8yBVdHE .mbr-text {
  color: #444;
}
.cid-tIi8yBVdHE h5 {
  margin-bottom: 0;
}
.cid-tIi8yBVdHE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tIi8yBVdHE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIi8yBVdHE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tIi8yBVdHE .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIi8yBVdHE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIi8yBVdHE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIi8yBVdHE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIi8yBVdHE .social-list a:hover {
  opacity: 0.4;
}
.cid-tIi8yBVdHE .media-container-row > div {
  padding: 0px;
}
.cid-tIi8yBVdHE .text2 {
  color: #000000;
  text-align: left;
}
.cid-tIi8yBVdHE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tIi8yBVdHE .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tIi8yBVdHE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIi8yBVdHE .social-list,
  .cid-tIi8yBVdHE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIi8yBVdHE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIi8yBVdHE .form-group {
    max-width: 180px;
  }
}
.cid-tIi8yBVdHE .links span {
  color: #9e9e9e;
}
.cid-tIi8yBVdHE .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tIi8yBVdHE .logo-title {
  text-align: center;
}
.cid-tDjOBquh3w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDjOBquh3w img {
  width: auto;
}
.cid-tDjOBquh3w .media-container-row .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tDjOBquh3w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-tDjOBquh3w P {
  text-align: center;
}
.cid-tDjOBquh3w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
  color: #ff9966;
}
.cid-tDjNwd4XzB .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 38px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tDjNwd4XzB .my-float {
  margin-top: 16px;
}
.cid-tDjNwd4XzB P {
  color: #232323;
}
.cid-tDjNwd4XzB DIV {
  color: #ffffff;
}
.cid-tDjNwd4XzB H10 {
  color: #767676;
}
.cid-tDjNwd4XzB .hidden {
  display: none;
}
.cid-tD79YIVxek {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD79YIVxek .container {
  max-width: 1500px;
}
.cid-tD79YIVxek img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tD79YIVxek img:hover {
  transform: scale(1.1);
}
.cid-tD79YIVxek .row {
  background: #ffffff;
}
.cid-tD79YIVxek .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tD79YIVxek h2 {
  padding: 0;
  margin: 0;
}
.cid-tD79YIVxek .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD79YIVxek .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tD79YIVxek .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tD79YIVxek .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tD79YIVxek .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tD79YIVxek .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tD79YIVxek .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tD79YIVxek .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tD79YIVxek .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tD79YIVxek .row {
    margin: 0rem;
  }
  .cid-tD79YIVxek .text-col {
    padding: 2rem 1rem;
  }
  .cid-tD79YIVxek .number {
    margin-right: 2rem;
  }
  .cid-tD79YIVxek .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tD79YIVxek H2 {
  color: #333333;
}
.cid-tD79YIVxek .mbr-text {
  color: #767676;
}
.cid-tD79YJK0nT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD79YJK0nT nav.navbar {
  position: fixed;
}
.cid-tD79YJK0nT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD79YJK0nT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD79YJK0nT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD79YJK0nT .dropdown-item:hover,
.cid-tD79YJK0nT .dropdown-item:focus {
  background: #c7a71c !important;
  color: white !important;
}
.cid-tD79YJK0nT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD79YJK0nT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD79YJK0nT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tD79YJK0nT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD79YJK0nT .nav-link {
  position: relative;
}
.cid-tD79YJK0nT .container {
  display: flex;
  margin: auto;
}
.cid-tD79YJK0nT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tD79YJK0nT .dropdown-menu,
.cid-tD79YJK0nT .navbar.opened {
  background: #ffffff !important;
}
.cid-tD79YJK0nT .nav-item:focus,
.cid-tD79YJK0nT .nav-link:focus {
  outline: none;
}
.cid-tD79YJK0nT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD79YJK0nT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD79YJK0nT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tD79YJK0nT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD79YJK0nT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD79YJK0nT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD79YJK0nT .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD79YJK0nT .navbar.opened {
  transition: all .3s;
}
.cid-tD79YJK0nT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tD79YJK0nT .navbar .navbar-logo img {
  width: auto;
}
.cid-tD79YJK0nT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD79YJK0nT .navbar.collapsed {
  justify-content: center;
}
.cid-tD79YJK0nT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD79YJK0nT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD79YJK0nT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tD79YJK0nT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD79YJK0nT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD79YJK0nT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tD79YJK0nT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD79YJK0nT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tD79YJK0nT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tD79YJK0nT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD79YJK0nT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD79YJK0nT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD79YJK0nT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD79YJK0nT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tD79YJK0nT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD79YJK0nT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD79YJK0nT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD79YJK0nT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD79YJK0nT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD79YJK0nT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tD79YJK0nT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD79YJK0nT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD79YJK0nT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD79YJK0nT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD79YJK0nT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD79YJK0nT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD79YJK0nT .dropdown-item.active,
.cid-tD79YJK0nT .dropdown-item:active {
  background-color: transparent;
}
.cid-tD79YJK0nT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD79YJK0nT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD79YJK0nT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD79YJK0nT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD79YJK0nT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD79YJK0nT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD79YJK0nT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD79YJK0nT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD79YJK0nT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tD79YJK0nT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tD79YJK0nT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tD79YJK0nT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tD79YJK0nT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tD79YJK0nT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tD79YJK0nT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD79YJK0nT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tD79YJK0nT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tD79YJK0nT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD79YJK0nT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD79YJK0nT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD79YJK0nT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD79YJK0nT .navbar {
    height: 70px;
  }
  .cid-tD79YJK0nT .navbar.opened {
    height: auto;
  }
  .cid-tD79YJK0nT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD7cdohYUv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD7cdohYUv .google-map {
  height: 25rem;
  position: relative;
}
.cid-tD7cdohYUv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tD7cdohYUv .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-tD7cdohYUv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tD7cdohYUv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tD7cdohYUv .container-fluid {
  padding: 0;
}
.cid-tD7cdohYUv .relative {
  position: relative;
  width: 100%;
}
.cid-tD7cdohYUv .mbr-section-title {
  color: #656565;
}
.cid-tD7cdohYUv .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tD7cdohYUv .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tD7cdohYUv .title {
  text-align: center;
  color: #ffffff;
}
.cid-tD7cdohYUv .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tD7cdohYUv .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tD7gd16Lru {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tD7gd16Lru .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tD7gd16Lru .mbr-figure img {
  height: 325px;
  width: 325px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tD7gd16Lru .mbr-text,
.cid-tD7gd16Lru .mbr-section-btn {
  color: #767676;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tD7gd16Lru img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tD7hO6LAyP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tD7hO6LAyP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tD7hO6LAyP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD7hO6LAyP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD7hO6LAyP .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tD7hO6LAyP .container {
  padding: 0;
}
.cid-tD7hO6LAyP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tD7hO6LAyP .icon-focus {
  display: none;
}
.cid-tD7hO6LAyP .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-tD7hO6LAyP .btn[class*=-outline]:hover,
.cid-tD7hO6LAyP .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-tD7hO6LAyP li:hover .btn-primary-outline,
.cid-tD7hO6LAyP li:active .btn-primary-outline,
.cid-tD7hO6LAyP li.active .btn-primary-outline {
  color: #c7a71c !important;
}
.cid-tD7hO6LAyP li:hover .btn-secondary-outline,
.cid-tD7hO6LAyP li:active .btn-secondary-outline,
.cid-tD7hO6LAyP li.active .btn-secondary-outline {
  color: #c7a71c !important;
}
.cid-tD7hO6LAyP li:hover .btn-info-outline,
.cid-tD7hO6LAyP li:active .btn-info-outline,
.cid-tD7hO6LAyP li.active .btn-info-outline {
  color: #e6c63b !important;
}
.cid-tD7hO6LAyP li:hover .btn-warning-outline,
.cid-tD7hO6LAyP li:active .btn-warning-outline,
.cid-tD7hO6LAyP li.active .btn-warning-outline {
  color: #e6c63b !important;
}
.cid-tD7hO6LAyP li:hover .btn-white-outline,
.cid-tD7hO6LAyP li:active .btn-white-outline,
.cid-tD7hO6LAyP li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-tD7hO6LAyP li:hover .btn-black-outline,
.cid-tD7hO6LAyP li:active .btn-black-outline,
.cid-tD7hO6LAyP li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-tD7hO6LAyP li:hover .btn-success-outline,
.cid-tD7hO6LAyP li:active .btn-success-outline,
.cid-tD7hO6LAyP li.active .btn-success-outline {
  color: #40b0bf !important;
}
.cid-tD7hO6LAyP li:hover .btn-danger-outline,
.cid-tD7hO6LAyP li:active .btn-danger-outline,
.cid-tD7hO6LAyP li.active .btn-danger-outline {
  color: #e6c63b !important;
}
.cid-tD7hO6LAyP li {
  position: relative;
}
.cid-tD7hO6LAyP .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-tD7hO6LAyP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tD7hO6LAyP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tD7hO6LAyP .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tD7hO6LAyP .btn {
  font-family: Jost !important;
}
.cid-tD7hO6LAyP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tD7hO6LAyP .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tD7hO6LAyP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tD7hO6LAyP .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-tIi8BCl70U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIi8BCl70U .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tIi8BCl70U .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tIi8BCl70U .col + .mbr-section-btn .btn,
.cid-tIi8BCl70U .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tIi8BCl70U .col + .mbr-section-btn .btn,
  .cid-tIi8BCl70U .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tIi8BCl70U .dragArea > *:nth-last-child(2).col,
  .cid-tIi8BCl70U .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIi8BCl70U .col + .mbr-section-btn,
  .cid-tIi8BCl70U .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tIi8BCl70U .dragArea {
    flex-direction: column;
  }
}
.cid-tIi8BCl70U .btn-primary {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8BCl70U .btn-primary:hover {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8BCl70U .stripe {
  border-bottom: 1px solid #c7a71c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tIi8BCl70U .form-group {
  max-width: 220px;
}
.cid-tIi8BCl70U .mbr-section-btn {
  padding-left: 0;
}
.cid-tIi8BCl70U .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tIi8BCl70U .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tIi8BCl70U .mbr-text {
  color: #444;
}
.cid-tIi8BCl70U h5 {
  margin-bottom: 0;
}
.cid-tIi8BCl70U .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tIi8BCl70U .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIi8BCl70U .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tIi8BCl70U .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIi8BCl70U .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIi8BCl70U .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIi8BCl70U .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIi8BCl70U .social-list a:hover {
  opacity: 0.4;
}
.cid-tIi8BCl70U .media-container-row > div {
  padding: 0px;
}
.cid-tIi8BCl70U .text2 {
  color: #000000;
  text-align: left;
}
.cid-tIi8BCl70U .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tIi8BCl70U .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tIi8BCl70U .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIi8BCl70U .social-list,
  .cid-tIi8BCl70U .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIi8BCl70U h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIi8BCl70U .form-group {
    max-width: 180px;
  }
}
.cid-tIi8BCl70U .links span {
  color: #9e9e9e;
}
.cid-tIi8BCl70U .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tIi8BCl70U .logo-title {
  text-align: center;
}
.cid-tDjOBquh3w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDjOBquh3w img {
  width: auto;
}
.cid-tDjOBquh3w .media-container-row .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tDjOBquh3w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-tDjOBquh3w P {
  text-align: center;
}
.cid-tDjOBquh3w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
  color: #ff9966;
}
.cid-tDjNyxjoI7 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 38px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tDjNyxjoI7 .my-float {
  margin-top: 16px;
}
.cid-tDjNyxjoI7 P {
  color: #232323;
}
.cid-tDjNyxjoI7 DIV {
  color: #ffffff;
}
.cid-tDjNyxjoI7 H10 {
  color: #767676;
}
.cid-tDjNyxjoI7 .hidden {
  display: none;
}
.cid-tD7inDQFkq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD7inDQFkq .container {
  max-width: 1500px;
}
.cid-tD7inDQFkq img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tD7inDQFkq img:hover {
  transform: scale(1.1);
}
.cid-tD7inDQFkq .row {
  background: #ffffff;
}
.cid-tD7inDQFkq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tD7inDQFkq h2 {
  padding: 0;
  margin: 0;
}
.cid-tD7inDQFkq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD7inDQFkq .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tD7inDQFkq .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tD7inDQFkq .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tD7inDQFkq .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tD7inDQFkq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tD7inDQFkq .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tD7inDQFkq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tD7inDQFkq .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tD7inDQFkq .row {
    margin: 0rem;
  }
  .cid-tD7inDQFkq .text-col {
    padding: 2rem 1rem;
  }
  .cid-tD7inDQFkq .number {
    margin-right: 2rem;
  }
  .cid-tD7inDQFkq .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tD7inDQFkq H2 {
  color: #333333;
}
.cid-tD7inDQFkq .mbr-text {
  color: #767676;
}
.cid-tD7inEMtNP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD7inEMtNP nav.navbar {
  position: fixed;
}
.cid-tD7inEMtNP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD7inEMtNP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD7inEMtNP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD7inEMtNP .dropdown-item:hover,
.cid-tD7inEMtNP .dropdown-item:focus {
  background: #c7a71c !important;
  color: white !important;
}
.cid-tD7inEMtNP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD7inEMtNP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD7inEMtNP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tD7inEMtNP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD7inEMtNP .nav-link {
  position: relative;
}
.cid-tD7inEMtNP .container {
  display: flex;
  margin: auto;
}
.cid-tD7inEMtNP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tD7inEMtNP .dropdown-menu,
.cid-tD7inEMtNP .navbar.opened {
  background: #ffffff !important;
}
.cid-tD7inEMtNP .nav-item:focus,
.cid-tD7inEMtNP .nav-link:focus {
  outline: none;
}
.cid-tD7inEMtNP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD7inEMtNP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD7inEMtNP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tD7inEMtNP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD7inEMtNP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD7inEMtNP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD7inEMtNP .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD7inEMtNP .navbar.opened {
  transition: all .3s;
}
.cid-tD7inEMtNP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tD7inEMtNP .navbar .navbar-logo img {
  width: auto;
}
.cid-tD7inEMtNP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD7inEMtNP .navbar.collapsed {
  justify-content: center;
}
.cid-tD7inEMtNP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD7inEMtNP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD7inEMtNP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tD7inEMtNP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD7inEMtNP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD7inEMtNP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tD7inEMtNP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD7inEMtNP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tD7inEMtNP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tD7inEMtNP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD7inEMtNP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD7inEMtNP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD7inEMtNP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD7inEMtNP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tD7inEMtNP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD7inEMtNP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD7inEMtNP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD7inEMtNP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD7inEMtNP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD7inEMtNP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tD7inEMtNP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD7inEMtNP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD7inEMtNP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD7inEMtNP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD7inEMtNP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD7inEMtNP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD7inEMtNP .dropdown-item.active,
.cid-tD7inEMtNP .dropdown-item:active {
  background-color: transparent;
}
.cid-tD7inEMtNP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD7inEMtNP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD7inEMtNP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD7inEMtNP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD7inEMtNP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD7inEMtNP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD7inEMtNP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD7inEMtNP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD7inEMtNP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tD7inEMtNP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tD7inEMtNP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tD7inEMtNP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tD7inEMtNP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tD7inEMtNP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tD7inEMtNP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD7inEMtNP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tD7inEMtNP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tD7inEMtNP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD7inEMtNP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD7inEMtNP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD7inEMtNP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD7inEMtNP .navbar {
    height: 70px;
  }
  .cid-tD7inEMtNP .navbar.opened {
    height: auto;
  }
  .cid-tD7inEMtNP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD7inFyvJI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD7inFyvJI .google-map {
  height: 25rem;
  position: relative;
}
.cid-tD7inFyvJI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tD7inFyvJI .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-tD7inFyvJI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tD7inFyvJI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tD7inFyvJI .container-fluid {
  padding: 0;
}
.cid-tD7inFyvJI .relative {
  position: relative;
  width: 100%;
}
.cid-tD7inFyvJI .mbr-section-title {
  color: #656565;
}
.cid-tD7inFyvJI .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tD7inFyvJI .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tD7inFyvJI .title {
  text-align: center;
  color: #ffffff;
}
.cid-tD7inFyvJI .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tD7inFyvJI .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tD7inGtyMw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tD7inGtyMw .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tD7inGtyMw .mbr-figure img {
  height: 325px;
  width: 325px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tD7inGtyMw .mbr-text,
.cid-tD7inGtyMw .mbr-section-btn {
  color: #767676;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tD7inGtyMw img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tD7inGZpdH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tD7inGZpdH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tD7inGZpdH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD7inGZpdH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tD7inGZpdH .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tD7inGZpdH .container {
  padding: 0;
}
.cid-tD7inGZpdH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tD7inGZpdH .icon-focus {
  display: none;
}
.cid-tD7inGZpdH .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-tD7inGZpdH .btn[class*=-outline]:hover,
.cid-tD7inGZpdH .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-tD7inGZpdH li:hover .btn-primary-outline,
.cid-tD7inGZpdH li:active .btn-primary-outline,
.cid-tD7inGZpdH li.active .btn-primary-outline {
  color: #c7a71c !important;
}
.cid-tD7inGZpdH li:hover .btn-secondary-outline,
.cid-tD7inGZpdH li:active .btn-secondary-outline,
.cid-tD7inGZpdH li.active .btn-secondary-outline {
  color: #c7a71c !important;
}
.cid-tD7inGZpdH li:hover .btn-info-outline,
.cid-tD7inGZpdH li:active .btn-info-outline,
.cid-tD7inGZpdH li.active .btn-info-outline {
  color: #e6c63b !important;
}
.cid-tD7inGZpdH li:hover .btn-warning-outline,
.cid-tD7inGZpdH li:active .btn-warning-outline,
.cid-tD7inGZpdH li.active .btn-warning-outline {
  color: #e6c63b !important;
}
.cid-tD7inGZpdH li:hover .btn-white-outline,
.cid-tD7inGZpdH li:active .btn-white-outline,
.cid-tD7inGZpdH li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-tD7inGZpdH li:hover .btn-black-outline,
.cid-tD7inGZpdH li:active .btn-black-outline,
.cid-tD7inGZpdH li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-tD7inGZpdH li:hover .btn-success-outline,
.cid-tD7inGZpdH li:active .btn-success-outline,
.cid-tD7inGZpdH li.active .btn-success-outline {
  color: #40b0bf !important;
}
.cid-tD7inGZpdH li:hover .btn-danger-outline,
.cid-tD7inGZpdH li:active .btn-danger-outline,
.cid-tD7inGZpdH li.active .btn-danger-outline {
  color: #e6c63b !important;
}
.cid-tD7inGZpdH li {
  position: relative;
}
.cid-tD7inGZpdH .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-tD7inGZpdH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tD7inGZpdH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tD7inGZpdH .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tD7inGZpdH .btn {
  font-family: Jost !important;
}
.cid-tD7inGZpdH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tD7inGZpdH .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tD7inGZpdH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tD7inGZpdH .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-tIi8GvhLd7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIi8GvhLd7 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tIi8GvhLd7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tIi8GvhLd7 .col + .mbr-section-btn .btn,
.cid-tIi8GvhLd7 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tIi8GvhLd7 .col + .mbr-section-btn .btn,
  .cid-tIi8GvhLd7 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tIi8GvhLd7 .dragArea > *:nth-last-child(2).col,
  .cid-tIi8GvhLd7 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIi8GvhLd7 .col + .mbr-section-btn,
  .cid-tIi8GvhLd7 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tIi8GvhLd7 .dragArea {
    flex-direction: column;
  }
}
.cid-tIi8GvhLd7 .btn-primary {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8GvhLd7 .btn-primary:hover {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8GvhLd7 .stripe {
  border-bottom: 1px solid #c7a71c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tIi8GvhLd7 .form-group {
  max-width: 220px;
}
.cid-tIi8GvhLd7 .mbr-section-btn {
  padding-left: 0;
}
.cid-tIi8GvhLd7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tIi8GvhLd7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tIi8GvhLd7 .mbr-text {
  color: #444;
}
.cid-tIi8GvhLd7 h5 {
  margin-bottom: 0;
}
.cid-tIi8GvhLd7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tIi8GvhLd7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIi8GvhLd7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tIi8GvhLd7 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIi8GvhLd7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIi8GvhLd7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIi8GvhLd7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIi8GvhLd7 .social-list a:hover {
  opacity: 0.4;
}
.cid-tIi8GvhLd7 .media-container-row > div {
  padding: 0px;
}
.cid-tIi8GvhLd7 .text2 {
  color: #000000;
  text-align: left;
}
.cid-tIi8GvhLd7 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tIi8GvhLd7 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tIi8GvhLd7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIi8GvhLd7 .social-list,
  .cid-tIi8GvhLd7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIi8GvhLd7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIi8GvhLd7 .form-group {
    max-width: 180px;
  }
}
.cid-tIi8GvhLd7 .links span {
  color: #9e9e9e;
}
.cid-tIi8GvhLd7 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tIi8GvhLd7 .logo-title {
  text-align: center;
}
.cid-tDjOBquh3w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDjOBquh3w img {
  width: auto;
}
.cid-tDjOBquh3w .media-container-row .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tDjOBquh3w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-tDjOBquh3w P {
  text-align: center;
}
.cid-tDjOBquh3w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
  color: #ff9966;
}
.cid-tDjNB3SnQ8 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 38px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tDjNB3SnQ8 .my-float {
  margin-top: 16px;
}
.cid-tDjNB3SnQ8 P {
  color: #232323;
}
.cid-tDjNB3SnQ8 DIV {
  color: #ffffff;
}
.cid-tDjNB3SnQ8 H10 {
  color: #767676;
}
.cid-tDjNB3SnQ8 .hidden {
  display: none;
}
.cid-tD7jHvrkU1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tD7jHvrkU1 .container {
  max-width: 1500px;
}
.cid-tD7jHvrkU1 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tD7jHvrkU1 img:hover {
  transform: scale(1.1);
}
.cid-tD7jHvrkU1 .row {
  background: #ffffff;
}
.cid-tD7jHvrkU1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tD7jHvrkU1 h2 {
  padding: 0;
  margin: 0;
}
.cid-tD7jHvrkU1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD7jHvrkU1 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tD7jHvrkU1 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tD7jHvrkU1 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tD7jHvrkU1 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tD7jHvrkU1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tD7jHvrkU1 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tD7jHvrkU1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tD7jHvrkU1 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tD7jHvrkU1 .row {
    margin: 0rem;
  }
  .cid-tD7jHvrkU1 .text-col {
    padding: 2rem 1rem;
  }
  .cid-tD7jHvrkU1 .number {
    margin-right: 2rem;
  }
  .cid-tD7jHvrkU1 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tD7jHvrkU1 H2 {
  color: #333333;
}
.cid-tD7jHvrkU1 .mbr-text {
  color: #767676;
}
.cid-tD7jHAky38 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tD7jHAky38 nav.navbar {
  position: fixed;
}
.cid-tD7jHAky38 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD7jHAky38 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD7jHAky38 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD7jHAky38 .dropdown-item:hover,
.cid-tD7jHAky38 .dropdown-item:focus {
  background: #c7a71c !important;
  color: white !important;
}
.cid-tD7jHAky38 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD7jHAky38 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD7jHAky38 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tD7jHAky38 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD7jHAky38 .nav-link {
  position: relative;
}
.cid-tD7jHAky38 .container {
  display: flex;
  margin: auto;
}
.cid-tD7jHAky38 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tD7jHAky38 .dropdown-menu,
.cid-tD7jHAky38 .navbar.opened {
  background: #ffffff !important;
}
.cid-tD7jHAky38 .nav-item:focus,
.cid-tD7jHAky38 .nav-link:focus {
  outline: none;
}
.cid-tD7jHAky38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD7jHAky38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD7jHAky38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tD7jHAky38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD7jHAky38 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD7jHAky38 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD7jHAky38 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD7jHAky38 .navbar.opened {
  transition: all .3s;
}
.cid-tD7jHAky38 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tD7jHAky38 .navbar .navbar-logo img {
  width: auto;
}
.cid-tD7jHAky38 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD7jHAky38 .navbar.collapsed {
  justify-content: center;
}
.cid-tD7jHAky38 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD7jHAky38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD7jHAky38 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tD7jHAky38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD7jHAky38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD7jHAky38 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tD7jHAky38 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD7jHAky38 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tD7jHAky38 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tD7jHAky38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD7jHAky38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD7jHAky38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD7jHAky38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD7jHAky38 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tD7jHAky38 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD7jHAky38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD7jHAky38 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD7jHAky38 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD7jHAky38 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD7jHAky38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tD7jHAky38 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD7jHAky38 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD7jHAky38 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD7jHAky38 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD7jHAky38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD7jHAky38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD7jHAky38 .dropdown-item.active,
.cid-tD7jHAky38 .dropdown-item:active {
  background-color: transparent;
}
.cid-tD7jHAky38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD7jHAky38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD7jHAky38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD7jHAky38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD7jHAky38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD7jHAky38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD7jHAky38 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD7jHAky38 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD7jHAky38 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tD7jHAky38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-tD7jHAky38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tD7jHAky38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tD7jHAky38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tD7jHAky38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tD7jHAky38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD7jHAky38 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tD7jHAky38 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tD7jHAky38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD7jHAky38 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD7jHAky38 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD7jHAky38 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tD7jHAky38 .navbar {
    height: 70px;
  }
  .cid-tD7jHAky38 .navbar.opened {
    height: auto;
  }
  .cid-tD7jHAky38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEsmNirhrB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/17-2000x1414.png");
}
.cid-tEsmNirhrB .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tEsmNirhrB .icon-block {
  margin-bottom: 10px;
}
.cid-tEsmNirhrB .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-tEsmNirhrB .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-tEsmNirhrB .mbr-text {
  color: #767676;
}
.cid-tEsmNirhrB textarea.form-control {
  min-height: 100px;
}
.cid-tEsmNirhrB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tEsmNirhrB .google-map {
  height: 24rem;
  position: relative;
}
.cid-tEsmNirhrB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEsmNirhrB .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-tEsmNirhrB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEsmNirhrB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tEsmNirhrB h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tEsmNirhrB .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tEsmNirhrB .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tEsmNirhrB H2 {
  color: #000000;
}
.cid-tIi8LnDNkP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIi8LnDNkP .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-tIi8LnDNkP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tIi8LnDNkP .col + .mbr-section-btn .btn,
.cid-tIi8LnDNkP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tIi8LnDNkP .col + .mbr-section-btn .btn,
  .cid-tIi8LnDNkP .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tIi8LnDNkP .dragArea > *:nth-last-child(2).col,
  .cid-tIi8LnDNkP .dragArea > *:nth-last-child(2).col-auto,
  .cid-tIi8LnDNkP .col + .mbr-section-btn,
  .cid-tIi8LnDNkP .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tIi8LnDNkP .dragArea {
    flex-direction: column;
  }
}
.cid-tIi8LnDNkP .btn-primary {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8LnDNkP .btn-primary:hover {
  border: 1px solid #c7a71c !important;
}
.cid-tIi8LnDNkP .stripe {
  border-bottom: 1px solid #c7a71c;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tIi8LnDNkP .form-group {
  max-width: 220px;
}
.cid-tIi8LnDNkP .mbr-section-btn {
  padding-left: 0;
}
.cid-tIi8LnDNkP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tIi8LnDNkP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tIi8LnDNkP .mbr-text {
  color: #444;
}
.cid-tIi8LnDNkP h5 {
  margin-bottom: 0;
}
.cid-tIi8LnDNkP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tIi8LnDNkP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIi8LnDNkP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tIi8LnDNkP .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tIi8LnDNkP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tIi8LnDNkP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tIi8LnDNkP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIi8LnDNkP .social-list a:hover {
  opacity: 0.4;
}
.cid-tIi8LnDNkP .media-container-row > div {
  padding: 0px;
}
.cid-tIi8LnDNkP .text2 {
  color: #000000;
  text-align: left;
}
.cid-tIi8LnDNkP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tIi8LnDNkP .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tIi8LnDNkP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tIi8LnDNkP .social-list,
  .cid-tIi8LnDNkP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tIi8LnDNkP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIi8LnDNkP .form-group {
    max-width: 180px;
  }
}
.cid-tIi8LnDNkP .links span {
  color: #9e9e9e;
}
.cid-tIi8LnDNkP .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tIi8LnDNkP .logo-title {
  text-align: center;
}
.cid-tDjOBquh3w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDjOBquh3w img {
  width: auto;
}
.cid-tDjOBquh3w .media-container-row .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tDjOBquh3w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-tDjOBquh3w P {
  text-align: center;
}
.cid-tDjOBquh3w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
  color: #ff9966;
}
.cid-tDjNEp8rcK .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 38px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tDjNEp8rcK .my-float {
  margin-top: 16px;
}
.cid-tDjNEp8rcK P {
  color: #232323;
}
.cid-tDjNEp8rcK DIV {
  color: #ffffff;
}
.cid-tDjNEp8rcK H10 {
  color: #767676;
}
.cid-tDjNEp8rcK .hidden {
  display: none;
}
