body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 8.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.5rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff002e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff002e !important;
  border-color: #ff002e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #cc0025 !important;
  border-color: #cc0025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cc0025 !important;
  border-color: #cc0025 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff002e;
  color: #ff002e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff002e !important;
  border-color: #ff002e !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff002e !important;
  border-color: #ff002e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #121212;
  border-color: #121212;
  color: #fafafa;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #121212;
  background-color: transparent;
  border-color: #121212;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #121212;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: #121212;
  border-color: #121212;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #121212;
  background-color: #fafafa;
  border-color: #fafafa;
}
.text-primary {
  color: #ff002e !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff002e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9966 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff002e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff002e;
  border-color: #ff002e;
  color: #ffffff;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff002e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff002e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff002e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff002e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff002e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff002e;
  border-bottom-color: #ff002e;
}
.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: #ff002e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff002e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s8WN7NjDdJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-s8WN7NjDdJ nav.navbar {
  position: fixed;
}
.cid-s8WN7NjDdJ .nav-link,
.cid-s8WN7NjDdJ .dropdown-item {
  font-weight: 400;
}
.cid-s8WN7NjDdJ .nav-link:hover,
.cid-s8WN7NjDdJ .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-s8WN7NjDdJ .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-s8WN7NjDdJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-s8WN7NjDdJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-s8WN7NjDdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s8WN7NjDdJ .nav-link {
  position: relative;
}
.cid-s8WN7NjDdJ .container {
  display: flex;
  margin: auto;
}
.cid-s8WN7NjDdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8WN7NjDdJ .dropdown-menu,
.cid-s8WN7NjDdJ .navbar.opened {
  background: #ffffff !important;
}
.cid-s8WN7NjDdJ .nav-item:focus,
.cid-s8WN7NjDdJ .nav-link:focus {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8WN7NjDdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s8WN7NjDdJ .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.opened {
  transition: all .3s;
}
.cid-s8WN7NjDdJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s8WN7NjDdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-s8WN7NjDdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar.collapsed {
  justify-content: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8WN7NjDdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8WN7NjDdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8WN7NjDdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s8WN7NjDdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s8WN7NjDdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8WN7NjDdJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-s8WN7NjDdJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown-item.active,
.cid-s8WN7NjDdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-s8WN7NjDdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8WN7NjDdJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8WN7NjDdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s8WN7NjDdJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s8WN7NjDdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-s8WN7NjDdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar {
    height: 70px;
  }
  .cid-s8WN7NjDdJ .navbar.opened {
    height: auto;
  }
  .cid-s8WN7NjDdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8WN8WYLOz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s8WN8WYLOz .mbr-text,
.cid-s8WN8WYLOz .mbr-section-btn {
  color: #353535;
}
.cid-s8WN8WYLOz .mbr-text {
  max-width: 500px;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .cid-s8WN8WYLOz .mbr-text {
    padding: 0;
  }
}
.cid-s8WN8WYLOz .mbr-section-btn {
  padding: 0 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .cid-s8WN8WYLOz .mbr-section-btn {
    padding: 0;
    padding-bottom: 8rem;
  }
}
.cid-s8WN8WYLOz .mbr-section-subtitle {
  color: #121212;
}
.cid-s8WN8WYLOz .mbr-iconfont {
  color: #121212;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-s8WN8WYLOz .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-s8WN8WYLOz .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-s8WN8WYLOz .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-s8WN8WYLOz .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-s8WN8WYLOz .mbr-section-title {
  color: #121212;
}
.cid-s8XeIziAPT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-s8XeIziAPT .jc-e {
  justify-content: flex-end;
}
.cid-s8XeIziAPT .count {
  color: #121212;
}
.cid-s8XgpbhZNg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-s8XgpbhZNg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s8XgpbhZNg .team-card:hover {
  transform: translateY(-10px);
}
.cid-s8XgpbhZNg .container {
  max-width: 1500px;
}
.cid-s8XgpbhZNg .card2 {
  margin-top: 3rem;
}
.cid-s8XgpbhZNg img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-s8XgpbhZNg h5 {
  margin-bottom: 0.2rem;
}
.cid-s8XgpbhZNg .image-wrap {
  transition: all 0.3s;
  overflow: hidden;
  height: 500px;
}
.cid-s8XgpbhZNg .mbr-role {
  transition: all 0.3s;
}
.cid-s8XgpbhZNg .card-wrap {
  padding: 2rem;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-s8XgpbhZNg .card-wrap {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-s8XgpbhZNg .card-wrap {
    padding: 0rem;
  }
}
.cid-s8XgpbhZNg .card-wrap .image-wrap img {
  width: 100%;
}
.cid-s8XgpbhZNg .card-wrap .content-wrap {
  padding-top: 2rem;
  transition: all 0.3s;
}
.cid-s8XgpbhZNg .card-wrap:hover img {
  transform: scale(1.2);
}
.cid-s8XgpbhZNg .card-wrap:hover .image-wrap {
  transform: scale(0.95);
}
.cid-s8XgpbhZNg .card-wrap:hover .content-wrap {
  padding-left: 1.5rem;
}
.cid-s8XgpbhZNg .card-wrap:hover .mbr-role {
  color: #ff002e;
}
.cid-s8XgpbhZNg .mbr-role,
.cid-s8XgpbhZNg .social-row {
  color: #121212;
}
.cid-s8XgpbhZNg .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-s8XgpbhZNg .card-title,
.cid-s8XgpbhZNg .social-row {
  color: #353535;
}
.cid-s8XgpbhZNg .mbr-section-text {
  color: #707070;
}
@media (max-width: 767px) {
  .cid-s8XgpbhZNg .card-wrap .content-wrap {
    padding-left: 0rem!important;
  }
}
.cid-s8XeElbghg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8XeElbghg .container {
  max-width: 100%;
  padding: 0 1rem;
}
.cid-s8XeElbghg .card {
  padding: 0!important;
}
.cid-s8XeElbghg .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-s8XeElbghg .card-box:focus-within {
  opacity: 1;
}
.cid-s8XeElbghg .row-center {
  height: 100%;
}
.cid-s8XeElbghg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-s8XeElbghg .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-s8XeElbghg .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-s8XeElbghg .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-s8XeElbghg .card-wrapper:hover .card-box,
.cid-s8XeElbghg .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-s8XeElbghg .card-wrapper:hover .card-img,
.cid-s8XeElbghg .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-s8XeElbghg .card-wrapper:hover:before,
.cid-s8XeElbghg .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-s8XeElbghg .row {
  justify-content: center;
}
.cid-s8XeElbghg .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-s8XeElbghg .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-s8XeElbghg .card-img {
    transform: scale(1.1);
  }
  .cid-s8XeElbghg .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-s8XeLFijPd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8XeLFijPd .progress {
  width: 100%;
}
.cid-s8XeLFijPd p {
  margin-bottom: 0.4rem;
}
.cid-s8XeLFijPd .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-s8XeLFijPd progress {
  height: 3px;
}
.cid-s8XeLFijPd .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-s8XeLFijPd .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s8XeLFijPd .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s8XeLFijPd .progress_value {
  position: relative;
}
.cid-s8XeLFijPd .progress1 .progressbar-number:before,
.cid-s8XeLFijPd .progress2 .progressbar-number:before,
.cid-s8XeLFijPd .progress3 .progressbar-number:before,
.cid-s8XeLFijPd .progress4 .progressbar-number:before,
.cid-s8XeLFijPd .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s8XeLFijPd progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s8XeLFijPd progress::-webkit-progress-value {
  background: #ff002e;
}
.cid-s8XeLFijPd progress[value]::-moz-progress-bar {
  background: #ff002e;
}
.cid-s8XeLFijPd progress::-ms-fill {
  background: #ff002e;
}
.cid-s8XeLFijPd .progress1 .progressbar-number:before {
  content: '92';
}
.cid-s8XeLFijPd .progress2 .progressbar-number:before {
  content: '71';
}
.cid-s8XeLFijPd .progress3 .progressbar-number:before {
  content: '53';
}
.cid-s8XeLFijPd .progress4 .progressbar-number:before {
  content: '70';
}
.cid-s8XeLFijPd .progress5 .progressbar-number:before {
  content: '60';
}
.cid-s8XeLFijPd .section-content-text {
  color: #454545;
}
.cid-s8XeLFijPd .progressbar-title p,
.cid-s8XeLFijPd .progress_value {
  color: #121212;
}
.cid-s8XeLFijPd .mbr-section-subtitle {
  color: #454545;
}
.cid-s8XgDaVoVa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8XgDaVoVa .container {
  max-width: 1700px;
}
.cid-s8XgDaVoVa .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-s8XgDaVoVa .card-box:focus-within {
  opacity: 1;
}
.cid-s8XgDaVoVa .row-center {
  height: 100%;
}
.cid-s8XgDaVoVa .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-s8XgDaVoVa .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-s8XgDaVoVa .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-s8XgDaVoVa .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-s8XgDaVoVa .card-wrapper:hover .card-box,
.cid-s8XgDaVoVa .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-s8XgDaVoVa .card-wrapper:hover .card-img,
.cid-s8XgDaVoVa .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-s8XgDaVoVa .card-wrapper:hover:before,
.cid-s8XgDaVoVa .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-s8XgDaVoVa .row {
  justify-content: center;
}
.cid-s8XgDaVoVa .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-s8XgDaVoVa .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-s8XgDaVoVa .card-img {
    transform: scale(1.1);
  }
  .cid-s8XgDaVoVa .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-s8XhrNzhxY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s8XhrNzhxY .mbr-section-title {
  color: #121212;
}
.cid-s8XhrNzhxY .mbr-section-subtitle {
  color: #707070;
}
.cid-s8XhrNzhxY .mbr-text,
.cid-s8XhrNzhxY .link {
  color: #707070;
}
.cid-s8XhrNzhxY .card-subtitle {
  color: #ff002e;
}
.cid-s8XhrNzhxY .card-wrapper,
.cid-s8XhrNzhxY .item-wrapper {
  overflow: visible;
}
.cid-s8XhrNzhxY .card-wrapper {
  margin-bottom: 5rem;
}
.cid-s8XhyqjNEB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8XhyqjNEB .container {
  max-width: 100%;
  padding: 0 1rem;
}
.cid-s8XhyqjNEB .card {
  padding: 0!important;
}
.cid-s8XhyqjNEB .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-s8XhyqjNEB .card-box:focus-within {
  opacity: 1;
}
.cid-s8XhyqjNEB .row-center {
  height: 100%;
}
.cid-s8XhyqjNEB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-s8XhyqjNEB .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-s8XhyqjNEB .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-s8XhyqjNEB .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-s8XhyqjNEB .card-wrapper:hover .card-box,
.cid-s8XhyqjNEB .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-s8XhyqjNEB .card-wrapper:hover .card-img,
.cid-s8XhyqjNEB .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-s8XhyqjNEB .card-wrapper:hover:before,
.cid-s8XhyqjNEB .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-s8XhyqjNEB .row {
  justify-content: center;
}
.cid-s8XhyqjNEB .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-s8XhyqjNEB .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-s8XhyqjNEB .card-img {
    transform: scale(1.1);
  }
  .cid-s8XhyqjNEB .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-s8XeQBvHsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s8XeQBvHsp .display-2 {
    font-size: 1.6rem;
  }
}
.cid-s8XeQBvHsp .align-wrapper {
  width: 100%;
}
.cid-s8XeQBvHsp h4 {
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s8XeQBvHsp h4:before {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 0%;
  left: 0;
  height: 2px;
  transition: all 0.3s;
  background: #ff002e;
}
.cid-s8XeQBvHsp h4:hover {
  color: #ff002e;
}
.cid-s8XeQBvHsp h4:hover:before {
  width: 100%;
}
.cid-s8XeQBvHsp .mbr-section-title {
  color: #454545;
}
.cid-s8XeQBvHsp .mbr-section-text,
.cid-s8XeQBvHsp .align-wrapper,
.cid-s8XeQBvHsp .mbr-section-btn {
  color: #121212;
}
.cid-s8XhLaqV5G {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s8XhLaqV5G .mbr-media {
  position: relative;
}
.cid-s8XhLaqV5G .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-s8XhLaqV5G .icon-wrap {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s8XhLaqV5G .icon-wrap a {
  height: 20px;
}
.cid-s8XhLaqV5G .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  to {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.cid-s8XhLaqV5G .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
  color: #121212;
}
.cid-s8XhLaqV5G .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s8XhLaqV5G .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s8XhLaqV5G .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s8XhLaqV5G .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s8XhLaqV5G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-s8XhG3qU3G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8XhG3qU3G .carousel {
  z-index: 2;
  position: relative;
}
.cid-s8XhG3qU3G .user {
  padding: 0 !important;
}
.cid-s8XhG3qU3G .carousel-inner {
  position: relative;
}
.cid-s8XhG3qU3G .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-s8XhG3qU3G .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s8XhG3qU3G .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-s8XhG3qU3G .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s8XhG3qU3G .carousel-item.active,
.cid-s8XhG3qU3G .carousel-item-next,
.cid-s8XhG3qU3G .carousel-item-prev {
  display: flex;
}
.cid-s8XhG3qU3G .user_name {
  margin: 0;
  color: #121212;
}
.cid-s8XhG3qU3G .carousel-controls a {
  font-size: 2rem;
}
.cid-s8XhG3qU3G .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #121212;
  background: transparent;
  opacity: 0.5;
}
.cid-s8XhG3qU3G .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s8XhG3qU3G ol {
  margin-bottom: 0;
  top: -3rem;
  height: fit-content;
  position: absolute;
}
.cid-s8XhG3qU3G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #121212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-s8XhG3qU3G .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s8XhG3qU3G .carousel-indicators .active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.cid-s8XhG3qU3G .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-s8XhG3qU3G .user_text {
  color: #121212;
}
.cid-s8XhG3qU3G .user_status {
  color: #707070;
}
.cid-s8XeT7p4iU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-s8XeT7p4iU .google-map {
  height: 30rem;
  position: relative;
}
.cid-s8XeT7p4iU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8XeT7p4iU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s8XeT7p4iU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8XeT7p4iU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s8XeTELmcE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s8XeTELmcE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .mbr-text {
  color: #707070;
}
.cid-tEeQWkz3NP {
  background-color: #131419;
}
.cid-tEeQWkz3NP .mbr-text,
.cid-tEeQWkz3NP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEeQWkz3NP .content-wrapper {
  max-width: 350px;
}
.cid-tEeQWkz3NP .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tEeQWkz3NP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEeQWkz3NP .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tEeQWkz3NP .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tEeQWkz3NP .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tEeQWkz3NP .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tEeQWkz3NP .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tEeQWkz3NP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEf0tAjV83 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEf0tAjV83 .mbr-section-title {
  color: #121212;
}
.cid-tEf0tAjV83 .mbr-section-subtitle {
  color: #707070;
}
.cid-tEf0tAjV83 .mbr-text,
.cid-tEf0tAjV83 .link {
  color: #707070;
}
.cid-tEf1lEvAEV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEf1lEvAEV .mbr-section-title {
  color: #121212;
}
.cid-tEf1lEvAEV .mbr-section-subtitle {
  color: #707070;
}
.cid-tEf1lEvAEV .mbr-text,
.cid-tEf1lEvAEV .link {
  color: #707070;
  text-align: left;
}
.cid-tEf1lEvAEV .card-subtitle {
  color: #ff002e;
}
.cid-tEf1lEvAEV .card-wrapper,
.cid-tEf1lEvAEV .item-wrapper {
  overflow: visible;
}
.cid-tEf1lEvAEV .card-wrapper {
  margin-bottom: 5rem;
}
.cid-tEgkBZ2ezj .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEgkBZ2ezj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEgkBZ2ezj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEgkBZ2ezj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEgkBZ2ezj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s8WN7NjDdJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-s8WN7NjDdJ nav.navbar {
  position: fixed;
}
.cid-s8WN7NjDdJ .nav-link,
.cid-s8WN7NjDdJ .dropdown-item {
  font-weight: 400;
}
.cid-s8WN7NjDdJ .nav-link:hover,
.cid-s8WN7NjDdJ .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-s8WN7NjDdJ .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-s8WN7NjDdJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-s8WN7NjDdJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-s8WN7NjDdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s8WN7NjDdJ .nav-link {
  position: relative;
}
.cid-s8WN7NjDdJ .container {
  display: flex;
  margin: auto;
}
.cid-s8WN7NjDdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8WN7NjDdJ .dropdown-menu,
.cid-s8WN7NjDdJ .navbar.opened {
  background: #ffffff !important;
}
.cid-s8WN7NjDdJ .nav-item:focus,
.cid-s8WN7NjDdJ .nav-link:focus {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8WN7NjDdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s8WN7NjDdJ .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.opened {
  transition: all .3s;
}
.cid-s8WN7NjDdJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s8WN7NjDdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-s8WN7NjDdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar.collapsed {
  justify-content: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8WN7NjDdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8WN7NjDdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8WN7NjDdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s8WN7NjDdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s8WN7NjDdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8WN7NjDdJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-s8WN7NjDdJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown-item.active,
.cid-s8WN7NjDdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-s8WN7NjDdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8WN7NjDdJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8WN7NjDdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s8WN7NjDdJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s8WN7NjDdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-s8WN7NjDdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar {
    height: 70px;
  }
  .cid-s8WN7NjDdJ .navbar.opened {
    height: auto;
  }
  .cid-s8WN7NjDdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8XeTELmcE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s8XeTELmcE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .mbr-text {
  color: #707070;
}
.cid-tEfbqJWrlI {
  background-color: #131419;
}
.cid-tEfbqJWrlI .mbr-text,
.cid-tEfbqJWrlI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEfbqJWrlI .content-wrapper {
  max-width: 350px;
}
.cid-tEfbqJWrlI .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tEfbqJWrlI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEfbqJWrlI .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tEfbqJWrlI .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tEfbqJWrlI .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tEfbqJWrlI .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tEfbqJWrlI .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tEfbqJWrlI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEfLMLErWq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEfLMLErWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfLMLErWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfLMLErWq .row {
  justify-content: flex-start;
}
.cid-tEfLMLErWq .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tEfLMLErWq .content-container {
    padding: 30px;
  }
}
.cid-tEfLMLErWq .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tEfLMLErWq .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tEfLMLErWq .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tEfLMLErWq .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-tEfLMLErWq .mbr-section-subtitle,
.cid-tEfLMLErWq .mbr-section-btn DIV {
  text-align: left;
}
.cid-tEfK93ktPN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEfK93ktPN .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tEfK93ktPN .row {
    padding: 0 0.75rem;
  }
}
.cid-tEfK93ktPN .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tEfK93ktPN .label-text {
  color: #0057fc;
}
.cid-tEfK93ktPN .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tEfK93ktPN .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEfK93ktPN .card {
    padding: 0;
  }
}
.cid-tEfK93ktPN .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-tEfK93ktPN .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-tEfK93ktPN .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tEfK93ktPN .card-text {
  color: #555555;
}
.cid-tEfK93ktPN .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-tEfK93ktPN .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-tEfK93ktPN .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tEfK93ktPN .card-box {
    text-align: center;
  }
}
.cid-tEfK93ktPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfK93ktPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfbqL6OLX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tEfbqL6OLX nav.navbar {
  position: fixed;
}
.cid-tEfbqL6OLX .nav-link,
.cid-tEfbqL6OLX .dropdown-item {
  font-weight: 400;
}
.cid-tEfbqL6OLX .nav-link:hover,
.cid-tEfbqL6OLX .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tEfbqL6OLX .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tEfbqL6OLX .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-tEfbqL6OLX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEfbqL6OLX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEfbqL6OLX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEfbqL6OLX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tEfbqL6OLX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEfbqL6OLX .nav-link {
  position: relative;
}
.cid-tEfbqL6OLX .container {
  display: flex;
  margin: auto;
}
.cid-tEfbqL6OLX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tEfbqL6OLX .dropdown-menu,
.cid-tEfbqL6OLX .navbar.opened {
  background: #ffffff !important;
}
.cid-tEfbqL6OLX .nav-item:focus,
.cid-tEfbqL6OLX .nav-link:focus {
  outline: none;
}
.cid-tEfbqL6OLX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEfbqL6OLX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEfbqL6OLX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tEfbqL6OLX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEfbqL6OLX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEfbqL6OLX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEfbqL6OLX .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tEfbqL6OLX .navbar.opened {
  transition: all .3s;
}
.cid-tEfbqL6OLX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tEfbqL6OLX .navbar .navbar-logo img {
  width: auto;
}
.cid-tEfbqL6OLX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEfbqL6OLX .navbar.collapsed {
  justify-content: center;
}
.cid-tEfbqL6OLX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEfbqL6OLX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tEfbqL6OLX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEfbqL6OLX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEfbqL6OLX .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-tEfbqL6OLX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEfbqL6OLX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tEfbqL6OLX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tEfbqL6OLX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEfbqL6OLX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEfbqL6OLX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEfbqL6OLX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEfbqL6OLX .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-tEfbqL6OLX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEfbqL6OLX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEfbqL6OLX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEfbqL6OLX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEfbqL6OLX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEfbqL6OLX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tEfbqL6OLX .navbar.navbar-short {
  min-height: 80px;
}
.cid-tEfbqL6OLX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEfbqL6OLX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEfbqL6OLX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEfbqL6OLX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEfbqL6OLX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEfbqL6OLX .dropdown-item.active,
.cid-tEfbqL6OLX .dropdown-item:active {
  background-color: transparent;
}
.cid-tEfbqL6OLX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEfbqL6OLX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEfbqL6OLX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEfbqL6OLX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEfbqL6OLX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEfbqL6OLX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEfbqL6OLX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEfbqL6OLX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEfbqL6OLX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tEfbqL6OLX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tEfbqL6OLX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEfbqL6OLX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEfbqL6OLX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEfbqL6OLX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEfbqL6OLX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEfbqL6OLX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEfbqL6OLX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEfbqL6OLX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEfbqL6OLX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEfbqL6OLX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEfbqL6OLX .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-tEfbqL6OLX .navbar {
    height: 70px;
  }
  .cid-tEfbqL6OLX .navbar.opened {
    height: auto;
  }
  .cid-tEfbqL6OLX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEfbqNjapR .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEfbqNjapR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEfbqNjapR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEfbqNjapR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEfbqNjapR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEfbqOpK2g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEfbqOpK2g .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEfbqOpK2g .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEfbqOpK2g .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEfbqOpK2g .media-container-row .mbr-text {
  color: #707070;
}
.cid-tEfMuAa6ip {
  background-color: #131419;
}
.cid-tEfMuAa6ip .mbr-text,
.cid-tEfMuAa6ip .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEfMuAa6ip .content-wrapper {
  max-width: 350px;
}
.cid-tEfMuAa6ip .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tEfMuAa6ip .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEfMuAa6ip .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tEfMuAa6ip .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tEfMuAa6ip .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tEfMuAa6ip .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tEfMuAa6ip .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tEfMuAa6ip .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEfMuBZ3VK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEfMuBZ3VK .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tEfMuBZ3VK .row {
    padding: 0 0.75rem;
  }
}
.cid-tEfMuBZ3VK .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tEfMuBZ3VK .label-text {
  color: #0057fc;
}
.cid-tEfMuBZ3VK .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tEfMuBZ3VK .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEfMuBZ3VK .card {
    padding: 0;
  }
}
.cid-tEfMuBZ3VK .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-tEfMuBZ3VK .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-tEfMuBZ3VK .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tEfMuBZ3VK .card-text {
  color: #555555;
}
.cid-tEfMuBZ3VK .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-tEfMuBZ3VK .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-tEfMuBZ3VK .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tEfMuBZ3VK .card-box {
    text-align: center;
  }
}
.cid-tEfMuBZ3VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEfMuBZ3VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEfMuCZzbU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tEfMuCZzbU nav.navbar {
  position: fixed;
}
.cid-tEfMuCZzbU .nav-link,
.cid-tEfMuCZzbU .dropdown-item {
  font-weight: 400;
}
.cid-tEfMuCZzbU .nav-link:hover,
.cid-tEfMuCZzbU .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tEfMuCZzbU .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tEfMuCZzbU .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-tEfMuCZzbU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEfMuCZzbU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEfMuCZzbU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEfMuCZzbU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tEfMuCZzbU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEfMuCZzbU .nav-link {
  position: relative;
}
.cid-tEfMuCZzbU .container {
  display: flex;
  margin: auto;
}
.cid-tEfMuCZzbU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tEfMuCZzbU .dropdown-menu,
.cid-tEfMuCZzbU .navbar.opened {
  background: #ffffff !important;
}
.cid-tEfMuCZzbU .nav-item:focus,
.cid-tEfMuCZzbU .nav-link:focus {
  outline: none;
}
.cid-tEfMuCZzbU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEfMuCZzbU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEfMuCZzbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tEfMuCZzbU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEfMuCZzbU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEfMuCZzbU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEfMuCZzbU .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tEfMuCZzbU .navbar.opened {
  transition: all .3s;
}
.cid-tEfMuCZzbU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tEfMuCZzbU .navbar .navbar-logo img {
  width: auto;
}
.cid-tEfMuCZzbU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEfMuCZzbU .navbar.collapsed {
  justify-content: center;
}
.cid-tEfMuCZzbU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEfMuCZzbU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tEfMuCZzbU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEfMuCZzbU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEfMuCZzbU .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-tEfMuCZzbU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEfMuCZzbU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tEfMuCZzbU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tEfMuCZzbU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEfMuCZzbU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEfMuCZzbU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEfMuCZzbU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEfMuCZzbU .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-tEfMuCZzbU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEfMuCZzbU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEfMuCZzbU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEfMuCZzbU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEfMuCZzbU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEfMuCZzbU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tEfMuCZzbU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tEfMuCZzbU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEfMuCZzbU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEfMuCZzbU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEfMuCZzbU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEfMuCZzbU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEfMuCZzbU .dropdown-item.active,
.cid-tEfMuCZzbU .dropdown-item:active {
  background-color: transparent;
}
.cid-tEfMuCZzbU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEfMuCZzbU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEfMuCZzbU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEfMuCZzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEfMuCZzbU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEfMuCZzbU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEfMuCZzbU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEfMuCZzbU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEfMuCZzbU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tEfMuCZzbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tEfMuCZzbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEfMuCZzbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEfMuCZzbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEfMuCZzbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEfMuCZzbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEfMuCZzbU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEfMuCZzbU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEfMuCZzbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEfMuCZzbU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEfMuCZzbU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEfMuCZzbU .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-tEfMuCZzbU .navbar {
    height: 70px;
  }
  .cid-tEfMuCZzbU .navbar.opened {
    height: auto;
  }
  .cid-tEfMuCZzbU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEfMuE5zgN .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEfMuE5zgN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEfMuE5zgN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEfMuE5zgN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEfMuE5zgN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEfMuFhUtv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEfMuFhUtv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEfMuFhUtv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEfMuFhUtv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEfMuFhUtv .media-container-row .mbr-text {
  color: #707070;
}
.cid-tEfaeVAXMF {
  background-color: #131419;
}
.cid-tEfaeVAXMF .mbr-text,
.cid-tEfaeVAXMF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEfaeVAXMF .content-wrapper {
  max-width: 350px;
}
.cid-tEfaeVAXMF .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tEfaeVAXMF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEfaeVAXMF .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tEfaeVAXMF .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tEfaeVAXMF .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tEfaeVAXMF .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tEfaeVAXMF .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tEfaeVAXMF .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEf7ydvjvR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tEf7ydvjvR nav.navbar {
  position: fixed;
}
.cid-tEf7ydvjvR .nav-link,
.cid-tEf7ydvjvR .dropdown-item {
  font-weight: 400;
}
.cid-tEf7ydvjvR .nav-link:hover,
.cid-tEf7ydvjvR .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tEf7ydvjvR .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tEf7ydvjvR .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-tEf7ydvjvR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEf7ydvjvR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEf7ydvjvR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEf7ydvjvR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tEf7ydvjvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEf7ydvjvR .nav-link {
  position: relative;
}
.cid-tEf7ydvjvR .container {
  display: flex;
  margin: auto;
}
.cid-tEf7ydvjvR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tEf7ydvjvR .dropdown-menu,
.cid-tEf7ydvjvR .navbar.opened {
  background: #ffffff !important;
}
.cid-tEf7ydvjvR .nav-item:focus,
.cid-tEf7ydvjvR .nav-link:focus {
  outline: none;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEf7ydvjvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEf7ydvjvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEf7ydvjvR .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tEf7ydvjvR .navbar.opened {
  transition: all .3s;
}
.cid-tEf7ydvjvR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tEf7ydvjvR .navbar .navbar-logo img {
  width: auto;
}
.cid-tEf7ydvjvR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEf7ydvjvR .navbar.collapsed {
  justify-content: center;
}
.cid-tEf7ydvjvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEf7ydvjvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tEf7ydvjvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEf7ydvjvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEf7ydvjvR .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-tEf7ydvjvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEf7ydvjvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tEf7ydvjvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tEf7ydvjvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEf7ydvjvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEf7ydvjvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEf7ydvjvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEf7ydvjvR .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-tEf7ydvjvR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEf7ydvjvR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEf7ydvjvR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEf7ydvjvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEf7ydvjvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEf7ydvjvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tEf7ydvjvR .navbar.navbar-short {
  min-height: 80px;
}
.cid-tEf7ydvjvR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEf7ydvjvR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEf7ydvjvR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEf7ydvjvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEf7ydvjvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEf7ydvjvR .dropdown-item.active,
.cid-tEf7ydvjvR .dropdown-item:active {
  background-color: transparent;
}
.cid-tEf7ydvjvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEf7ydvjvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEf7ydvjvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEf7ydvjvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEf7ydvjvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEf7ydvjvR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEf7ydvjvR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEf7ydvjvR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEf7ydvjvR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEf7ydvjvR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEf7ydvjvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEf7ydvjvR .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-tEf7ydvjvR .navbar {
    height: 70px;
  }
  .cid-tEf7ydvjvR .navbar.opened {
    height: auto;
  }
  .cid-tEf7ydvjvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEf80WZrol {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEf80WZrol .mbr-section-title {
  color: #121212;
}
.cid-tEf80WZrol .mbr-section-subtitle {
  color: #707070;
}
.cid-tEf80WZrol .mbr-text,
.cid-tEf80WZrol .link {
  color: #707070;
  text-align: left;
}
.cid-tEf80WZrol .card-subtitle {
  color: #ff002e;
}
.cid-tEf80WZrol .card-wrapper,
.cid-tEf80WZrol .item-wrapper {
  overflow: visible;
}
.cid-tEf80WZrol .card-wrapper {
  margin-bottom: 5rem;
}
.cid-tEf7ycz8R7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEf7ycz8R7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEf7ycz8R7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEf7ycz8R7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEf7ycz8R7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEf7yeDOvo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEf7yeDOvo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEf7yeDOvo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEf7yeDOvo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEf7yeDOvo .media-container-row .mbr-text {
  color: #707070;
}
.cid-tEgaeC4kyr {
  background-color: #131419;
}
.cid-tEgaeC4kyr .mbr-text,
.cid-tEgaeC4kyr .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEgaeC4kyr .content-wrapper {
  max-width: 350px;
}
.cid-tEgaeC4kyr .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tEgaeC4kyr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEgaeC4kyr .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tEgaeC4kyr .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tEgaeC4kyr .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tEgaeC4kyr .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tEgaeC4kyr .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tEgaeC4kyr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tEgaeCG5Ik {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tEgaeCG5Ik nav.navbar {
  position: fixed;
}
.cid-tEgaeCG5Ik .nav-link,
.cid-tEgaeCG5Ik .dropdown-item {
  font-weight: 400;
}
.cid-tEgaeCG5Ik .nav-link:hover,
.cid-tEgaeCG5Ik .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tEgaeCG5Ik .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tEgaeCG5Ik .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-tEgaeCG5Ik .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEgaeCG5Ik .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEgaeCG5Ik .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEgaeCG5Ik .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tEgaeCG5Ik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEgaeCG5Ik .nav-link {
  position: relative;
}
.cid-tEgaeCG5Ik .container {
  display: flex;
  margin: auto;
}
.cid-tEgaeCG5Ik .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tEgaeCG5Ik .dropdown-menu,
.cid-tEgaeCG5Ik .navbar.opened {
  background: #ffffff !important;
}
.cid-tEgaeCG5Ik .nav-item:focus,
.cid-tEgaeCG5Ik .nav-link:focus {
  outline: none;
}
.cid-tEgaeCG5Ik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEgaeCG5Ik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEgaeCG5Ik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tEgaeCG5Ik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEgaeCG5Ik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEgaeCG5Ik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEgaeCG5Ik .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tEgaeCG5Ik .navbar.opened {
  transition: all .3s;
}
.cid-tEgaeCG5Ik .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tEgaeCG5Ik .navbar .navbar-logo img {
  width: auto;
}
.cid-tEgaeCG5Ik .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEgaeCG5Ik .navbar.collapsed {
  justify-content: center;
}
.cid-tEgaeCG5Ik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEgaeCG5Ik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tEgaeCG5Ik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEgaeCG5Ik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEgaeCG5Ik .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-tEgaeCG5Ik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEgaeCG5Ik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tEgaeCG5Ik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tEgaeCG5Ik .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEgaeCG5Ik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEgaeCG5Ik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEgaeCG5Ik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEgaeCG5Ik .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-tEgaeCG5Ik .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEgaeCG5Ik .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEgaeCG5Ik .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEgaeCG5Ik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEgaeCG5Ik .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEgaeCG5Ik .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tEgaeCG5Ik .navbar.navbar-short {
  min-height: 80px;
}
.cid-tEgaeCG5Ik .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEgaeCG5Ik .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEgaeCG5Ik .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEgaeCG5Ik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEgaeCG5Ik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEgaeCG5Ik .dropdown-item.active,
.cid-tEgaeCG5Ik .dropdown-item:active {
  background-color: transparent;
}
.cid-tEgaeCG5Ik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEgaeCG5Ik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEgaeCG5Ik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEgaeCG5Ik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEgaeCG5Ik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEgaeCG5Ik .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEgaeCG5Ik ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEgaeCG5Ik .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEgaeCG5Ik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tEgaeCG5Ik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tEgaeCG5Ik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEgaeCG5Ik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEgaeCG5Ik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEgaeCG5Ik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEgaeCG5Ik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEgaeCG5Ik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEgaeCG5Ik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEgaeCG5Ik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEgaeCG5Ik .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEgaeCG5Ik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEgaeCG5Ik .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-tEgaeCG5Ik .navbar {
    height: 70px;
  }
  .cid-tEgaeCG5Ik .navbar.opened {
    height: auto;
  }
  .cid-tEgaeCG5Ik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEgaeDjENn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEgaeDjENn .mbr-section-title {
  color: #121212;
}
.cid-tEgaeDjENn .mbr-section-subtitle {
  color: #707070;
}
.cid-tEgaeDjENn .mbr-text,
.cid-tEgaeDjENn .link {
  color: #707070;
  text-align: left;
}
.cid-tEgaeDjENn .card-subtitle {
  color: #ff002e;
}
.cid-tEgaeDjENn .card-wrapper,
.cid-tEgaeDjENn .item-wrapper {
  overflow: visible;
}
.cid-tEgaeDjENn .card-wrapper {
  margin-bottom: 5rem;
}
.cid-tEgaeDZDGg .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEgaeDZDGg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEgaeDZDGg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEgaeDZDGg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEgaeDZDGg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEgaeEVMUA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEgaeEVMUA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEgaeEVMUA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEgaeEVMUA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEgaeEVMUA .media-container-row .mbr-text {
  color: #707070;
}
.cid-tEgFuYNgt2 {
  background-color: #131419;
}
.cid-tEgFuYNgt2 .mbr-text,
.cid-tEgFuYNgt2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEgFuYNgt2 .content-wrapper {
  max-width: 350px;
}
.cid-tEgFuYNgt2 .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tEgFuYNgt2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tEgFuYNgt2 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tEgFuYNgt2 .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tEgFuYNgt2 .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tEgFuYNgt2 .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tEgFuYNgt2 .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tEgFuYNgt2 .mbr-section-title {
  color: #ffffff;
}
.cid-tEgKlQfU48 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tEgKlQfU48 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tEgKlQfU48 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tEgKlQfU48 .item:focus,
.cid-tEgKlQfU48 span:focus {
  outline: none;
}
.cid-tEgKlQfU48 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tEgKlQfU48 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tEgKlQfU48 .item-img {
    margin-bottom: 40px;
  }
}
.cid-tEgKlQfU48 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tEgKlQfU48 .btn-item {
  width: 100%;
}
.cid-tEgKlQfU48 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tEgKlQfU48 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tEgKlQfU48 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tEf7ydvjvR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tEf7ydvjvR nav.navbar {
  position: fixed;
}
.cid-tEf7ydvjvR .nav-link,
.cid-tEf7ydvjvR .dropdown-item {
  font-weight: 400;
}
.cid-tEf7ydvjvR .nav-link:hover,
.cid-tEf7ydvjvR .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tEf7ydvjvR .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tEf7ydvjvR .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-tEf7ydvjvR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEf7ydvjvR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEf7ydvjvR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEf7ydvjvR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tEf7ydvjvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEf7ydvjvR .nav-link {
  position: relative;
}
.cid-tEf7ydvjvR .container {
  display: flex;
  margin: auto;
}
.cid-tEf7ydvjvR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tEf7ydvjvR .dropdown-menu,
.cid-tEf7ydvjvR .navbar.opened {
  background: #ffffff !important;
}
.cid-tEf7ydvjvR .nav-item:focus,
.cid-tEf7ydvjvR .nav-link:focus {
  outline: none;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tEf7ydvjvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEf7ydvjvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEf7ydvjvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEf7ydvjvR .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tEf7ydvjvR .navbar.opened {
  transition: all .3s;
}
.cid-tEf7ydvjvR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tEf7ydvjvR .navbar .navbar-logo img {
  width: auto;
}
.cid-tEf7ydvjvR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEf7ydvjvR .navbar.collapsed {
  justify-content: center;
}
.cid-tEf7ydvjvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEf7ydvjvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tEf7ydvjvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEf7ydvjvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEf7ydvjvR .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-tEf7ydvjvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEf7ydvjvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tEf7ydvjvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tEf7ydvjvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEf7ydvjvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEf7ydvjvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEf7ydvjvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEf7ydvjvR .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-tEf7ydvjvR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEf7ydvjvR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEf7ydvjvR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEf7ydvjvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEf7ydvjvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEf7ydvjvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tEf7ydvjvR .navbar.navbar-short {
  min-height: 80px;
}
.cid-tEf7ydvjvR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEf7ydvjvR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEf7ydvjvR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tEf7ydvjvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEf7ydvjvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEf7ydvjvR .dropdown-item.active,
.cid-tEf7ydvjvR .dropdown-item:active {
  background-color: transparent;
}
.cid-tEf7ydvjvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEf7ydvjvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEf7ydvjvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEf7ydvjvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tEf7ydvjvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEf7ydvjvR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEf7ydvjvR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEf7ydvjvR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEf7ydvjvR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tEf7ydvjvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tEf7ydvjvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tEf7ydvjvR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tEf7ydvjvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEf7ydvjvR .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-tEf7ydvjvR .navbar {
    height: 70px;
  }
  .cid-tEf7ydvjvR .navbar.opened {
    height: auto;
  }
  .cid-tEf7ydvjvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEgGsPxALd {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tEgGsPxALd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEgGsPxALd img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tEgGsPxALd .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tEgGsPxALd .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-tEgGsPxALd .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff6666;
  white-space: nowrap;
}
.cid-tEgGsPxALd .list-group-item span {
  font-size: 1.2em;
  color: #40b0bf;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tEgGsPxALd .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tEgGsPxALd .mbr-text {
  color: #1d1e22;
}
.cid-tEgGyBwN5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEgGyBwN5G .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-tEgGyBwN5G img {
  width: 100%;
}
.cid-tEgGyBwN5G .text-wrapper {
  z-index: 11;
}
.cid-tEgGyBwN5G .wrapper {
  display: flex;
}
.cid-tEgGyBwN5G .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tEgGyBwN5G .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tEgGyBwN5G .wrapper {
    flex-direction: column;
  }
  .cid-tEgGyBwN5G .iconfont-wrapper {
    margin: auto;
  }
  .cid-tEgGyBwN5G .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tEgGyBwN5G .mbr-text,
.cid-tEgGyBwN5G .mbr-section-btn {
  color: #161734;
}
.cid-tEgGyBwN5G .mbr-section-subtitle,
.cid-tEgGyBwN5G .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tEgGyBwN5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEgGyBwN5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEgKZDcAKE .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEgKZDcAKE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEgKZDcAKE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEgKZDcAKE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEgKZDcAKE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEf7yeDOvo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEf7yeDOvo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tEf7yeDOvo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tEf7yeDOvo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tEf7yeDOvo .media-container-row .mbr-text {
  color: #707070;
}
.cid-tFPZmd2HiW {
  background-color: #131419;
}
.cid-tFPZmd2HiW .mbr-text,
.cid-tFPZmd2HiW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFPZmd2HiW .content-wrapper {
  max-width: 350px;
}
.cid-tFPZmd2HiW .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tFPZmd2HiW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFPZmd2HiW .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tFPZmd2HiW .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tFPZmd2HiW .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tFPZmd2HiW .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tFPZmd2HiW .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tFPZmd2HiW .mbr-section-title {
  color: #ffffff;
}
.cid-tFQTJ2n5V7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFQTJ2n5V7 .display-2 {
    font-size: 1.6rem;
  }
}
.cid-tFQTJ2n5V7 .align-wrapper {
  width: 100%;
}
.cid-tFQTJ2n5V7 h4 {
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tFQTJ2n5V7 h4:before {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 0%;
  left: 0;
  height: 2px;
  transition: all 0.3s;
  background: #ff002e;
}
.cid-tFQTJ2n5V7 h4:hover {
  color: #ff002e;
}
.cid-tFQTJ2n5V7 h4:hover:before {
  width: 100%;
}
.cid-tFQTJ2n5V7 .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-tFQTJ2n5V7 .mbr-section-text,
.cid-tFQTJ2n5V7 .align-wrapper,
.cid-tFQTJ2n5V7 .mbr-section-btn {
  color: #121212;
}
.cid-tFPZmdESrs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tFPZmdESrs nav.navbar {
  position: fixed;
}
.cid-tFPZmdESrs .nav-link,
.cid-tFPZmdESrs .dropdown-item {
  font-weight: 400;
}
.cid-tFPZmdESrs .nav-link:hover,
.cid-tFPZmdESrs .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tFPZmdESrs .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tFPZmdESrs .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-tFPZmdESrs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFPZmdESrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFPZmdESrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFPZmdESrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tFPZmdESrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFPZmdESrs .nav-link {
  position: relative;
}
.cid-tFPZmdESrs .container {
  display: flex;
  margin: auto;
}
.cid-tFPZmdESrs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFPZmdESrs .dropdown-menu,
.cid-tFPZmdESrs .navbar.opened {
  background: #ffffff !important;
}
.cid-tFPZmdESrs .nav-item:focus,
.cid-tFPZmdESrs .nav-link:focus {
  outline: none;
}
.cid-tFPZmdESrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFPZmdESrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFPZmdESrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tFPZmdESrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFPZmdESrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFPZmdESrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFPZmdESrs .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFPZmdESrs .navbar.opened {
  transition: all .3s;
}
.cid-tFPZmdESrs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tFPZmdESrs .navbar .navbar-logo img {
  width: auto;
}
.cid-tFPZmdESrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFPZmdESrs .navbar.collapsed {
  justify-content: center;
}
.cid-tFPZmdESrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFPZmdESrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFPZmdESrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFPZmdESrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFPZmdESrs .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-tFPZmdESrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFPZmdESrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFPZmdESrs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFPZmdESrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFPZmdESrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFPZmdESrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFPZmdESrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFPZmdESrs .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-tFPZmdESrs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFPZmdESrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFPZmdESrs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFPZmdESrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFPZmdESrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFPZmdESrs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFPZmdESrs .navbar.navbar-short {
  min-height: 80px;
}
.cid-tFPZmdESrs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFPZmdESrs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFPZmdESrs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFPZmdESrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFPZmdESrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFPZmdESrs .dropdown-item.active,
.cid-tFPZmdESrs .dropdown-item:active {
  background-color: transparent;
}
.cid-tFPZmdESrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFPZmdESrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFPZmdESrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFPZmdESrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFPZmdESrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFPZmdESrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFPZmdESrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFPZmdESrs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFPZmdESrs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tFPZmdESrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tFPZmdESrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFPZmdESrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFPZmdESrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFPZmdESrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFPZmdESrs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFPZmdESrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFPZmdESrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFPZmdESrs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFPZmdESrs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFPZmdESrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFPZmdESrs .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-tFPZmdESrs .navbar {
    height: 70px;
  }
  .cid-tFPZmdESrs .navbar.opened {
    height: auto;
  }
  .cid-tFPZmdESrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFPZme2q26 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFPZme2q26 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFPZme2q26 img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tFPZme2q26 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tFPZme2q26 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-tFPZme2q26 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff6666;
  white-space: nowrap;
}
.cid-tFPZme2q26 .list-group-item span {
  font-size: 1.2em;
  color: #40b0bf;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tFPZme2q26 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tFPZme2q26 .mbr-text {
  color: #1d1e22;
}
.cid-tFQQ39Ebam {
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFQQ39Ebam .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQQ39Ebam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFQQ39Ebam .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tFQQ39Ebam .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFQQ39Ebam .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFQQ39Ebam .container {
    padding: 0 20px;
  }
  .cid-tFQQ39Ebam .container .row {
    padding: 0;
  }
}
.cid-tFQQ39Ebam .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFQQ39Ebam .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tFQQ39Ebam .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFQQ39Ebam .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tFQQ39Ebam .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tFQQ39Ebam .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tFQQ39Ebam .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tFQQ39Ebam .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tFQQ39Ebam .mbr-section-title {
  color: #222222;
}
.cid-tFQQ39Ebam .mbr-text {
  color: #222222;
}
.cid-tFQ7gwFmAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFQ7gwFmAd .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-tFQ7gwFmAd img {
  width: 100%;
}
.cid-tFQ7gwFmAd .text-wrapper {
  z-index: 11;
}
.cid-tFQ7gwFmAd .wrapper {
  display: flex;
}
.cid-tFQ7gwFmAd .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tFQ7gwFmAd .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFQ7gwFmAd .wrapper {
    flex-direction: column;
  }
  .cid-tFQ7gwFmAd .iconfont-wrapper {
    margin: auto;
  }
  .cid-tFQ7gwFmAd .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tFQ7gwFmAd .mbr-text,
.cid-tFQ7gwFmAd .mbr-section-btn {
  color: #161734;
}
.cid-tFQ7gwFmAd .mbr-section-subtitle,
.cid-tFQ7gwFmAd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFQ7gwFmAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFQ7gwFmAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPZmeDIfV .google-map {
  height: 25rem;
  position: relative;
}
.cid-tFPZmeDIfV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFPZmeDIfV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFPZmeDIfV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFPZmeDIfV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFPZmf8sja {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tFPZmf8sja .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tFPZmf8sja .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tFPZmf8sja .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tFPZmf8sja .media-container-row .mbr-text {
  color: #707070;
}
.cid-tFWdbDd9k8 {
  background-color: #131419;
}
.cid-tFWdbDd9k8 .mbr-text,
.cid-tFWdbDd9k8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFWdbDd9k8 .content-wrapper {
  max-width: 350px;
}
.cid-tFWdbDd9k8 .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tFWdbDd9k8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFWdbDd9k8 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tFWdbDd9k8 .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tFWdbDd9k8 .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tFWdbDd9k8 .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tFWdbDd9k8 .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tFWdbDd9k8 .mbr-section-title {
  color: #ffffff;
}
.cid-tFWdbDT5Vn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFWdbDT5Vn .display-2 {
    font-size: 1.6rem;
  }
}
.cid-tFWdbDT5Vn .align-wrapper {
  width: 100%;
}
.cid-tFWdbDT5Vn h4 {
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tFWdbDT5Vn h4:before {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 0%;
  left: 0;
  height: 2px;
  transition: all 0.3s;
  background: #ff002e;
}
.cid-tFWdbDT5Vn h4:hover {
  color: #ff002e;
}
.cid-tFWdbDT5Vn h4:hover:before {
  width: 100%;
}
.cid-tFWdbDT5Vn .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-tFWdbDT5Vn .mbr-section-text,
.cid-tFWdbDT5Vn .align-wrapper,
.cid-tFWdbDT5Vn .mbr-section-btn {
  color: #121212;
}
.cid-tFWLmSLc3H {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFWLmSLc3H [class^='socicon-']:before,
.cid-tFWLmSLc3H [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tFWLmSLc3H .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #131419;
  transition: all 0.3s;
  border-color: #131419;
}
.cid-tFWLmSLc3H .btn-social:hover {
  background: #131419;
}
.cid-tFWLmSLc3H .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tFWLmSLc3H .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tFWLmSLc3H .mbr-section-title {
  color: #2e6b75;
}
.cid-tFWLmSLc3H .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tFWLmSLc3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFWLmSLc3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFWLmSLc3H .mbr-section-title,
.cid-tFWLmSLc3H .mbr-social-likes {
  color: #131419;
}
.cid-tFWdbElmaY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tFWdbElmaY nav.navbar {
  position: fixed;
}
.cid-tFWdbElmaY .nav-link,
.cid-tFWdbElmaY .dropdown-item {
  font-weight: 400;
}
.cid-tFWdbElmaY .nav-link:hover,
.cid-tFWdbElmaY .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tFWdbElmaY .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tFWdbElmaY .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-tFWdbElmaY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFWdbElmaY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFWdbElmaY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFWdbElmaY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tFWdbElmaY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFWdbElmaY .nav-link {
  position: relative;
}
.cid-tFWdbElmaY .container {
  display: flex;
  margin: auto;
}
.cid-tFWdbElmaY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFWdbElmaY .dropdown-menu,
.cid-tFWdbElmaY .navbar.opened {
  background: #ffffff !important;
}
.cid-tFWdbElmaY .nav-item:focus,
.cid-tFWdbElmaY .nav-link:focus {
  outline: none;
}
.cid-tFWdbElmaY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFWdbElmaY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFWdbElmaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tFWdbElmaY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFWdbElmaY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFWdbElmaY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFWdbElmaY .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFWdbElmaY .navbar.opened {
  transition: all .3s;
}
.cid-tFWdbElmaY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tFWdbElmaY .navbar .navbar-logo img {
  width: auto;
}
.cid-tFWdbElmaY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFWdbElmaY .navbar.collapsed {
  justify-content: center;
}
.cid-tFWdbElmaY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFWdbElmaY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFWdbElmaY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFWdbElmaY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFWdbElmaY .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-tFWdbElmaY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFWdbElmaY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFWdbElmaY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFWdbElmaY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFWdbElmaY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFWdbElmaY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFWdbElmaY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFWdbElmaY .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-tFWdbElmaY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFWdbElmaY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFWdbElmaY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFWdbElmaY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFWdbElmaY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFWdbElmaY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFWdbElmaY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tFWdbElmaY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFWdbElmaY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFWdbElmaY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFWdbElmaY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFWdbElmaY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFWdbElmaY .dropdown-item.active,
.cid-tFWdbElmaY .dropdown-item:active {
  background-color: transparent;
}
.cid-tFWdbElmaY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFWdbElmaY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFWdbElmaY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFWdbElmaY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFWdbElmaY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFWdbElmaY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFWdbElmaY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFWdbElmaY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFWdbElmaY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tFWdbElmaY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tFWdbElmaY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFWdbElmaY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFWdbElmaY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFWdbElmaY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFWdbElmaY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFWdbElmaY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFWdbElmaY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFWdbElmaY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFWdbElmaY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFWdbElmaY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFWdbElmaY .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-tFWdbElmaY .navbar {
    height: 70px;
  }
  .cid-tFWdbElmaY .navbar.opened {
    height: auto;
  }
  .cid-tFWdbElmaY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFWdbEYYup {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFWdbEYYup .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFWdbEYYup img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tFWdbEYYup .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tFWdbEYYup .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-tFWdbEYYup .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff6666;
  white-space: nowrap;
}
.cid-tFWdbEYYup .list-group-item span {
  font-size: 1.2em;
  color: #40b0bf;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tFWdbEYYup .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tFWdbEYYup .mbr-text {
  color: #1d1e22;
}
.cid-tFWdbFlp5h {
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFWdbFlp5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFWdbFlp5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFWdbFlp5h .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tFWdbFlp5h .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFWdbFlp5h .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFWdbFlp5h .container {
    padding: 0 20px;
  }
  .cid-tFWdbFlp5h .container .row {
    padding: 0;
  }
}
.cid-tFWdbFlp5h .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFWdbFlp5h .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tFWdbFlp5h .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFWdbFlp5h .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tFWdbFlp5h .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tFWdbFlp5h .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tFWdbFlp5h .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tFWdbFlp5h .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tFWdbFlp5h .mbr-section-title {
  color: #222222;
}
.cid-tFWdbFlp5h .mbr-text {
  color: #222222;
}
.cid-tFWdbFTmi8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFWdbFTmi8 .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-tFWdbFTmi8 img {
  width: 100%;
}
.cid-tFWdbFTmi8 .text-wrapper {
  z-index: 11;
}
.cid-tFWdbFTmi8 .wrapper {
  display: flex;
}
.cid-tFWdbFTmi8 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tFWdbFTmi8 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFWdbFTmi8 .wrapper {
    flex-direction: column;
  }
  .cid-tFWdbFTmi8 .iconfont-wrapper {
    margin: auto;
  }
  .cid-tFWdbFTmi8 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tFWdbFTmi8 .mbr-text,
.cid-tFWdbFTmi8 .mbr-section-btn {
  color: #161734;
}
.cid-tFWdbFTmi8 .mbr-section-subtitle,
.cid-tFWdbFTmi8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFWdbFTmi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFWdbFTmi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFWdbGxd9X .google-map {
  height: 25rem;
  position: relative;
}
.cid-tFWdbGxd9X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFWdbGxd9X .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFWdbGxd9X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFWdbGxd9X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFWdbHpWP5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tFWdbHpWP5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tFWdbHpWP5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tFWdbHpWP5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tFWdbHpWP5 .media-container-row .mbr-text {
  color: #707070;
}
.cid-tFX1bKLrgb {
  background-color: #131419;
}
.cid-tFX1bKLrgb .mbr-text,
.cid-tFX1bKLrgb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFX1bKLrgb .content-wrapper {
  max-width: 350px;
}
.cid-tFX1bKLrgb .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tFX1bKLrgb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFX1bKLrgb .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tFX1bKLrgb .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tFX1bKLrgb .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tFX1bKLrgb .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tFX1bKLrgb .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tFX1bKLrgb .mbr-section-title {
  color: #ffffff;
}
.cid-tFX1bL8zkW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFX1bL8zkW .display-2 {
    font-size: 1.6rem;
  }
}
.cid-tFX1bL8zkW .align-wrapper {
  width: 100%;
}
.cid-tFX1bL8zkW h4 {
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tFX1bL8zkW h4:before {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 0%;
  left: 0;
  height: 2px;
  transition: all 0.3s;
  background: #ff002e;
}
.cid-tFX1bL8zkW h4:hover {
  color: #ff002e;
}
.cid-tFX1bL8zkW h4:hover:before {
  width: 100%;
}
.cid-tFX1bL8zkW .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-tFX1bL8zkW .mbr-section-text,
.cid-tFX1bL8zkW .align-wrapper,
.cid-tFX1bL8zkW .mbr-section-btn {
  color: #121212;
}
.cid-tFX1bLnVmF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFX1bLnVmF [class^='socicon-']:before,
.cid-tFX1bLnVmF [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tFX1bLnVmF .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #131419;
  transition: all 0.3s;
  border-color: #131419;
}
.cid-tFX1bLnVmF .btn-social:hover {
  background: #131419;
}
.cid-tFX1bLnVmF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tFX1bLnVmF .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tFX1bLnVmF .mbr-section-title {
  color: #2e6b75;
}
.cid-tFX1bLnVmF .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tFX1bLnVmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFX1bLnVmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFX1bLnVmF .mbr-section-title,
.cid-tFX1bLnVmF .mbr-social-likes {
  color: #131419;
}
.cid-tFX1bLGiWD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tFX1bLGiWD nav.navbar {
  position: fixed;
}
.cid-tFX1bLGiWD .nav-link,
.cid-tFX1bLGiWD .dropdown-item {
  font-weight: 400;
}
.cid-tFX1bLGiWD .nav-link:hover,
.cid-tFX1bLGiWD .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tFX1bLGiWD .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tFX1bLGiWD .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-tFX1bLGiWD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFX1bLGiWD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFX1bLGiWD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFX1bLGiWD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tFX1bLGiWD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFX1bLGiWD .nav-link {
  position: relative;
}
.cid-tFX1bLGiWD .container {
  display: flex;
  margin: auto;
}
.cid-tFX1bLGiWD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFX1bLGiWD .dropdown-menu,
.cid-tFX1bLGiWD .navbar.opened {
  background: #ffffff !important;
}
.cid-tFX1bLGiWD .nav-item:focus,
.cid-tFX1bLGiWD .nav-link:focus {
  outline: none;
}
.cid-tFX1bLGiWD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFX1bLGiWD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFX1bLGiWD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tFX1bLGiWD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFX1bLGiWD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFX1bLGiWD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFX1bLGiWD .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFX1bLGiWD .navbar.opened {
  transition: all .3s;
}
.cid-tFX1bLGiWD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tFX1bLGiWD .navbar .navbar-logo img {
  width: auto;
}
.cid-tFX1bLGiWD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFX1bLGiWD .navbar.collapsed {
  justify-content: center;
}
.cid-tFX1bLGiWD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFX1bLGiWD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFX1bLGiWD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFX1bLGiWD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFX1bLGiWD .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-tFX1bLGiWD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFX1bLGiWD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFX1bLGiWD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFX1bLGiWD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFX1bLGiWD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFX1bLGiWD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFX1bLGiWD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFX1bLGiWD .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-tFX1bLGiWD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFX1bLGiWD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFX1bLGiWD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFX1bLGiWD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFX1bLGiWD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFX1bLGiWD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFX1bLGiWD .navbar.navbar-short {
  min-height: 80px;
}
.cid-tFX1bLGiWD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFX1bLGiWD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFX1bLGiWD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFX1bLGiWD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFX1bLGiWD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFX1bLGiWD .dropdown-item.active,
.cid-tFX1bLGiWD .dropdown-item:active {
  background-color: transparent;
}
.cid-tFX1bLGiWD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFX1bLGiWD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFX1bLGiWD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFX1bLGiWD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFX1bLGiWD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFX1bLGiWD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFX1bLGiWD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFX1bLGiWD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFX1bLGiWD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tFX1bLGiWD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tFX1bLGiWD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFX1bLGiWD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFX1bLGiWD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFX1bLGiWD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFX1bLGiWD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFX1bLGiWD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFX1bLGiWD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFX1bLGiWD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFX1bLGiWD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFX1bLGiWD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFX1bLGiWD .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-tFX1bLGiWD .navbar {
    height: 70px;
  }
  .cid-tFX1bLGiWD .navbar.opened {
    height: auto;
  }
  .cid-tFX1bLGiWD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFX1bLYIw1 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFX1bLYIw1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFX1bLYIw1 img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tFX1bLYIw1 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tFX1bLYIw1 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-tFX1bLYIw1 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff6666;
  white-space: nowrap;
}
.cid-tFX1bLYIw1 .list-group-item span {
  font-size: 1.2em;
  color: #40b0bf;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tFX1bLYIw1 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tFX1bLYIw1 .mbr-text {
  color: #1d1e22;
}
.cid-tFX1bMh0t4 {
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFX1bMh0t4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFX1bMh0t4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFX1bMh0t4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tFX1bMh0t4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFX1bMh0t4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFX1bMh0t4 .container {
    padding: 0 20px;
  }
  .cid-tFX1bMh0t4 .container .row {
    padding: 0;
  }
}
.cid-tFX1bMh0t4 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFX1bMh0t4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tFX1bMh0t4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFX1bMh0t4 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tFX1bMh0t4 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tFX1bMh0t4 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tFX1bMh0t4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tFX1bMh0t4 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tFX1bMh0t4 .mbr-section-title {
  color: #222222;
}
.cid-tFX1bMh0t4 .mbr-text {
  color: #222222;
}
.cid-tFX1bMz18y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFX1bMz18y .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-tFX1bMz18y img {
  width: 100%;
}
.cid-tFX1bMz18y .text-wrapper {
  z-index: 11;
}
.cid-tFX1bMz18y .wrapper {
  display: flex;
}
.cid-tFX1bMz18y .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tFX1bMz18y .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFX1bMz18y .wrapper {
    flex-direction: column;
  }
  .cid-tFX1bMz18y .iconfont-wrapper {
    margin: auto;
  }
  .cid-tFX1bMz18y .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tFX1bMz18y .mbr-text,
.cid-tFX1bMz18y .mbr-section-btn {
  color: #161734;
}
.cid-tFX1bMz18y .mbr-section-subtitle,
.cid-tFX1bMz18y .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFX1bMz18y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFX1bMz18y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFX1bMS7P0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tFX1bMS7P0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFX1bMS7P0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFX1bMS7P0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFX1bMS7P0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFX1bNnxqC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tFX1bNnxqC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tFX1bNnxqC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tFX1bNnxqC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tFX1bNnxqC .media-container-row .mbr-text {
  color: #707070;
}
.cid-tFXao87RUE {
  background-color: #131419;
}
.cid-tFXao87RUE .mbr-text,
.cid-tFXao87RUE .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFXao87RUE .content-wrapper {
  max-width: 350px;
}
.cid-tFXao87RUE .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tFXao87RUE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFXao87RUE .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tFXao87RUE .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tFXao87RUE .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tFXao87RUE .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tFXao87RUE .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tFXao87RUE .mbr-section-title {
  color: #ffffff;
}
.cid-tFXao8td7B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFXao8td7B .display-2 {
    font-size: 1.6rem;
  }
}
.cid-tFXao8td7B .align-wrapper {
  width: 100%;
}
.cid-tFXao8td7B h4 {
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tFXao8td7B h4:before {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 0%;
  left: 0;
  height: 2px;
  transition: all 0.3s;
  background: #ff002e;
}
.cid-tFXao8td7B h4:hover {
  color: #ff002e;
}
.cid-tFXao8td7B h4:hover:before {
  width: 100%;
}
.cid-tFXao8td7B .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-tFXao8td7B .mbr-section-text,
.cid-tFXao8td7B .align-wrapper,
.cid-tFXao8td7B .mbr-section-btn {
  color: #121212;
}
.cid-tFXao8HFHP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFXao8HFHP [class^='socicon-']:before,
.cid-tFXao8HFHP [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tFXao8HFHP .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #131419;
  transition: all 0.3s;
  border-color: #131419;
}
.cid-tFXao8HFHP .btn-social:hover {
  background: #131419;
}
.cid-tFXao8HFHP .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tFXao8HFHP .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tFXao8HFHP .mbr-section-title {
  color: #2e6b75;
}
.cid-tFXao8HFHP .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tFXao8HFHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXao8HFHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFXao8HFHP .mbr-section-title,
.cid-tFXao8HFHP .mbr-social-likes {
  color: #131419;
}
.cid-tFXao8ZHhg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tFXao8ZHhg nav.navbar {
  position: fixed;
}
.cid-tFXao8ZHhg .nav-link,
.cid-tFXao8ZHhg .dropdown-item {
  font-weight: 400;
}
.cid-tFXao8ZHhg .nav-link:hover,
.cid-tFXao8ZHhg .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tFXao8ZHhg .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tFXao8ZHhg .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-tFXao8ZHhg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFXao8ZHhg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFXao8ZHhg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFXao8ZHhg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tFXao8ZHhg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFXao8ZHhg .nav-link {
  position: relative;
}
.cid-tFXao8ZHhg .container {
  display: flex;
  margin: auto;
}
.cid-tFXao8ZHhg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFXao8ZHhg .dropdown-menu,
.cid-tFXao8ZHhg .navbar.opened {
  background: #ffffff !important;
}
.cid-tFXao8ZHhg .nav-item:focus,
.cid-tFXao8ZHhg .nav-link:focus {
  outline: none;
}
.cid-tFXao8ZHhg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFXao8ZHhg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFXao8ZHhg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tFXao8ZHhg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFXao8ZHhg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFXao8ZHhg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFXao8ZHhg .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFXao8ZHhg .navbar.opened {
  transition: all .3s;
}
.cid-tFXao8ZHhg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tFXao8ZHhg .navbar .navbar-logo img {
  width: auto;
}
.cid-tFXao8ZHhg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFXao8ZHhg .navbar.collapsed {
  justify-content: center;
}
.cid-tFXao8ZHhg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFXao8ZHhg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFXao8ZHhg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFXao8ZHhg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFXao8ZHhg .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-tFXao8ZHhg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFXao8ZHhg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tFXao8ZHhg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tFXao8ZHhg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFXao8ZHhg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFXao8ZHhg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFXao8ZHhg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFXao8ZHhg .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-tFXao8ZHhg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFXao8ZHhg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFXao8ZHhg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFXao8ZHhg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFXao8ZHhg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFXao8ZHhg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFXao8ZHhg .navbar.navbar-short {
  min-height: 80px;
}
.cid-tFXao8ZHhg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFXao8ZHhg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFXao8ZHhg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFXao8ZHhg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFXao8ZHhg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFXao8ZHhg .dropdown-item.active,
.cid-tFXao8ZHhg .dropdown-item:active {
  background-color: transparent;
}
.cid-tFXao8ZHhg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFXao8ZHhg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFXao8ZHhg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFXao8ZHhg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFXao8ZHhg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFXao8ZHhg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFXao8ZHhg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFXao8ZHhg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFXao8ZHhg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tFXao8ZHhg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tFXao8ZHhg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFXao8ZHhg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFXao8ZHhg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFXao8ZHhg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFXao8ZHhg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFXao8ZHhg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFXao8ZHhg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFXao8ZHhg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFXao8ZHhg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFXao8ZHhg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFXao8ZHhg .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-tFXao8ZHhg .navbar {
    height: 70px;
  }
  .cid-tFXao8ZHhg .navbar.opened {
    height: auto;
  }
  .cid-tFXao8ZHhg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFXao9hvTS {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFXao9hvTS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXao9hvTS img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-tFXao9hvTS .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-tFXao9hvTS .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-tFXao9hvTS .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff6666;
  white-space: nowrap;
}
.cid-tFXao9hvTS .list-group-item span {
  font-size: 1.2em;
  color: #40b0bf;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tFXao9hvTS .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-tFXao9hvTS .mbr-text {
  color: #1d1e22;
}
.cid-tFXao9yD7s {
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tFXao9yD7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXao9yD7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFXao9yD7s .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tFXao9yD7s .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFXao9yD7s .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFXao9yD7s .container {
    padding: 0 20px;
  }
  .cid-tFXao9yD7s .container .row {
    padding: 0;
  }
}
.cid-tFXao9yD7s .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFXao9yD7s .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tFXao9yD7s .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFXao9yD7s .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tFXao9yD7s .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tFXao9yD7s .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tFXao9yD7s .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tFXao9yD7s .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tFXao9yD7s .mbr-section-title {
  color: #222222;
}
.cid-tFXao9yD7s .mbr-text {
  color: #222222;
}
.cid-tFXao9Re7d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFXao9Re7d .mbr-section-title {
  margin: 0;
  color: #21224b;
}
.cid-tFXao9Re7d img {
  width: 100%;
}
.cid-tFXao9Re7d .text-wrapper {
  z-index: 11;
}
.cid-tFXao9Re7d .wrapper {
  display: flex;
}
.cid-tFXao9Re7d .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tFXao9Re7d .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tFXao9Re7d .wrapper {
    flex-direction: column;
  }
  .cid-tFXao9Re7d .iconfont-wrapper {
    margin: auto;
  }
  .cid-tFXao9Re7d .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tFXao9Re7d .mbr-text,
.cid-tFXao9Re7d .mbr-section-btn {
  color: #161734;
}
.cid-tFXao9Re7d .mbr-section-subtitle,
.cid-tFXao9Re7d .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tFXao9Re7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXao9Re7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFXaoa8ZYV .google-map {
  height: 25rem;
  position: relative;
}
.cid-tFXaoa8ZYV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFXaoa8ZYV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFXaoa8ZYV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFXaoa8ZYV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFXaoayHxb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tFXaoayHxb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tFXaoayHxb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tFXaoayHxb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tFXaoayHxb .media-container-row .mbr-text {
  color: #707070;
}
.cid-tG2awm52EZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tG2awm52EZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s8WN7NjDdJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-s8WN7NjDdJ nav.navbar {
  position: fixed;
}
.cid-s8WN7NjDdJ .nav-link,
.cid-s8WN7NjDdJ .dropdown-item {
  font-weight: 400;
}
.cid-s8WN7NjDdJ .nav-link:hover,
.cid-s8WN7NjDdJ .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-s8WN7NjDdJ .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-s8WN7NjDdJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-s8WN7NjDdJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-s8WN7NjDdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s8WN7NjDdJ .nav-link {
  position: relative;
}
.cid-s8WN7NjDdJ .container {
  display: flex;
  margin: auto;
}
.cid-s8WN7NjDdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8WN7NjDdJ .dropdown-menu,
.cid-s8WN7NjDdJ .navbar.opened {
  background: #ffffff !important;
}
.cid-s8WN7NjDdJ .nav-item:focus,
.cid-s8WN7NjDdJ .nav-link:focus {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8WN7NjDdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s8WN7NjDdJ .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.opened {
  transition: all .3s;
}
.cid-s8WN7NjDdJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s8WN7NjDdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-s8WN7NjDdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar.collapsed {
  justify-content: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8WN7NjDdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8WN7NjDdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8WN7NjDdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s8WN7NjDdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s8WN7NjDdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8WN7NjDdJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-s8WN7NjDdJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown-item.active,
.cid-s8WN7NjDdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-s8WN7NjDdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8WN7NjDdJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8WN7NjDdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s8WN7NjDdJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s8WN7NjDdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-s8WN7NjDdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar {
    height: 70px;
  }
  .cid-s8WN7NjDdJ .navbar.opened {
    height: auto;
  }
  .cid-s8WN7NjDdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8XeTELmcE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s8XeTELmcE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .mbr-text {
  color: #707070;
}
.cid-tG3EwUvn4A {
  background-color: #131419;
}
.cid-tG3EwUvn4A .mbr-text,
.cid-tG3EwUvn4A .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tG3EwUvn4A .content-wrapper {
  max-width: 350px;
}
.cid-tG3EwUvn4A .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tG3EwUvn4A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tG3EwUvn4A .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tG3EwUvn4A .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tG3EwUvn4A .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tG3EwUvn4A .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tG3EwUvn4A .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tG3EwUvn4A .mbr-section-title {
  color: #ffffff;
}
.cid-tG3EwV5FER {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tG3EwV5FER .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tG3EwV5FER .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tG3EwV5FER .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tG3EwV5FER .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tG3EwV5FER .mbr-text,
.cid-tG3EwV5FER .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tG3EwV5FER .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tG3EwVyAGd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tG3EwVyAGd .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tG3EwVyAGd .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tG3EwVyAGd .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tG3EwVyAGd .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tG3EwVyAGd .mbr-text,
.cid-tG3EwVyAGd .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tG3EwVyAGd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tG3EwW3Qyi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tG3EwW3Qyi .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tG3EwW3Qyi .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tG3EwW3Qyi .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tG3EwW3Qyi .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tG3EwW3Qyi .mbr-text,
.cid-tG3EwW3Qyi .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tG3EwW3Qyi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tG3EwWt0BP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tG3EwWt0BP nav.navbar {
  position: fixed;
}
.cid-tG3EwWt0BP .nav-link,
.cid-tG3EwWt0BP .dropdown-item {
  font-weight: 400;
}
.cid-tG3EwWt0BP .nav-link:hover,
.cid-tG3EwWt0BP .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-tG3EwWt0BP .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tG3EwWt0BP .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-tG3EwWt0BP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG3EwWt0BP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG3EwWt0BP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG3EwWt0BP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tG3EwWt0BP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG3EwWt0BP .nav-link {
  position: relative;
}
.cid-tG3EwWt0BP .container {
  display: flex;
  margin: auto;
}
.cid-tG3EwWt0BP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tG3EwWt0BP .dropdown-menu,
.cid-tG3EwWt0BP .navbar.opened {
  background: #ffffff !important;
}
.cid-tG3EwWt0BP .nav-item:focus,
.cid-tG3EwWt0BP .nav-link:focus {
  outline: none;
}
.cid-tG3EwWt0BP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG3EwWt0BP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG3EwWt0BP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tG3EwWt0BP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG3EwWt0BP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG3EwWt0BP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG3EwWt0BP .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tG3EwWt0BP .navbar.opened {
  transition: all .3s;
}
.cid-tG3EwWt0BP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tG3EwWt0BP .navbar .navbar-logo img {
  width: auto;
}
.cid-tG3EwWt0BP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG3EwWt0BP .navbar.collapsed {
  justify-content: center;
}
.cid-tG3EwWt0BP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG3EwWt0BP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tG3EwWt0BP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG3EwWt0BP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG3EwWt0BP .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-tG3EwWt0BP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG3EwWt0BP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tG3EwWt0BP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tG3EwWt0BP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG3EwWt0BP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG3EwWt0BP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG3EwWt0BP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG3EwWt0BP .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-tG3EwWt0BP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG3EwWt0BP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG3EwWt0BP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG3EwWt0BP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG3EwWt0BP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG3EwWt0BP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tG3EwWt0BP .navbar.navbar-short {
  min-height: 80px;
}
.cid-tG3EwWt0BP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG3EwWt0BP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG3EwWt0BP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG3EwWt0BP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG3EwWt0BP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG3EwWt0BP .dropdown-item.active,
.cid-tG3EwWt0BP .dropdown-item:active {
  background-color: transparent;
}
.cid-tG3EwWt0BP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG3EwWt0BP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG3EwWt0BP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG3EwWt0BP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG3EwWt0BP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG3EwWt0BP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG3EwWt0BP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG3EwWt0BP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG3EwWt0BP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tG3EwWt0BP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tG3EwWt0BP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG3EwWt0BP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG3EwWt0BP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG3EwWt0BP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG3EwWt0BP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG3EwWt0BP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG3EwWt0BP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG3EwWt0BP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG3EwWt0BP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG3EwWt0BP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG3EwWt0BP .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-tG3EwWt0BP .navbar {
    height: 70px;
  }
  .cid-tG3EwWt0BP .navbar.opened {
    height: auto;
  }
  .cid-tG3EwWt0BP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG3EwXa2gx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tG3EwXa2gx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tG3EwXa2gx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tG3EwXa2gx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tG3EwXa2gx .media-container-row .mbr-text {
  color: #707070;
}
.cid-tG3uVsNDkj {
  background-color: #131419;
}
.cid-tG3uVsNDkj .mbr-text,
.cid-tG3uVsNDkj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tG3uVsNDkj .content-wrapper {
  max-width: 350px;
}
.cid-tG3uVsNDkj .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-tG3uVsNDkj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tG3uVsNDkj .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-tG3uVsNDkj .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-tG3uVsNDkj .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-tG3uVsNDkj .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-tG3uVsNDkj .icon-wrapper:hover .mbr-iconfont {
  color: #ff002e;
}
.cid-tG3uVsNDkj .mbr-section-title {
  color: #ffffff;
}
.cid-tG3qKZmGm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tG3qKZmGm7 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tG3qKZmGm7 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tG3qKZmGm7 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tG3qKZmGm7 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tG3qKZmGm7 .mbr-text,
.cid-tG3qKZmGm7 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tG3qKZmGm7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-s8WN7NjDdJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-s8WN7NjDdJ nav.navbar {
  position: fixed;
}
.cid-s8WN7NjDdJ .nav-link,
.cid-s8WN7NjDdJ .dropdown-item {
  font-weight: 400;
}
.cid-s8WN7NjDdJ .nav-link:hover,
.cid-s8WN7NjDdJ .dropdown-item:hover {
  color: #ff002e !important;
}
.cid-s8WN7NjDdJ .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-s8WN7NjDdJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-s8WN7NjDdJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-s8WN7NjDdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s8WN7NjDdJ .nav-link {
  position: relative;
}
.cid-s8WN7NjDdJ .container {
  display: flex;
  margin: auto;
}
.cid-s8WN7NjDdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s8WN7NjDdJ .dropdown-menu,
.cid-s8WN7NjDdJ .navbar.opened {
  background: #ffffff !important;
}
.cid-s8WN7NjDdJ .nav-item:focus,
.cid-s8WN7NjDdJ .nav-link:focus {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-s8WN7NjDdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s8WN7NjDdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s8WN7NjDdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s8WN7NjDdJ .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.opened {
  transition: all .3s;
}
.cid-s8WN7NjDdJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s8WN7NjDdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-s8WN7NjDdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar.collapsed {
  justify-content: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s8WN7NjDdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s8WN7NjDdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s8WN7NjDdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s8WN7NjDdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s8WN7NjDdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s8WN7NjDdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s8WN7NjDdJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s8WN7NjDdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s8WN7NjDdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s8WN7NjDdJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-s8WN7NjDdJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-s8WN7NjDdJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s8WN7NjDdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s8WN7NjDdJ .dropdown-item.active,
.cid-s8WN7NjDdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-s8WN7NjDdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s8WN7NjDdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s8WN7NjDdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s8WN7NjDdJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8WN7NjDdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s8WN7NjDdJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s8WN7NjDdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8WN7NjDdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8WN7NjDdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8WN7NjDdJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-s8WN7NjDdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s8WN7NjDdJ .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-s8WN7NjDdJ .navbar {
    height: 70px;
  }
  .cid-s8WN7NjDdJ .navbar.opened {
    height: auto;
  }
  .cid-s8WN7NjDdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8XeTELmcE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s8XeTELmcE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8XeTELmcE .media-container-row .mbr-text {
  color: #707070;
}
