.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffff00 !important;
}
.bg-warning {
  background-color: #ffb5b3 !important;
}
.bg-danger {
  background-color: #ffeb69 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3333ff !important;
  border-color: #3333ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3333ff !important;
  border-color: #3333ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb5b3 !important;
  border-color: #ffb5b3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe7e6 !important;
  border-color: #ffe7e6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffe7e6 !important;
  border-color: #ffe7e6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0000ff;
  color: #0000ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0000a8 !important;
  background-color: transparent !important;
  border-color: #0000a8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a8a800 !important;
  background-color: transparent !important;
  border-color: #a8a800 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb5b3;
  color: #ffb5b3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff615c !important;
  background-color: transparent !important;
  border-color: #ff615c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb5b3 !important;
  border-color: #ffb5b3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #0000ff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffff00 !important;
}
.text-warning {
  color: #ffb5b3 !important;
}
.text-danger {
  color: #ffeb69 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000099 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #999900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff524d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffdd03 !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]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffff00;
}
.alert-warning {
  background-color: #ffb5b3;
}
.alert-danger {
  background-color: #ffeb69;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0000ff !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='%23000000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vafoIFMnUc .navbar-dropdown {
  position: relative !important;
}
.cid-vafoIFMnUc .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-vafoIFMnUc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vafoIFMnUc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vafoIFMnUc .dropdown-item:hover,
.cid-vafoIFMnUc .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vafoIFMnUc .dropdown-item:hover span {
  color: white;
}
.cid-vafoIFMnUc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vafoIFMnUc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vafoIFMnUc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vafoIFMnUc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vafoIFMnUc .nav-link {
  position: relative;
}
.cid-vafoIFMnUc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vafoIFMnUc .container {
    flex-wrap: nowrap;
  }
}
.cid-vafoIFMnUc .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vafoIFMnUc .dropdown-menu,
.cid-vafoIFMnUc .navbar.opened {
  background: #ffffff !important;
}
.cid-vafoIFMnUc .nav-item:focus,
.cid-vafoIFMnUc .nav-link:focus {
  outline: none;
}
.cid-vafoIFMnUc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vafoIFMnUc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vafoIFMnUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vafoIFMnUc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vafoIFMnUc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vafoIFMnUc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vafoIFMnUc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vafoIFMnUc .navbar.opened {
  transition: all 0.3s;
}
.cid-vafoIFMnUc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vafoIFMnUc .navbar .navbar-logo img {
  width: auto;
}
.cid-vafoIFMnUc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vafoIFMnUc .navbar.collapsed {
  justify-content: center;
}
.cid-vafoIFMnUc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vafoIFMnUc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vafoIFMnUc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vafoIFMnUc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vafoIFMnUc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vafoIFMnUc .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-vafoIFMnUc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vafoIFMnUc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vafoIFMnUc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vafoIFMnUc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vafoIFMnUc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vafoIFMnUc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vafoIFMnUc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vafoIFMnUc .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-vafoIFMnUc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vafoIFMnUc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vafoIFMnUc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vafoIFMnUc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vafoIFMnUc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vafoIFMnUc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vafoIFMnUc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vafoIFMnUc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vafoIFMnUc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vafoIFMnUc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vafoIFMnUc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vafoIFMnUc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vafoIFMnUc .dropdown-item.active,
.cid-vafoIFMnUc .dropdown-item:active {
  background-color: transparent;
}
.cid-vafoIFMnUc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vafoIFMnUc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vafoIFMnUc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vafoIFMnUc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vafoIFMnUc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vafoIFMnUc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vafoIFMnUc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vafoIFMnUc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vafoIFMnUc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vafoIFMnUc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vafoIFMnUc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vafoIFMnUc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vafoIFMnUc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vafoIFMnUc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vafoIFMnUc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vafoIFMnUc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vafoIFMnUc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vafoIFMnUc .navbar-dropdown {
  padding: 0;
}
.cid-vafoIFMnUc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vafoIFMnUc .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-vafoIFMnUc .navbar {
    height: 70px;
  }
  .cid-vafoIFMnUc .navbar.opened {
    height: auto;
  }
  .cid-vafoIFMnUc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vafoIFMnUc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vafoIFMnUc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vafoIFMnUc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vafoIFMnUc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vafoIFMnUc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vafoIFMnUc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vafoIFMnUc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vafoIFMnUc .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vafoIFMnUc .nav-item .nav-link {
  position: relative !important;
}
.cid-vafoIFMnUc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vafoIFMnUc .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vafoIFMnUc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vafoIFMnUc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vafoIFMnUc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vafoIFMnUc .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vafoIFMnUc .tel-menu {
    display: none;
  }
}
.cid-vafoIFMnUc .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vafoIFMnUc .mbr-text {
    text-align: center !important;
  }
}
.cid-vafoIFMnUc .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vafoIFMnUc .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vafoIFMnUc .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vafoIFMnUc .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vafoIFMnUc .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vafoIFMnUc .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vafoIFMnUc .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaimQO1K5E {
  background-image: url("../../../assets/images/gate20-202-1152x865.jpg");
}
.cid-vaimQO1K5E .mbr-section-subtitle {
  color: #ffeb69;
}
.cid-vaimQO1K5E .mbr-section-title {
  color: #ffffff;
}
.cid-vaimQO1K5E .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-vaimQO1K5E .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-vaimQO1K5E .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #000000;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-vaimQO1K5E .mbr-section-btn {
  display: flex;
}
.cid-vaimQO1K5E .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-vaimQO1K5E .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-vaimQO1K5E .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-vaimQO1K5E .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-vaimQO1K5E .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-vaimQO1K5E .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-vaimQO1K5E .video-wrap .icon-wrap .line-video-1,
.cid-vaimQO1K5E .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-vaimQO1K5E .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-vaimQO1K5E .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-vaimQO1K5E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaimQO1K5E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vaimQO1K5E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaimQO1K5E a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #000000;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaimQO1K5E a.close:hover {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vaimQO1K5E .separator,
  .cid-vaimQO1K5E .sep-holder,
  .cid-vaimQO1K5E .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-vaimQO1K5E .buttons-wrap {
    flex-direction: column;
  }
  .cid-vaimQO1K5E .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-vaimQO1K5E .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-vaimQO1K5E .skew {
  background-image: url("../../../assets/images/bg-skew-1.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-vaimQO1K5E .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-vaimQO1K5E .mbr-text,
.cid-vaimQO1K5E .mbr-section-btn {
  color: #ffffff;
}
.cid-vaiJExqZOC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaiJExqZOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaiJExqZOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaiJExqZOC .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vaiJExqZOC .row {
    align-items: center !important;
  }
}
.cid-vaiJExqZOC .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-vaiJExqZOC .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-vaiJExqZOC .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-vaiJExqZOC .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-vaiJExqZOC .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-vaiJExqZOC .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-vaiJExqZOC .text-wrap {
    padding: 30px 0;
  }
}
.cid-vaiJExqZOC .mbr-title {
  color: #000000;
}
.cid-vaiJExqZOC .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-vaiJExqZOC .list-box {
  width: 100%;
}
.cid-vaiJExqZOC .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-vaiJExqZOC .list-text {
  position: relative;
}
.cid-vaiJExqZOC .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-vaiJExqZOC .mbr-section-btn {
  margin-top: 20px;
}
.cid-vaiJExqZOC .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  border-radius: 0 0 100px 0;
}
@media (max-width: 991px) {
  .cid-vaiJExqZOC .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-vaiJExqZOC .img-box {
    border-radius: 0 0 0 15vw;
    border-radius: 0 0 15vw 0;
  }
}
.cid-vaiJExqZOC .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vaiJExqZOC .mbr-text,
.cid-vaiJExqZOC .mbr-section-btn {
  color: #000000;
}
.cid-vaiJLAWfHH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b3;
}
.cid-vaiJLAWfHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaiJLAWfHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaiJLAWfHH .card-wrapper {
  width: 100%;
}
.cid-vaiJLAWfHH .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vaiJLAWfHH .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vaiJLAWfHH .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-vaiJLAWfHH .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vaiJLAWfHH .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-vaiJLAWfHH .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #000000;
}
.cid-vaiJLAWfHH .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-vaiJLAWfHH .text-wrap {
    padding: 8px 16px;
  }
}
.cid-vaiJLAWfHH .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-vaiJLAWfHH .card-title {
    text-align: center !important;
  }
}
.cid-vaiJLAWfHH .card-text {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vaiJLAWfHH .card-text {
    text-align: center !important;
  }
}
.cid-vaftwm3fjO {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vaftwm3fjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaftwm3fjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaftwm3fjO .container {
    padding: 0 25px;
  }
}
.cid-vaftwm3fjO .row {
  justify-content: center;
}
.cid-vaftwm3fjO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vaftwm3fjO .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-vaftwm3fjO .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-vaftwm3fjO .item .item-wrapper:hover .item-img img,
.cid-vaftwm3fjO .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-vaftwm3fjO .item .item-wrapper {
    display: block;
  }
}
.cid-vaftwm3fjO .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-vaftwm3fjO .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-vaftwm3fjO .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-vaftwm3fjO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vaftwm3fjO .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vaftwm3fjO .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaftwm3fjO .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-vaftwm3fjO .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-vaftwm3fjO .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-vaftwm3fjO .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-vaftwm3fjO .mbr-section-title {
  color: #000000;
}
.cid-vaftwm3fjO .item-title {
  color: #0000ff;
}
.cid-vaftwm3fjO .item-desc {
  color: #000000;
}
.cid-vaftwm3fjO .item-subtitle {
  color: #000000;
}
.cid-vaftwm3fjO .item-price {
  color: #000000;
}
.cid-vasKedYIex {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vasKedYIex .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vasKedYIex .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vasKedYIex .col + .mbr-section-btn .btn,
.cid-vasKedYIex .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vasKedYIex .col + .mbr-section-btn .btn,
  .cid-vasKedYIex .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vasKedYIex .dragArea > *:nth-last-child(2).col,
  .cid-vasKedYIex .dragArea > *:nth-last-child(2).col-auto,
  .cid-vasKedYIex .col + .mbr-section-btn,
  .cid-vasKedYIex .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vasKedYIex .dragArea {
    flex-direction: column;
  }
}
.cid-vasKedYIex .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vasKedYIex .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vasKedYIex .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vasKedYIex .form-group {
  max-width: 220px;
}
.cid-vasKedYIex .mbr-section-btn {
  padding-left: 0;
}
.cid-vasKedYIex .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vasKedYIex .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vasKedYIex .mbr-text {
  color: #444;
}
.cid-vasKedYIex h5 {
  margin-bottom: 0;
}
.cid-vasKedYIex .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vasKedYIex .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vasKedYIex .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vasKedYIex .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vasKedYIex .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-vasKedYIex .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vasKedYIex .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vasKedYIex .social-list a:hover {
  opacity: 0.4;
}
.cid-vasKedYIex .media-container-row > div {
  padding: 0px;
}
.cid-vasKedYIex .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vasKedYIex .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vasKedYIex .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vasKedYIex .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vasKedYIex .social-list,
  .cid-vasKedYIex .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vasKedYIex h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vasKedYIex .form-group {
    max-width: 180px;
  }
}
.cid-vasKedYIex .links span {
  color: #9e9e9e;
}
.cid-vasKedYIex .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vasKedYIex .logo-title {
  text-align: center;
}
.cid-vasKedYIex .logo-title,
.cid-vasKedYIex .logo {
  color: #a6a99c;
}
.cid-vaiMV5vdpx.popup-builder {
  background-color: #ffffff;
}
.cid-vaiMV5vdpx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaiMV5vdpx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaiMV5vdpx .modal-content,
.cid-vaiMV5vdpx .modal-dialog {
  height: auto;
}
.cid-vaiMV5vdpx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaiMV5vdpx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaiMV5vdpx .form-wrapper .mbr-form .form-group,
  .cid-vaiMV5vdpx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaiMV5vdpx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaiMV5vdpx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaiMV5vdpx .mbr-text {
  text-align: center;
}
.cid-vaiMV5vdpx .pt-0 {
  padding-top: 0 !important;
}
.cid-vaiMV5vdpx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaiMV5vdpx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaiMV5vdpx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaiMV5vdpx .modal-open {
  overflow: hidden;
}
.cid-vaiMV5vdpx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaiMV5vdpx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaiMV5vdpx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaiMV5vdpx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaiMV5vdpx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaiMV5vdpx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaiMV5vdpx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaiMV5vdpx .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaiMV5vdpx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaiMV5vdpx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaiMV5vdpx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaiMV5vdpx .modal-backdrop.show {
  opacity: .5;
}
.cid-vaiMV5vdpx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaiMV5vdpx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaiMV5vdpx .modal-header {
    padding: 1rem;
  }
}
.cid-vaiMV5vdpx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaiMV5vdpx .modal-header .close svg {
  fill: #000000;
}
.cid-vaiMV5vdpx .modal-header .close:hover {
  opacity: 1;
}
.cid-vaiMV5vdpx .modal-header .close:focus {
  outline: none;
}
.cid-vaiMV5vdpx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaiMV5vdpx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaiMV5vdpx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaiMV5vdpx .modal-body {
    padding: 1rem;
  }
}
.cid-vaiMV5vdpx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaiMV5vdpx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaiMV5vdpx .modal-footer {
    padding: 1rem;
  }
}
.cid-vaiMV5vdpx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaiMV5vdpx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaiMV5vdpx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaiMV5vdpx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaiMV5vdpx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaiMV5vdpx .modal-lg,
  .cid-vaiMV5vdpx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaiMV5vdpx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaiMV5vdpx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaiMV5vdpx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaiMV5vdpx .form-group {
  margin-bottom: 1rem;
}
.cid-vaiMV5vdpx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaiMV5vdpx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaiMV5vdpx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaiMV5vdpx .mbr-section-btn {
  margin: 0;
}
.cid-vaiMV5vdpx .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaodXPq4aA .navbar-dropdown {
  position: relative !important;
}
.cid-vaodXPq4aA .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-vaodXPq4aA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaodXPq4aA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaodXPq4aA .dropdown-item:hover,
.cid-vaodXPq4aA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vaodXPq4aA .dropdown-item:hover span {
  color: white;
}
.cid-vaodXPq4aA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaodXPq4aA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaodXPq4aA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaodXPq4aA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaodXPq4aA .nav-link {
  position: relative;
}
.cid-vaodXPq4aA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaodXPq4aA .container {
    flex-wrap: nowrap;
  }
}
.cid-vaodXPq4aA .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaodXPq4aA .dropdown-menu,
.cid-vaodXPq4aA .navbar.opened {
  background: #ffffff !important;
}
.cid-vaodXPq4aA .nav-item:focus,
.cid-vaodXPq4aA .nav-link:focus {
  outline: none;
}
.cid-vaodXPq4aA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaodXPq4aA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaodXPq4aA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaodXPq4aA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaodXPq4aA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaodXPq4aA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaodXPq4aA .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vaodXPq4aA .navbar.opened {
  transition: all 0.3s;
}
.cid-vaodXPq4aA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaodXPq4aA .navbar .navbar-logo img {
  width: auto;
}
.cid-vaodXPq4aA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaodXPq4aA .navbar.collapsed {
  justify-content: center;
}
.cid-vaodXPq4aA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaodXPq4aA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaodXPq4aA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaodXPq4aA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaodXPq4aA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaodXPq4aA .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-vaodXPq4aA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaodXPq4aA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaodXPq4aA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaodXPq4aA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaodXPq4aA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaodXPq4aA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaodXPq4aA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaodXPq4aA .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-vaodXPq4aA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaodXPq4aA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaodXPq4aA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaodXPq4aA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaodXPq4aA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaodXPq4aA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaodXPq4aA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaodXPq4aA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaodXPq4aA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaodXPq4aA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaodXPq4aA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaodXPq4aA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaodXPq4aA .dropdown-item.active,
.cid-vaodXPq4aA .dropdown-item:active {
  background-color: transparent;
}
.cid-vaodXPq4aA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaodXPq4aA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaodXPq4aA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaodXPq4aA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaodXPq4aA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaodXPq4aA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaodXPq4aA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaodXPq4aA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaodXPq4aA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaodXPq4aA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaodXPq4aA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaodXPq4aA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaodXPq4aA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaodXPq4aA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaodXPq4aA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaodXPq4aA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaodXPq4aA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaodXPq4aA .navbar-dropdown {
  padding: 0;
}
.cid-vaodXPq4aA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaodXPq4aA .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-vaodXPq4aA .navbar {
    height: 70px;
  }
  .cid-vaodXPq4aA .navbar.opened {
    height: auto;
  }
  .cid-vaodXPq4aA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaodXPq4aA .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vaodXPq4aA .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vaodXPq4aA .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vaodXPq4aA .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vaodXPq4aA .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vaodXPq4aA .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vaodXPq4aA .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vaodXPq4aA .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vaodXPq4aA .nav-item .nav-link {
  position: relative !important;
}
.cid-vaodXPq4aA .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vaodXPq4aA .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vaodXPq4aA .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vaodXPq4aA .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vaodXPq4aA .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vaodXPq4aA .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaodXPq4aA .tel-menu {
    display: none;
  }
}
.cid-vaodXPq4aA .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vaodXPq4aA .mbr-text {
    text-align: center !important;
  }
}
.cid-vaodXPq4aA .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vaodXPq4aA .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vaodXPq4aA .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vaodXPq4aA .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vaodXPq4aA .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vaodXPq4aA .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vaodXPq4aA .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaoeTy8PCu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vaoeTy8PCu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vaoeTy8PCu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaoeTy8PCu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaoeTy8PCu .title {
  padding: 0 2rem;
}
.cid-vaoeTy8PCu .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-vaoeTy8PCu .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-vaoeTy8PCu .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-vaoeTy8PCu .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-vaoeTy8PCu .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-vaoeTy8PCu .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-vaoeTy8PCu .container {
  padding: 0 1rem;
}
.cid-vaoeTy8PCu .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-vaoeTy8PCu .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vaoeTy8PCu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vaoeTy8PCu .icon-focus {
  display: none;
}
.cid-vaoeTy8PCu .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-vaoeTy8PCu .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-vaoeTy8PCu li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-vaoeTy8PCu li {
  position: relative;
}
.cid-vaoeTy8PCu .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-vaoeTy8PCu .btn {
  font-family: Inter Tight !important;
}
.cid-vaoeTy8PCu .mbr-gallery-title {
  font-size: 0.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-vaoeTy8PCu .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaoeTy8PCu li:not(:last-child):after {
    top: 9px;
  }
  .cid-vaoeTy8PCu .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-vaoeTy8PCu .container {
    padding: 0rem;
  }
  .cid-vaoeTy8PCu .title {
    padding: 0 1rem;
  }
}
.cid-vaoeTy8PCu H2 {
  color: #89b758;
}
.cid-vasKMnSzVi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vasKMnSzVi .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vasKMnSzVi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vasKMnSzVi .col + .mbr-section-btn .btn,
.cid-vasKMnSzVi .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vasKMnSzVi .col + .mbr-section-btn .btn,
  .cid-vasKMnSzVi .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vasKMnSzVi .dragArea > *:nth-last-child(2).col,
  .cid-vasKMnSzVi .dragArea > *:nth-last-child(2).col-auto,
  .cid-vasKMnSzVi .col + .mbr-section-btn,
  .cid-vasKMnSzVi .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vasKMnSzVi .dragArea {
    flex-direction: column;
  }
}
.cid-vasKMnSzVi .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vasKMnSzVi .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vasKMnSzVi .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vasKMnSzVi .form-group {
  max-width: 220px;
}
.cid-vasKMnSzVi .mbr-section-btn {
  padding-left: 0;
}
.cid-vasKMnSzVi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vasKMnSzVi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vasKMnSzVi .mbr-text {
  color: #444;
}
.cid-vasKMnSzVi h5 {
  margin-bottom: 0;
}
.cid-vasKMnSzVi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vasKMnSzVi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vasKMnSzVi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vasKMnSzVi .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vasKMnSzVi .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-vasKMnSzVi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vasKMnSzVi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vasKMnSzVi .social-list a:hover {
  opacity: 0.4;
}
.cid-vasKMnSzVi .media-container-row > div {
  padding: 0px;
}
.cid-vasKMnSzVi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vasKMnSzVi .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vasKMnSzVi .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vasKMnSzVi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vasKMnSzVi .social-list,
  .cid-vasKMnSzVi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vasKMnSzVi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vasKMnSzVi .form-group {
    max-width: 180px;
  }
}
.cid-vasKMnSzVi .links span {
  color: #9e9e9e;
}
.cid-vasKMnSzVi .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vasKMnSzVi .logo-title {
  text-align: center;
}
.cid-vasKMnSzVi .logo-title,
.cid-vasKMnSzVi .logo {
  color: #a6a99c;
}
.cid-vaodXT1cVG.popup-builder {
  background-color: #ffffff;
}
.cid-vaodXT1cVG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaodXT1cVG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaodXT1cVG .modal-content,
.cid-vaodXT1cVG .modal-dialog {
  height: auto;
}
.cid-vaodXT1cVG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaodXT1cVG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaodXT1cVG .form-wrapper .mbr-form .form-group,
  .cid-vaodXT1cVG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaodXT1cVG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaodXT1cVG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaodXT1cVG .mbr-text {
  text-align: center;
}
.cid-vaodXT1cVG .pt-0 {
  padding-top: 0 !important;
}
.cid-vaodXT1cVG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaodXT1cVG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaodXT1cVG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaodXT1cVG .modal-open {
  overflow: hidden;
}
.cid-vaodXT1cVG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaodXT1cVG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaodXT1cVG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaodXT1cVG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaodXT1cVG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaodXT1cVG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaodXT1cVG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaodXT1cVG .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaodXT1cVG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaodXT1cVG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaodXT1cVG .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaodXT1cVG .modal-backdrop.show {
  opacity: .5;
}
.cid-vaodXT1cVG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaodXT1cVG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaodXT1cVG .modal-header {
    padding: 1rem;
  }
}
.cid-vaodXT1cVG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaodXT1cVG .modal-header .close svg {
  fill: #000000;
}
.cid-vaodXT1cVG .modal-header .close:hover {
  opacity: 1;
}
.cid-vaodXT1cVG .modal-header .close:focus {
  outline: none;
}
.cid-vaodXT1cVG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaodXT1cVG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaodXT1cVG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaodXT1cVG .modal-body {
    padding: 1rem;
  }
}
.cid-vaodXT1cVG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaodXT1cVG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaodXT1cVG .modal-footer {
    padding: 1rem;
  }
}
.cid-vaodXT1cVG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaodXT1cVG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaodXT1cVG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaodXT1cVG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaodXT1cVG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaodXT1cVG .modal-lg,
  .cid-vaodXT1cVG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaodXT1cVG .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaodXT1cVG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaodXT1cVG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaodXT1cVG .form-group {
  margin-bottom: 1rem;
}
.cid-vaodXT1cVG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaodXT1cVG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaodXT1cVG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaodXT1cVG .mbr-section-btn {
  margin: 0;
}
.cid-vaodXT1cVG .mbr-section-btn .btn {
  margin: 0;
}
.cid-varJZPQtuQ .navbar-dropdown {
  position: relative !important;
}
.cid-varJZPQtuQ .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-varJZPQtuQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-varJZPQtuQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-varJZPQtuQ .dropdown-item:hover,
.cid-varJZPQtuQ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-varJZPQtuQ .dropdown-item:hover span {
  color: white;
}
.cid-varJZPQtuQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-varJZPQtuQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-varJZPQtuQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-varJZPQtuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-varJZPQtuQ .nav-link {
  position: relative;
}
.cid-varJZPQtuQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-varJZPQtuQ .container {
    flex-wrap: nowrap;
  }
}
.cid-varJZPQtuQ .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-varJZPQtuQ .dropdown-menu,
.cid-varJZPQtuQ .navbar.opened {
  background: #ffffff !important;
}
.cid-varJZPQtuQ .nav-item:focus,
.cid-varJZPQtuQ .nav-link:focus {
  outline: none;
}
.cid-varJZPQtuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-varJZPQtuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-varJZPQtuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-varJZPQtuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-varJZPQtuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-varJZPQtuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-varJZPQtuQ .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-varJZPQtuQ .navbar.opened {
  transition: all 0.3s;
}
.cid-varJZPQtuQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-varJZPQtuQ .navbar .navbar-logo img {
  width: auto;
}
.cid-varJZPQtuQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-varJZPQtuQ .navbar.collapsed {
  justify-content: center;
}
.cid-varJZPQtuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-varJZPQtuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-varJZPQtuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-varJZPQtuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-varJZPQtuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-varJZPQtuQ .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-varJZPQtuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-varJZPQtuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-varJZPQtuQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-varJZPQtuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-varJZPQtuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-varJZPQtuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-varJZPQtuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-varJZPQtuQ .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-varJZPQtuQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-varJZPQtuQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-varJZPQtuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-varJZPQtuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-varJZPQtuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-varJZPQtuQ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-varJZPQtuQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-varJZPQtuQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-varJZPQtuQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-varJZPQtuQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-varJZPQtuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-varJZPQtuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-varJZPQtuQ .dropdown-item.active,
.cid-varJZPQtuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-varJZPQtuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-varJZPQtuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-varJZPQtuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-varJZPQtuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-varJZPQtuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-varJZPQtuQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-varJZPQtuQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-varJZPQtuQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-varJZPQtuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-varJZPQtuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-varJZPQtuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-varJZPQtuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-varJZPQtuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-varJZPQtuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-varJZPQtuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-varJZPQtuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-varJZPQtuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-varJZPQtuQ .navbar-dropdown {
  padding: 0;
}
.cid-varJZPQtuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-varJZPQtuQ .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-varJZPQtuQ .navbar {
    height: 70px;
  }
  .cid-varJZPQtuQ .navbar.opened {
    height: auto;
  }
  .cid-varJZPQtuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-varJZPQtuQ .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-varJZPQtuQ .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-varJZPQtuQ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-varJZPQtuQ .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-varJZPQtuQ .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-varJZPQtuQ .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-varJZPQtuQ .navbar-nav {
    margin-left: 145px;
  }
}
.cid-varJZPQtuQ .nav-item a:hover {
  color: #ffffff !important;
}
.cid-varJZPQtuQ .nav-item .nav-link {
  position: relative !important;
}
.cid-varJZPQtuQ .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-varJZPQtuQ .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-varJZPQtuQ .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-varJZPQtuQ .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-varJZPQtuQ .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-varJZPQtuQ .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-varJZPQtuQ .tel-menu {
    display: none;
  }
}
.cid-varJZPQtuQ .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-varJZPQtuQ .mbr-text {
    text-align: center !important;
  }
}
.cid-varJZPQtuQ .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-varJZPQtuQ .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-varJZPQtuQ .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-varJZPQtuQ .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-varJZPQtuQ .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-varJZPQtuQ .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-varJZPQtuQ .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-varPE9adwv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-varPE9adwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-varPE9adwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-varPE9adwv .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-varPE9adwv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-varPE9adwv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-varPE9adwv .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-varPE9adwv .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-varPE9adwv .mbr-section-title {
  color: #ff6d99;
}
.cid-varPE9adwv .mbr-text,
.cid-varPE9adwv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-varPE9adwv .mbr-section-title,
.cid-varPE9adwv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-varWw6bsz5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-varWw6bsz5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-varWw6bsz5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-varWw6bsz5 .embla__slide .slide-content {
  width: 100%;
}
.cid-varWw6bsz5 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-varWw6bsz5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-varWw6bsz5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-varWw6bsz5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-varWw6bsz5 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-varWw6bsz5 .embla__button--next,
.cid-varWw6bsz5 .embla__button--prev {
  display: flex;
}
.cid-varWw6bsz5 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-varWw6bsz5 .embla__button:hover {
  opacity: .7 !important;
}
.cid-varWw6bsz5 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-varWw6bsz5 .embla__button.embla__button--next {
  right: 0;
}
.cid-varWw6bsz5 .embla {
  position: relative;
  width: 100%;
}
.cid-varWw6bsz5 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-varWw6bsz5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-varWw6bsz5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-varWw6bsz5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-varWw6bsz5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-varWw6bsz5 .item-desc {
  color: #000000;
}
.cid-varMnvswEt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-varMnvswEt blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.cid-varMnvswEt .mbr-text {
  color: #000000;
}
.cid-varMnvswEt .mbr-section-title {
  color: #000000;
}
.cid-vaAti8bhwN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaAti8bhwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaAti8bhwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaAti8bhwN .content-text {
  max-width: 800px;
}
.cid-vaAti8bhwN .mbr-section-title {
  color: #000000;
}
.cid-vaAti8bhwN .mbr-text,
.cid-vaAti8bhwN .mbr-section-btn {
  color: #000000;
}
.cid-vaAtxbB5TS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vaAtxbB5TS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaAtxbB5TS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaAtxbB5TS .content-text {
  max-width: 800px;
}
.cid-vaAtxbB5TS .mbr-section-title {
  color: #000000;
}
.cid-vaAtxbB5TS .mbr-text,
.cid-vaAtxbB5TS .mbr-section-btn {
  color: #000000;
}
.cid-vasKQzjPnO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vasKQzjPnO .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vasKQzjPnO .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vasKQzjPnO .col + .mbr-section-btn .btn,
.cid-vasKQzjPnO .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vasKQzjPnO .col + .mbr-section-btn .btn,
  .cid-vasKQzjPnO .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vasKQzjPnO .dragArea > *:nth-last-child(2).col,
  .cid-vasKQzjPnO .dragArea > *:nth-last-child(2).col-auto,
  .cid-vasKQzjPnO .col + .mbr-section-btn,
  .cid-vasKQzjPnO .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vasKQzjPnO .dragArea {
    flex-direction: column;
  }
}
.cid-vasKQzjPnO .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vasKQzjPnO .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vasKQzjPnO .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vasKQzjPnO .form-group {
  max-width: 220px;
}
.cid-vasKQzjPnO .mbr-section-btn {
  padding-left: 0;
}
.cid-vasKQzjPnO .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vasKQzjPnO .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vasKQzjPnO .mbr-text {
  color: #444;
}
.cid-vasKQzjPnO h5 {
  margin-bottom: 0;
}
.cid-vasKQzjPnO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vasKQzjPnO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vasKQzjPnO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vasKQzjPnO .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vasKQzjPnO .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-vasKQzjPnO .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vasKQzjPnO .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vasKQzjPnO .social-list a:hover {
  opacity: 0.4;
}
.cid-vasKQzjPnO .media-container-row > div {
  padding: 0px;
}
.cid-vasKQzjPnO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vasKQzjPnO .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vasKQzjPnO .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vasKQzjPnO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vasKQzjPnO .social-list,
  .cid-vasKQzjPnO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vasKQzjPnO h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vasKQzjPnO .form-group {
    max-width: 180px;
  }
}
.cid-vasKQzjPnO .links span {
  color: #9e9e9e;
}
.cid-vasKQzjPnO .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vasKQzjPnO .logo-title {
  text-align: center;
}
.cid-vasKQzjPnO .logo-title,
.cid-vasKQzjPnO .logo {
  color: #a6a99c;
}
.cid-varJZRYu62.popup-builder {
  background-color: #ffffff;
}
.cid-varJZRYu62.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-varJZRYu62.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-varJZRYu62 .modal-content,
.cid-varJZRYu62 .modal-dialog {
  height: auto;
}
.cid-varJZRYu62 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-varJZRYu62 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-varJZRYu62 .form-wrapper .mbr-form .form-group,
  .cid-varJZRYu62 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-varJZRYu62 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-varJZRYu62 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-varJZRYu62 .mbr-text {
  text-align: center;
}
.cid-varJZRYu62 .pt-0 {
  padding-top: 0 !important;
}
.cid-varJZRYu62 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-varJZRYu62 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-varJZRYu62 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-varJZRYu62 .modal-open {
  overflow: hidden;
}
.cid-varJZRYu62 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-varJZRYu62 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-varJZRYu62 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-varJZRYu62 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-varJZRYu62 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-varJZRYu62 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-varJZRYu62 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-varJZRYu62 .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-varJZRYu62 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-varJZRYu62 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-varJZRYu62 .modal-backdrop.fade {
  opacity: 0;
}
.cid-varJZRYu62 .modal-backdrop.show {
  opacity: .5;
}
.cid-varJZRYu62 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-varJZRYu62 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-varJZRYu62 .modal-header {
    padding: 1rem;
  }
}
.cid-varJZRYu62 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-varJZRYu62 .modal-header .close svg {
  fill: #000000;
}
.cid-varJZRYu62 .modal-header .close:hover {
  opacity: 1;
}
.cid-varJZRYu62 .modal-header .close:focus {
  outline: none;
}
.cid-varJZRYu62 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-varJZRYu62 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-varJZRYu62 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-varJZRYu62 .modal-body {
    padding: 1rem;
  }
}
.cid-varJZRYu62 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-varJZRYu62 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-varJZRYu62 .modal-footer {
    padding: 1rem;
  }
}
.cid-varJZRYu62 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-varJZRYu62 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-varJZRYu62 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-varJZRYu62 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-varJZRYu62 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-varJZRYu62 .modal-lg,
  .cid-varJZRYu62 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-varJZRYu62 .modal-xl {
    max-width: 1140px;
  }
}
.cid-varJZRYu62 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-varJZRYu62 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-varJZRYu62 .form-group {
  margin-bottom: 1rem;
}
.cid-varJZRYu62 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-varJZRYu62 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-varJZRYu62 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-varJZRYu62 .mbr-section-btn {
  margin: 0;
}
.cid-varJZRYu62 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaxb33QdOZ .navbar-dropdown {
  position: relative !important;
}
.cid-vaxb33QdOZ .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-vaxb33QdOZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaxb33QdOZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaxb33QdOZ .dropdown-item:hover,
.cid-vaxb33QdOZ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vaxb33QdOZ .dropdown-item:hover span {
  color: white;
}
.cid-vaxb33QdOZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaxb33QdOZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaxb33QdOZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaxb33QdOZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaxb33QdOZ .nav-link {
  position: relative;
}
.cid-vaxb33QdOZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaxb33QdOZ .container {
    flex-wrap: nowrap;
  }
}
.cid-vaxb33QdOZ .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaxb33QdOZ .dropdown-menu,
.cid-vaxb33QdOZ .navbar.opened {
  background: #ffffff !important;
}
.cid-vaxb33QdOZ .nav-item:focus,
.cid-vaxb33QdOZ .nav-link:focus {
  outline: none;
}
.cid-vaxb33QdOZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaxb33QdOZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaxb33QdOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaxb33QdOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaxb33QdOZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaxb33QdOZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaxb33QdOZ .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vaxb33QdOZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vaxb33QdOZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaxb33QdOZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vaxb33QdOZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaxb33QdOZ .navbar.collapsed {
  justify-content: center;
}
.cid-vaxb33QdOZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaxb33QdOZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaxb33QdOZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaxb33QdOZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaxb33QdOZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaxb33QdOZ .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-vaxb33QdOZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaxb33QdOZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaxb33QdOZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaxb33QdOZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaxb33QdOZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaxb33QdOZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaxb33QdOZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaxb33QdOZ .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-vaxb33QdOZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaxb33QdOZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaxb33QdOZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaxb33QdOZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaxb33QdOZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaxb33QdOZ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaxb33QdOZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaxb33QdOZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaxb33QdOZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaxb33QdOZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaxb33QdOZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaxb33QdOZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaxb33QdOZ .dropdown-item.active,
.cid-vaxb33QdOZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vaxb33QdOZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaxb33QdOZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaxb33QdOZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaxb33QdOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaxb33QdOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaxb33QdOZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaxb33QdOZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaxb33QdOZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaxb33QdOZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaxb33QdOZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaxb33QdOZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxb33QdOZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxb33QdOZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaxb33QdOZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxb33QdOZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaxb33QdOZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaxb33QdOZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxb33QdOZ .navbar-dropdown {
  padding: 0;
}
.cid-vaxb33QdOZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaxb33QdOZ .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-vaxb33QdOZ .navbar {
    height: 70px;
  }
  .cid-vaxb33QdOZ .navbar.opened {
    height: auto;
  }
  .cid-vaxb33QdOZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaxb33QdOZ .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vaxb33QdOZ .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vaxb33QdOZ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vaxb33QdOZ .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vaxb33QdOZ .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vaxb33QdOZ .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vaxb33QdOZ .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vaxb33QdOZ .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vaxb33QdOZ .nav-item .nav-link {
  position: relative !important;
}
.cid-vaxb33QdOZ .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vaxb33QdOZ .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vaxb33QdOZ .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vaxb33QdOZ .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vaxb33QdOZ .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vaxb33QdOZ .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaxb33QdOZ .tel-menu {
    display: none;
  }
}
.cid-vaxb33QdOZ .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vaxb33QdOZ .mbr-text {
    text-align: center !important;
  }
}
.cid-vaxb33QdOZ .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vaxb33QdOZ .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vaxb33QdOZ .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vaxb33QdOZ .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vaxb33QdOZ .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vaxb33QdOZ .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vaxb33QdOZ .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaxbVpoeMj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaxbVpoeMj .mbr-text {
  color: #000000;
}
.cid-vaxbVpoeMj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaxbVpoeMj .mbr-section-title {
  color: #000000;
}
.cid-vaxb368pKE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaxb368pKE .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vaxb368pKE .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vaxb368pKE .col + .mbr-section-btn .btn,
.cid-vaxb368pKE .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vaxb368pKE .col + .mbr-section-btn .btn,
  .cid-vaxb368pKE .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vaxb368pKE .dragArea > *:nth-last-child(2).col,
  .cid-vaxb368pKE .dragArea > *:nth-last-child(2).col-auto,
  .cid-vaxb368pKE .col + .mbr-section-btn,
  .cid-vaxb368pKE .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vaxb368pKE .dragArea {
    flex-direction: column;
  }
}
.cid-vaxb368pKE .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vaxb368pKE .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vaxb368pKE .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vaxb368pKE .form-group {
  max-width: 220px;
}
.cid-vaxb368pKE .mbr-section-btn {
  padding-left: 0;
}
.cid-vaxb368pKE .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vaxb368pKE .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vaxb368pKE .mbr-text {
  color: #444;
}
.cid-vaxb368pKE h5 {
  margin-bottom: 0;
}
.cid-vaxb368pKE .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vaxb368pKE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaxb368pKE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vaxb368pKE .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaxb368pKE .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-vaxb368pKE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vaxb368pKE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaxb368pKE .social-list a:hover {
  opacity: 0.4;
}
.cid-vaxb368pKE .media-container-row > div {
  padding: 0px;
}
.cid-vaxb368pKE .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vaxb368pKE .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vaxb368pKE .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaxb368pKE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vaxb368pKE .social-list,
  .cid-vaxb368pKE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vaxb368pKE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vaxb368pKE .form-group {
    max-width: 180px;
  }
}
.cid-vaxb368pKE .links span {
  color: #9e9e9e;
}
.cid-vaxb368pKE .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaxb368pKE .logo-title {
  text-align: center;
}
.cid-vaxb368pKE .logo-title,
.cid-vaxb368pKE .logo {
  color: #a6a99c;
}
.cid-vaxb36SsSB.popup-builder {
  background-color: #ffffff;
}
.cid-vaxb36SsSB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaxb36SsSB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaxb36SsSB .modal-content,
.cid-vaxb36SsSB .modal-dialog {
  height: auto;
}
.cid-vaxb36SsSB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaxb36SsSB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaxb36SsSB .form-wrapper .mbr-form .form-group,
  .cid-vaxb36SsSB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaxb36SsSB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaxb36SsSB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaxb36SsSB .mbr-text {
  text-align: center;
}
.cid-vaxb36SsSB .pt-0 {
  padding-top: 0 !important;
}
.cid-vaxb36SsSB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaxb36SsSB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaxb36SsSB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaxb36SsSB .modal-open {
  overflow: hidden;
}
.cid-vaxb36SsSB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaxb36SsSB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaxb36SsSB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaxb36SsSB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaxb36SsSB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaxb36SsSB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaxb36SsSB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaxb36SsSB .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaxb36SsSB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaxb36SsSB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaxb36SsSB .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaxb36SsSB .modal-backdrop.show {
  opacity: .5;
}
.cid-vaxb36SsSB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaxb36SsSB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxb36SsSB .modal-header {
    padding: 1rem;
  }
}
.cid-vaxb36SsSB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaxb36SsSB .modal-header .close svg {
  fill: #000000;
}
.cid-vaxb36SsSB .modal-header .close:hover {
  opacity: 1;
}
.cid-vaxb36SsSB .modal-header .close:focus {
  outline: none;
}
.cid-vaxb36SsSB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaxb36SsSB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaxb36SsSB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxb36SsSB .modal-body {
    padding: 1rem;
  }
}
.cid-vaxb36SsSB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaxb36SsSB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxb36SsSB .modal-footer {
    padding: 1rem;
  }
}
.cid-vaxb36SsSB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaxb36SsSB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaxb36SsSB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaxb36SsSB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaxb36SsSB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaxb36SsSB .modal-lg,
  .cid-vaxb36SsSB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaxb36SsSB .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaxb36SsSB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaxb36SsSB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaxb36SsSB .form-group {
  margin-bottom: 1rem;
}
.cid-vaxb36SsSB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaxb36SsSB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaxb36SsSB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaxb36SsSB .mbr-section-btn {
  margin: 0;
}
.cid-vaxb36SsSB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaxdZo7aF1 .navbar-dropdown {
  position: relative !important;
}
.cid-vaxdZo7aF1 .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-vaxdZo7aF1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaxdZo7aF1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaxdZo7aF1 .dropdown-item:hover,
.cid-vaxdZo7aF1 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vaxdZo7aF1 .dropdown-item:hover span {
  color: white;
}
.cid-vaxdZo7aF1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaxdZo7aF1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaxdZo7aF1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaxdZo7aF1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaxdZo7aF1 .nav-link {
  position: relative;
}
.cid-vaxdZo7aF1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaxdZo7aF1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vaxdZo7aF1 .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaxdZo7aF1 .dropdown-menu,
.cid-vaxdZo7aF1 .navbar.opened {
  background: #ffffff !important;
}
.cid-vaxdZo7aF1 .nav-item:focus,
.cid-vaxdZo7aF1 .nav-link:focus {
  outline: none;
}
.cid-vaxdZo7aF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaxdZo7aF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaxdZo7aF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaxdZo7aF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaxdZo7aF1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaxdZo7aF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaxdZo7aF1 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vaxdZo7aF1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaxdZo7aF1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaxdZo7aF1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaxdZo7aF1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaxdZo7aF1 .navbar.collapsed {
  justify-content: center;
}
.cid-vaxdZo7aF1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaxdZo7aF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaxdZo7aF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaxdZo7aF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaxdZo7aF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaxdZo7aF1 .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-vaxdZo7aF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaxdZo7aF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaxdZo7aF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaxdZo7aF1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaxdZo7aF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaxdZo7aF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaxdZo7aF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaxdZo7aF1 .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-vaxdZo7aF1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaxdZo7aF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaxdZo7aF1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaxdZo7aF1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaxdZo7aF1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaxdZo7aF1 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaxdZo7aF1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaxdZo7aF1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaxdZo7aF1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaxdZo7aF1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaxdZo7aF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaxdZo7aF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaxdZo7aF1 .dropdown-item.active,
.cid-vaxdZo7aF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaxdZo7aF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaxdZo7aF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaxdZo7aF1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaxdZo7aF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaxdZo7aF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaxdZo7aF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaxdZo7aF1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaxdZo7aF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaxdZo7aF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaxdZo7aF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaxdZo7aF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxdZo7aF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxdZo7aF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaxdZo7aF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxdZo7aF1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaxdZo7aF1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaxdZo7aF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxdZo7aF1 .navbar-dropdown {
  padding: 0;
}
.cid-vaxdZo7aF1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaxdZo7aF1 .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-vaxdZo7aF1 .navbar {
    height: 70px;
  }
  .cid-vaxdZo7aF1 .navbar.opened {
    height: auto;
  }
  .cid-vaxdZo7aF1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaxdZo7aF1 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vaxdZo7aF1 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vaxdZo7aF1 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vaxdZo7aF1 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vaxdZo7aF1 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vaxdZo7aF1 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vaxdZo7aF1 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vaxdZo7aF1 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vaxdZo7aF1 .nav-item .nav-link {
  position: relative !important;
}
.cid-vaxdZo7aF1 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vaxdZo7aF1 .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vaxdZo7aF1 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vaxdZo7aF1 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vaxdZo7aF1 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vaxdZo7aF1 .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaxdZo7aF1 .tel-menu {
    display: none;
  }
}
.cid-vaxdZo7aF1 .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vaxdZo7aF1 .mbr-text {
    text-align: center !important;
  }
}
.cid-vaxdZo7aF1 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vaxdZo7aF1 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vaxdZo7aF1 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vaxdZo7aF1 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vaxdZo7aF1 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vaxdZo7aF1 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vaxdZo7aF1 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaxe74o5qD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaxe74o5qD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaxe74o5qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaxe74o5qD .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-vaxe74o5qD .container {
    padding: 0 50px !important;
  }
}
.cid-vaxe74o5qD .row {
  align-items: stretch;
}
.cid-vaxe74o5qD .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-vaxe74o5qD .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-vaxe74o5qD .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vaxe74o5qD .text-wrapper {
    padding-top: 30px;
  }
}
.cid-vaxe74o5qD .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vaxe74o5qD .card-title {
    text-align: center;
  }
}
.cid-vaxe74o5qD .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-vaxe74o5qD .mbr-text {
    text-align: center;
  }
}
.cid-vaxe74o5qD .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-vaxe74o5qD .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-vaxe74o5qD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vaxe74o5qD .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-vaxe74o5qD .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-vaxe74o5qD .image-wrapper {
    padding-right: 0;
  }
}
.cid-vaxe74o5qD .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffd7ef;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-vaxe74o5qD .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-vaxe74o5qD .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-vaxe74o5qD .card-title DIV {
  text-align: justify;
}
.cid-vaxdZpdian {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaxdZpdian .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vaxdZpdian .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vaxdZpdian .col + .mbr-section-btn .btn,
.cid-vaxdZpdian .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vaxdZpdian .col + .mbr-section-btn .btn,
  .cid-vaxdZpdian .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vaxdZpdian .dragArea > *:nth-last-child(2).col,
  .cid-vaxdZpdian .dragArea > *:nth-last-child(2).col-auto,
  .cid-vaxdZpdian .col + .mbr-section-btn,
  .cid-vaxdZpdian .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vaxdZpdian .dragArea {
    flex-direction: column;
  }
}
.cid-vaxdZpdian .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vaxdZpdian .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vaxdZpdian .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vaxdZpdian .form-group {
  max-width: 220px;
}
.cid-vaxdZpdian .mbr-section-btn {
  padding-left: 0;
}
.cid-vaxdZpdian .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vaxdZpdian .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vaxdZpdian .mbr-text {
  color: #444;
}
.cid-vaxdZpdian h5 {
  margin-bottom: 0;
}
.cid-vaxdZpdian .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vaxdZpdian .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaxdZpdian .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vaxdZpdian .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaxdZpdian .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-vaxdZpdian .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vaxdZpdian .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaxdZpdian .social-list a:hover {
  opacity: 0.4;
}
.cid-vaxdZpdian .media-container-row > div {
  padding: 0px;
}
.cid-vaxdZpdian .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vaxdZpdian .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vaxdZpdian .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaxdZpdian .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vaxdZpdian .social-list,
  .cid-vaxdZpdian .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vaxdZpdian h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vaxdZpdian .form-group {
    max-width: 180px;
  }
}
.cid-vaxdZpdian .links span {
  color: #9e9e9e;
}
.cid-vaxdZpdian .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaxdZpdian .logo-title {
  text-align: center;
}
.cid-vaxdZpdian .logo-title,
.cid-vaxdZpdian .logo {
  color: #a6a99c;
}
.cid-vaxdZpWLh1.popup-builder {
  background-color: #ffffff;
}
.cid-vaxdZpWLh1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaxdZpWLh1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaxdZpWLh1 .modal-content,
.cid-vaxdZpWLh1 .modal-dialog {
  height: auto;
}
.cid-vaxdZpWLh1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaxdZpWLh1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaxdZpWLh1 .form-wrapper .mbr-form .form-group,
  .cid-vaxdZpWLh1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaxdZpWLh1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaxdZpWLh1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaxdZpWLh1 .mbr-text {
  text-align: center;
}
.cid-vaxdZpWLh1 .pt-0 {
  padding-top: 0 !important;
}
.cid-vaxdZpWLh1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaxdZpWLh1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaxdZpWLh1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaxdZpWLh1 .modal-open {
  overflow: hidden;
}
.cid-vaxdZpWLh1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaxdZpWLh1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaxdZpWLh1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaxdZpWLh1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaxdZpWLh1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaxdZpWLh1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaxdZpWLh1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaxdZpWLh1 .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaxdZpWLh1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaxdZpWLh1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaxdZpWLh1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaxdZpWLh1 .modal-backdrop.show {
  opacity: .5;
}
.cid-vaxdZpWLh1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaxdZpWLh1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxdZpWLh1 .modal-header {
    padding: 1rem;
  }
}
.cid-vaxdZpWLh1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaxdZpWLh1 .modal-header .close svg {
  fill: #000000;
}
.cid-vaxdZpWLh1 .modal-header .close:hover {
  opacity: 1;
}
.cid-vaxdZpWLh1 .modal-header .close:focus {
  outline: none;
}
.cid-vaxdZpWLh1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaxdZpWLh1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaxdZpWLh1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxdZpWLh1 .modal-body {
    padding: 1rem;
  }
}
.cid-vaxdZpWLh1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaxdZpWLh1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxdZpWLh1 .modal-footer {
    padding: 1rem;
  }
}
.cid-vaxdZpWLh1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaxdZpWLh1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaxdZpWLh1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaxdZpWLh1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaxdZpWLh1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaxdZpWLh1 .modal-lg,
  .cid-vaxdZpWLh1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaxdZpWLh1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaxdZpWLh1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaxdZpWLh1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaxdZpWLh1 .form-group {
  margin-bottom: 1rem;
}
.cid-vaxdZpWLh1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaxdZpWLh1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaxdZpWLh1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaxdZpWLh1 .mbr-section-btn {
  margin: 0;
}
.cid-vaxdZpWLh1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaxgybhJuD .navbar-dropdown {
  position: relative !important;
}
.cid-vaxgybhJuD .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-vaxgybhJuD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaxgybhJuD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaxgybhJuD .dropdown-item:hover,
.cid-vaxgybhJuD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vaxgybhJuD .dropdown-item:hover span {
  color: white;
}
.cid-vaxgybhJuD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaxgybhJuD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaxgybhJuD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaxgybhJuD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaxgybhJuD .nav-link {
  position: relative;
}
.cid-vaxgybhJuD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaxgybhJuD .container {
    flex-wrap: nowrap;
  }
}
.cid-vaxgybhJuD .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaxgybhJuD .dropdown-menu,
.cid-vaxgybhJuD .navbar.opened {
  background: #ffffff !important;
}
.cid-vaxgybhJuD .nav-item:focus,
.cid-vaxgybhJuD .nav-link:focus {
  outline: none;
}
.cid-vaxgybhJuD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaxgybhJuD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaxgybhJuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaxgybhJuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaxgybhJuD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaxgybhJuD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaxgybhJuD .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vaxgybhJuD .navbar.opened {
  transition: all 0.3s;
}
.cid-vaxgybhJuD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaxgybhJuD .navbar .navbar-logo img {
  width: auto;
}
.cid-vaxgybhJuD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaxgybhJuD .navbar.collapsed {
  justify-content: center;
}
.cid-vaxgybhJuD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaxgybhJuD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaxgybhJuD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaxgybhJuD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaxgybhJuD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaxgybhJuD .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-vaxgybhJuD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaxgybhJuD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaxgybhJuD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaxgybhJuD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaxgybhJuD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaxgybhJuD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaxgybhJuD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaxgybhJuD .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-vaxgybhJuD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaxgybhJuD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaxgybhJuD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaxgybhJuD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaxgybhJuD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaxgybhJuD .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaxgybhJuD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaxgybhJuD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaxgybhJuD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaxgybhJuD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaxgybhJuD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaxgybhJuD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaxgybhJuD .dropdown-item.active,
.cid-vaxgybhJuD .dropdown-item:active {
  background-color: transparent;
}
.cid-vaxgybhJuD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaxgybhJuD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaxgybhJuD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaxgybhJuD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaxgybhJuD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaxgybhJuD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaxgybhJuD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaxgybhJuD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaxgybhJuD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaxgybhJuD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaxgybhJuD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxgybhJuD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxgybhJuD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaxgybhJuD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxgybhJuD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaxgybhJuD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaxgybhJuD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxgybhJuD .navbar-dropdown {
  padding: 0;
}
.cid-vaxgybhJuD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaxgybhJuD .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-vaxgybhJuD .navbar {
    height: 70px;
  }
  .cid-vaxgybhJuD .navbar.opened {
    height: auto;
  }
  .cid-vaxgybhJuD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaxgybhJuD .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vaxgybhJuD .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vaxgybhJuD .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vaxgybhJuD .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vaxgybhJuD .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vaxgybhJuD .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vaxgybhJuD .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vaxgybhJuD .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vaxgybhJuD .nav-item .nav-link {
  position: relative !important;
}
.cid-vaxgybhJuD .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vaxgybhJuD .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vaxgybhJuD .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vaxgybhJuD .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vaxgybhJuD .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vaxgybhJuD .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaxgybhJuD .tel-menu {
    display: none;
  }
}
.cid-vaxgybhJuD .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vaxgybhJuD .mbr-text {
    text-align: center !important;
  }
}
.cid-vaxgybhJuD .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vaxgybhJuD .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vaxgybhJuD .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vaxgybhJuD .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vaxgybhJuD .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vaxgybhJuD .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vaxgybhJuD .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaxgST1CSp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vaxgST1CSp .item-img,
.cid-vaxgST1CSp .img-wrap,
.cid-vaxgST1CSp img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-vaxgST1CSp img,
.cid-vaxgST1CSp .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-vaxgST1CSp img,
  .cid-vaxgST1CSp .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-vaxgST1CSp .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-vaxgST1CSp .item:focus,
.cid-vaxgST1CSp span:focus {
  outline: none;
}
.cid-vaxgST1CSp .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-vaxgST1CSp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaxgST1CSp .item {
    margin-bottom: 1rem;
  }
}
.cid-vaxgST1CSp h5 {
  margin: 0;
}
.cid-vaxgST1CSp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaxgST1CSp .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-vaxgST1CSp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaxgST1CSp .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-vaxgST1CSp .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-vaxgST1CSp .item-wrapper {
    height: auto;
  }
}
.cid-vaxgST1CSp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaxgST1CSp .item-title {
  text-align: center;
  color: #000000;
}
.cid-vaxgST1CSp .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vaxgST1CSp .mbr-text,
.cid-vaxgST1CSp .item .mbr-section-btn {
  text-align: center;
}
.cid-vaxgST1CSp .mbr-section-subtitle,
.cid-vaxgST1CSp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-vaxiXK4Q2D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vaxiXK4Q2D .item-img,
.cid-vaxiXK4Q2D .img-wrap,
.cid-vaxiXK4Q2D img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-vaxiXK4Q2D img,
.cid-vaxiXK4Q2D .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-vaxiXK4Q2D img,
  .cid-vaxiXK4Q2D .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-vaxiXK4Q2D .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-vaxiXK4Q2D .item:focus,
.cid-vaxiXK4Q2D span:focus {
  outline: none;
}
.cid-vaxiXK4Q2D .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-vaxiXK4Q2D .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaxiXK4Q2D .item {
    margin-bottom: 1rem;
  }
}
.cid-vaxiXK4Q2D h5 {
  margin: 0;
}
.cid-vaxiXK4Q2D .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaxiXK4Q2D .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-vaxiXK4Q2D .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaxiXK4Q2D .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-vaxiXK4Q2D .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-vaxiXK4Q2D .item-wrapper {
    height: auto;
  }
}
.cid-vaxiXK4Q2D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaxiXK4Q2D .item-title {
  text-align: center;
  color: #000000;
}
.cid-vaxiXK4Q2D .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vaxiXK4Q2D .mbr-text,
.cid-vaxiXK4Q2D .item .mbr-section-btn {
  text-align: center;
}
.cid-vaxiXK4Q2D .mbr-section-subtitle,
.cid-vaxiXK4Q2D .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-vaxgycCSbo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaxgycCSbo .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vaxgycCSbo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vaxgycCSbo .col + .mbr-section-btn .btn,
.cid-vaxgycCSbo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vaxgycCSbo .col + .mbr-section-btn .btn,
  .cid-vaxgycCSbo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vaxgycCSbo .dragArea > *:nth-last-child(2).col,
  .cid-vaxgycCSbo .dragArea > *:nth-last-child(2).col-auto,
  .cid-vaxgycCSbo .col + .mbr-section-btn,
  .cid-vaxgycCSbo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vaxgycCSbo .dragArea {
    flex-direction: column;
  }
}
.cid-vaxgycCSbo .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vaxgycCSbo .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vaxgycCSbo .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vaxgycCSbo .form-group {
  max-width: 220px;
}
.cid-vaxgycCSbo .mbr-section-btn {
  padding-left: 0;
}
.cid-vaxgycCSbo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vaxgycCSbo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vaxgycCSbo .mbr-text {
  color: #444;
}
.cid-vaxgycCSbo h5 {
  margin-bottom: 0;
}
.cid-vaxgycCSbo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vaxgycCSbo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaxgycCSbo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vaxgycCSbo .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaxgycCSbo .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-vaxgycCSbo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vaxgycCSbo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaxgycCSbo .social-list a:hover {
  opacity: 0.4;
}
.cid-vaxgycCSbo .media-container-row > div {
  padding: 0px;
}
.cid-vaxgycCSbo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vaxgycCSbo .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vaxgycCSbo .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaxgycCSbo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vaxgycCSbo .social-list,
  .cid-vaxgycCSbo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vaxgycCSbo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vaxgycCSbo .form-group {
    max-width: 180px;
  }
}
.cid-vaxgycCSbo .links span {
  color: #9e9e9e;
}
.cid-vaxgycCSbo .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaxgycCSbo .logo-title {
  text-align: center;
}
.cid-vaxgycCSbo .logo-title,
.cid-vaxgycCSbo .logo {
  color: #a6a99c;
}
.cid-vaxgydvghf.popup-builder {
  background-color: #ffffff;
}
.cid-vaxgydvghf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaxgydvghf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaxgydvghf .modal-content,
.cid-vaxgydvghf .modal-dialog {
  height: auto;
}
.cid-vaxgydvghf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaxgydvghf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaxgydvghf .form-wrapper .mbr-form .form-group,
  .cid-vaxgydvghf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaxgydvghf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaxgydvghf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaxgydvghf .mbr-text {
  text-align: center;
}
.cid-vaxgydvghf .pt-0 {
  padding-top: 0 !important;
}
.cid-vaxgydvghf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaxgydvghf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaxgydvghf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaxgydvghf .modal-open {
  overflow: hidden;
}
.cid-vaxgydvghf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaxgydvghf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaxgydvghf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaxgydvghf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaxgydvghf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaxgydvghf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaxgydvghf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaxgydvghf .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaxgydvghf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaxgydvghf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaxgydvghf .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaxgydvghf .modal-backdrop.show {
  opacity: .5;
}
.cid-vaxgydvghf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaxgydvghf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxgydvghf .modal-header {
    padding: 1rem;
  }
}
.cid-vaxgydvghf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaxgydvghf .modal-header .close svg {
  fill: #000000;
}
.cid-vaxgydvghf .modal-header .close:hover {
  opacity: 1;
}
.cid-vaxgydvghf .modal-header .close:focus {
  outline: none;
}
.cid-vaxgydvghf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaxgydvghf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaxgydvghf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxgydvghf .modal-body {
    padding: 1rem;
  }
}
.cid-vaxgydvghf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaxgydvghf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxgydvghf .modal-footer {
    padding: 1rem;
  }
}
.cid-vaxgydvghf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaxgydvghf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaxgydvghf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaxgydvghf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaxgydvghf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaxgydvghf .modal-lg,
  .cid-vaxgydvghf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaxgydvghf .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaxgydvghf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaxgydvghf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaxgydvghf .form-group {
  margin-bottom: 1rem;
}
.cid-vaxgydvghf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaxgydvghf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaxgydvghf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaxgydvghf .mbr-section-btn {
  margin: 0;
}
.cid-vaxgydvghf .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaxpK3zWmr .navbar-dropdown {
  position: relative !important;
}
.cid-vaxpK3zWmr .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-vaxpK3zWmr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaxpK3zWmr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaxpK3zWmr .dropdown-item:hover,
.cid-vaxpK3zWmr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vaxpK3zWmr .dropdown-item:hover span {
  color: white;
}
.cid-vaxpK3zWmr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaxpK3zWmr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaxpK3zWmr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaxpK3zWmr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaxpK3zWmr .nav-link {
  position: relative;
}
.cid-vaxpK3zWmr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaxpK3zWmr .container {
    flex-wrap: nowrap;
  }
}
.cid-vaxpK3zWmr .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaxpK3zWmr .dropdown-menu,
.cid-vaxpK3zWmr .navbar.opened {
  background: #ffffff !important;
}
.cid-vaxpK3zWmr .nav-item:focus,
.cid-vaxpK3zWmr .nav-link:focus {
  outline: none;
}
.cid-vaxpK3zWmr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaxpK3zWmr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaxpK3zWmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaxpK3zWmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaxpK3zWmr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaxpK3zWmr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaxpK3zWmr .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vaxpK3zWmr .navbar.opened {
  transition: all 0.3s;
}
.cid-vaxpK3zWmr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaxpK3zWmr .navbar .navbar-logo img {
  width: auto;
}
.cid-vaxpK3zWmr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaxpK3zWmr .navbar.collapsed {
  justify-content: center;
}
.cid-vaxpK3zWmr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaxpK3zWmr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaxpK3zWmr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaxpK3zWmr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaxpK3zWmr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaxpK3zWmr .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-vaxpK3zWmr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaxpK3zWmr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaxpK3zWmr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaxpK3zWmr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaxpK3zWmr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaxpK3zWmr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaxpK3zWmr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaxpK3zWmr .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-vaxpK3zWmr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaxpK3zWmr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaxpK3zWmr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaxpK3zWmr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaxpK3zWmr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaxpK3zWmr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaxpK3zWmr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaxpK3zWmr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaxpK3zWmr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaxpK3zWmr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaxpK3zWmr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaxpK3zWmr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaxpK3zWmr .dropdown-item.active,
.cid-vaxpK3zWmr .dropdown-item:active {
  background-color: transparent;
}
.cid-vaxpK3zWmr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaxpK3zWmr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaxpK3zWmr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaxpK3zWmr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaxpK3zWmr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaxpK3zWmr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaxpK3zWmr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaxpK3zWmr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaxpK3zWmr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaxpK3zWmr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaxpK3zWmr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxpK3zWmr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaxpK3zWmr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaxpK3zWmr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxpK3zWmr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaxpK3zWmr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaxpK3zWmr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaxpK3zWmr .navbar-dropdown {
  padding: 0;
}
.cid-vaxpK3zWmr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaxpK3zWmr .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-vaxpK3zWmr .navbar {
    height: 70px;
  }
  .cid-vaxpK3zWmr .navbar.opened {
    height: auto;
  }
  .cid-vaxpK3zWmr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaxpK3zWmr .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vaxpK3zWmr .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vaxpK3zWmr .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vaxpK3zWmr .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vaxpK3zWmr .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vaxpK3zWmr .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vaxpK3zWmr .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vaxpK3zWmr .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vaxpK3zWmr .nav-item .nav-link {
  position: relative !important;
}
.cid-vaxpK3zWmr .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vaxpK3zWmr .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vaxpK3zWmr .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vaxpK3zWmr .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vaxpK3zWmr .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vaxpK3zWmr .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaxpK3zWmr .tel-menu {
    display: none;
  }
}
.cid-vaxpK3zWmr .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vaxpK3zWmr .mbr-text {
    text-align: center !important;
  }
}
.cid-vaxpK3zWmr .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vaxpK3zWmr .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vaxpK3zWmr .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vaxpK3zWmr .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vaxpK3zWmr .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vaxpK3zWmr .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vaxpK3zWmr .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaxpK4cZXQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaxpK4cZXQ .mbr-text {
  color: #000000;
}
.cid-vaxpK4cZXQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaxpK4cZXQ .mbr-section-title {
  color: #000000;
}
.cid-vaxpK4Eh9f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaxpK4Eh9f .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vaxpK4Eh9f .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vaxpK4Eh9f .col + .mbr-section-btn .btn,
.cid-vaxpK4Eh9f .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vaxpK4Eh9f .col + .mbr-section-btn .btn,
  .cid-vaxpK4Eh9f .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vaxpK4Eh9f .dragArea > *:nth-last-child(2).col,
  .cid-vaxpK4Eh9f .dragArea > *:nth-last-child(2).col-auto,
  .cid-vaxpK4Eh9f .col + .mbr-section-btn,
  .cid-vaxpK4Eh9f .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vaxpK4Eh9f .dragArea {
    flex-direction: column;
  }
}
.cid-vaxpK4Eh9f .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vaxpK4Eh9f .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vaxpK4Eh9f .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vaxpK4Eh9f .form-group {
  max-width: 220px;
}
.cid-vaxpK4Eh9f .mbr-section-btn {
  padding-left: 0;
}
.cid-vaxpK4Eh9f .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vaxpK4Eh9f .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vaxpK4Eh9f .mbr-text {
  color: #444;
}
.cid-vaxpK4Eh9f h5 {
  margin-bottom: 0;
}
.cid-vaxpK4Eh9f .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vaxpK4Eh9f .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaxpK4Eh9f .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vaxpK4Eh9f .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaxpK4Eh9f .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-vaxpK4Eh9f .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vaxpK4Eh9f .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaxpK4Eh9f .social-list a:hover {
  opacity: 0.4;
}
.cid-vaxpK4Eh9f .media-container-row > div {
  padding: 0px;
}
.cid-vaxpK4Eh9f .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vaxpK4Eh9f .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vaxpK4Eh9f .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaxpK4Eh9f .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vaxpK4Eh9f .social-list,
  .cid-vaxpK4Eh9f .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vaxpK4Eh9f h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vaxpK4Eh9f .form-group {
    max-width: 180px;
  }
}
.cid-vaxpK4Eh9f .links span {
  color: #9e9e9e;
}
.cid-vaxpK4Eh9f .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaxpK4Eh9f .logo-title {
  text-align: center;
}
.cid-vaxpK4Eh9f .logo-title,
.cid-vaxpK4Eh9f .logo {
  color: #a6a99c;
}
.cid-vaxpK5kjGI.popup-builder {
  background-color: #ffffff;
}
.cid-vaxpK5kjGI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaxpK5kjGI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaxpK5kjGI .modal-content,
.cid-vaxpK5kjGI .modal-dialog {
  height: auto;
}
.cid-vaxpK5kjGI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaxpK5kjGI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaxpK5kjGI .form-wrapper .mbr-form .form-group,
  .cid-vaxpK5kjGI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaxpK5kjGI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaxpK5kjGI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaxpK5kjGI .mbr-text {
  text-align: center;
}
.cid-vaxpK5kjGI .pt-0 {
  padding-top: 0 !important;
}
.cid-vaxpK5kjGI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaxpK5kjGI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaxpK5kjGI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaxpK5kjGI .modal-open {
  overflow: hidden;
}
.cid-vaxpK5kjGI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaxpK5kjGI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaxpK5kjGI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaxpK5kjGI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaxpK5kjGI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaxpK5kjGI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaxpK5kjGI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaxpK5kjGI .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaxpK5kjGI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaxpK5kjGI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaxpK5kjGI .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaxpK5kjGI .modal-backdrop.show {
  opacity: .5;
}
.cid-vaxpK5kjGI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaxpK5kjGI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxpK5kjGI .modal-header {
    padding: 1rem;
  }
}
.cid-vaxpK5kjGI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaxpK5kjGI .modal-header .close svg {
  fill: #000000;
}
.cid-vaxpK5kjGI .modal-header .close:hover {
  opacity: 1;
}
.cid-vaxpK5kjGI .modal-header .close:focus {
  outline: none;
}
.cid-vaxpK5kjGI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaxpK5kjGI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaxpK5kjGI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxpK5kjGI .modal-body {
    padding: 1rem;
  }
}
.cid-vaxpK5kjGI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaxpK5kjGI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaxpK5kjGI .modal-footer {
    padding: 1rem;
  }
}
.cid-vaxpK5kjGI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaxpK5kjGI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaxpK5kjGI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaxpK5kjGI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaxpK5kjGI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaxpK5kjGI .modal-lg,
  .cid-vaxpK5kjGI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaxpK5kjGI .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaxpK5kjGI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaxpK5kjGI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaxpK5kjGI .form-group {
  margin-bottom: 1rem;
}
.cid-vaxpK5kjGI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaxpK5kjGI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaxpK5kjGI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaxpK5kjGI .mbr-section-btn {
  margin: 0;
}
.cid-vaxpK5kjGI .mbr-section-btn .btn {
  margin: 0;
}
.cid-vazF1vg8CE .navbar-dropdown {
  position: relative !important;
}
.cid-vazF1vg8CE .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-vazF1vg8CE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vazF1vg8CE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vazF1vg8CE .dropdown-item:hover,
.cid-vazF1vg8CE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vazF1vg8CE .dropdown-item:hover span {
  color: white;
}
.cid-vazF1vg8CE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vazF1vg8CE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vazF1vg8CE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vazF1vg8CE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vazF1vg8CE .nav-link {
  position: relative;
}
.cid-vazF1vg8CE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vazF1vg8CE .container {
    flex-wrap: nowrap;
  }
}
.cid-vazF1vg8CE .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vazF1vg8CE .dropdown-menu,
.cid-vazF1vg8CE .navbar.opened {
  background: #ffffff !important;
}
.cid-vazF1vg8CE .nav-item:focus,
.cid-vazF1vg8CE .nav-link:focus {
  outline: none;
}
.cid-vazF1vg8CE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vazF1vg8CE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazF1vg8CE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vazF1vg8CE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazF1vg8CE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazF1vg8CE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazF1vg8CE .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vazF1vg8CE .navbar.opened {
  transition: all 0.3s;
}
.cid-vazF1vg8CE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vazF1vg8CE .navbar .navbar-logo img {
  width: auto;
}
.cid-vazF1vg8CE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vazF1vg8CE .navbar.collapsed {
  justify-content: center;
}
.cid-vazF1vg8CE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vazF1vg8CE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vazF1vg8CE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vazF1vg8CE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazF1vg8CE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazF1vg8CE .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-vazF1vg8CE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazF1vg8CE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vazF1vg8CE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vazF1vg8CE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vazF1vg8CE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazF1vg8CE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazF1vg8CE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazF1vg8CE .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-vazF1vg8CE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vazF1vg8CE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazF1vg8CE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vazF1vg8CE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vazF1vg8CE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vazF1vg8CE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vazF1vg8CE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazF1vg8CE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vazF1vg8CE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vazF1vg8CE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazF1vg8CE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazF1vg8CE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazF1vg8CE .dropdown-item.active,
.cid-vazF1vg8CE .dropdown-item:active {
  background-color: transparent;
}
.cid-vazF1vg8CE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazF1vg8CE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazF1vg8CE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazF1vg8CE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazF1vg8CE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazF1vg8CE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazF1vg8CE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vazF1vg8CE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vazF1vg8CE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vazF1vg8CE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vazF1vg8CE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vazF1vg8CE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vazF1vg8CE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vazF1vg8CE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vazF1vg8CE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vazF1vg8CE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vazF1vg8CE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vazF1vg8CE .navbar-dropdown {
  padding: 0;
}
.cid-vazF1vg8CE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vazF1vg8CE .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-vazF1vg8CE .navbar {
    height: 70px;
  }
  .cid-vazF1vg8CE .navbar.opened {
    height: auto;
  }
  .cid-vazF1vg8CE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazF1vg8CE .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vazF1vg8CE .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vazF1vg8CE .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vazF1vg8CE .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vazF1vg8CE .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vazF1vg8CE .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vazF1vg8CE .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vazF1vg8CE .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vazF1vg8CE .nav-item .nav-link {
  position: relative !important;
}
.cid-vazF1vg8CE .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vazF1vg8CE .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vazF1vg8CE .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vazF1vg8CE .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vazF1vg8CE .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vazF1vg8CE .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vazF1vg8CE .tel-menu {
    display: none;
  }
}
.cid-vazF1vg8CE .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vazF1vg8CE .mbr-text {
    text-align: center !important;
  }
}
.cid-vazF1vg8CE .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vazF1vg8CE .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vazF1vg8CE .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vazF1vg8CE .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vazF1vg8CE .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vazF1vg8CE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vazF1vg8CE .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vazF1w7F88 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vazF1w7F88 .mbr-text {
  color: #000000;
}
.cid-vazF1w7F88 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vazF1w7F88 .mbr-section-title {
  color: #000000;
}
#custom-html-fr {
  /* Type valid CSS here */
}
#custom-html-fr div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-fr p {
  font-size: 5px;
  color: #777;
}
.cid-vazF1wwDcg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vazF1wwDcg .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vazF1wwDcg .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vazF1wwDcg .col + .mbr-section-btn .btn,
.cid-vazF1wwDcg .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vazF1wwDcg .col + .mbr-section-btn .btn,
  .cid-vazF1wwDcg .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vazF1wwDcg .dragArea > *:nth-last-child(2).col,
  .cid-vazF1wwDcg .dragArea > *:nth-last-child(2).col-auto,
  .cid-vazF1wwDcg .col + .mbr-section-btn,
  .cid-vazF1wwDcg .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vazF1wwDcg .dragArea {
    flex-direction: column;
  }
}
.cid-vazF1wwDcg .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vazF1wwDcg .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vazF1wwDcg .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vazF1wwDcg .form-group {
  max-width: 220px;
}
.cid-vazF1wwDcg .mbr-section-btn {
  padding-left: 0;
}
.cid-vazF1wwDcg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vazF1wwDcg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vazF1wwDcg .mbr-text {
  color: #444;
}
.cid-vazF1wwDcg h5 {
  margin-bottom: 0;
}
.cid-vazF1wwDcg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vazF1wwDcg .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vazF1wwDcg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vazF1wwDcg .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazF1wwDcg .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-vazF1wwDcg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vazF1wwDcg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vazF1wwDcg .social-list a:hover {
  opacity: 0.4;
}
.cid-vazF1wwDcg .media-container-row > div {
  padding: 0px;
}
.cid-vazF1wwDcg .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vazF1wwDcg .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vazF1wwDcg .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vazF1wwDcg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vazF1wwDcg .social-list,
  .cid-vazF1wwDcg .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vazF1wwDcg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vazF1wwDcg .form-group {
    max-width: 180px;
  }
}
.cid-vazF1wwDcg .links span {
  color: #9e9e9e;
}
.cid-vazF1wwDcg .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vazF1wwDcg .logo-title {
  text-align: center;
}
.cid-vazF1wwDcg .logo-title,
.cid-vazF1wwDcg .logo {
  color: #a6a99c;
}
.cid-vazF1xiYq9.popup-builder {
  background-color: #ffffff;
}
.cid-vazF1xiYq9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vazF1xiYq9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vazF1xiYq9 .modal-content,
.cid-vazF1xiYq9 .modal-dialog {
  height: auto;
}
.cid-vazF1xiYq9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vazF1xiYq9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vazF1xiYq9 .form-wrapper .mbr-form .form-group,
  .cid-vazF1xiYq9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vazF1xiYq9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vazF1xiYq9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazF1xiYq9 .mbr-text {
  text-align: center;
}
.cid-vazF1xiYq9 .pt-0 {
  padding-top: 0 !important;
}
.cid-vazF1xiYq9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vazF1xiYq9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vazF1xiYq9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vazF1xiYq9 .modal-open {
  overflow: hidden;
}
.cid-vazF1xiYq9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vazF1xiYq9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vazF1xiYq9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vazF1xiYq9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vazF1xiYq9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vazF1xiYq9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vazF1xiYq9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vazF1xiYq9 .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vazF1xiYq9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vazF1xiYq9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vazF1xiYq9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vazF1xiYq9 .modal-backdrop.show {
  opacity: .5;
}
.cid-vazF1xiYq9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vazF1xiYq9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vazF1xiYq9 .modal-header {
    padding: 1rem;
  }
}
.cid-vazF1xiYq9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vazF1xiYq9 .modal-header .close svg {
  fill: #000000;
}
.cid-vazF1xiYq9 .modal-header .close:hover {
  opacity: 1;
}
.cid-vazF1xiYq9 .modal-header .close:focus {
  outline: none;
}
.cid-vazF1xiYq9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vazF1xiYq9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vazF1xiYq9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vazF1xiYq9 .modal-body {
    padding: 1rem;
  }
}
.cid-vazF1xiYq9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vazF1xiYq9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vazF1xiYq9 .modal-footer {
    padding: 1rem;
  }
}
.cid-vazF1xiYq9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vazF1xiYq9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vazF1xiYq9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vazF1xiYq9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vazF1xiYq9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vazF1xiYq9 .modal-lg,
  .cid-vazF1xiYq9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vazF1xiYq9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vazF1xiYq9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vazF1xiYq9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vazF1xiYq9 .form-group {
  margin-bottom: 1rem;
}
.cid-vazF1xiYq9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vazF1xiYq9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vazF1xiYq9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vazF1xiYq9 .mbr-section-btn {
  margin: 0;
}
.cid-vazF1xiYq9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaW9yQbWgV .navbar-dropdown {
  position: relative !important;
}
.cid-vaW9yQbWgV .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-vaW9yQbWgV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaW9yQbWgV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaW9yQbWgV .dropdown-item:hover,
.cid-vaW9yQbWgV .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vaW9yQbWgV .dropdown-item:hover span {
  color: white;
}
.cid-vaW9yQbWgV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaW9yQbWgV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaW9yQbWgV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaW9yQbWgV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaW9yQbWgV .nav-link {
  position: relative;
}
.cid-vaW9yQbWgV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaW9yQbWgV .container {
    flex-wrap: nowrap;
  }
}
.cid-vaW9yQbWgV .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaW9yQbWgV .dropdown-menu,
.cid-vaW9yQbWgV .navbar.opened {
  background: #ffffff !important;
}
.cid-vaW9yQbWgV .nav-item:focus,
.cid-vaW9yQbWgV .nav-link:focus {
  outline: none;
}
.cid-vaW9yQbWgV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaW9yQbWgV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaW9yQbWgV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaW9yQbWgV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaW9yQbWgV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaW9yQbWgV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaW9yQbWgV .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-vaW9yQbWgV .navbar.opened {
  transition: all 0.3s;
}
.cid-vaW9yQbWgV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaW9yQbWgV .navbar .navbar-logo img {
  width: auto;
}
.cid-vaW9yQbWgV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaW9yQbWgV .navbar.collapsed {
  justify-content: center;
}
.cid-vaW9yQbWgV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaW9yQbWgV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaW9yQbWgV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaW9yQbWgV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaW9yQbWgV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaW9yQbWgV .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-vaW9yQbWgV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaW9yQbWgV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaW9yQbWgV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaW9yQbWgV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaW9yQbWgV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaW9yQbWgV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaW9yQbWgV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaW9yQbWgV .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-vaW9yQbWgV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaW9yQbWgV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaW9yQbWgV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaW9yQbWgV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaW9yQbWgV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaW9yQbWgV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaW9yQbWgV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaW9yQbWgV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaW9yQbWgV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaW9yQbWgV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaW9yQbWgV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaW9yQbWgV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaW9yQbWgV .dropdown-item.active,
.cid-vaW9yQbWgV .dropdown-item:active {
  background-color: transparent;
}
.cid-vaW9yQbWgV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaW9yQbWgV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaW9yQbWgV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaW9yQbWgV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaW9yQbWgV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaW9yQbWgV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaW9yQbWgV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaW9yQbWgV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaW9yQbWgV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vaW9yQbWgV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaW9yQbWgV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaW9yQbWgV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaW9yQbWgV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaW9yQbWgV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaW9yQbWgV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaW9yQbWgV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaW9yQbWgV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaW9yQbWgV .navbar-dropdown {
  padding: 0;
}
.cid-vaW9yQbWgV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaW9yQbWgV .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-vaW9yQbWgV .navbar {
    height: 70px;
  }
  .cid-vaW9yQbWgV .navbar.opened {
    height: auto;
  }
  .cid-vaW9yQbWgV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaW9yQbWgV .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-vaW9yQbWgV .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-vaW9yQbWgV .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-vaW9yQbWgV .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vaW9yQbWgV .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-vaW9yQbWgV .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-vaW9yQbWgV .navbar-nav {
    margin-left: 145px;
  }
}
.cid-vaW9yQbWgV .nav-item a:hover {
  color: #ffffff !important;
}
.cid-vaW9yQbWgV .nav-item .nav-link {
  position: relative !important;
}
.cid-vaW9yQbWgV .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-vaW9yQbWgV .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-vaW9yQbWgV .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-vaW9yQbWgV .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-vaW9yQbWgV .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-vaW9yQbWgV .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vaW9yQbWgV .tel-menu {
    display: none;
  }
}
.cid-vaW9yQbWgV .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-vaW9yQbWgV .mbr-text {
    text-align: center !important;
  }
}
.cid-vaW9yQbWgV .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-vaW9yQbWgV .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vaW9yQbWgV .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-vaW9yQbWgV .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-vaW9yQbWgV .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-vaW9yQbWgV .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-vaW9yQbWgV .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-vaW9yQCyz9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaW9yQCyz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW9yQCyz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaW9yQCyz9 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-vaW9yQCyz9 .container {
    padding: 0 50px !important;
  }
}
.cid-vaW9yQCyz9 .row {
  align-items: stretch;
}
.cid-vaW9yQCyz9 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-vaW9yQCyz9 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-vaW9yQCyz9 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vaW9yQCyz9 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-vaW9yQCyz9 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vaW9yQCyz9 .card-title {
    text-align: center;
  }
}
.cid-vaW9yQCyz9 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-vaW9yQCyz9 .mbr-text {
    text-align: center;
  }
}
.cid-vaW9yQCyz9 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-vaW9yQCyz9 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-vaW9yQCyz9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vaW9yQCyz9 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-vaW9yQCyz9 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-vaW9yQCyz9 .image-wrapper {
    padding-right: 0;
  }
}
.cid-vaW9yQCyz9 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #ffd7ef;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-vaW9yQCyz9 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-vaW9yQCyz9 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-vaW9yQCyz9 .card-title DIV {
  text-align: justify;
}
.cid-vaW9yQY1aP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vaW9yQY1aP .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-vaW9yQY1aP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vaW9yQY1aP .col + .mbr-section-btn .btn,
.cid-vaW9yQY1aP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-vaW9yQY1aP .col + .mbr-section-btn .btn,
  .cid-vaW9yQY1aP .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-vaW9yQY1aP .dragArea > *:nth-last-child(2).col,
  .cid-vaW9yQY1aP .dragArea > *:nth-last-child(2).col-auto,
  .cid-vaW9yQY1aP .col + .mbr-section-btn,
  .cid-vaW9yQY1aP .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-vaW9yQY1aP .dragArea {
    flex-direction: column;
  }
}
.cid-vaW9yQY1aP .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-vaW9yQY1aP .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-vaW9yQY1aP .stripe {
  border-bottom: 1px solid #ffb5b3;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vaW9yQY1aP .form-group {
  max-width: 220px;
}
.cid-vaW9yQY1aP .mbr-section-btn {
  padding-left: 0;
}
.cid-vaW9yQY1aP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vaW9yQY1aP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffb5b3;
  width: 85%;
}
.cid-vaW9yQY1aP .mbr-text {
  color: #444;
}
.cid-vaW9yQY1aP h5 {
  margin-bottom: 0;
}
.cid-vaW9yQY1aP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vaW9yQY1aP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vaW9yQY1aP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vaW9yQY1aP .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaW9yQY1aP .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-vaW9yQY1aP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vaW9yQY1aP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vaW9yQY1aP .social-list a:hover {
  opacity: 0.4;
}
.cid-vaW9yQY1aP .media-container-row > div {
  padding: 0px;
}
.cid-vaW9yQY1aP .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vaW9yQY1aP .group-title {
  text-align: left;
  color: #ffb5b3;
  padding-bottom: 0.2rem;
}
.cid-vaW9yQY1aP .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaW9yQY1aP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vaW9yQY1aP .social-list,
  .cid-vaW9yQY1aP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vaW9yQY1aP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vaW9yQY1aP .form-group {
    max-width: 180px;
  }
}
.cid-vaW9yQY1aP .links span {
  color: #9e9e9e;
}
.cid-vaW9yQY1aP .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaW9yQY1aP .logo-title {
  text-align: center;
}
.cid-vaW9yQY1aP .logo-title,
.cid-vaW9yQY1aP .logo {
  color: #a6a99c;
}
.cid-vaW9yRxYk5.popup-builder {
  background-color: #ffffff;
}
.cid-vaW9yRxYk5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaW9yRxYk5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaW9yRxYk5 .modal-content,
.cid-vaW9yRxYk5 .modal-dialog {
  height: auto;
}
.cid-vaW9yRxYk5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaW9yRxYk5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaW9yRxYk5 .form-wrapper .mbr-form .form-group,
  .cid-vaW9yRxYk5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaW9yRxYk5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaW9yRxYk5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaW9yRxYk5 .mbr-text {
  text-align: center;
}
.cid-vaW9yRxYk5 .pt-0 {
  padding-top: 0 !important;
}
.cid-vaW9yRxYk5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaW9yRxYk5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaW9yRxYk5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaW9yRxYk5 .modal-open {
  overflow: hidden;
}
.cid-vaW9yRxYk5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaW9yRxYk5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaW9yRxYk5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaW9yRxYk5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaW9yRxYk5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaW9yRxYk5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaW9yRxYk5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaW9yRxYk5 .modal-content {
  background: #ffeaf7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaW9yRxYk5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaW9yRxYk5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaW9yRxYk5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaW9yRxYk5 .modal-backdrop.show {
  opacity: .5;
}
.cid-vaW9yRxYk5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaW9yRxYk5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW9yRxYk5 .modal-header {
    padding: 1rem;
  }
}
.cid-vaW9yRxYk5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaW9yRxYk5 .modal-header .close svg {
  fill: #000000;
}
.cid-vaW9yRxYk5 .modal-header .close:hover {
  opacity: 1;
}
.cid-vaW9yRxYk5 .modal-header .close:focus {
  outline: none;
}
.cid-vaW9yRxYk5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vaW9yRxYk5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaW9yRxYk5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW9yRxYk5 .modal-body {
    padding: 1rem;
  }
}
.cid-vaW9yRxYk5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaW9yRxYk5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW9yRxYk5 .modal-footer {
    padding: 1rem;
  }
}
.cid-vaW9yRxYk5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaW9yRxYk5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaW9yRxYk5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaW9yRxYk5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaW9yRxYk5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaW9yRxYk5 .modal-lg,
  .cid-vaW9yRxYk5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaW9yRxYk5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaW9yRxYk5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaW9yRxYk5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaW9yRxYk5 .form-group {
  margin-bottom: 1rem;
}
.cid-vaW9yRxYk5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaW9yRxYk5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaW9yRxYk5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaW9yRxYk5 .mbr-section-btn {
  margin: 0;
}
.cid-vaW9yRxYk5 .mbr-section-btn .btn {
  margin: 0;
}
