.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f36c15 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #078f07 !important;
}
.bg-warning {
  background-color: #e61a86 !important;
}
.bg-danger {
  background-color: #006f62 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f36c15 !important;
  border-color: #f36c15 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f58a46 !important;
  border-color: #f58a46 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f58a46 !important;
  border-color: #f58a46 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fe988e !important;
  border-color: #fe988e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fec6c1 !important;
  border-color: #fec6c1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fec6c1 !important;
  border-color: #fec6c1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #078f07 !important;
  border-color: #078f07 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #09c009 !important;
  border-color: #09c009 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #09c009 !important;
  border-color: #09c009 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e61a86 !important;
  border-color: #e61a86 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #eb489e !important;
  border-color: #eb489e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #eb489e !important;
  border-color: #eb489e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #006f62 !important;
  border-color: #006f62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00a28f !important;
  border-color: #00a28f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00a28f !important;
  border-color: #00a28f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f36c15;
  color: #f36c15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a94709 !important;
  background-color: transparent !important;
  border-color: #a94709 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f36c15 !important;
  border-color: #f36c15 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fe988e;
  color: #fe988e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fd4a38 !important;
  background-color: transparent !important;
  border-color: #fd4a38 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe988e !important;
  border-color: #fe988e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #078f07;
  color: #078f07;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #033c03 !important;
  background-color: transparent !important;
  border-color: #033c03 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #078f07 !important;
  border-color: #078f07 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e61a86;
  color: #e61a86;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #991159 !important;
  background-color: transparent !important;
  border-color: #991159 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e61a86 !important;
  border-color: #e61a86 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #006f62;
  color: #006f62;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #001815 !important;
  background-color: transparent !important;
  border-color: #001815 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #006f62 !important;
  border-color: #006f62 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f36c15 !important;
}
.text-secondary {
  color: #fe988e !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #078f07 !important;
}
.text-warning {
  color: #e61a86 !important;
}
.text-danger {
  color: #006f62 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a4108 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fd3c29 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #022e02 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b0f51 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000908 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f36c15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #078f07;
}
.alert-warning {
  background-color: #e61a86;
}
.alert-danger {
  background-color: #006f62;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f36c15;
  border-color: #f36c15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f36c15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde6d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #21f421;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fad2e7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #00efd3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f36c15 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f36c15;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f36c15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f36c15;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f36c15;
  border-bottom-color: #f36c15;
}
.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: #f36c15 !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: #fe988e !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='%23f36c15' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v9nWgp0xx1 {
  z-index: 1000;
  width: 100%;
}
.cid-v9nWgp0xx1 nav.navbar {
  position: fixed;
}
.cid-v9nWgp0xx1 .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-v9nWgp0xx1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9nWgp0xx1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9nWgp0xx1 .dropdown-item:hover,
.cid-v9nWgp0xx1 .dropdown-item:focus {
  background: #f36c15 !important;
  color: white !important;
}
.cid-v9nWgp0xx1 .dropdown-item:hover span {
  color: white;
}
.cid-v9nWgp0xx1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9nWgp0xx1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9nWgp0xx1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9nWgp0xx1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9nWgp0xx1 .nav-link {
  position: relative;
}
.cid-v9nWgp0xx1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9nWgp0xx1 .container {
    flex-wrap: wrap;
  }
}
.cid-v9nWgp0xx1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9nWgp0xx1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v9nWgp0xx1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9nWgp0xx1 .dropdown-menu,
.cid-v9nWgp0xx1 .navbar.opened {
  background: #0c2c68 !important;
}
.cid-v9nWgp0xx1 .nav-item:focus,
.cid-v9nWgp0xx1 .nav-link:focus {
  outline: none;
}
.cid-v9nWgp0xx1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9nWgp0xx1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9nWgp0xx1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9nWgp0xx1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9nWgp0xx1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9nWgp0xx1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9nWgp0xx1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #0c2c68;
}
.cid-v9nWgp0xx1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v9nWgp0xx1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9nWgp0xx1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v9nWgp0xx1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9nWgp0xx1 .navbar.collapsed {
  justify-content: center;
}
.cid-v9nWgp0xx1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9nWgp0xx1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9nWgp0xx1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v9nWgp0xx1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9nWgp0xx1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9nWgp0xx1 .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-v9nWgp0xx1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9nWgp0xx1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9nWgp0xx1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9nWgp0xx1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9nWgp0xx1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9nWgp0xx1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9nWgp0xx1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9nWgp0xx1 .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-v9nWgp0xx1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9nWgp0xx1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9nWgp0xx1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9nWgp0xx1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9nWgp0xx1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9nWgp0xx1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9nWgp0xx1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9nWgp0xx1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9nWgp0xx1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9nWgp0xx1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9nWgp0xx1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9nWgp0xx1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9nWgp0xx1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9nWgp0xx1 .dropdown-item.active,
.cid-v9nWgp0xx1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v9nWgp0xx1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9nWgp0xx1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9nWgp0xx1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9nWgp0xx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-v9nWgp0xx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9nWgp0xx1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9nWgp0xx1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9nWgp0xx1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9nWgp0xx1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9nWgp0xx1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003366;
}
.cid-v9nWgp0xx1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9nWgp0xx1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9nWgp0xx1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9nWgp0xx1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9nWgp0xx1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9nWgp0xx1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9nWgp0xx1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9nWgp0xx1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9nWgp0xx1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9nWgp0xx1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9nWgp0xx1 .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-v9nWgp0xx1 .navbar {
    height: 70px;
  }
  .cid-v9nWgp0xx1 .navbar.opened {
    height: auto;
  }
  .cid-v9nWgp0xx1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZhV5jPiId {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/las-vegas-hotels-1.png");
}
.cid-uZhV5jPiId .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uZhV5jPiId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhV5jPiId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhV5jPiId .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uZhV5jPiId .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uZhV5jPiId {
    align-items: flex-start;
  }
  .cid-uZhV5jPiId .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZhV5jPiId .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZhV5jPiId {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZhV5jPiId .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZhV5jPiId .content-wrap {
    width: 100%;
  }
}
.cid-uZhV5jPiId .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZhV5jPiId .mbr-text,
.cid-uZhV5jPiId .mbr-section-btn {
  text-align: center;
}
.cid-uZqZAhMZl7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uZqZAhMZl7 .justify-content-center {
  align-items: center;
}
.cid-uZqZAhMZl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZqZAhMZl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZqZAhMZl7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uZqZAhMZl7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZqZAhMZl7 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uZqZAhMZl7 .content-head {
  max-width: 800px;
}
.cid-uZqZAhMZl7 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0c2c68;
  height: 80px;
  border-radius: 50%;
}
.cid-v9tGtFBiGt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9tGtFBiGt .title {
  border-bottom: 1px solid #ececec;
}
.cid-v9tGtFBiGt .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-v9tGtFBiGt .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-v9tGtFBiGt .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-v9tGtFBiGt .display-4 {
  line-height: 1.1;
}
.cid-v9tGtFBiGt .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-v9tGtFBiGt .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v9tGtFBiGt .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v9tGtFBiGt p {
  line-height: 1.6;
}
.cid-v9tGtFBiGt .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-v9tGtFBiGt .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-v9tGtFBiGt .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-v9tGtFBiGt .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-v9tGtFBiGt img {
  transition: all 0.3s;
}
.cid-v9tGtFBiGt h5 {
  margin: 0;
}
.cid-v9tGtFBiGt .card-box {
  padding: 1.5rem;
}
.cid-v9tGtFBiGt .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-v9tGtFBiGt .card-box > p,
.cid-v9tGtFBiGt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v9tGtFBiGt .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-v9tGtFBiGt .price {
  color: #ffffff;
  text-align: left;
}
.cid-v9tGtFBiGt .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v9tGtFBiGt .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v9tGtFBiGt .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v9tGtFBiGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tGtFBiGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tGK0DR4w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v9tGK0DR4w .title {
  border-bottom: 1px solid #ececec;
}
.cid-v9tGK0DR4w .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-v9tGK0DR4w .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-v9tGK0DR4w .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-v9tGK0DR4w .display-4 {
  line-height: 1.1;
}
.cid-v9tGK0DR4w .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-v9tGK0DR4w .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v9tGK0DR4w .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v9tGK0DR4w p {
  line-height: 1.6;
}
.cid-v9tGK0DR4w .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-v9tGK0DR4w .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-v9tGK0DR4w .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-v9tGK0DR4w .price-box {
  position: absolute;
  background: #ff4a52;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-v9tGK0DR4w img {
  transition: all 0.3s;
}
.cid-v9tGK0DR4w h5 {
  margin: 0;
}
.cid-v9tGK0DR4w .card-box {
  padding: 1.5rem;
}
.cid-v9tGK0DR4w .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-v9tGK0DR4w .card-box > p,
.cid-v9tGK0DR4w .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v9tGK0DR4w .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-v9tGK0DR4w .price {
  color: #ffffff;
  text-align: left;
}
.cid-v9tGK0DR4w .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v9tGK0DR4w .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v9tGK0DR4w .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v9tGK0DR4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tGK0DR4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZrceoAe4n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uZrceoAe4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZrceoAe4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZrceoAe4n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZrceoAe4n .row {
  flex-direction: row-reverse;
}
.cid-uZrceoAe4n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZrceoAe4n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZrceoAe4n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZrceoAe4n .mbr-section-title {
  color: #232323;
}
.cid-uZrceoAe4n .mbr-text,
.cid-uZrceoAe4n .mbr-section-btn {
  color: #000000;
}
.cid-uZtV06F7h2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZtV06F7h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZtV06F7h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZtV06F7h2 .mbr-section-title {
  color: #ffffff;
}
.cid-uZtV06F7h2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9tScU64Qg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9tScU64Qg .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-v9tScU64Qg .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v9tScU64Qg .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v9tScU64Qg .iconfont-wrapper .mbr-iconfont {
  color: #ff9417;
}
.cid-v9tScU64Qg .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v9tScU64Qg .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v9tScU64Qg .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v9tScU64Qg img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v9tScU64Qg .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v9tScU64Qg .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-v9tScU64Qg .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v9tScU64Qg .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v9tScU64Qg .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v9tScU64Qg .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v9tScU64Qg .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v9tScU64Qg .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v9tScU64Qg .align {
  display: flex;
  align-items: center;
}
.cid-v9tScU64Qg .mbr-section-title {
  margin-bottom: 56px;
  color: #14142b;
}
.cid-v9tScU64Qg .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v9tScU64Qg .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v9tScU64Qg .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v27LlmMoaZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v27LlmMoaZ .mbr-text {
  color: #000000;
}
.cid-v27LlmMoaZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v27LlmMoaZ .mbr-section-title {
  color: #000000;
}
.cid-v9tU0Ht9GG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9tU0Ht9GG .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-v9tU0Ht9GG .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-v9tU0Ht9GG .card:hover {
  margin-top: -0.6rem;
}
.cid-v9tU0Ht9GG .card-wrapper {
  position: relative;
}
.cid-v9tU0Ht9GG .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-v9tU0Ht9GG .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-v9tU0Ht9GG .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-v9tU0Ht9GG .big {
  margin-top: -25%;
}
.cid-v9tU0Ht9GG .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-v9tU0Ht9GG .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v9tU0Ht9GG .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-v9tU0Ht9GG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tU0Ht9GG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jzYyWUdJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2jzYyWUdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jzYyWUdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jzYyWUdJ .mbr-section-subtitle {
  text-align: left;
}
.cid-v9tX4qtl5R {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9tX4qtl5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tX4qtl5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tX4qtl5R .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9tX4qtl5R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v9tX4qtl5R .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9tX4qtl5R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9tX4qtl5R .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffa600;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v9tX4qtl5R .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v9tX4qtl5R .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v9tX4qtl5R .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-v9tX4qtl5R .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-v9tX4qtl5R .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #0c2c68;
}
.cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-v9tX4qtl5R .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v9tX4qtl5R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9tX4qtl5R .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v9tX4qtl5R .item-title {
  color: #000000;
}
.cid-v9tX4qtl5R .item-text {
  color: #000000;
}
.cid-v9tX4qtl5R .mbr-section-title,
.cid-v9tX4qtl5R .tabs-wrapper {
  color: #000000;
}
.cid-v2j7A5UXkI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2j7A5UXkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j7A5UXkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j7A5UXkI .mbr-section-subtitle {
  text-align: left;
}
.cid-v2oXSipqf9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-v2oXSipqf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2oXSipqf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2oXSipqf9 .mbr-section-title {
  color: #ffffff;
}
.cid-v2pmVnQ7Ra {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2pmVnQ7Ra img,
.cid-v2pmVnQ7Ra .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v2pmVnQ7Ra .item:focus,
.cid-v2pmVnQ7Ra span:focus {
  outline: none;
}
.cid-v2pmVnQ7Ra .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2pmVnQ7Ra .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2pmVnQ7Ra .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2pmVnQ7Ra .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2pmVnQ7Ra .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2pmVnQ7Ra .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v2pmVnQ7Ra .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2pmVnQ7Ra .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-v2pmVnQ7Ra .mbr-text,
.cid-v2pmVnQ7Ra .mbr-section-btn {
  text-align: center;
}
.cid-v2pmVnQ7Ra .item-title {
  text-align: center;
}
.cid-v2pmVnQ7Ra .item-subtitle {
  text-align: left;
}
.cid-v2pmVnQ7Ra .mbr-section-subtitle {
  text-align: center;
}
.cid-v2po7RNLyn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2po7RNLyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2po7RNLyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2po7RNLyn .mbr-section-subtitle {
  text-align: left;
}
.cid-v9u3D6mvfp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9u3D6mvfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9u3D6mvfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9u3D6mvfp .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-v9u3D6mvfp .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-v9u3D6mvfp .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-v9u3D6mvfp .mbr-section-title {
  color: #131313;
}
.cid-v9u3D6mvfp .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-v9u3D6mvfp .items-row {
  row-gap: 24px;
}
.cid-v9u3D6mvfp .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-v9u3D6mvfp .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-v9u3D6mvfp .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-v9u3D6mvfp .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-v9u3D6mvfp .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-v9u3D6mvfp .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-v9u3D6mvfp .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9u3D6mvfp .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-v9u3D6mvfp .card-title {
  color: #131313;
}
.cid-v9u3D6mvfp .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-v9u3D6mvfp .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-v9u3D6mvfp .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v9u3D6mvfp .link-text {
    margin-top: 5px;
  }
}
.cid-v9u3D6mvfp .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-v9u3D6mvfp .mbr-section-btn {
  margin-top: 5px;
}
.cid-v9u3D6mvfp .card-title,
.cid-v9u3D6mvfp .iconfont-wrapper {
  text-align: left;
}
.cid-v0ZTk5RVFR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #faf9f5;
}
.cid-v0ZTk5RVFR blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-v9u5PkgiAI {
  padding-top: 2rem;
  background-color: #ffffff;
}
.cid-v9u5PkgiAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9u5PkgiAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9u5PkgiAI .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9u5PkgiAI .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9u5PkgiAI .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9u5PkgiAI .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9u5PkgiAI .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v9u5PkgiAI .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v9u5PkgiAI .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  transition: all 0.3s ease-in-out;
}
.cid-v9u5PkgiAI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v9u5PkgiAI .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-v9u5PkgiAI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9u5PkgiAI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-v9u5PkgiAI .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v9u5PkgiAI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v9u5PkgiAI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #475569;
}
.cid-v9u5PkgiAI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ff6900;
  transform: rotate(-180deg);
}
.cid-v9u5PkgiAI .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ff6900;
}
.cid-v9u5PkgiAI .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-v9u5PkgiAI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9u5PkgiAI .mbr-label,
.cid-v9u5PkgiAI .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v9u5PkgiAI .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v9u5PkgiAI .mbr-text,
.cid-v9u5PkgiAI .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v9u5PkgiAI .panel-title-edit {
  color: #0f172a;
}
.cid-v9u5PkgiAI .panel-text {
  color: #475569;
}
.cid-v9u5PkgiAI .mbr-section-btn {
  text-align: center;
}
.cid-v9u7qfNl98 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000c3f;
}
.cid-v9u7qfNl98 .item:focus,
.cid-v9u7qfNl98 span:focus {
  outline: none;
}
.cid-v9u7qfNl98 .item {
  cursor: pointer;
}
.cid-v9u7qfNl98 .grid-container {
  grid-row-gap: 20px;
}
.cid-v9u7qfNl98 .grid-container-1,
.cid-v9u7qfNl98 .grid-container-2 {
  gap: 0 20px;
}
.cid-v9u7qfNl98 .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9u7qfNl98 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9u7qfNl98 .content-head {
  max-width: 800px;
}
.cid-v9u7qfNl98 .container,
.cid-v9u7qfNl98 .container-fluid {
  overflow: hidden;
}
.cid-v9u7qfNl98 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v9u7qfNl98 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9u7qfNl98 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border: 20px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-v9u7qfNl98 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v9u7qfNl98 .grid-item img {
    border: 10px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-v9u7qfNl98 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v9u7qfNl98 .grid-container-1,
.cid-v9u7qfNl98 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v9u7qfNl98 .grid-container-1 {
  align-items: flex-end;
}
.cid-v9u7qfNl98 .grid-container-2 {
  align-items: flex-start;
}
.cid-v9zFQQAKYE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9zFQQAKYE .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-v9zFQQAKYE .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-v9zFQQAKYE .relative {
  position: relative;
}
.cid-v9zFQQAKYE .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-v9zFQQAKYE .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9zFQQAKYE .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-v9zFQQAKYE .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-v9zFQQAKYE .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-v9zFQQAKYE .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-v9zFQQAKYE .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-v9zFQQAKYE .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-v9zFQQAKYE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-v9zFQQAKYE .mbr-iconfont-btn {
  margin: 0;
}
.cid-v9zFQQAKYE .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-v9zFQQAKYE input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-v9zFQQAKYE input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-v9zFQQAKYE input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-v9zFQQAKYE .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-v9zFQQAKYE .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v9zFQQAKYE .form-group {
    margin-bottom: 2rem;
  }
  .cid-v9zFQQAKYE .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-v9zFQQAKYE .input-group-btn {
    margin: auto;
  }
  .cid-v9zFQQAKYE .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-v9zFQQAKYE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v9zFQQAKYE .mbr-section-sub-title {
  color: #656565;
  text-align: center;
}
.cid-v9zFQQAKYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9zFQQAKYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0BY26zCpf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v0BY26zCpf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0BY26zCpf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0BY26zCpf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0BY26zCpf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0BY26zCpf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0BY26zCpf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0BY26zCpf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0BY26zCpf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0BY26zCpf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0BY26zCpf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0BY26zCpf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0BY26zCpf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0BY26zCpf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0BY26zCpf .media-container-row .row-copirayt p {
  width: 100%;
}
